Failures in node-test-pull-request/48899 to node-test-pull-request/48998 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-01-17 00:13 |
0 |
3 |
41 |
6 |
50 |
3.19% |
CCTest Failure
Example
Expected equality of these values:
exit_code
Which is: 1
0
[ FAILED ] EnvironmentTest.EnvironmentWithESMLoader (26 ms)
Example
[ RUN ] InspectorSocketTest.HostIPv6NonRoutable
C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected)
Actual: true
Expected: false
[ FAILED ] InspectorSocketTest.HostIPv6NonRoutable (5001 ms)
Example
u16output
Which is: U+2B73
0x732B
Which is: 29483
[ FAILED ] UtilTest.SimdutfEndiannessDoesNotMeanEndianness (0 ms)
Jenkins Failure
Git Failure
Build Failure
| Reason |
Error: getWindowSize EINVAL |
| Type |
BUILD_FAILURE |
| Failed PR |
15 (https://github.com/nodejs/node/pull/46083/, https://github.com/nodejs/node/pull/46138/, https://github.com/nodejs/node/pull/44004/, https://github.com/nodejs/node/pull/46145/, https://github.com/nodejs/node/pull/46156/, https://github.com/nodejs/node/pull/46148/, https://github.com/nodejs/node/pull/46172/, https://github.com/nodejs/node/pull/46164/, https://github.com/nodejs/node/pull/45942/, https://github.com/nodejs/node/pull/46185/, https://github.com/nodejs/node/pull/45990/, https://github.com/nodejs/node/pull/46157/, https://github.com/nodejs/node/pull/46208/, https://github.com/nodejs/node/pull/46206/, https://github.com/nodejs/node/pull/46226/) |
| Appeared |
test-equinix_mnx-smartos18-x64-4, test-equinix_mnx-smartos20-x64-3, test-equinix_mnx-smartos20-x64-4 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/48909/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/48998/ |
Example
Error: getWindowSize EINVAL
outline = at WriteStream._refreshSize (tty.js:133:31)
outline = at process.<anonymous> (internal/bootstrap/switches/is_main_thread.js:127:41)
outline = at process.emit (events.js:400:28)
outline = Emitted 'error' event on WriteStream instance at:
outline = at WriteStream._refreshSize (tty.js:133:10)
Example
fatal: No rebase in progress?
JSTest Failure
Example
not ok 98 parallel/test-child-process-cwd
---
duration_ms: 0.341
severity: fail
exitcode: 1
stack: |-
node:assert:124
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'C:\\Windows'
- 'C:\\WINDOWS'
^
at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-cwd.js:56:26)
at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15)
at ChildProcess.emit (node:events:519:28)
at maybeClose (node:internal/child_process:1098:16)
at Socket.<anonymous> (node:internal/child_process:456:11)
at Socket.emit (node:events:519:28)
at Pipe.<anonymous> (node:net:315:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'C:\\Windows',
expected: 'C:\\WINDOWS',
operator: 'strictEqual'
}
...
Example
not ok 100 parallel/test-child-process-exec-cwd
---
duration_ms: 0.350
severity: fail
exitcode: 1
stack: |-
node:assert:400
throw err;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(stdout.startsWith(dir))
at c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-exec-cwd.js:38:3
at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:413:17
at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15
at ChildProcess.exithandler (node:child_process:411:7)
at ChildProcess.emit (node:events:519:28)
at maybeClose (node:internal/child_process:1098:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v20.0.0-pre
...
Example
not ok 231 parallel/test-child-process-exec-timeout-kill
---
duration_ms: 0.307
severity: fail
exitcode: 1
stack: |-
[stdout]
[stderr]
node:assert:124
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== null
at /home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-child-process-exec-timeout-kill.js:32:10
at /home/iojs/build/workspace/node-test-commit-linuxone/test/common/index.js:448:15
at ChildProcess.exithandler (node:child_process:427:5)
at ChildProcess.emit (node:events:518:28)
at maybeClose (node:internal/child_process:1098:16)
at Socket.<anonymous> (node:internal/child_process:456:11)
at Socket.emit (node:events:518:28)
at Pipe.<anonymous> (node:net:316:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: null,
operator: 'strictEqual'
}
Node.js v...
Example
not ok 3199 sequential/test-cpu-prof-name
---
duration_ms: 0.171
severity: fail
exitcode: 1
stack: |-
Dispatching message { "id": 1, "method": "Profiler.enable" }
Receive CPU profile message
{"id":1,"result":{}}
Dispatching message { "id": 2, "method": "Profiler.start" }
Receive CPU profile message
{"id":2,"result":{}}
Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
Receive CPU profile message
{"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
EndStartedProfilers
V8CpuProfilerConnection::End(), ending = false
Dispatching message { "id": 4, "method": "Profiler.stop" }
Receive CPU profile message
Writing profile response (id = 4)
Written result to /home/iojs/node-tmp/.tmp.3198/test.cpuprofile
[
{
id: 1,
callFrame: {
functionName: '(root)',
scriptId: '0',
url: '',
lineNumber: -...
Example
not ok 3828 sequential/test-http-regr-gh-2928
---
duration_ms: 120.36
severity: fail
exitcode: -15
stack: |-
timeout
.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+....
Example
not ok 916 sequential/test-worker-prof
---
duration_ms: 1.365
severity: fail
exitcode: 1
stack: |-
node:assert:124
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: child exited with non-zero status: {
status: 3221225477,
signal: null,
output: [ null, '', '' ],
pid: 3972,
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:1246:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942: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_ASSERTION',
...
Example
not ok 3565 addons/worker-buffer-callback/test-free-called
---
duration_ms: 0.315
severity: fail
exitcode: 1
stack: |-
node:assert:124
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/addons/worker-buffer-callback/test-free-called.js:14:8)
at Module._compile (node:internal/modules/cjs/loader:1246:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual'
}
Node...
Example
not ok 1328 parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
---
duration_ms: 120.100
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 3462 parallel/test-runner-inspect
---
duration_ms: 120.91
severity: fail
exitcode: -15
stack: |-
timeout
[test] Connecting to a child Node process
[test] Testing /json/list
[err] (node:1361985) Warning: Using the inspector with --test forces running at a concurrency of 1. Use the inspectPort option to run with concurrency
[err] (Use `node --trace-warnings ...` to show where the warning was created)
[err]
[out] TAP version 13
[out]
[err] Debugger listening on ws://127.0.0.1:37367/b1448cb7-4df5-4026-b7ae-f383377b48bb
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err]
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[out] # Subtest: /home/iojs/build/workspace/node-test-commit-linuxone/test/fixtures/test-runner/index.test.js
[out] # Debugger ending on ws://127.0.0.1:37367/b1448cb7-4df5-4026-b7ae-f383377b48bb
[out]
...
Example
not ok 2884 parallel/test-runner-watch-mode
---
duration_ms: 120.57
severity: fail
exitcode: -15
stack: |-
timeout
TAP version 13
...
Example
not ok 3495 pummel/test-policy-integrity-dep
---
duration_ms: 0.780
severity: crashed
exitcode: -10
stack: |-
...
Example
not ok 3319 sequential/test-vm-timeout-escape-promise-module-2
---
duration_ms: 0.402
severity: fail
exitcode: 1
stack: |-
(node:28942) ExperimentalWarning: VM Modules is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
/home/iojs/build/workspace/node-test-commit-linuxone/test/common/index.js:638
const crashOnUnhandledRejection = (err) => { throw err; };
^
Error: escaped timeout at 100 milliseconds!
at loop (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:22:13)
at vm:module(0):1:30
at SourceTextModule.evaluate (internal/vm/module.js:230:23)
at assert.rejects.code (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:38:16)
at processTicksAndRejections (internal/process/task_queues....
Progress