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
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE
not ok 2273 parallel/test-performance-function
---
duration_ms: 216.63800
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 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 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 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 847 parallel/test-worker-memory
---
duration_ms: 3560.26600
severity: fail
exitcode: 3221226356
stack: |-
run() called with n=15 (numWorkers=4)
run() called with n=15 (numWorkers=4)
run() called with n=15 (numWorkers=4)
run() called with n=15 (numWorkers=4)
run() called with n=14 (numWorkers=4)
run() called with n=14 (numWorkers=4)
run() called with n=14 (numWorkers=4)
run() called with n=14 (numWorkers=4)
run() called with n=13 (numWorkers=4)
run() called with n=13 (numWorkers=4)
run() called with n=13 (numWorkers=4)
run() called with n=13 (numWorkers=4)
run() called with n=12 (numWorkers=4)
run() called with n=12 (numWorkers=4)
run() called with n=12 (numWorkers=4)
run() called with n=12 (numWorkers=4)
run() called with n=11 (numWorkers=4)
run() called with n=11 (numWorkers=4)
run() called with n=11 (numWorkers=4)
run() called with n=11 (numWorkers=4)
run() called with n=10 (numWorkers=4)
run() called wi...
Failures in node-test-pull-request/52075 to node-test-pull-request/52174 that failed more than 2 PRs
(Generated with
ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md
)CCTest Failure
Jenkins Failure
Build timed out (after 120 minutes). Marking the build as failed.
Example
Git Failure
Build Failure
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Example
fatal: No rebase in progress?
Example
JSTest Failure
parallel/test-child-process-pipe-dataflow
Example
parallel/test-child-process-stdio-reuse-readable-stdio
Example
parallel/test-performance-function
Example
sequential/test-perf-hooks
Example
parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
Example
parallel/test-blob-file-backed
Example
parallel/test-http-request-join-authorization-headers
Example
parallel/test-inspector-wait-for-connection
Example
parallel/test-runner-output
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-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-worker-memory
Example
sequential/test-http-regr-gh-2928
Example
Progress
Build timed out (after 120 minutes). Marking the build as failed.
(2)ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
(3)fatal: No rebase in progress?
(2)parallel/test-child-process-pipe-dataflow
(18)parallel/test-child-process-stdio-reuse-readable-stdio
(9)parallel/test-performance-function
(5)sequential/test-perf-hooks
(5)parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
(4)parallel/test-blob-file-backed
(3)parallel/test-http-request-join-authorization-headers
(3)parallel/test-inspector-wait-for-connection
(3)parallel/test-runner-output
(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-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-worker-memory
(2)sequential/test-http-regr-gh-2928
(2)The text was updated successfully, but these errors were encountered: