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
java.io.IOException: Backing channel 'JNLP4-connect connection from 145.40.99.31/145.40.99.31:34580' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at jdk.proxy2/jdk.proxy2.$Proxy287.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
Build Failure
Reason
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
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 2886 parallel/test-single-executable-application
---
duration_ms: 120040.69400
severity: fail
exitcode: -15
stack: |-
timeout
Wrote single executable preparation blob to sea-prep.blob
...
not ok 3578 pummel/test-fs-readfile-tostring-fail
---
duration_ms: 111.42600
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 880 wpt/test-timers
---
duration_ms: 3283.99800
severity: fail
exitcode: 1
stack: |-
[SKIPPED] negative-settimeout.any.js: unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672
[PASS] Calling setInterval with no 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
[PASS] Clear timeout with clearInterval
[PASS] Clear interval with clearTimeout
[PASS] type-long-settimeout
[PASS] type-long-setinterval
[UNEXPECTED_FAILURE][UNCAUGHT] evaluation in WPTRunner.runJsTests()
assert_unreached: Reached unreachable code
{
message: 'assert_unreached: Reached unreachable code',
stack: ' at listOnTimeout (node:internal/timers:573:17)\n' +
' at process.processTimers (node:internal/timers:514:7)'
}
Command: C:\workspace\node-test-binary-windows-js-suites\node\Release\node.exe C:\workspace\node-test-binary-windows-js-...
not ok 3516 es-module/test-esm-loader-http-imports
---
duration_ms: 35369.84900
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: ESM: http import via loader
# Subtest: should load using --import flag
ok 1 - should load using --import flag
---
duration_ms: 27722.691074
...
not ok 848 parallel/test-fs-readfile
---
duration_ms: 144.13300
severity: fail
exitcode: 1
stack: |-
node:internal/fs/utils:351
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 v21.0.0-pre
...
not ok 3576 wpt/test-webcrypto
---
duration_ms: 170728.04300
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 ...
not ok 888 parallel/test-x509-escaping
---
duration_ms: 6515.03900
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:1099:20)
at Timeout.internalConnectMultipleTimeout (node:net:1638: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 3573 pummel/test-crypto-timing-safe-equal-benchmarks
---
duration_ms: 3484.05800
severity: fail
exitcode: 1
stack: |-
node:assert:399
throw err;
^
AssertionError [ERR_ASSERTION]: timingSafeEqual should not leak information from its execution time (t=-4.344695520447655)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/pummel/test-crypto-timing-safe-equal-benchmarks.js:109:1)
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 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=...
Failures in node-test-pull-request/51488 to node-test-pull-request/51587 that failed more than 2 PRs
(Generated with
ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md
)CCTest Failure
../test/cctest/test_inspector_socket.cc:323: Failure
Example
Jenkins Failure
Backing channel 'JNLP4-connect connection from ... is disconnected.
Example
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
Error: getWindowSize EINVAL
Example
Error: list index out of range
Example
sh: line 1: I/O: No such file or directory
Example
undefined
Unknown
Example
JSTest Failure
parallel/test-single-executable-application
Example
parallel/test-net-write-fully-async-hex-string
Example
pummel/test-fs-readfile-tostring-fail
Example
wpt/test-timers
Example
es-module/test-esm-loader-http-imports
Example
parallel/test-fs-promises-file-handle-readFile
Example
parallel/test-fs-readfile
Example
parallel/test-tls-ticket-cluster
Example
pummel/test-net-throttle
Example
parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
Example
parallel/test-runner-watch-mode
Example
sequential/test-http-regr-gh-2928
Example
wpt/test-webcrypto
Example
addons/worker-buffer-callback/test-free-called
Example
node-api/test_threadsafe_function/test
Example
parallel/test-assert-typedarray-deepequal
Example
parallel/test-http-remove-connection-header-persists-connection
Example
parallel/test-http-request-join-authorization-headers
Example
parallel/test-net-write-fully-async-buffer
Example
parallel/test-runner-output
Example
parallel/test-worker-nearheaplimit-deadlock
Example
parallel/test-x509-escaping
Example
pummel/test-crypto-timing-safe-equal-benchmarks
Example
sequential/test-http-keep-alive-large-write
Example
sequential/test-http2-large-file
Example
Progress
../test/cctest/test_inspector_socket.cc:323: Failure
(5)Backing channel 'JNLP4-connect connection from ... is disconnected.
(2)ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
(3)fatal: No rebase in progress?
(3)Error: getWindowSize EINVAL
(2)Error: list index out of range
(2)sh: line 1: I/O: No such file or directory
(2)Unknown
(2)parallel/test-single-executable-application
(20)parallel/test-net-write-fully-async-hex-string
(10)pummel/test-fs-readfile-tostring-fail
(8)wpt/test-timers
(6)es-module/test-esm-loader-http-imports
(5)parallel/test-fs-promises-file-handle-readFile
(4)parallel/test-fs-readfile
(4)parallel/test-tls-ticket-cluster
(4)pummel/test-net-throttle
(4)parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
(3)parallel/test-runner-watch-mode
(3)sequential/test-http-regr-gh-2928
(3)wpt/test-webcrypto
(3)addons/worker-buffer-callback/test-free-called
(2)node-api/test_threadsafe_function/test
(2)parallel/test-assert-typedarray-deepequal
(2)parallel/test-http-remove-connection-header-persists-connection
(2)parallel/test-http-request-join-authorization-headers
(2)parallel/test-net-write-fully-async-buffer
(2)parallel/test-runner-output
(2)parallel/test-worker-nearheaplimit-deadlock
(2)parallel/test-x509-escaping
(2)pummel/test-crypto-timing-safe-equal-benchmarks
(2)sequential/test-http-keep-alive-large-write
(2)sequential/test-http2-large-file
(2)The text was updated successfully, but these errors were encountered: