Failures in node-test-pull-request/71087 to node-test-pull-request/71186 that failed 2 or more PRs
(Generated with ncu-ci walk pr --stats=true --markdown reports/2026-02-04.md)
| UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate |
|---|---|---|---|---|---|---|
| 2026-02-04 00:14 | 0 | 23 | 20 | 5 | 52 | 24.21% |
Example
not ok 3301 parallel/test-repl-programmatic-history
---
duration_ms: 408.93900
severity: fail
exitcode: 1
stack: |-
Failed test # 9
node:internal/event_target:1118
process.nextTick(() => { throw err; });
^
[Error: A FileHandle object was closed during garbage collection. This used to be allowed with a deprecation warning but is now considered an error. Please close FileHandle objects explicitly. File descriptor: 25 (/home/iojs/node-tmp/.tmp.3300/.dev-null-repl-history-file)] {
code: 'ERR_INVALID_STATE'
}
Node.js v26.0.0-pre
...
Example
not ok 5108 sequential/test-watch-mode-restart-esm-loading-error
---
duration_ms: 899.33000
severity: fail
exitcode: 1
stack: |-
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /SyntaxError: Invalid or unexpected token/. Input:
''
at file:///home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/sequential/test-watch-mode-restart-esm-loading-error.mjs:107:10
at process.processTicksAndRejections (node:internal/process/task_queues:104:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '',
expected: /SyntaxError: Invalid or unexpected token/,
operator: 'match',
diff: 'simple'
}
Node.js v26.0.0-pre
...
Example
not ok 1219 wpt/test-hr-time
---
duration_ms: 867.96200
severity: crashed
exitcode: 3221225477
stack: |-
[SKIPPED] idlharness-shadowrealm.window.js: ShadowRealm support is not enabled
[SKIPPED] window-worker-timeOrigin.window.js: depends on URL.createObjectURL(blob)
[PASS] self.performance.now() is a function that returns a number
[PASS] self.performance.now() returns a positive number
[PASS] self.performance.now() difference is not negative
[PASS] Performance interface extends EventTarget.
[PASS] self.performance.now() returns a positive number
[PASS] self.performance.now() difference is not negative
[PASS] idl_test validation
[PASS] Partial interface mixin WindowOrWorkerGlobalScope: original interface mixin defined
[PASS] Partial interface mixin WindowOrWorkerGlobalScope: member names are unique
[PASS] Partial interface Window: member names are unique
[PASS] Window includes GlobalEventHandlers: member names are unique
[PASS] Window includes W...
Example
not ok 911 parallel/test-child-process-fork-exec-path
---
duration_ms: 23358.38700
severity: fail
exitcode: 1
stack: |-
node:fs:3088
binding.copyFile(
^
Error: ENOSPC: no space left on device, copyfile '/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node' -> '/home/iojs/node-tmp/.tmp.553/node-copy.exe'
at Object.copyFileSync (node:fs:3088:11)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm-debug/test/parallel/test-child-process-fork-exec-path.js:50:4)
at Module._compile (node:internal/modules/cjs/loader:1809:14)
at Object..js (node:internal/modules/cjs/loader:1940:10)
at Module.load (node:internal/modules/cjs/loader:1530:32)
at Module._load (node:internal/modules/cjs/loader:1332:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_mo...
Example
not ok 1744 parallel/test-file-write-stream4
---
duration_ms: 26245.18000
severity: fail
exitcode: 1
stack: |-
node:events:486
throw er; // Unhandled 'error' event
^
Error: ENOSPC: no space left on device, write
Emitted 'error' event on WriteStream instance at:
at WriteStream.onerror (node:internal/streams/readable:1041:14)
at WriteStream.emit (node:events:508:20)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
errno: -28,
code: 'ENOSPC',
syscall: 'write'
}
Node.js v26.0.0-pre
...
Example
not ok 2934 parallel/test-module-loading-globalpaths
---
duration_ms: 23944.48300
severity: fail
exitcode: 1
stack: |-
node:fs:3088
binding.copyFile(
^
Error: ENOSPC: no space left on device, copyfile '/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node' -> '/home/iojs/node-tmp/.tmp.2506/install/bin/node'
at Object.copyFileSync (node:fs:3088:11)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm-debug/test/parallel/test-module-loading-globalpaths.js:32:6)
at Module._compile (node:internal/modules/cjs/loader:1809:14)
at Object..js (node:internal/modules/cjs/loader:1940:10)
at Module.load (node:internal/modules/cjs/loader:1530:32)
at Module._load (node:internal/modules/cjs/loader:1332:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_m...
Example
not ok 3210 parallel/test-runner-output
---
duration_ms: 120115.02100
severity: fail
exitcode: -15
stack: |-
timeout
TAP version 13
# Subtest: test runner output
# Subtest: test-runner/output/abort.js
ok 1 - test-runner/output/abort.js
---
duration_ms: 2660.161742
...
Example
not ok 5065 sequential/test-performance-eventloopdelay
---
duration_ms: 7234.62000
severity: fail
exitcode: 1
stack: |-
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(histogram.min > 0)
at Timeout.spinAWhile [as _onTimeout] (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-performance-eventloopdelay.js:70:7)
at listOnTimeout (node:internal/timers:605:17)
at process.processTimers (node:internal/timers:541:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v26.0.0-pre
...
Example
not ok 4934 benchmark/test-benchmark-esm
---
duration_ms: 2510.75800
severity: fail
exitcode: 1
stack: |-
node:fs:3088
binding.copyFile(
^
Error: ENOSPC: no space left on device, copyfile '/home/iojs/build/workspace/node-test-commit-arm/test/fixtures/snapshot/typescript.js' -> '/home/iojs/node-tmp/.tmp.4933/imported-cjs-0.js'
at copyFileSync (node:fs:3088:11)
at copyFile (node:internal/fs/cp/cp-sync:101:3)
at onFile (node:internal/fs/cp/cp-sync:83:25)
at getStats (node:internal/fs/cp/cp-sync:72:12)
at cpSyncFn (node:internal/fs/cp/cp-sync:58:10)
at Object.cpSync (node:fs:3130:3)
at Object.setup (/home/iojs/build/workspace/node-test-commit-arm/benchmark/esm/import-cjs.js:20:10)
at Benchmark._run (/home/iojs/build/workspace/node-test-commit-arm/benchmark/common.js:213:28)
at /home/iojs/build/workspace/node-test-commit-arm/benchmark/common.js:68:14
at process.processTicksAndRejections (node:...
Example
not ok 982 parallel/test-crypto-dh-generate-keys
---
duration_ms: 120255.42400
severity: fail
exitcode: 1
stack: |-
timeout
...
Example
not ok 756 parallel/test-node-output-sourcemaps
---
duration_ms: 3520.12600
severity: fail
exitcode: 1
stack: |-
Test failure: 'source-map/output/source_map_assert_source_line.ts'
Location: test\parallel\test-node-output-sourcemaps.mjs:37:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
'AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:\n' +
'\n' +
' assert(false)\n' +
'\n' +
+ ' at Object.<anonymous> (c:/workspace/node-test-binary-windows-js-suites/node/test/fixtures/source-map/output/source_map_assert_source_line.ts:11:3)\n' +
- ' at Object.<anonymous> (<project-root>/test/fixtures/source-map/output/source_map_assert_source_line.ts:11:3)\n' +
' *\n' +
' *\n' +
' *\n' +
' *\n' +
' *\n' +
at assertSnapshot (c:\workspace\node-test-binary-windows-js-suites\node\test\common\assertSnapshot.js:97:12)
...
Example
not ok 3013 parallel/test-repl-history-navigation
---
duration_ms: 607.60600
severity: fail
exitcode: 1
stack: |-
...
Example
not ok 3014 parallel/test-repl-load-multiline-from-history
---
duration_ms: 209.85600
severity: fail
exitcode: 1
stack: |-
...
Example
not ok 3017 parallel/test-repl-multiline-navigation
---
duration_ms: 168.29800
severity: fail
exitcode: 1
stack: |-
...
| Reason | parallel/test-repl-multiline-navigation-while-adding |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/61571/, https://github.com/nodejs/node/pull/61564/) |
| Appeared | test-azure-ubuntu2204_container-arm64-6 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/71116/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/71119/ |
Example
not ok 3019 parallel/test-repl-multiline-navigation-while-adding
---
duration_ms: 168.54700
severity: fail
exitcode: 1
stack: |-
...
Example
not ok 3023 parallel/test-repl-null
--- Logging error ---
Traceback (most recent call last):
File "/usr/lib/python3.10/logging/__init__.py", line 1104, in emit
self.flush()
File "/usr/lib/python3.10/logging/__init__.py", line 1084, in flush
self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
File "/usr/lib/python3.10/threading.py", line 973, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/iojs/build/workspace/node-test-commit-arm-debug/tools/test.py", line 238, in RunSingle
self.HasRun(output)
File "/home/iojs/build/workspace/node-test-commit-arm-debug/tools/test.py", line 377, in HasRun
logger.info(status_line)
Message: 'not ok 3023 parallel/test-repl-null'
Arguments: ()
---
--- Logging error ---
Traceback (most recent call last):
File "/usr/lib/python3.10/l...
Example
not ok 3026 parallel/test-repl-options
--- Logging error ---
Traceback (most recent call last):
File "/usr/lib/python3.10/logging/__init__.py", line 1104, in emit
self.flush()
File "/usr/lib/python3.10/logging/__init__.py", line 1084, in flush
self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
File "/usr/lib/python3.10/threading.py", line 973, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/iojs/build/workspace/node-test-commit-arm-debug/tools/test.py", line 238, in RunSingle
self.HasRun(output)
File "/home/iojs/build/workspace/node-test-commit-arm-debug/tools/test.py", line 377, in HasRun
logger.info(status_line)
Message: 'not ok 3026 parallel/test-repl-options'
Arguments: ()
---
--- Logging error ---
Traceback (most recent call last):
File "/usr/lib/python...
Example
not ok 3025 parallel/test-repl-persistent-history
--- Logging error ---
Traceback (most recent call last):
File "/usr/lib/python3.10/logging/__init__.py", line 1104, in emit
self.flush()
File "/usr/lib/python3.10/logging/__init__.py", line 1084, in flush
self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
File "/usr/lib/python3.10/threading.py", line 973, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/iojs/build/workspace/node-test-commit-arm-debug/tools/test.py", line 238, in RunSingle
self.HasRun(output)
File "/home/iojs/build/workspace/node-test-commit-arm-debug/tools/test.py", line 377, in HasRun
logger.info(status_line)
Message: 'not ok 3025 parallel/test-repl-persistent-history'
Arguments: ()
---
--- Logging error ---
Traceback (most recent call last):
...
Example
not ok 2813 parallel/test-runner-run
---
duration_ms: 5490.56600
severity: fail
exitcode: 1
stack: |-
Test failure: 'should support timeout'
Location: test/parallel/test-runner-run.mjs:90:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'uncaughtException'
- 'testTimeoutFailure'
at TestsStream.<anonymous> (file:///Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/parallel/test-runner-run.mjs:95:14)
at TestsStream.<anonymous> (/Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/common/index.js:507:15)
at TestsStream.emit (node:events:508:20)
at [kEmitMessage] (node:internal/test_runner/tests_stream:157:10)
at TestsStream.fail (node:internal/test_runner/tests_stream:38:23)
at FileTest.report (node:internal/test_runner/test:1393:21)
at FileTest.report (node:internal/test_runner/runner:307:13)
at FileTest.finalize (node:...
Example
not ok 4532 test-runner/test-run-watch-emit-restarted
---
duration_ms: 2275.98600
severity: fail
exitcode: 1
stack: |-
Mismatched noop function calls. Expected exactly 1, actual 2.
at Module.mustCall (/Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/common/index.js:465:10)
at file:///Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/test-runner/test-run-watch-emit-restarted.mjs:16:35
at ModuleJob.run (node:internal/modules/esm/module_job:430:25)
at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:655:26)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:5)
...
Example
not ok 4524 test-runner/test-run-watch-esm-dependency
---
duration_ms: 7822.43600
severity: fail
exitcode: 1
stack: |-
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /tests 1/. Input:
'# Subtest: test has ran\n' +
'ok 1 - test has ran\n' +
' ---\n' +
' duration_ms: 12.371437\n' +
" type: 'test'\n" +
' ...\n' +
'# Subtest: test.js\n' +
'not ok 2 - test.js\n' +
' ---\n' +
' duration_ms: 2023.038181\n' +
" type: 'test'\n" +
" location: '/Users/admin/node-tmp/.tmp.4521/test.js:1:1'\n" +
" failureType: 'testCodeFailure'\n" +
' exitCode: ~\n' +
" signal: 'SIGTERM'\n" +
" error: 'test failed'\n" +
" code: 'ERR_TEST_FAILURE'\n" +
' ...\n' +
'# Subtest: test has ran\n' +
'ok 3 - test has ran\n' +
' ---\n' +
' duration_ms: 5.522582\n' +
...
Example
not ok 4527 test-runner/test-run-watch-repeatedly
---
duration_ms: 15264.24600
severity: fail
exitcode: 1
stack: |-
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /fail 0/. Input:
'# Subtest: test.js\n' +
'not ok 2 - test.js\n' +
' ---\n' +
' duration_ms: 1111.506011\n' +
" type: 'test'\n" +
" location: '/Users/admin/node-tmp/.tmp.4524/test.js:1:1'\n" +
" failureType: 'testCodeFailure'\n" +
' exitCode: ~\n' +
" signal: 'SIGTERM'\n" +
" error: 'test failed'\n" +
" code: 'ERR_TEST_FAILURE'\n" +
' ...\n' +
'# Subtest: test.js\n' +
'not ok 3 - test.js\n' +
' ---\n' +
' duration_ms: 924.473626\n' +
" type: 'test'\n" +
" location: '/Users/admin/node-tmp/.tmp.4524/test.js:1:1'\n" +
" failureType: 'testCodeFailure'\n" +
' exitCode: ~\n' +
" s...
Example
not ok 4528 test-runner/test-run-watch-run-duration
---
duration_ms: 14247.60300
severity: fail
exitcode: 1
stack: |-
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /fail 0/. Input:
'# Subtest: test.js\n' +
'not ok 2 - test.js\n' +
' ---\n' +
' duration_ms: 1144.512757\n' +
" type: 'test'\n" +
" location: '/Users/admin/node-tmp/.tmp.4525/test.js:1:1'\n" +
" failureType: 'testCodeFailure'\n" +
' exitCode: ~\n' +
" signal: 'SIGTERM'\n" +
" error: 'test failed'\n" +
" code: 'ERR_TEST_FAILURE'\n" +
' ...\n' +
'# Subtest: test.js\n' +
'not ok 3 - test.js\n' +
' ---\n' +
' duration_ms: 923.589678\n' +
" type: 'test'\n" +
" location: '/Users/admin/node-tmp/.tmp.4525/test.js:1:1'\n" +
" failureType: 'testCodeFailure'\n" +
' exitCode: ~\n' +
" ...
Example
not ok 4526 test-runner/test-run-watch-without-file
---
duration_ms: 13984.80000
severity: fail
exitcode: 1
stack: |-
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /fail 0/. Input:
'# Subtest: test.js\n' +
'not ok 2 - test.js\n' +
' ---\n' +
' duration_ms: 1056.914811\n' +
" type: 'test'\n" +
" location: '/Users/admin/node-tmp/.tmp.4526/test.js:1:1'\n" +
" failureType: 'testCodeFailure'\n" +
' exitCode: ~\n' +
" signal: 'SIGTERM'\n" +
" error: 'test failed'\n" +
" code: 'ERR_TEST_FAILURE'\n" +
' ...\n' +
'# Subtest: test.js\n' +
'not ok 3 - test.js\n' +
' ---\n' +
' duration_ms: 1098.642792\n' +
" type: 'test'\n" +
" location: '/Users/admin/node-tmp/.tmp.4526/test.js:1:1'\n" +
" failureType: 'testCodeFailure'\n" +
' exitCode: ~\n' +
"...
Example
fatal: No rebase in progress?
| Reason | ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/61002/, https://github.com/nodejs/node/pull/61503/) |
| Appeared | test-azure-ubuntu2204_container-arm64-5, test-mnx-smartos22-x64-3, test-mnx-smartos23-x64-6, test-azure-ubuntu2204_container-arm64-6 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/71093/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/71113/ |
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
[Checks API] No suitable checks publisher found.
Notifying upstream projects of job completion
Finished: FAILURE
Example
Failed to trigger node-test-commit