Failures in node-test-pull-request/54975 to node-test-pull-request/55069 that failed 2 or more PRs
(Generated with ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md)
| UTC Time |
RUNNING |
SUCCESS |
UNSTABLE |
ABORTED |
FAILURE |
Green Rate |
| 2023-10-21 00:12 |
4 |
12 |
8 |
2 |
74 |
12.77% |
Jenkins Failure
Example
java.io.IOException: Failed to create a temp file on /home/iojs/build/workspace/node-test-commit-custom-suites-freestyle
at hudson.FilePath.createTextTempFile(FilePath.java:1624)
at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:202)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:120)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:123)
Example
Build timed out (after 60 minutes). Marking the build as failed.
Example
java.io.IOException: Failed to create a temp file on /home/iojs/build/workspace/node-test-commit-linux
at hudson.FilePath.createTextTempFile(FilePath.java:1624)
at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:202)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:120)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:123)
Build Failure
| Reason |
error: remote GitHub already exists. |
| Type |
BUILD_FAILURE |
| Failed PR |
15 (https://github.com/nodejs/node/pull/48462/, https://github.com/nodejs/node/pull/50258/, https://github.com/nodejs/node/pull/50074/, https://github.com/nodejs/node/pull/50277/, https://github.com/nodejs/node/pull/50141/, https://github.com/nodejs/node/pull/50288/, https://github.com/nodejs/node/pull/50278/, https://github.com/nodejs/node/pull/49868/, https://github.com/nodejs/node/pull/50292/, https://github.com/nodejs/node/pull/50274/, https://github.com/nodejs/node/pull/50273/, https://github.com/nodejs/node/pull/50294/, https://github.com/nodejs/node/pull/50296/, https://github.com/nodejs/node/pull/50250/, https://github.com/nodejs/node/pull/50298/) |
| Appeared |
test-rackspace-win2019_vs2019-x64-1, test-rackspace-win2022_vs2022-x64-2, test-rackspace-win2022_vs2022-x64-6, test-rackspace-win2022_vs2022-x64-4, test-rackspace-win2022_vs2022-x64-5, test-rackspace-win2022_vs2022-x64-3, test-rackspace-win2022_vs2022-x64-1 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/54993/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/55022/ |
Example
error: remote GitHub already exists.
> git fetch --prune --no-tags GitHub
From https://github.com/nodejs/build
646ff04..f0d8fb4 main -> GitHub/main
Example
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
Example
fatal error: string_view: No such file or directory
Example
fatal error: charconv: No such file or directory
Example
fatal: No rebase in progress?
JSTest Failure
| Reason |
parallel/test-worker-nearheaplimit-deadlock |
| Type |
JS_TEST_FAILURE |
| Failed PR |
17 (https://github.com/nodejs/node/pull/49997/, https://github.com/nodejs/node/pull/49213/, https://github.com/nodejs/node/pull/50261/, https://github.com/nodejs/node/pull/50251/, https://github.com/nodejs/node/pull/50244/, https://github.com/nodejs/node/pull/50278/, https://github.com/nodejs/node/pull/50258/, https://github.com/nodejs/node/pull/50274/, https://github.com/nodejs/node/pull/50246/, https://github.com/nodejs/node/pull/50296/, https://github.com/nodejs/node/pull/50302/, https://github.com/nodejs/node/pull/50234/, https://github.com/nodejs/node/pull/50273/, https://github.com/nodejs/node/pull/50259/, https://github.com/nodejs/node/pull/50286/, https://github.com/nodejs/node/pull/50276/, https://github.com/nodejs/node/pull/50288/) |
| Appeared |
test-azure_msft-win2016_vs2017-x64-6, test-azure_msft-win2016_vs2017-x64-3, test-azure_msft-win2016_vs2017-x64-2, test-azure_msft-win2016_vs2017-x64-5, test-azure_msft-win2016_vs2017-x64-1 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/54975/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/55069/ |
Example
not ok 873 parallel/test-worker-nearheaplimit-deadlock
---
duration_ms: 402.99700
severity: fail
exitcode: 134
stack: |-
<--- Last few GCs --->
[5980:0C071C48] 59 ms: Mark-Compact 1.5 (3.9) -> 1.5 (3.9) MB, 2.10 / 0.00 ms (average mu = 0.666, current mu = 0.011) background allocation failure; GC in old space requested
[5980:0C071C48] 62 ms: Mark-Compact 1.5 (3.9) -> 1.5 (3.9) MB, 2.36 / 0.00 ms (average mu = 0.544, current mu = 0.146) background allocation failure; GC in old space requested
<--- JS stacktrace --->
FATAL ERROR: LocalHeap: allocation failed Allocation failed - JavaScript heap out of memory
...
Example
not ok 1859 parallel/test-macos-app-sandbox
---
duration_ms: 6372.46500
severity: fail
exitcode: 1
stack: |-
node:fs:3010
binding.copyFile(
^
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.1820/node_sandboxed.app/Contents/MacOS/node'
at Object.copyFileSync (node:fs:3010:11)
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:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
errno...
Example
not ok 4017 sequential/test-single-executable-application-snapshot
---
duration_ms: 16725.39800
severity: fail
exitcode: 1
stack: |-
[process 17948]: --- stderr ---
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4016/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.4016/sea: the codesign_allocate helper tool cannot be found or used
[process 17948]: --- stdout ---
[process 17948]: status = 1, signal = null
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:86
throw new Error(`${failures.join('\n')}`);
^
Error: - process terminated with status 1, expected 0
at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:86:11)
at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:91:5)
at...
Example
not ok 4014 sequential/test-single-executable-application
---
duration_ms: 15561.34800
severity: fail
exitcode: 1
stack: |-
Wrote single executable preparation blob to sea-prep.blob
[process 17906]: --- stderr ---
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4013/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.4013/sea: the codesign_allocate helper tool cannot be found or used
[process 17906]: --- stdout ---
[process 17906]: status = 1, signal = null
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:86
throw new Error(`${failures.join('\n')}`);
^
Error: - process terminated with status 1, expected 0
at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:86:11)
at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/os...
Example
not ok 4015 sequential/test-single-executable-application-disable-experimental-sea-warning
---
duration_ms: 15858.05600
severity: fail
exitcode: 1
stack: |-
Wrote single executable preparation blob to sea-prep.blob
[process 17921]: --- stderr ---
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4014/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.4014/sea: the codesign_allocate helper tool cannot be found or used
[process 17921]: --- stdout ---
[process 17921]: status = 1, signal = null
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:86
throw new Error(`${failures.join('\n')}`);
^
Error: - process terminated with status 1, expected 0
at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:86:11)
at expectSyncExit (/Users/iojs/build/worksp...
Example
not ok 4016 sequential/test-single-executable-application-empty
---
duration_ms: 15496.03900
severity: fail
exitcode: 1
stack: |-
Wrote single executable preparation blob to sea-prep.blob
[process 17935]: --- stderr ---
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4015/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.4015/sea: the codesign_allocate helper tool cannot be found or used
[process 17935]: --- stdout ---
[process 17935]: status = 1, signal = null
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:86
throw new Error(`${failures.join('\n')}`);
^
Error: - process terminated with status 1, expected 0
at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:86:11)
at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/no...
Example
not ok 4018 sequential/test-single-executable-application-snapshot-and-code-cache
---
duration_ms: 15770.87400
severity: fail
exitcode: 1
stack: |-
[process 17960]: --- stderr ---
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4017/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.4017/sea: the codesign_allocate helper tool cannot be found or used
[process 17960]: --- stdout ---
[process 17960]: status = 1, signal = null
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:86
throw new Error(`${failures.join('\n')}`);
^
Error: - process terminated with status 1, expected 0
at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:86:11)
at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:9...
Example
not ok 4019 sequential/test-single-executable-application-use-code-cache
---
duration_ms: 15464.59500
severity: fail
exitcode: 1
stack: |-
Wrote single executable preparation blob to sea-prep.blob
[process 17975]: --- stderr ---
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4018/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.4018/sea: the codesign_allocate helper tool cannot be found or used
[process 17975]: --- stdout ---
[process 17975]: status = 1, signal = null
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:86
throw new Error(`${failures.join('\n')}`);
^
Error: - process terminated with status 1, expected 0
at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:86:11)
at expectSyncExit (/Users/iojs/build/workspace/node-test-comm...
Example
not ok 295 parallel/test-http-agent-maxtotalsockets
---
duration_ms: 0.369
severity: fail
exitcode: 3221226505
stack: |-
...
Example
not ok 1858 parallel/test-module-loading-globalpaths
---
duration_ms: 3904.85700
severity: fail
exitcode: 1
stack: |-
node:fs:3010
binding.copyFile(
^
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.1843/install/bin/node'
at Object.copyFileSync (node:fs:3010:11)
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:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
errno: -2...
Example
not ok 2347 parallel/test-performance-function
---
duration_ms: 264.26100
severity: fail
exitcode: 1
stack: |-
node:internal/event_target:1084
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 {
code: 'ERR_OUT_OF_RANGE'
}
Node.js v21.0.0
...
Example
not ok 939 sequential/test-http-regr-gh-2928
---
duration_ms: 572.69800
severity: fail
exitcode: 3221226505
stack: |-
.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.
...
Example
not ok 3587 es-module/test-esm-loader-resolve-type
---
duration_ms: 1149.54000
severity: fail
exitcode: 1
stack: |-
node:internal/process/esm_loader:40
internalBinding('errors').triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
{
code: 0,
signal: null,
stderr: '',
+ stdout: '{"before":{"importedESM":0,"importedCJS":0},"after":{"importedESM":0,"importedCJS":0}}\n'
- stdout: '{"before":{"importedESM":0,"importedCJS":0},"after":{"importedESM":1,"importedCJS":0}}\n'
}
at file:///home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos20-64/test/es-module/test-esm-loader-resolve-type.mjs:34:3
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: {
code: 0,
signal: null,
stde...
Example
not ok 1857 parallel/test-module-symlinked-peer-modules
---
duration_ms: 671.99400
severity: fail
exitcode: 1
stack: |-
...
Example
not ok 869 parallel/test-worker-memory
---
duration_ms: 3666.99400
severity: fail
exitcode: 3221226356
stack: |-
run() called with n=15 (numWorkers=4)
run() called with n=15 (numWorkers=4)
run() called with n=15 (numWorkers=4)
run() called with n=15 (numWorkers=4)
run() called with n=14 (numWorkers=4)
run() called with n=14 (numWorkers=4)
run() called with n=14 (numWorkers=4)
run() called with n=14 (numWorkers=4)
run() called with n=13 (numWorkers=4)
run() called with n=13 (numWorkers=4)
run() called with n=13 (numWorkers=4)
run() called with n=12 (numWorkers=4)
run() called with n=13 (numWorkers=4)
run() called with n=12 (numWorkers=4)
run() called with n=12 (numWorkers=4)
run() called with n=11 (numWorkers=4)
run() called with n=12 (numWorkers=4)
run() called with n=11 (numWorkers=4)
run() called with n=10 (numWorkers=4)
run() called with n=11 (numWorkers=4)
run() called with n=11 (numWorkers=4)
run() called wi...
Example
not ok 923 pummel/test-structuredclone-jstransferable
---
duration_ms: 2569.02000
severity: fail
exitcode: 134
stack: |-
npm[844]: C:\workspace\node-compile-windows\node\src\histogram.cc:29: Assertion `(0) == (hdr_init(options.lowest, options.highest, options.figures, &histogram))' failed.
...
Progress