| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Could we rerun this workflow, in reference to #46217 |
Sorry, something went wrong.
Sorry, something went wrong.
|
This has relevant looking test failures for the withoutssl build. @nodejs/undici |
Sorry, something went wrong.
Where do I see those? |
Sorry, something went wrong.
|
Here's the first few failures: 09:17:10 python3 ./configure --verbose --without-ssl
...
09:20:58 not ok 949 parallel/test-fetch
09:20:58 ---
09:20:58 duration_ms: 0.192
09:20:58 severity: fail
09:20:58 exitcode: 1
09:20:58 stack: |-
09:20:58 node:internal/errors:490
09:20:58 ErrorCaptureStackTrace(err);
09:20:58 ^
09:20:58
09:20:58 Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
09:20:58 at new NodeError (node:internal/errors:399:5)
09:20:58 at assertCrypto (node:internal/util:171:11)
09:20:58 at node:crypto:36:1
09:20:58 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/loaders:333:7)
09:20:58 at requireBuiltin (node:internal/bootstrap/loaders:364:14)
09:20:58 at requireWithFallbackInDeps (node:internal/bootstrap/loaders:373:10)
09:20:58 at lib/websocket/connection.js (node:internal/deps/undici/undici:14216:39)
09:20:58 at __require (node:internal/deps/undici/undici:4:50)
09:20:58 at lib/websocket/websocket.js (node:internal/deps/undici/undici:14394:44)
09:20:58 at __require (node:internal/deps/undici/undici:4:50) {
09:20:58 code: 'ERR_NO_CRYPTO'
09:20:58 }
09:20:58
09:20:58 Node.js v20.0.0-pre
09:20:58 ...
...
09:22:04 not ok 1472 parallel/test-http-response-setheaders
09:22:04 ---
09:22:04 duration_ms: 0.176
09:22:04 severity: fail
09:22:04 exitcode: 1
09:22:04 stack: |-
09:22:04 node:internal/util:171
09:22:04 throw new ERR_NO_CRYPTO();
09:22:04 ^
09:22:04
09:22:04 Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
09:22:04 at new NodeError (node:internal/errors:399:5)
09:22:04 at assertCrypto (node:internal/util:171:11)
09:22:04 at node:crypto:36:1
09:22:04 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/loaders:333:7)
09:22:04 at requireBuiltin (node:internal/bootstrap/loaders:364:14)
09:22:04 at requireWithFallbackInDeps (node:internal/bootstrap/loaders:373:10)
09:22:04 at lib/websocket/connection.js (node:internal/deps/undici/undici:14216:39)
09:22:04 at __require (node:internal/deps/undici/undici:4:50)
09:22:04 at lib/websocket/websocket.js (node:internal/deps/undici/undici:14394:44)
09:22:04 at __require (node:internal/deps/undici/undici:4:50) {
09:22:04 code: 'ERR_NO_CRYPTO'
09:22:04 }
09:22:04
09:22:04 Node.js v20.0.0-pre
09:22:04 ...
...
09:23:55 not ok 3122 parallel/test-wasm-web-api
09:23:55 ---
09:23:55 duration_ms: 0.219
09:23:55 severity: fail
09:23:55 exitcode: 1
09:23:55 stack: |-
09:23:55 node:internal/process/promises:289
09:23:55 triggerUncaughtException(err, true /* fromPromise */);
09:23:55 ^
09:23:55
09:23:55 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
09:23:55 + actual - expected
09:23:55
09:23:55 Comparison {
09:23:55 + code: 'ERR_NO_CRYPTO',
09:23:55 + message: 'Node.js is not compiled with OpenSSL crypto support',
09:23:55 + name: 'Error'
09:23:55 - code: 'ERR_INVALID_ARG_TYPE',
09:23:55 - message: /^The "source" argument .*$/,
09:23:55 - name: 'TypeError'
09:23:55 }
09:23:55 at async Promise.all (index 1)
09:23:55 at async /home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-wasm-web-api.js:73:5 {
09:23:55 generatedMessage: true,
09:23:55 code: 'ERR_ASSERTION',
09:23:55 actual: Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
09:23:55 at new NodeError (node:internal/errors:399:5)
09:23:55 at assertCrypto (node:internal/util:171:11)
09:23:55 at node:crypto:36:1
09:23:55 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/loaders:333:7)
09:23:55 at requireBuiltin (node:internal/bootstrap/loaders:364:14)
09:23:55 at requireWithFallbackInDeps (node:internal/bootstrap/loaders:373:10)
09:23:55 at lib/websocket/connection.js (node:internal/deps/undici/undici:14216:39)
09:23:55 at __require (node:internal/deps/undici/undici:4:50)
09:23:55 at lib/websocket/websocket.js (node:internal/deps/undici/undici:14394:44)
09:23:55 at __require (node:internal/deps/undici/undici:4:50) {
09:23:55 code: 'ERR_NO_CRYPTO'
09:23:55 },
09:23:55 expected: {
09:23:55 name: 'TypeError',
09:23:55 code: 'ERR_INVALID_ARG_TYPE',
09:23:55 message: /^The "source" argument .*$/
09:23:55 },
09:23:55 operator: 'rejects'
09:23:55 }
09:23:55
09:23:55 Node.js v20.0.0-pre
09:23:55 ...
...
09:26:00 Failed tests:
09:26:00 out/Release/node /home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-fetch.mjs
09:26:00 out/Release/node /home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-response-setheaders.js
09:26:00 out/Release/node /home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-wasm-web-api.js
09:26:00 out/Release/node /home/iojs/build/workspace/node-test-commit-linux-containered/test/wpt/test-structured-clone.js
09:26:00 out/Release/node /home/iojs/build/workspace/node-test-commit-linux-containered/test/wpt/test-url.js
09:26:00 out/Release/node /home/iojs/build/workspace/node-test-commit-linux-containered/test/wpt/test-wasm-webapi.js
|
Sorry, something went wrong.
|
@KhafraDev I think we should avoid loading WebSocket if there is no crypto, and definitely do not crash. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
|
@mcollina FYI Unfortunately squashing the commits using the commit queue has given the squashed commit the title from the first commit: 19623e3 The commit queue works this way because the more common squash flow is that the follow up commits being squashed are fix ups. |
Sorry, something went wrong.
PR-URL: #46213 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
| Back | FazBrowse Home | New Git URL |
This is an automated update of undici to 5.15.0.