Failures in node-test-pull-request/60857 to node-test-pull-request/60952 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 |
| 2024-08-08 00:08 |
2 |
6 |
29 |
6 |
57 |
6.52% |
JSTest Failure
| Reason |
parallel/test-net-write-fully-async-buffer |
| Type |
JS_TEST_FAILURE |
| Failed PR |
9 (https://github.com/nodejs/node/pull/54199/, https://github.com/nodejs/node/pull/54208/, https://github.com/nodejs/node/pull/54109/, https://github.com/nodejs/node/pull/54028/, https://github.com/nodejs/node/pull/54014/, https://github.com/nodejs/node/pull/54153/, https://github.com/nodejs/node/pull/54106/, https://github.com/nodejs/node/pull/54246/, https://github.com/nodejs/node/pull/53294/) |
| Appeared |
test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu2004_container-arm64-2, test-equinix-rhel8_container-arm64-1, test-azure_msft-win11_vs2022-arm64-3, test-ibm-ubuntu2204_sharedlibs_container-x64-2 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/60857/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/60944/ |
Example
not ok 3879 parallel/test-net-write-fully-async-buffer
---
duration_ms: 360131.80600
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 4159 sequential/test-http-server-request-timeouts-mixed
---
duration_ms: 3388.40700
severity: fail
exitcode: 1
stack: |-
node:assert:408
throw err;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(request2.completed)
at Timeout._onTimeout (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-http-server-request-timeouts-mixed.js:108:5)
at listOnTimeout (node:internal/timers:614:17)
at process.processTimers (node:internal/timers:549:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v23.0.0-pre
...
Example
not ok 634 parallel/test-dns
---
duration_ms: 240.86200
severity: fail
exitcode: 1
stack: |-
(node:1878) [DEP0118] DeprecationWarning: The provided hostname "" is not a valid hostname, and is supported in the dns module solely for compatibility.
(Use `node --trace-deprecation ...` to show where the warning was created)
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
[
{
address: '1.2.3.4',
+ ttl: 3333333332,
- ttl: 3333333333,
type: 'A'
},
{
address: '::42',
+ ttl: 3333333332,
- ttl: 3333333333,
type: 'AAAA'
...
Example
not ok 2160 parallel/test-http2-large-write-multiple-requests
---
duration_ms: 120033.28000
severity: fail
exitcode: -15
stack: |-
timeout
server sends content 1
server sends content 2
server sends content 3
server sends content 4
server sends content 5
server sends content 6
server sends content 7
server sends content 8
server sends content 9
server sends content 10
server sends content 11
server sends content 12
server sends content 13
server sends content 14
server sends content 15
server sends content 16
server sends content 17
server sends content 18
server sends content 19
server sends content 20
server sends content 21
server sends content 22
server sends content 23
server sends content 24
server sends content 25
server sends content 26
server sends content 27
server sends content 28
server sends content 29
server sends content 30
server sends content 31
server s...
Example
not ok 513 async-hooks/test-writewrap
---
duration_ms: 120062.09400
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 2470 parallel/test-runner-run-watch
---
duration_ms: 44556.76100
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: test runner watch mode
# Subtest: should run tests repeatedly
ok 1 - should run tests repeatedly
---
duration_ms: 7163.097017
...
Example
not ok 3847 pummel/test-hash-seed
---
duration_ms: 83766.91700
severity: fail
exitcode: 1
stack: |-
node:internal/errors:983
const err = new Error(message);
^
Error: Command failed: /home/iojs/build/workspace/node-test-commit-linux/out/Release/node --allow-natives-syntax /home/iojs/build/workspace/node-test-commit-linux/test/fixtures/guess-hash-seed.js
/home/iojs/build/workspace/node-test-commit-linux/test/fixtures/guess-hash-seed.js:163
throw new Error('no candidates remaining');
^
Error: no candidates remaining
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/fixtures/guess-hash-seed.js:163:9)
at Module._compile (node:internal/modules/cjs/loader:1546:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1691:10)
at Module.load (node:internal/modules/cjs/loader:1317:32)
at Module._load (node:internal/modules/cjs/loader:1127:12)
at TracingChannel.traceS...
Example
not ok 4126 wpt/test-compression
---
duration_ms: 1440110.98300
severity: fail
exitcode: -15
stack: |-
timeout
[SKIPPED] compression-bad-chunks.tentative.any.js: Execution "hangs", ArrayBuffer and TypedArray is not accepted and throws, instead of rejects during writer.write
[SKIPPED] decompression-bad-chunks.tentative.any.js: Execution "hangs", ArrayBuffer and TypedArray is not accepted and throws, instead of rejects during writer.write
[SKIPPED] decompression-buffersource.tentative.any.js: ArrayBuffer and TypedArray is not accepted and throws, instead of rejects during writer.write
[SKIPPED] idlharness-shadowrealm.window.js: ShadowRealm support is not enabled
[SKIPPED] third_party/pako/pako_inflate.min.js: This is not a test file.
[PASS] CompressionStream constructor should throw on invalid format
[PASS] "a" should cause the constructor to throw
[PASS] no input should cause the constructor to throw
[PASS] non-string input should cause the constructor to throw...
Jenkins Failure
Git Failure
Example
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git@github.com:nodejs/node.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
at hudson.scm.SCM.checkout(SCM.java:540)
Build Failure
Example
Error: getWindowSize EINVAL
outline = at WriteStream._refreshSize (node:tty:137:24)
outline = at process.refreshStderrOnSigWinch (node:internal/bootstrap/switches/is_main_thread:142:10)
outline = at process.emit (node:events:532:35)
outline = Emitted 'error' event on WriteStream instance at:
outline = at WriteStream._refreshSize (node:tty:137:10)
Example
fatal: No rebase in progress?
Progress