Failures in node-test-pull-request/60090 to node-test-pull-request/60186 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-07-09 00:09 |
1 |
4 |
24 |
2 |
69 |
4.12% |
JSTest Failure
| Reason |
parallel/test-net-write-fully-async-buffer |
| Type |
JS_TEST_FAILURE |
| Failed PR |
11 (https://github.com/nodejs/node/pull/53686/, https://github.com/nodejs/node/pull/53573/, https://github.com/nodejs/node/pull/53517/, https://github.com/nodejs/node/pull/53563/, https://github.com/nodejs/node/pull/53728/, https://github.com/nodejs/node/pull/53657/, https://github.com/nodejs/node/pull/53593/, https://github.com/nodejs/node/pull/52166/, https://github.com/nodejs/node/pull/53748/, https://github.com/nodejs/node/pull/53678/, https://github.com/nodejs/node/pull/53658/) |
| Appeared |
test-equinix_mnx-smartos20-x64-3, test-equinix_mnx-smartos20-x64-4 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/60092/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/60172/ |
Example
not ok 3819 parallel/test-net-write-fully-async-buffer
---
duration_ms: 300161.41000
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 2452 parallel/test-performance-function
---
duration_ms: 264.51400
severity: fail
exitcode: 1
stack: |-
node:internal/event_target:1090
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:291: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:103:5
at runNextTicks (node:internal/process/task_queues:60:5)
at listOnTimeout (node:internal/timers:565:9)
at process.processTimers (node:internal/timers:539:7) {
code: 'ERR_OUT_OF_RANGE'
}
Node.js v23.0.0-pre
...
Example
not ok 696 parallel/test-snapshot-reproducible
---
duration_ms: 1648.59900
severity: fail
exitcode: 1
stack: |-
0x0: Write magic 143da19
0x4: Write metadata
0x37: Write snapshot blob
0x1720a8: Write IsolateDataSerializeInfo
0x173584: Write EnvSerializeInfo
0x17441d: Write CodeCacheInfo
0x0: Write magic 143da19
0x4: Write metadata
0x37: Write snapshot blob
0x1720a8: Write IsolateDataSerializeInfo
0x173584: Write EnvSerializeInfo
0x17441d: Write CodeCacheInfo
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ [
+ {
+ offset: '0x40',
+ slice1: '000000634a94a5993c18d631322e342e',
+ slice2: '0000005d4a7345993c18d631322e342e'
+ },
+ {
+ offset: '0xf3bc0',
+ slice1: '00000069a83091c10000000000000000',
+ slice2: '00000061aa3091c10000000000000000'
+ }
+ ]
...
Example
not ok 4133 sequential/test-http-server-request-timeouts-mixed
---
duration_ms: 3455.81400
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:601:17)
at process.processTimers (node:internal/timers:539:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v23.0.0-pre
...
Example
not ok 631 parallel/test-dns
---
duration_ms: 535.94100
severity: fail
exitcode: 1
stack: |-
(node:1167898) [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'
...
| Reason |
parallel/test-permission-fs-read |
| Type |
JS_TEST_FAILURE |
| Failed PR |
3 (https://github.com/nodejs/node/pull/53685/, https://github.com/nodejs/node/pull/53698/, https://github.com/nodejs/node/pull/53657/) |
| Appeared |
test-azure_msft-win11_vs2022-arm64-6, test-azure_msft-win10_vs2019-x64-2, test-azure_msft-win11_vs2022-x64-3, test-rackspace-win2019_vs2019-x64-2, test-rackspace-win2022_vs2022-x64-6, test-azure_msft-win11_vs2022-arm64-3, test-azure_msft-win10_vs2019-x64-4, test-azure_msft-win11_vs2022-x64-2, test-rackspace-win2019_vs2019-x64-1, test-rackspace-win2022_vs2022-x64-3, test-azure_msft-win2016_vs2017-x64-2 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/60091/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/60173/ |
Example
not ok 602 parallel/test-permission-fs-read
---
duration_ms: 562.00000
severity: fail
exitcode: 1
stack: |-
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: node:assert:644
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Comparison {
code: 'ERR_ACCESS_DENIED',
permission: 'FileSystemRead',
+ resource: 'd:\\workspace\\node-test-binary-windows-js-suites\\node\\test\\fixtures\\permission\\deny\\protected-file.md'
- resource: '\\\\?\\d:\\workspace\\node-test-binary-windows-js-suites\\node\\test\\fixtures\\permission\\deny\\protected-file.md'
}
at Object.<anonymous> (d:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:740:12)
at Object.<anonymous> (d:\workspace\node-test-binary-windows-js-suites\node\test\c...
Example
not ok 412 parallel/test-bootstrap-modules
---
duration_ms: 268.27800
severity: fail
exitcode: 1
stack: |-
node:internal/event_target:1090
process.nextTick(() => { throw err; });
^
AssertionError [ERR_ASSERTION]: These builtins are now unexpectedly loaded at run time.
If this is intentional, add them to `expected.atRunTime`.
# Note: loading more builtins at run time can lead to startup performance regression.
- Consider lazy loading builtins that are not used universally.
--- These could be added to expected.atRunTime ---
[
'NativeModule internal/worker/messaging'
]
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-custom-suites-freestyle/test/parallel/test-bootstrap-modules.js:242:8)
at Module._compile (node:internal/modules/cjs/loader:1458:14)
at Object..js (node:internal/modules/cjs/loader:1542:10)
at Module.load (node:internal/modules/cjs/loader:1282:32)...
Example
not ok 1524 parallel/test-buffer-tostring-rangeerror
---
duration_ms: 120020.94300
severity: fail
exitcode: -15
stack: |-
timeout
(node:699603) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
...
Example
not ok 3853 parallel/test-file-write-stream4
---
duration_ms: 360107.11900
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 1641 parallel/test-http-remove-header-stays-removed
---
duration_ms: 911.31800
severity: fail
exitcode: 1
stack: |-
ok
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-remove-header-stays-removed.js:61:18)
at listOnTimeout (node:internal/timers:601:17)
at process.processTimers (node:internal/timers:539:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual'
}
Node.js v23.0.0-pre
...
Example
not ok 955 parallel/test-http2-large-write-multiple-requests
---
duration_ms: 120214.89300
severity: fail
exitcode: 1
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 send...
Example
not ok 2453 parallel/test-performance-eventlooputil
---
duration_ms: 515.13900
severity: fail
exitcode: 1
stack: |-
node:internal/event_target:1090
process.nextTick(() => { throw err; });
^
AssertionError [ERR_ASSERTION]: 96.63115298748016 < 96.63115302116773
at Timeout.runCalcTest (/home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-performance-eventlooputil.js:85:10)
at Timeout.runCalcTest [as _onTimeout] (/home/iojs/build/workspace/node-test-commit-linux/test/common/index.js:487:15)
at listOnTimeout (node:internal/timers:603:11)
at process.processTimers (node:internal/timers:539:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v23.0.0-pre
...
Example
not ok 3821 pummel/test-hash-seed
---
duration_ms: 82658.55000
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:1458:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1542:10)
at Module.load (node:internal/modules/cjs/loader:1282:32)
at Module._load (node:internal/modules/cjs/loader:1098:12)
at TracingChannel.traceS...
Jenkins Failure
Example
Build timed out (after 60 minutes). Marking the build as failed.
Git Failure
Build Failure
Example
fatal: No rebase in progress?
Progress