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
not ok 2273 parallel/test-performance-function
---
duration_ms: 213.93900
severity: fail
exitcode: 1
stack: |-
node:internal/event_target:1037
process.nextTick(() => { throw err; });
^
RangeError [ERR_OUT_OF_RANGE]: The value of "val" is out of range. It must be >= 1 && <= 9007199254740991. Received 0
at RecordableHistogram.record (node:internal/histogram:283:5)
at processComplete (node:internal/perf/timerify:40:15)
at timerified m (node:internal/perf/timerify:87:5)
at /home/iojs/build/workspace/node-test-commit-custom-suites-freestyle/test/parallel/test-performance-function.js:98:5
Emitted 'error' event on Worker instance at:
at [kOnErrorMessage] (node:internal/worker:326:10)
at [kOnMessage] (node:internal/worker:337:37)
at MessagePort.<anonymous> (node:internal/worker:232:57)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:762:20)
at exports.emitMessage (no...
not ok 1781 parallel/test-inspector-wait-for-connection
---
duration_ms: 15540.09200
severity: fail
exitcode: 1
stack: |-
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:56749/3f6f30c0-41be-4dd7-96c7-9c8459dea172
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err]
[out] before wait for debugger
[out]
Timed out waiting for matching notification (Console output matching "after wait for debugger")
1
...
not ok 168 benchmark/test-benchmark-http
---
duration_ms: 4.622
severity: fail
exitcode: 1
stack: |-
node:internal/validators:421
throw new ERR_INVALID_ARG_TYPE(name, 'Function', value);
^
TypeError [ERR_INVALID_ARG_TYPE]: The "listener" argument must be of type function. Received an instance of Object
at checkListener (node:events:266:3)
at ClientRequest.once (node:events:647:3)
at new ClientRequest (node:_http_client:245:10)
at main (/home/iojs/build/workspace/node-test-binary-armv7l/benchmark/http/create-clientrequest.js:41:18)
at /home/iojs/build/workspace/node-test-binary-armv7l/benchmark/common.js:54:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
code: 'ERR_INVALID_ARG_TYPE'
}
Node.js v18.16.1-pre
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
...
not ok 3274 es-module/test-esm-import-meta-resolve
---
duration_ms: 0.229
severity: fail
exitcode: 1
stack: |-
node:internal/modules/esm/loader:795
!isURLInstance(parentURL)
^
TypeError: isURLInstance is not a function
at ESMLoader.resolve (node:internal/modules/esm/loader:795:8)
at Object.resolve (node:internal/modules/esm/initialize_import_meta:15:26)
at file:///home/iojs/build/workspace/node-test-binary-armv7l/test/es-module/test-esm-import-meta-resolve.mjs:25:23
Node.js v18.16.1-pre
...
not ok 3350 es-module/test-http-imports
---
duration_ms: 0.438
severity: fail
exitcode: 1
stack: |-
(node:104753) ExperimentalWarning: Network Imports is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
node:internal/errors:490
ErrorCaptureStackTrace(err);
^
TypeError [ERR_INVALID_ARG_TYPE]: The "listener" argument must be of type function. Received an instance of Object
at checkListener (node:events:266:3)
at ClientRequest.once (node:events:647:3)
at new ClientRequest (node:_http_client:245:10)
at request (node:http:98:10)
at Object.get (node:http:109:15)
at HTTPGet (node:internal/modules/esm/fetch_module:65:15)
at node:internal/modules/esm/fetch_module:125:17
at fetchWithRedirects (node:internal/modules/esm/fetch_module:197:5)
at node:internal/modules/esm/fetch_module:258:14
at async defaultLoad (node:intern...
not ok 75 parallel/test-blob-file-backed
---
duration_ms: 325.30300
severity: fail
exitcode: 1
stack: |-
node:internal/per_context/domexception:53
ErrorCaptureStackTrace(this);
^
DOMException [NotReadableError]: The blob could not be read
at new DOMException (node:internal/per_context/domexception:53:5)
at __node_internal_ (node:internal/util:663:10)
at BlobReader.<anonymous> (node:internal/blob:349:27)
Node.js v21.0.0-pre
...
not ok 1483 parallel/test-http2-misbehaving-multiplex
---
duration_ms: 277.92600
severity: fail
exitcode: 1
stack: |-
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to: 5
at Http2Server.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-http2-misbehaving-multiplex.js:45:10)
at Http2Server.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/index.js:466:15)
at Http2Server.emit (node:events:511:28)
at ServerHttp2Session.sessionOnStream (node:internal/http2/core:3004:19)
at ServerHttp2Session.emit (node:events:511:28)
at emit (node:internal/http2/core:329:3)
at process.processTicksAndRejections (node:internal/process/task_queues:85:22) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 5,
expected: 5,
operator: 'notStrictEqual'
...
not ok 1549 parallel/test-https-client-get-url
---
duration_ms: 0.335
severity: fail
exitcode: 1
stack: |-
(node:83218) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)
node:events:491
throw er; // Unhandled 'error' event
^
Error: connect ECONNREFUSED 127.0.0.1:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
Emitted 'error' event on ClientRequest instance at:
at TLSSocket.socketErrorListener (node:_http_client:502:9)
at TLSSocket.emit (node:events:513:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -111,
code: 'ECONNREFUSED',
sysc...
not ok 3949 wpt/test-webcrypto
---
duration_ms: 69200.41500
severity: crashed
exitcode: -6
stack: |-
[SKIPPED] algorithm-discards-context.https.window.js: Not relevant in Node.js context
[SKIPPED] historical.any.js: Not relevant in Node.js context
[PASS] setup - define tests
[PASS] X25519 key derivation checks for all-zero value result with a key of order 0
[PASS] X25519 key derivation checks for all-zero value result with a key of order 1
[PASS] X25519 key derivation checks for all-zero value result with a key of order 8
[PASS] X25519 key derivation checks for all-zero value result with a key of order p-1 (order 2)
[PASS] X25519 key derivation checks for all-zero value result with a key of order p (=0, order 4)
[PASS] X25519 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)
[PASS] X448 key derivation checks for all-zero value result with a key of order 0
[PASS] X448 key derivation checks for all-zero value result with a...
Failures in node-test-pull-request/52087 to node-test-pull-request/52185 that failed more than 2 PRs
(Generated with
ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md
)JSTest Failure
parallel/test-child-process-pipe-dataflow
Example
parallel/test-child-process-stdio-reuse-readable-stdio
Example
parallel/test-performance-function
Example
parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
Example
sequential/test-perf-hooks
Example
parallel/test-runner-output
Example
parallel/test-http-request-join-authorization-headers
Example
parallel/test-inspector-wait-for-connection
Example
parallel/test-tls-ticket-cluster
Example
benchmark/test-benchmark-http
Example
es-module/test-esm-import-meta-resolve
Example
es-module/test-http-imports
Example
parallel/test-blob-createobjecturl
Example
parallel/test-blob-file-backed
Example
parallel/test-http-client-get-url
Example
parallel/test-http-decoded-auth
Example
parallel/test-http2-misbehaving-multiplex
Example
parallel/test-https-client-get-url
Example
parallel/test-inspector-console
Example
parallel/test-inspector-stop-profile-after-done
Example
sequential/test-http-regr-gh-2928
Example
wpt/test-webcrypto
Example
CCTest Failure
Jenkins Failure
Git Failure
Build Failure
fatal: No rebase in progress?
Example
Progress
parallel/test-child-process-pipe-dataflow
(13)parallel/test-child-process-stdio-reuse-readable-stdio
(10)parallel/test-performance-function
(6)parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
(5)sequential/test-perf-hooks
(5)parallel/test-runner-output
(4)parallel/test-http-request-join-authorization-headers
(3)parallel/test-inspector-wait-for-connection
(3)parallel/test-tls-ticket-cluster
(3)benchmark/test-benchmark-http
(2)es-module/test-esm-import-meta-resolve
(2)es-module/test-http-imports
(2)parallel/test-blob-createobjecturl
(2)parallel/test-blob-file-backed
(2)parallel/test-http-client-get-url
(2)parallel/test-http-decoded-auth
(2)parallel/test-http2-misbehaving-multiplex
(2)parallel/test-https-client-get-url
(2)parallel/test-inspector-console
(2)parallel/test-inspector-stop-profile-after-done
(2)sequential/test-http-regr-gh-2928
(2)wpt/test-webcrypto
(2)fatal: No rebase in progress?
(2)The text was updated successfully, but these errors were encountered: