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: list index out of range
+ true
+ tap2junit -i cctest.tap -o out/junit/cctest.xml
usage: tap2junit [-h] --input INPUT --output OUTPUT [--compact] [--name NAME]
[--package PACKAGE]
tap2junit: error: argument --input/-i: can't open 'cctest.tap': [Errno 2] No such file or directory: 'cctest.tap'
not ok 3962 wpt/test-webcrypto
---
duration_ms: 42383.54100
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...
not ok 125 parallel/test-child-process-stdio-reuse-readable-stdio
---
duration_ms: 0.374
severity: fail
exitcode: 1
stack: |-
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
--- Logging error ---
Traceback (most recent call last):
File "C:\Python310\lib\logging\__init__.py", line 1103, in emit
stream.write(msg + self.terminator)
File "C:\Python310\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 7-10: character maps to <undefined>
Call stack:
File "C:\Python310\lib\threading.py", line 973, in _bootstrap
self._bootstrap_inner()
File "C:\Python310\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Python310\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "C:\work...
not ok 3918 sequential/test-single-executable-application-disable-experimental-sea-warning
---
duration_ms: 6368.34100
severity: fail
exitcode: 1
stack: |-
Wrote single executable preparation blob to sea-prep.blob
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.3917/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.3917/sea: the codesign_allocate helper tool cannot be found or used
node:child_process:924
throw err;
^
Error: Command failed: codesign --sign - /Users/iojs/node-tmp/.tmp.3917/sea
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.3917/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.3917/sea: the codesign_allocate helper tool cannot be found or used
at checkExecSyncError (node:child_process:885:11)
at execFileSync (node:child_process:921:15)
at...
not ok 1487 parallel/test-http2-misbehaving-multiplex
---
duration_ms: 276.60500
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:512:28)
at ServerHttp2Session.sessionOnStream (node:internal/http2/core:3004:19)
at ServerHttp2Session.emit (node:events:512: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 1841 parallel/test-inspector-debug-brk-flag
---
duration_ms: 15273.52400
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:33353/4f94b1db-6cbb-4def-be4c-2f6e5d53497d
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err]
Timed out waiting for matching notification (break on file:///home/iojs/build/workspace/node-test-commit-linuxone/test/fixtures/loop.js:0)
1
...
not ok 2279 parallel/test-performance-function
---
duration_ms: 265.76600
severity: fail
exitcode: 1
stack: |-
node:internal/event_target:1058
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:782:20)
at exports.emitMessage (no...
not ok 3395 parallel/test-runner-inspect
---
duration_ms: 120086.83700
severity: fail
exitcode: -15
stack: |-
timeout
[test] Connecting to a child Node process
[test] Testing /json/list
[err] (node:2200749) Warning: Using the inspector with --test forces running at a concurrency of 1. Use the inspectPort option to run with concurrency
[err] (Use `node --trace-warnings ...` to show where the warning was created)
[err]
[out] TAP version 13
[out]
[err] Debugger listening on ws://127.0.0.1:44595/3d60e0c3-317c-490e-ab21-e9c73d6323b2
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err]
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[out] # Debugger ending on ws://127.0.0.1:44595/3d60e0c3-317c-490e-ab21-e9c73d6323b2
[out]
...
not ok 3917 sequential/test-single-executable-application
---
duration_ms: 6480.24100
severity: fail
exitcode: 1
stack: |-
Wrote single executable preparation blob to sea-prep.blob
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.3916/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.3916/sea: the codesign_allocate helper tool cannot be found or used
node:child_process:924
throw err;
^
Error: Command failed: codesign --sign - /Users/iojs/node-tmp/.tmp.3916/sea
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.3916/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.3916/sea: the codesign_allocate helper tool cannot be found or used
at checkExecSyncError (node:child_process:885:11)
at execFileSync (node:child_process:921:15)
at injectAndCodeSign (/Users/iojs/b...
not ok 3919 sequential/test-single-executable-application-empty
---
duration_ms: 6494.95900
severity: fail
exitcode: 1
stack: |-
Wrote single executable preparation blob to sea-prep.blob
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.3918/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.3918/sea: the codesign_allocate helper tool cannot be found or used
node:child_process:924
throw err;
^
Error: Command failed: codesign --sign - /Users/iojs/node-tmp/.tmp.3918/sea
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.3918/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.3918/sea: the codesign_allocate helper tool cannot be found or used
at checkExecSyncError (node:child_process:885:11)
at execFileSync (node:child_process:921:15)
at injectAndCodeSign (/Users/...
Progress
Build timed out (after 60 minutes). Marking the build as failed. (4)
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)
Failures in node-test-pull-request/52430 to node-test-pull-request/52528 that failed 2 or more 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 60 minutes). Marking the build as failed.
Example
Build timed out (after 120 minutes). Marking the build as failed.
Example
Build Failure
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Example
Error: list index out of range
Example
Failed to trigger node-test-commit
Example
fatal: No rebase in progress?
Example
JSTest Failure
pummel/test-net-throttle
Example
parallel/test-http-request-join-authorization-headers
Example
wpt/test-webcrypto
Example
parallel/test-child-process-stdio-reuse-readable-stdio
Example
parallel/test-fs-watch-recursive-add-file-with-url
Example
parallel/test-fs-watch-recursive-symlink
Example
sequential/test-single-executable-application-disable-experimental-sea-warning
Example
sequential/test-worker-prof
Example
parallel/test-child-process-pipe-dataflow
Example
parallel/test-crypto-dh
Example
parallel/test-debugger-break
Example
parallel/test-fs-read-stream
Example
parallel/test-fs-watch-recursive-add-file
Example
parallel/test-fs-watch-recursive-add-file-to-new-folder
Example
parallel/test-fs-watch-recursive-add-folder
Example
parallel/test-fs-watch-recursive-assert-leaks
Example
parallel/test-fs-watch-recursive-update-file
Example
parallel/test-http-server-request-timeouts-mixed
Example
parallel/test-http2-misbehaving-multiplex
Example
parallel/test-inspector-debug-brk-flag
Example
parallel/test-inspector-exception
Example
parallel/test-performance-function
Example
parallel/test-permission-fs-write-report
Example
parallel/test-runner-inspect
Example
parallel/test-single-executable-application
Example
pummel/test-net-bytes-per-incoming-chunk-overhead
Example
pummel/test-process-hrtime
Example
sequential/test-perf-hooks
Example
sequential/test-single-executable-application
Example
sequential/test-single-executable-application-empty
Example
Progress
Build timed out (after 60 minutes). Marking the build as failed.
(4)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)Error: list index out of range
(2)Failed to trigger node-test-commit
(2)fatal: No rebase in progress?
(2)pummel/test-net-throttle
(10)parallel/test-http-request-join-authorization-headers
(7)wpt/test-webcrypto
(5)parallel/test-child-process-stdio-reuse-readable-stdio
(4)parallel/test-fs-watch-recursive-add-file-with-url
(4)parallel/test-fs-watch-recursive-symlink
(4)sequential/test-single-executable-application-disable-experimental-sea-warning
(3)sequential/test-worker-prof
(3)parallel/test-child-process-pipe-dataflow
(2)parallel/test-crypto-dh
(2)parallel/test-debugger-break
(2)parallel/test-fs-read-stream
(2)parallel/test-fs-watch-recursive-add-file
(2)parallel/test-fs-watch-recursive-add-file-to-new-folder
(2)parallel/test-fs-watch-recursive-add-folder
(2)parallel/test-fs-watch-recursive-assert-leaks
(2)parallel/test-fs-watch-recursive-update-file
(2)parallel/test-http-server-request-timeouts-mixed
(2)parallel/test-http2-misbehaving-multiplex
(2)parallel/test-inspector-debug-brk-flag
(2)parallel/test-inspector-exception
(2)parallel/test-performance-function
(2)parallel/test-permission-fs-write-report
(2)parallel/test-runner-inspect
(2)parallel/test-single-executable-application
(2)pummel/test-net-bytes-per-incoming-chunk-overhead
(2)pummel/test-process-hrtime
(2)sequential/test-perf-hooks
(2)sequential/test-single-executable-application
(2)sequential/test-single-executable-application-empty
(2)The text was updated successfully, but these errors were encountered: