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 134.209.55.216/134.209.55.216:44742' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at jdk.proxy2/jdk.proxy2.$Proxy76.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
Reason
Build timed out (after 120 minutes). Marking the build as failed.
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
fatal: Could not read from remote repository.
fatal: failed to run repack
Reason
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
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
Reason
error: The last gc run reported the following. Please correct the root cause
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.
not ok 186 parallel/test-child-process-fork-exec-path
---
duration_ms: 767.67000
severity: fail
exitcode: 1
stack: |-
node:internal/fs/utils:352
throw err;
^
Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.184/node-copy.exe'
at Object.copyFileSync (node:fs:3011:3)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-child-process-fork-exec-path.js:50:4)
at Module._compile (node:internal/modules/cjs/loader:1264:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1318:10)
at Module.load (node:internal/modules/cjs/loader:1113:32)
at Module._load (node:internal/modules/cjs/loader:954:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:80:12)
at node:internal/main/run_main_module:23:47 {
errno: -28,...
not ok 2289 parallel/test-performance-function
---
duration_ms: 211.13300
severity: fail
exitcode: 1
stack: |-
node:internal/errors:497
ErrorCaptureStackTrace(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-linux/test/parallel/test-performance-function.js:98:5 {
code: 'ERR_OUT_OF_RANGE'
}
Node.js v21.0.0-pre
...
not ok 1813 parallel/test-macos-app-sandbox
---
duration_ms: 1609.82700
severity: fail
exitcode: 1
stack: |-
node:internal/fs/utils:352
throw err;
^
Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.1814/node_sandboxed.app/Contents/MacOS/node'
at Object.copyFileSync (node:fs:3011:3)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-macos-app-sandbox.js:37:4)
at Module._compile (node:internal/modules/cjs/loader:1264:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1318:10)
at Module.load (node:internal/modules/cjs/loader:1113:32)
at Module._load (node:internal/modules/cjs/loader:954:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:80:12)
at node:internal/main/run_main_module:23:47 {
errno...
not ok 1838 parallel/test-module-loading-globalpaths
---
duration_ms: 1604.47700
severity: fail
exitcode: 1
stack: |-
node:internal/fs/utils:352
throw err;
^
Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.1837/install/bin/node'
at Object.copyFileSync (node:fs:3011:3)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-module-loading-globalpaths.js:32:6)
at Module._compile (node:internal/modules/cjs/loader:1264:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1318:10)
at Module.load (node:internal/modules/cjs/loader:1113:32)
at Module._load (node:internal/modules/cjs/loader:954:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:80:12)
at node:internal/main/run_main_module:23:47 {
errno: -2...
not ok 4026 sequential/test-single-executable-application-snapshot-and-code-cache
---
duration_ms: 4816.90300
severity: fail
exitcode: 1
stack: |-
[process 4379]: --- stderr ---
[process 4379]: --- stdout ---
[process 4379]: status = null, signal = SIGSEGV
/home/iojs/build/workspace/node-test-commit-linux/test/common/child_process.js:86
throw new Error(`${failures.join('\n')}`);
^
Error: - process terminated with status null, expected 0
- process terminated with signal SIGSEGV, expected null
at logAndThrow (/home/iojs/build/workspace/node-test-commit-linux/test/common/child_process.js:86:11)
at expectSyncExit (/home/iojs/build/workspace/node-test-commit-linux/test/common/child_process.js:91:5)
at spawnSyncAndExitWithoutError (/home/iojs/build/workspace/node-test-commit-linux/test/common/child_process.js:125:10)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/sequential/test-single-exe...
not ok 72 parallel/test-blob-file-backed
---
duration_ms: 181.51800
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:665:10)
at BlobReader.<anonymous> (node:internal/blob:289:25)
Node.js v21.0.0-pre
...
not ok 789 parallel/test-fs-append-file
---
duration_ms: 371.96100
severity: fail
exitcode: 1
stack: |-
node:internal/fs/utils:352
throw err;
^
Error: ENOSPC: no space left on device, write
at Object.writeSync (node:fs:954:3)
at Object.writeFileSync (node:fs:2347:26)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-fs-append-file.js:174:6)
at Module._compile (node:internal/modules/cjs/loader:1264:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1318:10)
at Module.load (node:internal/modules/cjs/loader:1113:32)
at Module._load (node:internal/modules/cjs/loader:954:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:80:12)
at node:internal/main/run_main_module:23:47 {
errno: -28,
syscall: 'write',
code: 'ENOSPC'
}
Node.js v21.0.0-pre
...
not ok 2094 parallel/test-inspector-break-when-eval
---
duration_ms: 15325.95600
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:32895/359a0d39-c9d0-44a0-ae8a-4f65616b828f
[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
...
Failures in node-test-pull-request/53971 to node-test-pull-request/54067 that failed 2 or more PRs
(Generated with
ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md
)Jenkins Failure
Build timed out (after 60 minutes). Marking the build as failed.
Example
Backing channel 'JNLP4-connect connection from ... is disconnected.
Example
Build timed out (after 120 minutes). Marking the build as failed.
Example
Build Failure
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Example
error: The last gc run reported the following. Please correct the root cause
Example
fatal: No rebase in progress?
Example
Git Failure
CCTest Failure
Value of: (!expectation.read_expected)
Example
JSTest Failure
es-module/test-vm-contextified-script-leak
Example
parallel/test-child-process-fork-exec-path
Example
parallel/test-file-write-stream4
Example
parallel/test-inspector-stop-profile-after-done
Example
parallel/test-performance-function
Example
parallel/test-fs-watch-recursive-symlink
Example
parallel/test-fs-watch-recursive-update-file
Example
parallel/test-macos-app-sandbox
Example
parallel/test-module-loading-globalpaths
Example
sequential/test-single-executable-application-snapshot-and-code-cache
Example
es-module/test-esm-loader-resolve-type
Example
parallel/test-blob-file-backed
Example
parallel/test-crypto-dh-generate-keys
Example
parallel/test-fs-append-file
Example
parallel/test-inspector-break-when-eval
Example
parallel/test-runner-output
Example
parallel/test-snapshot-typescript
Example
parallel/test-tls-socket-close
Example
wpt/test-structured-clone
Example
Progress
Build timed out (after 60 minutes). Marking the build as failed.
(9)Backing channel 'JNLP4-connect connection from ... is disconnected.
(3)Build timed out (after 120 minutes). Marking the build as failed.
(2)fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
(4)ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
(3)error: The last gc run reported the following. Please correct the root cause
(3)fatal: No rebase in progress?
(2)Value of: (!expectation.read_expected)
(2)es-module/test-vm-contextified-script-leak
(9)parallel/test-child-process-fork-exec-path
(4)parallel/test-file-write-stream4
(4)parallel/test-inspector-stop-profile-after-done
(4)parallel/test-performance-function
(4)parallel/test-fs-watch-recursive-symlink
(3)parallel/test-fs-watch-recursive-update-file
(3)parallel/test-macos-app-sandbox
(3)parallel/test-module-loading-globalpaths
(3)sequential/test-single-executable-application-snapshot-and-code-cache
(3)es-module/test-esm-loader-resolve-type
(2)parallel/test-blob-file-backed
(2)parallel/test-crypto-dh-generate-keys
(2)parallel/test-fs-append-file
(2)parallel/test-inspector-break-when-eval
(2)parallel/test-runner-output
(2)parallel/test-snapshot-typescript
(2)parallel/test-tls-socket-close
(2)wpt/test-structured-clone
(2)The text was updated successfully, but these errors were encountered: