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 848 parallel/test-fs-readfile
---
duration_ms: 74.29000
severity: fail
exitcode: 1
stack: |-
node:internal/fs/utils:348
throw err;
^
Error: ENOSPC: no space left on device, ftruncate
at Object.ftruncateSync (node:fs:1143:3)
at Object.truncateSync (node:fs:1102:14)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-fs-readfile.js:61:6)
at Module._compile (node:internal/modules/cjs/loader:1267:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1321:10)
at Module.load (node:internal/modules/cjs/loader:1125:32)
at Module._load (node:internal/modules/cjs/loader:965:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 {
errno: -28,
syscall: 'ftruncate',
code: 'ENOSPC'
}
Node.js v20.0.0-pre
...
not ok 3600 pummel/test-fs-readfile-tostring-fail
---
duration_ms: 115.45500
severity: fail
exitcode: 7
stack: |-
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/pummel/test-fs-readfile-tostring-fail.js:73
throw err;
^
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOSPC: no space left on device, write
at Object.callback (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/pummel/test-fs-readfile-tostring-fail.js:31:37)
at callback (node:internal/streams/writable:562:21)
at onwriteError (node:internal/streams/writable:425:3)
at onwrite (node:internal/streams/writable:467:7)
at node:internal/fs/streams:439:14
at FSReqCallback.wrapper [as oncomplete] (node:fs:958:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: [Error: ENOSPC: no space left on device, write] {
errno: -28,
code: 'ENOSPC',
syscall: 'write'
},
expe...
not ok 2296 parallel/test-performance-function
---
duration_ms: 263.82600
severity: fail
exitcode: 1
stack: |-
node:internal/event_target:1036
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
at runNextTicks (node:internal/process/task_queues:60:5)
at listOnTimeout (node:internal/timers:540:9)
at process.processTimers (node:internal/timers:514:7)
Emitted 'error' event on Worker instance at:
at [kOnErrorMessage] (node:internal/worker:309:10)
at [kOnMessage] (node:internal/worker:320:37)...
not ok 893 parallel/test-x509-escaping
---
duration_ms: 6664.00100
severity: fail
exitcode: 1
stack: |-
node:events:489
throw er; // Unhandled 'error' event
^
Error [ERR_SOCKET_CONNECTION_TIMEOUT]: Socket connection timeout
at new NodeError (node:internal/errors:399:5)
at internalConnectMultiple (node:net:1098:20)
at Timeout.internalConnectMultipleTimeout (node:net:1637:3)
at listOnTimeout (node:internal/timers:575:11)
at process.processTimers (node:internal/timers:514:7)
Emitted 'error' event on TLSSocket instance at:
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
at runNextTicks (node:internal/process/task_queues:64:3)
at listOnTimeout (node:internal/timers:540:9)
at process.processTimers (node:internal/timers:514:7) {
code: 'ERR_SOCKET...
not ok 1842 parallel/test-inspector-break-when-eval
---
duration_ms: 16113.47800
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:45585/0eeafd9b-9adc-40de-886d-944d29e571f9
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[test] Setting up a debugger
[err] Debugger attached.
[err]
Timed out waiting for matching notification (Initial pause)
1
...
not ok 2450 parallel/test-single-executable-application
---
duration_ms: 35727.34000
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.2292/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.2292/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.2292/sea
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.2292/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.2292/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 Object.<anonymous> (/Users/iojs/b...
not ok 3591 wpt/test-timers
---
duration_ms: 2253.48200
severity: fail
exitcode: 1
stack: |-
---- negative-settimeout ----
[SKIPPED] unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672
---- Clear timeout with clearInterval ----
[PASS] Clear timeout with clearInterval
---- Clear interval with clearTimeout ----
[PASS] Clear interval with clearTimeout
---- Calling setInterval with no interval should be the same as if called with 0 interval ----
[PASS] Calling setInterval with no interval should be the same as if called with 0 interval
---- Calling setInterval with undefined interval should be the same as if called with 0 interval ----
[PASS] Calling setInterval with undefined interval should be the same as if called with 0 interval
---- negative-setinterval ----
[PASS] negative-setinterval
[UNEXPECTED_FAILURE][UNCAUGHT] evaluation in WPTRunner.runJsTests()
assert_unreached: Reached unreachable code
{
message: 'assert...
not ok 3913 sequential/test-inspector-port-cluster
---
duration_ms: 216.03300
severity: fail
exitcode: 1
stack: |-
Debugger listening on ws://127.0.0.1:65534/01a3f1b2-ffd4-4fbd-a9db-30c73681cbd5
For help, see: https://nodejs.org/en/docs/inspector
Debugger listening on ws://127.0.0.1:9229/ba7752c4-157e-4adb-b77c-b54a68712635
For help, see: https://nodejs.org/en/docs/inspector
Debugger listening on ws://127.0.0.1:12351/84b0262b-fee9-48e5-85b5-9b4d71b93481
For help, see: https://nodejs.org/en/docs/inspector
Debugger listening on ws://127.0.0.1:12346/2d53730b-93d9-4fc9-87e6-ae0b63ac09fc
For help, see: https://nodejs.org/en/docs/inspector
Debugger listening on ws://0.0.0.0:12361/efa7db74-99bf-4976-818a-5ad749b34d3f
For help, see: https://nodejs.org/en/docs/inspector
Debugger listening on ws://[::1]:12376/ecd55d99-d073-4f87-883c-71c37e96a70e
For help, see: https://nodejs.org/en/docs/inspector
Debugger listening on ws://127.0.0.1:12356/47b396cb-80a3-49e8-...
java.io.IOException: Backing channel 'JNLP4-connect connection from 107.170.28.213/107.170.28.213:38495' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at jdk.proxy2/jdk.proxy2.$Proxy159.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
error: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
Failures in node-test-pull-request/51081 to node-test-pull-request/51173 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-net-write-fully-async-buffer
Example
parallel/test-net-write-fully-async-hex-string
Example
parallel/test-fs-readfile
Example
pummel/test-fs-readfile-tostring-fail
Example
parallel/test-fs-promises-file-handle-readFile
Example
parallel/test-child-process-advanced-serialization-largebuffer
Example
parallel/test-performance-function
Example
parallel/test-x509-escaping
Example
parallel/test-cli-eval
Example
sequential/test-cpu-prof-name
Example
parallel/test-fs-promises-file-handle-writeFile
Example
parallel/test-inspector-break-when-eval
Example
parallel/test-single-executable-application
Example
parallel/test-tls-ticket-cluster
Example
pummel/test-policy-integrity-parent-no-package-json
Example
sequential/test-child-process-pass-fd
Example
wpt/test-timers
Example
- /home/iojs/build/workspace/node-test-linter/lib/timers.js
Example
parallel/test-child-process-advanced-serialization
Example
parallel/test-cli-node-options
Example
parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
Example
parallel/test-inspector-console
Example
parallel/test-runner-output
Example
parallel/test-worker-nearheaplimit-deadlock
Example
parallel/test-zlib-brotli-flush
Example
pummel/test-net-throttle
Example
pummel/test-policy-integrity-dep
Example
pummel/test-policy-integrity-worker-commonjs
Example
sequential/test-http-regr-gh-2928
Example
sequential/test-inspector-port-cluster
Example
sequential/test-worker-prof
Example
Jenkins Failure
Build timed out (after 60 minutes). Marking the build as failed.
Example
Backing channel 'JNLP4-connect connection from ... is disconnected.
Example
Build Failure
fatal: No rebase in progress?
Example
error: The last gc run reported the following. Please correct the root cause
Example
error: remote GitHub already exists.
Example
Progress
parallel/test-net-write-fully-async-buffer
(14)parallel/test-net-write-fully-async-hex-string
(11)parallel/test-fs-readfile
(10)pummel/test-fs-readfile-tostring-fail
(10)parallel/test-fs-promises-file-handle-readFile
(9)parallel/test-child-process-advanced-serialization-largebuffer
(6)parallel/test-performance-function
(6)parallel/test-x509-escaping
(5)parallel/test-cli-eval
(4)sequential/test-cpu-prof-name
(4)parallel/test-fs-promises-file-handle-writeFile
(3)parallel/test-inspector-break-when-eval
(3)parallel/test-single-executable-application
(3)parallel/test-tls-ticket-cluster
(3)pummel/test-policy-integrity-parent-no-package-json
(3)sequential/test-child-process-pass-fd
(3)wpt/test-timers
(3)- /home/iojs/build/workspace/node-test-linter/lib/timers.js
(2)parallel/test-child-process-advanced-serialization
(2)parallel/test-cli-node-options
(2)parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
(2)parallel/test-inspector-console
(2)parallel/test-runner-output
(2)parallel/test-worker-nearheaplimit-deadlock
(2)parallel/test-zlib-brotli-flush
(2)pummel/test-net-throttle
(2)pummel/test-policy-integrity-dep
(2)pummel/test-policy-integrity-worker-commonjs
(2)sequential/test-http-regr-gh-2928
(2)sequential/test-inspector-port-cluster
(2)sequential/test-worker-prof
(2)Build timed out (after 60 minutes). Marking the build as failed.
(4)Backing channel 'JNLP4-connect connection from ... is disconnected.
(2)fatal: No rebase in progress?
(5)error: The last gc run reported the following. Please correct the root cause
(2)error: remote GitHub already exists.
(2)The text was updated successfully, but these errors were encountered: