Open
Description
Failures in node-test-pull-request/54071 to node-test-pull-request/54164 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-09-23 00:12 | 6 | 9 | 8 | 3 | 74 | 9.89% |
JSTest Failure
Reason | wpt/test-structured-clone |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#49559, nodejs/node#49745, nodejs/node#48434, nodejs/node#49778) |
Appeared | test-rackspace-win2019_vs2019-x64-2, test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54106/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54158/ |
Example
not ok 953 wpt/test-structured-clone
---
duration_ms: 586.99300
severity: fail
exitcode: 1
stack: |-
[PASS] primitive undefined
[PASS] primitive null
[PASS] primitive true
[PASS] primitive false
[PASS] primitive string, empty string
[PASS] primitive string, lone high surrogate
[PASS] primitive string, lone low surrogate
[PASS] primitive string, NUL
[PASS] primitive string, astral character
[PASS] primitive number, 0.2
[PASS] primitive number, 0
[PASS] primitive number, -0
[PASS] primitive number, NaN
[PASS] primitive number, Infinity
[PASS] primitive number, -Infinity
[PASS] primitive number, 9007199254740992
[PASS] primitive number, -9007199254740992
[PASS] primitive number, 9007199254740994
[PASS] primitive number, -9007199254740994
[PASS] primitive BigInt, 0n
[PASS] primitive BigInt, -0n
[PASS] primitive BigInt, -9007199254740994000n
[PASS] primitive BigInt, -90071992547409940009007199254740994000900719925...
Reason | parallel/test-inspector-async-stack-traces-promise-then |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#49696, nodejs/node#49712) |
Appeared | test-ibm-rhel8-s390x-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54096/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54127/ |
Example
not ok 1829 parallel/test-inspector-async-stack-traces-promise-then
---
duration_ms: 15352.92800
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:35977/f6b3d782-11a4-4f95-9d28-a650ca5c8a28
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err]
Timed out waiting for matching notification (break on [eval]:0)
1
...
Reason | parallel/test-performance-function |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#38771, nodejs/node#49745) |
Appeared | test-ibm-rhel8-x64-1, test-ibm-ubuntu1804-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54080/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54115/ |
Example
not ok 2289 parallel/test-performance-function
---
duration_ms: 223.18900
severity: fail
exitcode: 1
stack: |-
node:internal/errors:497
ErrorCaptureStackTrace(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:283: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-linux/test/parallel/test-performance-function.js:98:5
at runNextTicks (node:internal/process/task_queues:60:5)
at listOnTimeout (node:internal/timers:540:9)
at process.processTimers (node:internal/timers:514:7) {
code: 'ERR_OUT_OF_RANGE'
}
Node.js v21.0.0-pre
...
Example
not ok 2242 parallel/test-runner-output
---
duration_ms: 2129.75400
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: test runner output
# Subtest: test-runner/output/abort.js
ok 1 - test-runner/output/abort.js
---
duration_ms: 1495.662079
...
Example
not ok 2243 parallel/test-runner-reporters
---
duration_ms: 2066.36100
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: node:test reporters
# Subtest: should default to outputing TAP to stdout
not ok 1 - should default to outputing TAP to stdout
---
duration_ms: 1033.611054
failureType: 'testCodeFailure'
error: |-
Expected values to be strictly equal:
+ actual - expected
+ 'node:internal/main/test_runner:10\n' +
+ "const { exitCodes: { kGenericUserError } } = internalBinding('errors');\n" +
+ ' ^\n' +
+ '\n' +
+ "TypeError: Cannot read properties of undefined (reading 'kGenericUserError')\n" +
+ ' at node:internal/main/test_runner:10:22\n' +
+ '\n' +
+ 'Node.js v18.18.1-pre\n'
- ''
code: 'ERR_ASSERTION'
name: 'AssertionError...
Reason | parallel/test-tls-socket-close |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#49730, nodejs/node#49731) |
Appeared | test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54074/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54076/ |
Example
not ok 2879 parallel/test-tls-socket-close
---
duration_ms: 938.11100
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 | parallel/test-vm-timeout-escape-promise-module |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#48655, nodejs/node#49762) |
Appeared | test-equinix-ubuntu2004_sharedlibs_container-arm64-6, test-osuosl-aix72-ppc64_be-2, test-ibm-rhel8-s390x-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54130/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54146/ |
Example
not ok 3189 parallel/test-vm-timeout-escape-promise-module
---
duration_ms: 725.16100
severity: crashed
exitcode: -5
stack: |-
(node:3282088) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
#
# Fatal error in ../deps/v8/src/objects/source-text-module.cc, line 721
# Check failed: module->status() == kErrored (3 vs. 7).
#
#
#
#FailureMessage Object: 0xfffffd075688
1: 0xaaaabcfe2ac4 node::DumpBacktrace(_IO_FILE*) [out/Debug/node]
2: 0xaaaabd1ad2d8 [out/Debug/node]
3: 0xaaaabd1ad304 [out/Debug/node]
4: 0xaaaabec1a520 V8_Fatal(char const*, int, char const*, ...) [out/Debug/node]
5: 0xaaaabdbcd008 v8::internal::SourceTextModule::Evaluate(v8::internal::Isolate*, v8::internal::Handle<v8::internal::SourceTextModule>) [out/Debug/node]
6: 0xaaaabdb3e4b0 v8::internal::Module::Evaluate(v8::internal::Isolate*, v8::internal::Ha...
Reason | pummel/test-crypto-timing-safe-equal-benchmarks |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#49741, nodejs/node#49710) |
Appeared | test-ibm-aix72-ppc64_be-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54119/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54151/ |
Example
not ok 3635 pummel/test-crypto-timing-safe-equal-benchmarks
---
duration_ms: 3374.44000
severity: fail
exitcode: 1
stack: |-
node:assert:399
throw err;
^
AssertionError [ERR_ASSERTION]: timingSafeEqual should not leak information from its execution time (t=-4.312156015746592)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/pummel/test-crypto-timing-safe-equal-benchmarks.js:109:1)
at Module._compile (node:internal/modules/cjs/loader:1429:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1487:10)
at Module.load (node:internal/modules/cjs/loader:1261:32)
at Module._load (node:internal/modules/cjs/loader:1077:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:99:12)
at node:internal/main/run_main_module:23:47 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '...
Reason | sequential/test-vm-timeout-escape-promise-module-2 |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#48655, nodejs/node#49750) |
Appeared | test-ibm-rhel8-s390x-1, test-osuosl-aix72-ppc64_be-2, test-ibm-rhel8-s390x-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54130/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54136/ |
Example
not ok 4020 sequential/test-vm-timeout-escape-promise-module-2
---
duration_ms: 425.47700
severity: fail
exitcode: 1
stack: |-
(node:3225288) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:22
throw new Error(
^
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 (node:internal/vm/module:228: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 process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.j...
Jenkins Failure
Reason | Build timed out (after 60 minutes). Marking the build as failed. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 10 (nodejs/node#49720, nodejs/node#49654, nodejs/node#38771, nodejs/node#49745, nodejs/node#48655, nodejs/node#49743, nodejs/node#49710, nodejs/node#49703, nodejs/node#49768, nodejs/node#49736) |
Appeared | test-rackspace-win2022_vs2022-x64-6, test-rackspace-win2019_vs2019-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54077/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54161/ |
Example
Build timed out (after 60 minutes). Marking the build as failed.
Reason | Backing channel 'JNLP4-connect connection from ... is disconnected. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 2 (nodejs/node#49639, nodejs/node#49710) |
Appeared | test-ibm-aix72-ppc64_be-2, test-rackspace-win2019_vs2019-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54145/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54148/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from a5.71.36a9.ip4.static.sl-reverse.com/169.54.113.165:34512' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at jdk.proxy2/jdk.proxy2.$Proxy76.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
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)
Reason | Command "git fetch --no-tags --progress git@github.com:nodejs/node.git +refs/heads/:refs/remotes/origin/ +refs/heads/v16.x-staging:refs/remotes/origin/_jenkins_local_branch" returned status code 128: |
---|---|
Type | GIT_FAILURE |
Failed PR | 14 (nodejs/node#49340, nodejs/node#49709, nodejs/node#45427, nodejs/node#38733, nodejs/node#49654, nodejs/node#49692, nodejs/node#49696, nodejs/node#49721, nodejs/node#49646, nodejs/node#49559, nodejs/node#49740, nodejs/node#38771, nodejs/node#49744, nodejs/node#46018) |
Appeared | test-equinix-centos7_container-arm64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54081/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54114/ |
Example
hudson.plugins.git.GitException: Command "git fetch --no-tags --progress git@github.com:nodejs/node.git +refs/heads/*:refs/remotes/origin/* +refs/heads/v16.x-staging:refs/remotes/origin/_jenkins_local_branch" returned status code 128:
stdout:
stderr: Warning: the ECDSA host key for 'github.com' differs from the key for the IP address '140.82.114.3'
Offending key for IP in /home/iojs/.ssh/known_hosts:4
Matching host key in /home/iojs/.ssh/known_hosts:9
Build Failure
Reason | ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? |
---|---|
Type | BUILD_FAILURE |
Failed PR | 8 (nodejs/node#45427, nodejs/node#49745, nodejs/node#49743, nodejs/node#49237, nodejs/node#46018, nodejs/node#49744, nodejs/node#49741, nodejs/node#38771) |
Appeared | test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-1, test-osuosl-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_sharedlibs_container-arm64-5 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54090/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54125/ |
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
Reason | error: The last gc run reported the following. Please correct the root cause |
---|---|
Type | BUILD_FAILURE |
Failed PR | 3 (nodejs/node#49340, nodejs/node#45427, nodejs/node#48434) |
Appeared | test-ibm-ubuntu1804-x64-1, test-equinix_mnx-ubuntu1804-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, undefined |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54081/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54142/ |
Example
error: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
Reason | fatal: No rebase in progress? |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#49340, nodejs/node#45427) |
Appeared | test-rackspace-debian10-x64-1, test-ibm-ubi81_container-x64-1, test-softlayer-debian10-x64-1, test-digitalocean-ubi81_container-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/54081/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/54090/ |
Example
fatal: No rebase in progress?
CCTest Failure
Progress
-
wpt/test-structured-clone
(4) -
parallel/test-inspector-async-stack-traces-promise-then
(2) -
parallel/test-performance-function
(2) -
parallel/test-runner-output
(2) -
parallel/test-runner-reporters
(2) -
parallel/test-tls-socket-close
(2) -
parallel/test-vm-timeout-escape-promise-module
(2) -
pummel/test-crypto-timing-safe-equal-benchmarks
(2) -
sequential/test-vm-timeout-escape-promise-module-2
(2) -
Build timed out (after 60 minutes). Marking the build as failed.
(10) -
Backing channel 'JNLP4-connect connection from ... is disconnected.
(2) -
ERROR: Error fetching remote repo 'origin'
(20) -
Command "git fetch --no-tags --progress git@github.com:nodejs/node.git +refs/heads/*:refs/remotes/origin/* +refs/heads/v16.x-staging:refs/remotes/origin/_jenkins_local_branch" returned status code 128:
(14) -
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
(8) -
error: The last gc run reported the following. Please correct the root cause
(3) -
fatal: No rebase in progress?
(2)
Metadata
Assignees
Labels
No labels
Activity