Open
Description
opened on Oct 6, 2023
Failures in node-test-pull-request/54474 to node-test-pull-request/54572 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 |
---|---|---|---|---|---|---|
2023-10-06 00:12 | 0 | 17 | 19 | 2 | 62 | 17.35% |
JSTest Failure
Reason | pummel/test-heapdump-shadow-realm |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 9 (nodejs/node#50012, nodejs/node#49950, nodejs/node#50027, nodejs/node#49712, nodejs/node#50035, nodejs/node#50037, nodejs/node#49990, nodejs/node#49635, nodejs/node#50047) |
Appeared | test-azure_msft-win2016_vs2017-x64-1, test-azure_msft-win2016_vs2017-x64-3, test-softlayer-debian10-x64-1, test-azure_msft-win2016_vs2017-x64-6, test-rackspace-debian10-x64-1, test-rackspace-win2012r2_vs2015-x64-1, test-azure_msft-win2016_vs2017-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54488/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54566/ |
Example
not ok 914 pummel/test-heapdump-shadow-realm
---
duration_ms: 14227.14000
severity: fail
exitcode: 3221226505
stack: |-
(node:8008) internal/test/binding: These APIs are for internal testing only. Do not use them.
(Use `node --trace-warnings ...` to show where the warning was created)
...
Reason | parallel/test-whatwg-webstreams-transfer |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 5 (nodejs/node#49898, nodejs/node#50034, nodejs/node#50035, nodejs/node#49990, nodejs/node#49831) |
Appeared | undefined, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-equinix-ubuntu2004_container-armv7l-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54474/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54570/ |
Example
not ok 3645 parallel/test-whatwg-webstreams-transfer
---
duration_ms: 120092.97500
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-inspector-async-stack-traces-set-interval |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#49898, nodejs/node#50035, nodejs/node#50047) |
Appeared | test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54474/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54557/ |
Example
not ok 2004 parallel/test-inspector-async-stack-traces-set-interval
---
duration_ms: 15294.05600
severity: fail
exitcode: 1
stack: |-
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:35455/ed10fed7-af72-40d3-8ddf-5affb2748b5d
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err]
[test] Skipping the first breakpoint in the eval script
Timed out waiting for matching notification (break on [eval]:0)
1
...
Reason | parallel/test-tls-socket-close |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#49989, nodejs/node#49950, nodejs/node#50035) |
Appeared | test-ibm-rhel8-s390x-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-ibm-rhel8-s390x-4, test-nearform-macos11.0-arm64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54496/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54523/ |
Example
not ok 2868 parallel/test-tls-socket-close
---
duration_ms: 321.19400
severity: fail
exitcode: 1
stack: |-
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at Immediate._onImmediate (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-tls-socket-close.js:49:18)
at process.processImmediate (node:internal/timers:478:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual'
}
Node.js v21.0.0-pre
...
Reason | node-api/test_threadsafe_function/test |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#49963, nodejs/node#49855) |
Appeared | test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54536/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54555/ |
Example
not ok 3841 node-api/test_threadsafe_function/test
---
duration_ms: 360067.20300
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-http-server-headers-timeout-pipelining |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#50018, nodejs/node#49855) |
Appeared | test-ibm-aix72-ppc64_be-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54500/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54555/ |
Example
not ok 1583 parallel/test-http-server-headers-timeout-pipelining
---
duration_ms: 5376.99000
severity: fail
exitcode: 1
stack: |-
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ ''
- 'HTTP/1.1 408 Request Timeout\r\nConnection: close\r\n\r\n'
at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/parallel/test-http-server-headers-timeout-pipelining.js:57:12)
at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/common/index.js:476:15)
at Socket.emit (node:events:527:35)
at endReadableNT (node:internal/streams/readable:1408:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '',
expected: 'HTTP/1.1 408 Request Timeout\r\nConnection: close\r\...
Reason | pummel/test-fs-watch-non-recursive |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#49953, nodejs/node#50036) |
Appeared | test-orka-macos11-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54508/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54522/ |
Example
not ok 3530 pummel/test-fs-watch-non-recursive
---
duration_ms: 159.84300
severity: fail
exitcode: 1
stack: |-
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'foo.json'
- 'testsubdir'
at FSWatcher.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/pummel/test-fs-watch-non-recursive.js:44:10)
at FSWatcher.emit (node:events:517:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:215:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'foo.json',
expected: 'testsubdir',
operator: 'strictEqual'
}
Node.js v18.18.1-pre
...
Reason | sequential/test-single-executable-application-snapshot-and-code-cache |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#48638, nodejs/node#50039) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-osuosl-rhel8-ppc64_le-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54497/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54531/ |
Example
not ok 4026 sequential/test-single-executable-application-snapshot-and-code-cache
---
duration_ms: 9445.21800
severity: fail
exitcode: 1
stack: |-
[process 7488]: --- stderr ---
[process 7488]: --- stdout ---
[process 7488]: status = null, signal = SIGSEGV
/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/child_process.js:86
throw new Error(`${failures.join('\n')}`);
^
Error: - process terminated with status null, expected 0
- process terminated with signal SIGSEGV, expected null
at logAndThrow (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/child_process.js:86:11)
at expectSyncExit (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/child_process.js:91:5)
at spawnSyncAndExitWithoutError (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/child_process.js:125:10)
at Object.<anonymous> (/home/iojs/build/workspace/node-t...
Jenkins Failure
Git Failure
Build Failure
Reason | fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository |
---|---|
Type | BUILD_FAILURE |
Failed PR | 8 (nodejs/node#50009, nodejs/node#50027, nodejs/node#49953, nodejs/node#49990, nodejs/node#50018, nodejs/node#49963, nodejs/node#49037, nodejs/node#49639) |
Appeared | test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54482/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54550/ |
Example
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
fatal: Could not read from remote repository.
Reason | ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? |
---|---|
Type | BUILD_FAILURE |
Failed PR | 3 (nodejs/node#50013, nodejs/node#49970, nodejs/node#49963) |
Appeared | test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2, test-osuosl-ubuntu2004_container-armv7l-1, test-equinix_mnx-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54490/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54572/ |
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
[PostBuildScript] - [INFO] Executing post build scripts.
[node-test-binary-armv7l] $ /bin/bash -ex /tmp/jenkins10053214431868715504.sh
+ '[' -d .git ']'
+ git clean -fdx
Progress
-
pummel/test-heapdump-shadow-realm
(9) -
parallel/test-whatwg-webstreams-transfer
(5) -
parallel/test-inspector-async-stack-traces-set-interval
(3) -
parallel/test-tls-socket-close
(3) -
node-api/test_threadsafe_function/test
(2) -
parallel/test-http-server-headers-timeout-pipelining
(2) -
pummel/test-fs-watch-non-recursive
(2) -
sequential/test-single-executable-application-snapshot-and-code-cache
(2) -
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
(8) -
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
(3)
Metadata
Assignees
Labels
No labels
Activity