Failures in node-test-pull-request/51912 to node-test-pull-request/52009 that failed more than 2 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-05-31 00:15 |
0 |
5 |
36 |
1 |
58 |
5.05% |
JSTest Failure
Example
not ok 86 js-native-api/test_cannot_run_js/test
---
duration_ms: 610.53000
severity: crashed
exitcode: -6
stack: |-
...
Example
not ok 3590 pummel/test-net-throttle
---
duration_ms: 599.47200
severity: fail
exitcode: 1
stack: |-
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at process.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/pummel/test-net-throttle.js:87:10)
at process.emit (node:events:523:35) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual'
}
Node.js v21.0.0-pre
...
Example
not ok 1236 parallel/test-http-remove-connection-header-persists-connection
---
duration_ms: 400.38500
severity: fail
exitcode: 1
stack: |-
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-http-remove-connection-header-persists-connection.js:67:16
at Timeout._onTimeout (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-http-remove-connection-header-persists-connection.js:54:7)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual'
}
Node.js v21.0.0-pre
...
Example
not ok 3904 wpt/test-webcrypto
---
duration_ms: 93.870
severity: crashed
exitcode: -6
stack: |-
---- algorithm-discards-context ----
[SKIPPED] Not relevant in Node.js context
---- historical ----
[SKIPPED] Not relevant in Node.js context
---- idlharness ----
[SKIPPED] Various non-IDL-compliant things
---- WebCryptoAPI: deriveBits() Using ECDH with CFRG Elliptic Curves ----
[PASS] setup - define tests
---- WebCryptoAPI: deriveBits() Using ECDH with CFRG Elliptic Curves ----
[PASS] X25519 good parameters
---- WebCryptoAPI: deriveBits() Using ECDH with CFRG Elliptic Curves ----
[PASS] X25519 mixed case parameters
---- WebCryptoAPI: deriveBits() Using ECDH with CFRG Elliptic Curves ----
[PASS] X25519 with null length
---- WebCryptoAPI: deriveBits() Using ECDH with CFRG Elliptic Curves ----
[PASS] X25519 short result
---- WebCryptoAPI: deriveBits() Using ECDH with CFRG Elliptic Curves ----
[PASS] X25519 non-multiple of 8 bits
---...
Example
not ok 1377 parallel/test-http-request-join-authorization-headers
---
duration_ms: 230.93500
severity: fail
exitcode: 1
stack: |-
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
'1, 2' !== '1'
at Server.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-request-join-authorization-headers.js:39:12)
at Server.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:463:15)
at Server.emit (node:events:511:28)
at parserOnIncoming (node:_http_server:1121:12)
at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '1, 2',
expected: '1',
operator: 'strictEqual'
}
Node.js v21.0.0-pre
...
Example
not ok 728 parallel/test-crypto-secure-heap
---
duration_ms: 0.581
severity: fail
exitcode: 1
stack: |-
node:assert:1027
throw err;
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /--secure-heap must be a power of 2/. Input:
''
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-crypto-secure-heap.js:71:12)
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-linuxone/test/common/index.js:446:15)
at ChildProcess.emit (node:events:513:28)
at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '',
expected: /--secure-heap must be a power of 2/,
operator: 'match'
}
...
Example
not ok 2680 parallel/test-single-executable-application
---
duration_ms: 120.122
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 3823 wpt/test-timers
---
duration_ms: 1174.96900
severity: fail
exitcode: 1
stack: |-
[PASS] Clear timeout with clearInterval
[PASS] Clear interval with clearTimeout
[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] negative-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: /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/wpt/test-timers.js 'negative-settimeout.any.js'
[PASS] negative-settimeout
...
Example
not ok 120 node-api/test_threadsafe_function/test
---
duration_ms: 360080.43400
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 366 parallel/test-blob-file-backed
---
duration_ms: 174.65700
severity: fail
exitcode: 1
stack: |-
node:internal/event_target:1037
process.nextTick(() => { throw err; });
^
Error [ERR_UNHANDLED_ERROR]: Unhandled error. ({})
at new NodeError (node:internal/errors:405:5)
at Worker.emit (node:events:500:17)
at [kOnErrorMessage] (node:internal/worker:326:10)
at [kOnMessage] (node:internal/worker:337:37)
at MessagePort.<anonymous> (node:internal/worker:232:57)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:762:20)
at exports.emitMessage (node:internal/per_context/messageport:23:28) {
code: 'ERR_UNHANDLED_ERROR',
context: {}
}
Node.js v21.0.0-pre
...
Example
not ok 1327 parallel/test-fs-watch-recursive-add-file
---
duration_ms: 120066.11900
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 1371 parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
---
duration_ms: 120092.51000
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 3256 parallel/test-inspector-debug-end
---
duration_ms: 120113.40300
severity: fail
exitcode: -15
stack: |-
timeout
Test there's no crash stopping server that was not started
Test there's no crash stopping server without connecting
[err] Debugger listening on ws://127.0.0.1:46147/fad9ef24-2ddc-4be8-a708-b2976f585548
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
Test there's no crash stopping server after connecting
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:38969/a71722dd-2c75-4007-9599-f9928f91e738
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err]
...
Example
not ok 887 parallel/test-runner-watch-mode
---
duration_ms: 120153.00600
severity: fail
exitcode: 1
stack: |-
timeout
TAP version 13
...
Example
not ok 3010 parallel/test-watch-mode-files_watcher
---
duration_ms: 9758.41700
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: watch mode file watcher
# Subtest: should watch changed files
ok 1 - should watch changed files
---
duration_ms: 612.603497
...
Example
not ok 3883 sequential/test-perf-hooks
---
duration_ms: 512.42700
severity: fail
exitcode: 1
stack: |-
{
name: 'node',
entryType: 'node',
startTime: 0,
duration: { around: 363.63542556762695 },
nodeStart: { around: 0 },
v8Start: { around: 0 },
bootstrapComplete: { around: 363.559326171875, delay: 2500 },
environment: { around: 0 },
loopStart: -1,
loopExit: -1
}
node:assert:399
throw err;
^
AssertionError [ERR_ASSERTION]: environment: 300.1070785522461 >= 250
at checkNodeTiming (/home/iojs/build/workspace/node-test-commit-arm/test/sequential/test-perf-hooks.js:31:7)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/sequential/test-perf-hooks.js:43:1)
at Module._compile (node:internal/modules/cjs/loader:1255:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1309:10)
at Module.load (node:internal/modules/cjs/loader:1113:32)
...
Example
not ok 928 sequential/test-worker-prof
---
duration_ms: 1443.02000
severity: fail
exitcode: 1
stack: |-
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: child exited with non-zero status: {
status: 3221225477,
signal: null,
output: [ null, '', '' ],
pid: 4544,
stdout: '',
stderr: ''
}
at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\sequential\test-worker-prof.js:61:10)
at Module._compile (node:internal/modules/cjs/loader:1255:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1309:10)
at Module.load (node:internal/modules/cjs/loader:1113:32)
at Module._load (node:internal/modules/cjs/loader:960: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_ASSERTIO...
CCTest Failure
Example
../test/cctest/test_inspector_socket.cc:323: Failure
Value of: (!expectation.read_expected)
Actual: true
Expected: false
[ FAILED ] InspectorSocketTest.HostIPv6NonRoutable (4999 ms)
Jenkins Failure
Example
Build timed out (after 120 minutes). Marking the build as failed.
Build Failure
| Reason |
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? |
| Type |
BUILD_FAILURE |
| Failed PR |
7 (https://github.com/nodejs/node/pull/48038/, https://github.com/nodejs/node/pull/48106/, https://github.com/nodejs/node/pull/48134/, https://github.com/nodejs/node/pull/48102/, https://github.com/nodejs/node/pull/47913/, https://github.com/nodejs/node/pull/47447/, https://github.com/nodejs/node/pull/46826/) |
| Appeared |
test-equinix_mnx-smartos20-x64-3, test-equinix-rhel8_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu2004_container-arm64-2, test-osuosl-ubuntu2004_container-armv7l-1, test-osuosl-aix72-ppc64_be-3, test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-equinix-debian10_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-1, test-osuosl-debian10_container-armv7l-1, test-equinix-debian10_container-armv7l-1, test-osuosl-ubuntu2004_sharedlibs_container-arm64-1, test-ibm-aix72-ppc64_be-2 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/51917/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/52005/ |
Example
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
Example
fatal error: /Library/Developer/CommandLineTools/usr/bin/libtool: can't write to output file (No space left on device)
Example
fatal: No rebase in progress?
Progress