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
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
not ok 3550 es-module/test-esm-loader-side-effect
---
duration_ms: 120140.19600
severity: fail
exitcode: -15
stack: |-
timeout
(node:46152) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
(node:46152) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
(node:46152) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
(node:46152) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
(node:46152) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node...
not ok 2296 parallel/test-performance-function
---
duration_ms: 137.38700
severity: fail
exitcode: 1
stack: |-
node:internal/errors:490
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
at runNextTicks (node:internal/process/task_queues:60:5)
at listOnTimeout (node:internal/timers:540:9)
at process.processTimers (node:internal/timers:514:7) {
code: 'ERR_OUT_OF_RANGE'
}
Node.js v20.0.0-pre
...
not ok 848 parallel/test-fs-readfile
---
duration_ms: 91.97700
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
...
not ok 3599 pummel/test-fs-readfile-tostring-fail
---
duration_ms: 133.69000
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 3045 parallel/test-single-executable-application
---
duration_ms: 120021.94500
severity: fail
exitcode: -15
stack: |-
timeout
Wrote single executable preparation blob to sea-prep.blob
...
not ok 1770 parallel/test-macos-app-sandbox
---
duration_ms: 5109.90100
severity: fail
exitcode: 1
stack: |-
node:internal/fs/utils:348
throw err;
^
Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.1751/node_sandboxed.app/Contents/MacOS/node'
at Object.copyFileSync (node:fs:2904:3)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-macos-app-sandbox.js:37:4)
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: -2...
not ok 3409 wpt/test-timers
---
duration_ms: 4087.05600
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 3541 es-module/test-esm-loader-http-imports
---
duration_ms: 36889.02100
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: 16251.308118
...
not ok 1478 parallel/test-http2-misbehaving-multiplex
---
duration_ms: 261.52200
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:464:15)
at Http2Server.emit (node:events:511:28)
at ServerHttp2Session.sessionOnStream (node:internal/http2/core:3003:19)
at ServerHttp2Session.emit (node:events:511:28)
at emit (node:internal/http2/core:331:3)
at process.processTicksAndRejections (node:internal/process/task_queues:85:22) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 5,
expected: 5,
operator: 'notStrictEqual'
...
not ok 2310 parallel/test-snapshot-typescript
---
duration_ms: 1359.49800
severity: fail
exitcode: 1
stack: |-
node:internal/fs/utils:348
throw err;
^
Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/snapshot/typescript.js' -> '/Users/iojs/node-tmp/.tmp.2310/snapshot.js'
at Object.copyFileSync (node:fs:2904:3)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-snapshot-typescript.js:21:4)
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,
...
not ok 888 wpt/test-wasm-webapi
---
duration_ms: 1440218.94800
severity: fail
exitcode: 1
stack: |-
timeout
---- abort ----
[SKIPPED] WPTRunner does not support fetch()
---- contenttype ----
[SKIPPED] WPTRunner does not support fetch()
---- historical ----
[SKIPPED] indexedDB is not defined
---- idlharness ----
[SKIPPED] not configured
---- instantiateStreaming-bad-imports ----
[SKIPPED] Flaky on ARM with V8 >= 11.2
---- origin ----
[SKIPPED] CORS not implemented
---- status ----
[SKIPPED] WPTRunner does not support fetch()
---- compileStreaming: no body ----
[PASS] compileStreaming: no body
---- compileStreaming: no body in a promise ----
[PASS] compileStreaming: no body in a promise
---- compileStreaming after consumption ----
[PASS] compileStreaming after consumption
---- compileStreaming: empty body ----
[PASS] compileStreaming: empty body
---- compileStreaming: empty body in a promise ----
[PASS]...
Progress
Build timed out (after 60 minutes). Marking the build as failed. (2)
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (2)
error: remote GitHub already exists. (2)
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository (2)
Failures in node-test-pull-request/51175 to node-test-pull-request/51271 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 60 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
error: remote GitHub already exists.
Example
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
Example
fatal: No rebase in progress?
Example
JSTest Failure
es-module/test-esm-loader-side-effect
Example
parallel/test-performance-function
Example
parallel/test-fs-promises-file-handle-readFile
Example
parallel/test-fs-readfile
Example
parallel/test-net-write-fully-async-hex-string
Example
pummel/test-fs-readfile-tostring-fail
Example
parallel/test-single-executable-application
Example
parallel/test-x509-escaping
Example
es-module/test-esm-loader-spawn-promisified
Example
parallel/test-macos-app-sandbox
Example
parallel/test-net-write-fully-async-buffer
Example
parallel/test-buffer-constructor-node-modules-paths
Example
parallel/test-runner-output
Example
wpt/test-timers
Example
es-module/test-esm-loader-http-imports
Example
parallel/test-fs-promises-file-handle-writeFile
Example
parallel/test-http2-misbehaving-multiplex
Example
parallel/test-snapshot-typescript
Example
parallel/test-zlib-brotli-flush
Example
pummel/test-policy-integrity-parent-commonjs
Example
pummel/test-policy-integrity-parent-no-package-json
Example
sequential/test-child-process-pass-fd
Example
es-module/test-esm-loader-obsolete-hooks
Example
parallel/test-child-process-bad-stdio
Example
parallel/test-child-process-can-write-to-stdout
Example
parallel/test-cli-eval
Example
sequential/test-net-localport
Example
wpt/test-wasm-webapi
Example
Progress
Build timed out (after 60 minutes). Marking the build as failed.
(2)ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
(2)error: remote GitHub already exists.
(2)fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
(2)fatal: No rebase in progress?
(2)es-module/test-esm-loader-side-effect
(9)parallel/test-performance-function
(9)parallel/test-fs-promises-file-handle-readFile
(8)parallel/test-fs-readfile
(8)parallel/test-net-write-fully-async-hex-string
(8)pummel/test-fs-readfile-tostring-fail
(8)parallel/test-single-executable-application
(7)parallel/test-x509-escaping
(7)es-module/test-esm-loader-spawn-promisified
(6)parallel/test-macos-app-sandbox
(6)parallel/test-net-write-fully-async-buffer
(5)parallel/test-buffer-constructor-node-modules-paths
(4)parallel/test-runner-output
(4)wpt/test-timers
(4)es-module/test-esm-loader-http-imports
(3)parallel/test-fs-promises-file-handle-writeFile
(3)parallel/test-http2-misbehaving-multiplex
(3)parallel/test-snapshot-typescript
(3)parallel/test-zlib-brotli-flush
(3)pummel/test-policy-integrity-parent-commonjs
(3)pummel/test-policy-integrity-parent-no-package-json
(3)sequential/test-child-process-pass-fd
(3)es-module/test-esm-loader-obsolete-hooks
(2)parallel/test-child-process-bad-stdio
(2)parallel/test-child-process-can-write-to-stdout
(2)parallel/test-cli-eval
(2)sequential/test-net-localport
(2)wpt/test-wasm-webapi
(2)The text was updated successfully, but these errors were encountered: