You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scope (install, code, runtime, meta, other?): test
Module (and version) (if relevant):
Hi! I'm trying to do a trivial backport of Ubuntu 19.04's nodejs to Ubuntu 18.04.
It's using system openssl (1.1.0g), and I'm getting a test failure while building.
Happily, I can reproduce it easily:
dank@dank-dell3620:~/xsrc/nodejs$ /usr/bin/python2.7 tools/test.py test/parallel/test-tls-passphrase.js
=== release test-tls-passphrase ===
Path: parallel/test-tls-passphrase
assert.js:660
throw actual;
^
Error: error:0907B068:PEM routines:PEM_read_bio_PrivateKey:bad password read
at Object.createSecureContext (_tls_common.js:157:17)
at Object.connect (_tls_wrap.js:1127:48)
at /home/dank/xsrc/nodejs/test/parallel/test-tls-passphrase.js:228:7
at getActual (assert.js:578:5)
at Function.throws (assert.js:690:24)
at Object.<anonymous> (/home/dank/xsrc/nodejs/test/parallel/test-tls-passphrase.js:227:8)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
Command: ./node /home/dank/xsrc/nodejs/test/parallel/test-tls-passphrase.js
[00:00|% 100|+ 0|- 1]: Done
This test seems like it's been changed a few times recently, nodejs/node#22978
Anyone else run into this?
The text was updated successfully, but these errors were encountered:
Not sure it's worth it? Building with so much skew between versions of system libraries and node is probably not a great idea, as dozens of tests failed. I've backed off to debian/10.4.0_dfsg-2 because it only required one tiny change, and is passing enough tests that 'debuild -b -uc -us' just works.
Hi! I'm trying to do a trivial backport of Ubuntu 19.04's nodejs to Ubuntu 18.04.
It's using system openssl (1.1.0g), and I'm getting a test failure while building.
Happily, I can reproduce it easily:
This test seems like it's been changed a few times recently,
nodejs/node#22978
Anyone else run into this?
The text was updated successfully, but these errors were encountered: