Created
April 23, 2020 22:54
-
-
Save sam-github/5a3b3775029efb3d31109d7e6e390f85 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make -s jstest | |
ninja: Entering directory `out/Release' | |
ninja: no work to do. | |
=== release test-crypto === | |
Path: parallel/test-crypto | |
assert.js:384 | |
throw err; | |
^ | |
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: | |
assert.ok(!('opensslErrorStack' in err)) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto.js:219:10) | |
at expectedException (assert.js:651:26) | |
at expectsError (assert.js:776:3) | |
at Function.throws (assert.js:825:3) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto.js:207:8) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) { | |
generatedMessage: true, | |
code: 'ERR_ASSERTION', | |
actual: false, | |
expected: true, | |
operator: '==' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto.js | |
=== release test-crypto-classes === | |
Path: parallel/test-crypto-classes | |
internal/crypto/diffiehellman.js:73 | |
this[kHandle] = new _DiffieHellman(sizeOrKey, generator); | |
^ | |
Error: error:0500007E:Diffie-Hellman routines::modulus too small | |
at new DiffieHellman (internal/crypto/diffiehellman.js:73:19) | |
at Object.createDiffieHellman (crypto.js:131:10) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-classes.js:31:34) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | |
at internal/main/run_main_module.js:17:47 { | |
library: 'Diffie-Hellman routines', | |
reason: 'modulus too small', | |
code: 'ERR_OSSL_DH_MODULUS_TOO_SMALL' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto-classes.js | |
=== release test-crypto-binary-default === | |
Path: parallel/test-crypto-binary-default | |
internal/crypto/diffiehellman.js:73 | |
this[kHandle] = new _DiffieHellman(sizeOrKey, generator); | |
^ | |
Error: error:0500007E:Diffie-Hellman routines::modulus too small | |
at new DiffieHellman (internal/crypto/diffiehellman.js:73:19) | |
at Object.createDiffieHellman (crypto.js:131:10) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-binary-default.js:586:22) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | |
at internal/main/run_main_module.js:17:47 { | |
library: 'Diffie-Hellman routines', | |
reason: 'modulus too small', | |
code: 'ERR_OSSL_DH_MODULUS_TOO_SMALL' | |
} | |
Command: out/Release/node --expose-internals /home/sam/w/core/tls/test/parallel/test-crypto-binary-default.js | |
=== release test-crypto-cipheriv-decipheriv === | |
Path: parallel/test-crypto-cipheriv-decipheriv | |
internal/crypto/cipher.js:103 | |
this[kHandle].initiv(cipher, credential, iv, authTagLength); | |
^ | |
Error: error:3900006D:Provider routines::invalid iv length | |
at Cipheriv.createCipherBase (internal/crypto/cipher.js:103:19) | |
at Cipheriv.createCipherWithIV (internal/crypto/cipher.js:121:20) | |
at new Cipheriv (internal/crypto/cipher.js:227:22) | |
at Object.createCipheriv (crypto.js:119:10) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-cipheriv-decipheriv.js:206:10) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) { | |
library: 'Provider routines', | |
reason: 'invalid iv length', | |
code: 'ERR_OSSL_INVALID_IV_LENGTH' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto-cipheriv-decipheriv.js | |
=== release test-crypto-dh === | |
Path: parallel/test-crypto-dh | |
internal/crypto/diffiehellman.js:73 | |
this[kHandle] = new _DiffieHellman(sizeOrKey, generator); | |
^ | |
Error: error:0500007E:Diffie-Hellman routines::modulus too small | |
at new DiffieHellman (internal/crypto/diffiehellman.js:73:19) | |
at Object.createDiffieHellman (crypto.js:131:10) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-dh.js:11:20) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | |
at internal/main/run_main_module.js:17:47 { | |
library: 'Diffie-Hellman routines', | |
reason: 'modulus too small', | |
code: 'ERR_OSSL_DH_MODULUS_TOO_SMALL' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto-dh.js | |
=== release test-crypto-dh-odd-key === | |
Path: parallel/test-crypto-dh-odd-key | |
internal/crypto/diffiehellman.js:73 | |
this[kHandle] = new _DiffieHellman(sizeOrKey, generator); | |
^ | |
Error: error:0500007E:Diffie-Hellman routines::modulus too small | |
at new DiffieHellman (internal/crypto/diffiehellman.js:73:19) | |
at Object.createDiffieHellman (crypto.js:131:10) | |
at test (/home/sam/w/core/tls/test/parallel/test-crypto-dh-odd-key.js:33:20) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-dh-odd-key.js:40:3) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | |
at internal/main/run_main_module.js:17:47 { | |
library: 'Diffie-Hellman routines', | |
reason: 'modulus too small', | |
code: 'ERR_OSSL_DH_MODULUS_TOO_SMALL' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto-dh-odd-key.js | |
=== release test-crypto-dh-leak === | |
Path: parallel/test-crypto-dh-leak | |
internal/crypto/diffiehellman.js:73 | |
this[kHandle] = new _DiffieHellman(sizeOrKey, generator); | |
^ | |
Error: error:0500007E:Diffie-Hellman routines::modulus too small | |
at new DiffieHellman (internal/crypto/diffiehellman.js:73:19) | |
at Object.createDiffieHellman (crypto.js:131:10) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-dh-leak.js:13:21) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | |
at internal/main/run_main_module.js:17:47 { | |
library: 'Diffie-Hellman routines', | |
reason: 'modulus too small', | |
code: 'ERR_OSSL_DH_MODULUS_TOO_SMALL' | |
} | |
Command: out/Release/node --expose-gc --noconcurrent_recompilation /home/sam/w/core/tls/test/parallel/test-crypto-dh-leak.js | |
=== release test-crypto-dh-stateless === | |
Path: parallel/test-crypto-dh-stateless | |
internal/crypto/diffiehellman.js:265 | |
throw new ERR_CRYPTO_INCOMPATIBLE_KEY('key types for Diffie-Hellman', | |
^ | |
Error [ERR_CRYPTO_INCOMPATIBLE_KEY]: Incompatible key types for Diffie-Hellman: undefined and undefined | |
at Object.diffieHellman (internal/crypto/diffiehellman.js:265:11) | |
at test (/home/sam/w/core/tls/test/parallel/test-crypto-dh-stateless.js:18:23) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-dh-stateless.js:129:1) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | |
at internal/main/run_main_module.js:17:47 { | |
code: 'ERR_CRYPTO_INCOMPATIBLE_KEY' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto-dh-stateless.js | |
=== release test-crypto-ecb === | |
Path: parallel/test-crypto-ecb | |
internal/crypto/cipher.js:103 | |
this[kHandle].initiv(cipher, credential, iv, authTagLength); | |
^ | |
Error: error:060000CA:digital envelope routines::fetch failed | |
at Cipheriv.createCipherBase (internal/crypto/cipher.js:103:19) | |
at Cipheriv.createCipherWithIV (internal/crypto/cipher.js:121:20) | |
at new Cipheriv (internal/crypto/cipher.js:227:22) | |
at Object.createCipheriv (crypto.js:119:10) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-ecb.js:38:12) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) { | |
opensslErrorStack: [ 'error:06000086:digital envelope routines::initialization error' ], | |
library: 'digital envelope routines', | |
reason: 'fetch failed', | |
code: 'ERR_OSSL_EVP_FETCH_FAILED' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto-ecb.js | |
=== release test-crypto-key-objects === | |
Path: parallel/test-crypto-key-objects | |
assert.js:562 | |
throw err; | |
^ | |
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: | |
+ actual - expected | |
Comparison { | |
code: 'ERR_OSSL_BIO_NULL_PARAMETER', | |
+ library: 'BIO routines', | |
+ message: 'error:20000073:BIO routines::null parameter', | |
- function: 'BIO_new_mem_buf', | |
- library: 'BIO routines', | |
- message: 'error:2007E073:BIO routines:BIO_new_mem_buf:null parameter', | |
reason: 'null parameter' | |
} | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-key-objects.js:212:10) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | |
at internal/main/run_main_module.js:17:47 { | |
generatedMessage: true, | |
code: 'ERR_ASSERTION', | |
actual: [Error], | |
expected: [Object], | |
operator: 'throws' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto-key-objects.js | |
=== release test-crypto-padding === | |
Path: parallel/test-crypto-padding | |
assert.js:562 | |
throw err; | |
^ | |
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: | |
+ actual - expected | |
Comparison { | |
+ code: 'ERR_OSSL_WRONG_FINAL_BLOCK_LENGTH', | |
+ message: 'error:3900006B:Provider routines::wrong final block length', | |
+ reason: 'wrong final block length' | |
- code: 'ERR_OSSL_EVP_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH', | |
- message: 'error:0607F08A:digital envelope routines:EVP_EncryptFinal_ex:data not multiple of block length', | |
- reason: 'data not multiple of block length' | |
} | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-padding.js:82:8) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | |
at internal/main/run_main_module.js:17:47 { | |
generatedMessage: true, | |
code: 'ERR_ASSERTION', | |
actual: [Error], | |
expected: [Object], | |
operator: 'throws' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto-padding.js | |
=== release test-crypto-rsa-dsa === | |
Path: parallel/test-crypto-rsa-dsa | |
internal/crypto/cipher.js:63 | |
return method(data, format, type, passphrase, buffer, padding, oaepHash, | |
^ | |
Error: error:390000A8:Provider routines::invalid padding mode | |
at Object.privateEncrypt (internal/crypto/cipher.js:63:12) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-rsa-dsa.js:102:28) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | |
at internal/main/run_main_module.js:17:47 { | |
library: 'Provider routines', | |
reason: 'invalid padding mode', | |
code: 'ERR_OSSL_INVALID_PADDING_MODE' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto-rsa-dsa.js | |
=== release test-crypto-sign-verify === | |
Path: parallel/test-crypto-sign-verify | |
assert.js:562 | |
throw err; | |
^ | |
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: | |
+ actual - expected | |
Comparison { | |
+ message: 'error:390000A5:Provider routines::illegal or unsupported padding mode' | |
- message: 'bye, bye, error stack' | |
} | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-sign-verify.js:59:10) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | |
at internal/main/run_main_module.js:17:47 { | |
generatedMessage: true, | |
code: 'ERR_ASSERTION', | |
actual: [Error], | |
expected: [Object], | |
operator: 'throws' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto-sign-verify.js | |
=== release test-crypto-stream === | |
Path: parallel/test-crypto-stream | |
assert.js:562 | |
throw err; | |
^ | |
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: | |
+ actual - expected | |
Comparison { | |
+ library: 'Provider routines', | |
- function: 'EVP_DecryptFinal_ex', | |
- library: 'digital envelope routines', | |
message: 'error:39000064:Provider routines::bad decrypt', | |
reason: 'bad decrypt' | |
} | |
at Decipheriv.<anonymous> (/home/sam/w/core/tls/test/common/index.js:545:12) | |
at Decipheriv.<anonymous> (/home/sam/w/core/tls/test/common/index.js:362:15) | |
at Decipheriv.emit (events.js:327:22) | |
at emitErrorNT (internal/streams/destroy.js:96:8) | |
at emitErrorCloseNT (internal/streams/destroy.js:68:3) | |
at processTicksAndRejections (internal/process/task_queues.js:84:21) { | |
generatedMessage: true, | |
code: 'ERR_ASSERTION', | |
actual: [Error], | |
expected: [Object], | |
operator: 'throws' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto-stream.js | |
=== release test-crypto-keygen === | |
Path: parallel/test-crypto-keygen | |
out/Release/node[11184]: ../../src/node_crypto.cc:2707:bool node::crypto::WritePublicKeyInner(EVP_PKEY*, const BIOPointer&, const PublicKeyEncodingConfig&): Assertion `(EVP_PKEY_id(pkey)) == (6)' failed. | |
1: 0x56369eb45d84 node::Abort() [out/Release/node] | |
2: 0x56369eb45e18 [out/Release/node] | |
3: 0x56369ec8da2c [out/Release/node] | |
4: 0x56369ec9417d node::crypto::GenerateKeyPair(v8::FunctionCallbackInfo<v8::Value> const&, unsigned int, std::unique_ptr<node::crypto::KeyPairGenerationConfig, std::default_delete<node::crypto::KeyPairGenerationConfig> >) [out/Release/node] | |
5: 0x56369ec9439d node::crypto::GenerateKeyPairRSA(v8::FunctionCallbackInfo<v8::Value> const&) [out/Release/node] | |
6: 0x56369ed89fef v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) [out/Release/node] | |
7: 0x56369ed8a3b0 [out/Release/node] | |
8: 0x56369ed8ac4a [out/Release/node] | |
9: 0x56369ed8b4fa v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [out/Release/node] | |
10: 0x56369f5a3859 [out/Release/node] | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto-keygen.js | |
--- CRASHED (Signal: 6) --- | |
=== release test-crypto-private-decrypt-gh32240 === | |
Path: parallel/test-crypto-private-decrypt-gh32240 | |
out/Release/node[11247]: ../../src/node_crypto.cc:3150:v8::MaybeLocal<v8::Value> node::crypto::WritePrivateKey(node::Environment*, EVP_PKEY*, const node::crypto::PrivateKeyEncodingConfig&): Assertion `(EVP_PKEY_id(pkey)) == (6)' failed. | |
1: 0x5590481a4d84 node::Abort() [out/Release/node] | |
2: 0x5590481a4e18 [out/Release/node] | |
3: 0x5590482ecdec [out/Release/node] | |
4: 0x5590482ecf2d node::crypto::KeyObject::Export(v8::FunctionCallbackInfo<v8::Value> const&) [out/Release/node] | |
5: 0x5590483e8fef v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) [out/Release/node] | |
6: 0x5590483e93b0 [out/Release/node] | |
7: 0x5590483e9c4a [out/Release/node] | |
8: 0x5590483ea4fa v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [out/Release/node] | |
9: 0x559048c02859 [out/Release/node] | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-crypto-private-decrypt-gh32240.js | |
--- CRASHED (Signal: 6) --- | |
=== release test-crypto-scrypt === | |
Path: parallel/test-crypto-scrypt | |
assert.js:562 | |
throw err; | |
^ | |
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: | |
+ actual - expected | |
Comparison { | |
+ message: 'error:060000AC:digital envelope routines::memory limit exceeded', | |
- message: /error:[^:]+:digital envelope routines:(?:EVP_PBE_scrypt|scrypt_alg):memory limit exceeded/, | |
name: 'Error' | |
} | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-scrypt.js:176:10) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | |
at internal/main/run_main_module.js:17:47 { | |
generatedMessage: true, | |
code: 'ERR_ASSERTION', | |
actual: Error: error:060000AC:digital envelope routines::memory limit exceeded | |
at Object.scrypt (internal/crypto/scrypt.js:47:15) | |
at /home/sam/w/core/tls/test/parallel/test-crypto-scrypt.js:176:30 | |
at getActual (assert.js:685:5) | |
at Function.throws (assert.js:825:24) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-crypto-scrypt.js:176:10) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12), | |
expected: [Object], | |
operator: 'throws' | |
} | |
Command: out/Release/node --expose-internals /home/sam/w/core/tls/test/parallel/test-crypto-scrypt.js | |
--- CRASHED (Signal: 11) --- | |
=== release test-process-versions === | |
Path: parallel/test-process-versions | |
assert.js:384 | |
throw err; | |
^ | |
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: | |
assert(/^\d+\.\d+\.\d+[a-z]?(-fips)?$/.test(process.versions.openssl)) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-process-versions.js:38:3) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | |
at internal/main/run_main_module.js:17:47 { | |
generatedMessage: true, | |
code: 'ERR_ASSERTION', | |
actual: false, | |
expected: true, | |
operator: '==' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-process-versions.js | |
=== release test-tls-alert-handling === | |
Path: parallel/test-tls-alert-handling | |
assert.js:102 | |
throw new AssertionError(obj); | |
^ | |
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: | |
+ actual - expected | |
+ undefined | |
- 'ssl3_get_record' | |
at TLSSocket.<anonymous> (/home/sam/w/core/tls/test/parallel/test-tls-alert-handling.js:36:10) | |
at TLSSocket.<anonymous> (/home/sam/w/core/tls/test/common/index.js:362:15) | |
at TLSSocket.emit (events.js:327:22) | |
at TLSSocket._emitTLSError (_tls_wrap.js:888:10) | |
at TLSWrap.onerror (_tls_wrap.js:415:11) { | |
generatedMessage: true, | |
code: 'ERR_ASSERTION', | |
actual: undefined, | |
expected: 'ssl3_get_record', | |
operator: 'strictEqual' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-tls-alert-handling.js | |
=== release test-tls-cert-ext-encoding === | |
Path: parallel/test-tls-cert-ext-encoding | |
_tls_common.js:129 | |
c.context.setCert(cert); | |
^ | |
Error: error:0D00008F:asn1 encoding routines::no matching choice type | |
at Object.createSecureContext (_tls_common.js:129:17) | |
at Server.setSecureContext (_tls_wrap.js:1310:27) | |
at new Server (_tls_wrap.js:1174:8) | |
at Object.createServer (_tls_wrap.js:1217:10) | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-tls-cert-ext-encoding.js:65:20) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) { | |
opensslErrorStack: [ | |
'error:1400000B:SSL routines::X509 lib', | |
'error:0D00003A:asn1 encoding routines::nested asn1 error' | |
], | |
library: 'asn1 encoding routines', | |
reason: 'no matching choice type', | |
code: 'ERR_OSSL_ASN1_NO_MATCHING_CHOICE_TYPE' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-tls-cert-ext-encoding.js | |
=== release test-tls-client-renegotiation-13 === | |
Path: parallel/test-tls-client-renegotiation-13 | |
assert.js:562 | |
throw err; | |
^ | |
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: | |
+ actual - expected | |
Comparison { | |
code: 'ERR_SSL_WRONG_SSL_VERSION', | |
library: 'SSL routines', | |
+ message: 'error:1400010A:SSL routines::wrong ssl version', | |
- message: 'error:1420410A:SSL routines:SSL_renegotiate:wrong ssl version', | |
reason: 'wrong ssl version' | |
} | |
at /home/sam/w/core/tls/test/parallel/test-tls-client-renegotiation-13.js:31:12 | |
at /home/sam/w/core/tls/test/common/index.js:362:15 | |
at processTicksAndRejections (internal/process/task_queues.js:83:21) { | |
generatedMessage: true, | |
code: 'ERR_ASSERTION', | |
actual: [Error], | |
expected: [Object], | |
operator: 'throws' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-tls-client-renegotiation-13.js | |
=== release test-tls-key-mismatch === | |
Path: parallel/test-tls-key-mismatch | |
assert.js:676 | |
throw err; | |
^ | |
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /^Error: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch$/. Input: | |
'Error: error:0B000074:x509 certificate routines::key values mismatch' | |
at Object.<anonymous> (/home/sam/w/core/tls/test/parallel/test-tls-key-mismatch.js:40:8) | |
at Module._compile (internal/modules/cjs/loader.js:1189:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1209:10) | |
at Module.load (internal/modules/cjs/loader.js:1038:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:927:14) | |
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | |
at internal/main/run_main_module.js:17:47 { | |
generatedMessage: true, | |
code: 'ERR_ASSERTION', | |
actual: [Error], | |
expected: /^Error: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch$/, | |
operator: 'throws' | |
} | |
Command: out/Release/node /home/sam/w/core/tls/test/parallel/test-tls-key-mismatch.js | |
[11:19|% 100|+ 2960|- 22]: Done | |
make[1]: *** [Makefile:299: jstest] Error 1 | |
make: *** [Makefile:326: test] Error 2 | |
core/tls (master u=) % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment