Open
Description
Failures in node-test-pull-request/50582 to node-test-pull-request/50677 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-03-30 00:14 | 4 | 0 | 19 | 10 | 67 | 0.00% |
JSTest Failure
Reason | parallel/test-corepack-yarn-install |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 12 (nodejs/node#47171, nodejs/node#44710, nodejs/node#47274, nodejs/node#47251, nodejs/node#47033, nodejs/node#46305, nodejs/node#46974, nodejs/node#47163, nodejs/node#47167, nodejs/node#46892, nodejs/node#46509, nodejs/node#46790) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50613/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50677/ |
Example
not ok 590 parallel/test-corepack-yarn-install
---
duration_ms: 2.416
severity: fail
exitcode: 1
stack: |-
(node:9287) [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)
#
# Fatal error in ../deps/v8/src/base/memory.h, line 22
# Debug check failed: IsAligned(addr, alignof(T)).
#
#
#
#FailureMessage Object: 0x7ffeebecb020
1: 0x557708c03a63 node::DumpBacktrace(_IO_FILE*) [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
2: 0x557708dabde3 [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
3: 0x557708dabe03 [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
4: 0x55770a831c97 V8_Fatal(char const*, int, char const*, ...) [/home/iojs/build/workspace/node-tes...
Example
not ok 1373 parallel/test-http-remove-header-stays-removed
---
duration_ms: 0.397
severity: fail
exitcode: 1
stack: |-
ok
node:assert:125
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:573:17)
at process.processTimers (node:internal/timers:514:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual'
}
Node.js v20.0.0-pre
...
Reason | sequential/test-worker-prof |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 5 (nodejs/node#47217, nodejs/node#44710, nodejs/node#47251, nodejs/node#47283, nodejs/node#47263) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-azure_msft-win10_vs2019-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50595/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50652/ |
Example
not ok 3236 sequential/test-worker-prof
---
duration_ms: 30.863
severity: fail
exitcode: 1
stack: |-
assert.js:118
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: child exited with signal: {
error: Error: spawnSync /home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node ETIMEDOUT
at Object.spawnSync (internal/child_process.js:1107:20)
at spawnSync (child_process.js:776:24)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-worker-prof.js:52:23)
at Module._compile (internal/modules/cjs/loader.js:1114:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
at Module.load (internal/modules/cjs/loader.js:979:32)
at Function.Module._load (internal/modules/cjs/loader.js:819:12)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
at internal/m...
Reason | parallel/test-fs-watch-recursive-add-file-to-existing-subfolder |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#47217, nodejs/node#44710, nodejs/node#47283, nodejs/node#46790) |
Appeared | test-ibm-rhel8-s390x-4, test-softlayer-ubuntu1804_sharedlibs_container-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50595/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50662/ |
Example
not ok 1340 parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
---
duration_ms: 120.85
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-http-remove-connection-header-persists-connection |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#47210, nodejs/node#47263, nodejs/node#47274, nodejs/node#47283) |
Appeared | test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-equinix-ubuntu2004_sharedlibs_container-arm64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50616/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50650/ |
Example
not ok 1432 parallel/test-http-remove-connection-header-persists-connection
---
duration_ms: 0.628
severity: fail
exitcode: 1
stack: |-
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at /home/iojs/build/workspace/node-test-commit-arm-debug/test/parallel/test-http-remove-connection-header-persists-connection.js:67:16
at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-arm-debug/test/parallel/test-http-remove-connection-header-persists-connection.js:54:7)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual'
}
Node.js v20.0.0-pre
...
Reason | parallel/test-tls-ticket-cluster |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#44710, nodejs/node#47283, nodejs/node#47263) |
Appeared | test-nearform-macos10.15-x64-3, test-rackspace-win2012r2_vs2019-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50615/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50652/ |
Example
not ok 2712 parallel/test-tls-ticket-cluster
---
duration_ms: 0.714
severity: fail
exitcode: 1
stack: |-
[primary] got "listening"
[primary] connecting 64736 session? false
[worker] connection reused? false
[primary] got "not-reused"
[primary] connecting 64736 session? true
[worker] connection reused? true
[primary] got "reused"
[primary] connecting 64736 session? true
[worker] connection reused? true
[primary] got "reused"
[primary] connecting 64736 session? true
[worker] connection reused? true
[primary] got "reused"
[primary] connecting 64736 session? true
[worker] connection reused? true
[primary] got "reused"
[primary] connecting 64736 session? true
[worker] connection reused? true
[primary] got "reused"
[primary] connecting 64736 session? true
[worker] connection reused? true
[primary] got "reused"
[primary] connecting 64736 session? true
[worker] connection reused? true
[primary] got "reused"
...
Reason | message/test_runner_output_spec_reporter |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#47217, nodejs/node#47251) |
Appeared | test-nearform-macos11.0-arm64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50614/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50642/ |
Example
not ok 3345 message/test_runner_output_spec_reporter
---
duration_ms: 0.841
severity: fail
stack: |-
sync pass todo (0.591166ms)
sync pass todo with message (0.042584ms)
sync fail todo (0.144625ms)
Error: thrown from sync fail todo
at TestContext.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/message/test_runner_output.js:18:9)
at Test.runInAsyncScope (node:async_hooks:206:9)
at Test.run (node:internal/test_runner/test:550:25)
at Test.processPendingSubtests (node:internal/test_runner/test:303:27)
at Test.postRun (node:internal/test_runner/test:619:19)
at Test.run (node:internal/test_runner/test:578:10)
at async Test.processPendingSubtests (node:internal/test_runner/test:303:7)
sync fail todo with message (0.040166ms)
Error: thrown from sync fail todo with message
at TestContext.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/os...
Reason | parallel/test-fs-promises-file-handle-readFile |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#47283, nodejs/node#47263) |
Appeared | test-rackspace-win2012r2_vs2019-x64-6 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50653/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50654/ |
Example
not ok 255 parallel/test-fs-promises-file-handle-readFile
---
duration_ms: 0.250
severity: fail
exitcode: 1
stack: |-
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: ENOSPC: no space left on device, ftruncate] {
errno: -4055,
code: 'ENOSPC',
syscall: 'ftruncate'
}
Node.js v20.0.0-pre
...
Reason | parallel/test-http-request-join-authorization-headers |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#47240, nodejs/node#47274) |
Appeared | test-orka-macos11-x64-2, test-ibm-rhel8-s390x-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50601/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50649/ |
Example
not ok 1232 parallel/test-http-request-join-authorization-headers
---
duration_ms: 0.410
severity: fail
exitcode: 1
stack: |-
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
'1, 2' !== '1'
at Server.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-http-request-join-authorization-headers.js:39:12)
at Server.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/index.js:449:15)
at Server.emit (node:events:511:28)
at parserOnIncoming (node:_http_server:1105:12)
at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '1, 2',
expected: '1',
operator: 'strictEqual'
}
Node.js v20.0.0-pre
...
Reason | parallel/test-inspector-multisession-ws |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#47274, nodejs/node#47263) |
Appeared | test-nearform-macos10.15-x64-1, test-ibm-rhel8-s390x-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50629/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50645/ |
Example
not ok 1685 parallel/test-inspector-multisession-ws
---
duration_ms: 15.643
severity: fail
exitcode: 1
stack: |-
[test] Connecting to a child Node process
[test] Testing /json/list
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:59722/a79c056e-35d7-44ab-a1cb-0432ac01a981
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err] Debugger attached.
[err]
[test] Breaking in code and verifying events are fired
Timed out waiting for matching notification (Initial pause)
1
...
Reason | parallel/test-single-executable-application |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#47014, nodejs/node#47263) |
Appeared | test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-softlayer-ubuntu1804_sharedlibs_container-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50623/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50645/ |
Example
not ok 2993 parallel/test-single-executable-application
---
duration_ms: 120.109
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | pummel/test-policy-integrity-worker-commonjs |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#47263, nodejs/node#47283) |
Appeared | test-macstadium-macos11.0-arm64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50645/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50647/ |
Example
not ok 3562 pummel/test-policy-integrity-worker-commonjs
---
duration_ms: 1.678
severity: crashed
exitcode: -10
stack: |-
...
Jenkins Failure
Reason | Build timed out (after 60 minutes). Marking the build as failed. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 6 (nodejs/node#47256, nodejs/node#47238, nodejs/node#47263, nodejs/node#44710, nodejs/node#46790, nodejs/node#46509) |
Appeared | test-rackspace-win2012r2_vs2019-x64-3, test-softlayer-ubi81_container-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50605/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50676/ |
Example
Build timed out (after 60 minutes). Marking the build as failed.
Reason | Failed to create a temp file on /home/iojs/build/workspace/node-test-commit-linux-containered |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 2 (nodejs/node#47274, nodejs/node#47251) |
Appeared | test-softlayer-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-softlayer-ubuntu1804_sharedlibs_container-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50660/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50661/ |
Example
java.io.IOException: Failed to create a temp file on /home/iojs/build/workspace/node-test-commit-linux-containered
at hudson.FilePath.createTextTempFile(FilePath.java:1624)
at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:202)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:120)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
at org.jenkinsci.plugins.preSCMbuildstep.PreSCMBuildStepsWrapper.preCheckout(PreSCMBuildStepsWrapper.java:127)
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:1003)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1245)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1309)
at hudson.scm.SCM.checkout(SCM.java:540)
Build Failure
Reason | error: remote GitHub already exists. |
---|---|
Type | BUILD_FAILURE |
Failed PR | 6 (nodejs/node#46490, nodejs/node#47272, nodejs/node#47274, nodejs/node#47263, nodejs/node#47239, nodejs/node#47283) |
Appeared | test-rackspace-win2012r2_vs2019-x64-6, test-rackspace-win2012r2_vs2017-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50589/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50647/ |
Example
error: remote GitHub already exists.
> git fetch --prune --no-tags GitHub
> git fetch --prune --no-tags https://github.com/nodejs/build.git +refs/heads/main:refs/remotes/jenkins_tmp
Reason | Failed to trigger node-test-commit |
---|---|
Type | BUILD_FAILURE |
Failed PR | 5 (nodejs/node#47188, nodejs/node#47238, nodejs/node#47221, nodejs/node#46490, ) |
Appeared | test-ibm-ubuntu1804-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50582/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50586/ |
Example
Failed to trigger node-test-commit
Reason | fatal error: ld terminated with signal 9 [Killed] |
---|---|
Type | BUILD_FAILURE |
Failed PR | 5 (nodejs/node#47014, nodejs/node#47272, nodejs/node#47274, nodejs/node#47263, nodejs/node#47210) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/50623/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/50633/ |
Example
fatal error: ld terminated with signal 9 [Killed]
CCTest Failure
Progress
-
parallel/test-corepack-yarn-install
(12) -
parallel/test-http-remove-header-stays-removed
(5) -
sequential/test-worker-prof
(5) -
parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
(4) -
parallel/test-http-remove-connection-header-persists-connection
(4) -
parallel/test-tls-ticket-cluster
(3) -
message/test_runner_output_spec_reporter
(2) -
parallel/test-fs-promises-file-handle-readFile
(2) -
parallel/test-http-request-join-authorization-headers
(2) -
parallel/test-inspector-multisession-ws
(2) -
parallel/test-single-executable-application
(2) -
pummel/test-policy-integrity-worker-commonjs
(2) -
Build timed out (after 60 minutes). Marking the build as failed.
(6) -
Failed to create a temp file on /home/iojs/build/workspace/node-test-commit-linux-containered
(2) -
ERROR: Error fetching remote repo 'origin'
(26) -
error: remote GitHub already exists.
(6) -
Failed to trigger node-test-commit
(5) -
fatal error: ld terminated with signal 9 [Killed]
(5)
Metadata
Metadata
Assignees
Labels
No labels