Open
Description
Failures in node-test-pull-request/42016 to node-test-pull-request/42112 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 |
---|---|---|---|---|---|---|
2022-01-24 00:06 | 3 | 10 | 25 | 5 | 57 | 10.87% |
Jenkins Failure
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 145.40.81.219/145.40.81.219:58660' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
at com.sun.proxy.$Proxy82.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)
Build Failure
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-arm] $ /bin/bash -ex /tmp/jenkins8013646566027941732.sh
+ '[' -d .git ']'
+ git clean -fdx
Reason | ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for ... |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#41263, nodejs/node#41511) |
Appeared | test-rackspace-fedora32-x64-1, test-joyent-ubuntu1804-x64-1, test-rackspace-centos7-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42051/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42052/ |
Example
ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for node-test-commit-linux/nodes=fedora-last-latest-x64 #44378
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE
Reason | error: remote GitHub already exists. |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#41610, nodejs/node#41632) |
Appeared | test-rackspace-win2012r2_vs2019-x64-6, test-rackspace-win2012r2_vs2017-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42040/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42093/ |
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/master:refs/remotes/jenkins_tmp
JSTest Failure
Reason | sequential/test-cpu-prof-worker-argv |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 9 (nodejs/node#41511, nodejs/node#41573, nodejs/node#41623, nodejs/node#41586, nodejs/node#41642, nodejs/node#41600, nodejs/node#41620, nodejs/node#41632, nodejs/node#41663) |
Appeared | test-digitalocean-freebsd12-x64-2, test-orka-macos11-x64-2, test-digitalocean-freebsd12-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42052/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42105/ |
Example
not ok 3465 sequential/test-cpu-prof-worker-argv
---
duration_ms: 0.642
severity: fail
exitcode: 1
stack: |-
[
{
id: 1,
callFrame: {
functionName: '(root)',
scriptId: '0',
url: '',
lineNumber: -1,
columnNumber: -1
},
hitCount: 0,
children: [ 2, 3, 11, 14, 18, 24 ]
},
{
id: 2,
callFrame: {
functionName: '(program)',
scriptId: '0',
url: '',
lineNumber: -1,
columnNumber: -1
},
hitCount: 1
},
{
id: 3,
callFrame: {
functionName: '',
scriptId: '10',
url: 'node:internal/bootstrap/node',
lineNumber: 0,
columnNumber: 0
},
hitCount: 0,
children: [ 4 ]
},
{
id: 4,
callFrame: {
functionName: 'nativeModuleRequire',
scriptId: '9',
url: 'node:internal/bootstrap/...
Example
not ok 143 parallel/test-common-expect-warning
---
duration_ms: 3.35
severity: fail
exitcode: 1
stack: |-
node:assert:1026
throw err;
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Unexpected extra warning received/. Input:
'(node:23349) [fhqwhgads] fhqwhgads: fhqwhgads\n' +
'(Use `node --trace-warnings ...` to show where the warning was created)\n' +
'(node:23349) [fhqwhgads] fhqwhgads: fhqwhgads\n'
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-common-expect-warning.js:41:14)
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:401:15)
at ChildProcess.emit (node:events:522:28)
at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '(node:23349) [fhqwhgads] fhqwhgads: fhqwhgads\n' +
'...
Reason | parallel/test-fs-rmdir-recursive |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 5 (nodejs/node#41599, nodejs/node#41612, nodejs/node#41667, nodejs/node#41663, nodejs/node#41632) |
Appeared | test-azure_msft-win10_vs2019-x64-3, test-requireio_mininodes-debian10-armv7l_pi2-1, test-azure_msft-win10_vcbt2015-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42031/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42107/ |
Example
not ok 259 parallel/test-fs-rmdir-recursive
---
duration_ms: 0.662
severity: fail
exitcode: 1
stack: |-
(node:21048) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use `node --trace-deprecation ...` to show where the warning was created)
Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.256
Files blocking: [ 'rmdir-recursive-0', 'rmdir-recursive-4', 'rmdir-recursive-5' ]
node:assert:991
throw newErr;
^
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.256\rmdir-recursive-0\d-3-1\d-2-1\d-1-1'
at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:364:12
at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:401:15
at node:fs:18...
Reason | parallel/test-stdout-to-file |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 5 (nodejs/node#41571, nodejs/node#41502, nodejs/node#41573, nodejs/node#41623, nodejs/node#41612) |
Appeared | test-azure_msft-win10_vs2019-x64-1, test-azure_msft-win10_vs2019-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42024/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42088/ |
Example
not ok 585 parallel/test-stdout-to-file
---
duration_ms: 1.559
severity: fail
exitcode: 1
stack: |-
1048576 chars to C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.571\stdout.txt...
done!
C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.571\stdout.txt has 1048576 bytes
Done printing with string
1048576 chars to C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.571\stdout.txt...
done!
C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.571\stdout.txt has 1048576 bytes
Done printing with buffer
Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.571
Files blocking: [ 'stdout.txt' ]
C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:54
throw e;
^
Error: EPERM: operation not permitted, lstat '\\?\C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.571\stdout.txt'
at lstatSync (node:fs:1516:3)
at r...
Reason | parallel/test-child-process-pipe-dataflow |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#40424, nodejs/node#41571, nodejs/node#41263, nodejs/node#41612) |
Appeared | test-azure_msft-win10_vs2019-x64-4, test-rackspace-win2012r2_vs2015-x64-2, test-rackspace-win2012r2_vs2019-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42018/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42074/ |
Example
not ok 788 parallel/test-child-process-pipe-dataflow
---
duration_ms: 120.360
severity: fail
exitcode: 1
stack: |-
timeout
...
Reason | parallel/test-crypto-secure-heap |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#41511, nodejs/node#41604, nodejs/node#41667, nodejs/node#41664) |
Appeared | test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_rvagg-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42052/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42106/ |
Example
not ok 205 parallel/test-crypto-secure-heap
---
duration_ms: 240.141
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | sequential/test-debugger-heap-profiler |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#41612, nodejs/node#41663, nodejs/node#41664) |
Appeared | test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_mininodes-debian10-armv7l_pi2-1, test-azure_msft-win10_vs2019-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42074/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42106/ |
Example
not ok 825 sequential/test-debugger-heap-profiler
---
duration_ms: 36.202
severity: fail
exitcode: 1
stack: |-
/home/iojs/build/workspace/node-test-binary-arm/test/common/debugger.js:84
reject(new Error([
^
Error: Timeout (10000) while waiting for />\s+$/; found:
Heap snapshot: 0/0
Cannot take heap snapshot because another snapshot is in progress.
Heap snapshot: 0/35376
Heap snapshot: 10000/35376
Heap snapshot: 20000/35376
Heap snapshot: 30000/35376
Heap snapshot: 35375/35376
Heap snapshot: 35376/35376
Heap snaphost prepared.
Writing snapshot: 102400
Writing snapshot: 204800
Writing snapshot: 307200
Writing snapshot: 409600
Writing snapshot: 512000
Writing snapshot: 614400
Writing snapshot: 716800
Writing snapshot: 819200
Writing snapshot: 921600
Writing snapshot: 1024000
Wr...
Reason | parallel/test-crypto-dh-constructor |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#41263, nodejs/node#41662) |
Appeared | test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_jasnell-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42051/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42108/ |
Example
not ok 218 parallel/test-crypto-dh-constructor
---
duration_ms: 240.72
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-domain-no-error-handler-abort-on-uncaught-2 |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#41612, nodejs/node#41663) |
Appeared | test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42091/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42105/ |
Example
not ok 685 parallel/test-domain-no-error-handler-abort-on-uncaught-2
---
duration_ms: 120.215
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-domain-no-error-handler-abort-on-uncaught-3 |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#41612, nodejs/node#41663) |
Appeared | test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42091/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42105/ |
Example
not ok 684 parallel/test-domain-no-error-handler-abort-on-uncaught-3
---
duration_ms: 120.67
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-domain-no-error-handler-abort-on-uncaught-4 |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#41612, nodejs/node#41663) |
Appeared | test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42091/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42105/ |
Example
not ok 686 parallel/test-domain-no-error-handler-abort-on-uncaught-4
---
duration_ms: 120.57
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-domain-no-error-handler-abort-on-uncaught-5 |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#41612, nodejs/node#41663) |
Appeared | test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42091/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42105/ |
Example
not ok 687 parallel/test-domain-no-error-handler-abort-on-uncaught-5
---
duration_ms: 120.140
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-domain-with-abort-on-uncaught-exception |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#41621, nodejs/node#41632) |
Appeared | test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42060/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42107/ |
Example
not ok 1442 parallel/test-domain-with-abort-on-uncaught-exception
---
duration_ms: 120.194
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-fs-rm |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#41612, nodejs/node#41667) |
Appeared | test-requireio_jasnell-debian10-armv7l_pi2-1, test-azure_msft-win10_vs2019-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42088/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42104/ |
Example
not ok 275 parallel/test-fs-rm
---
duration_ms: 240.532
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-inspector-multisession-ws |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#41610, nodejs/node#41662) |
Appeared | test-nearform-macos10.15-x64-3, test-equinix-ubuntu1804_sharedlibs_container-arm64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42040/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42108/ |
Example
not ok 1561 parallel/test-inspector-multisession-ws
---
duration_ms: 15.468
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:58594/5936e548-ef7f-4e69-8837-ae65b7e4157c
[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 | sequential/test-debugger-restart-message |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#41667, nodejs/node#41663) |
Appeared | test-requireio_pivotalagency-debian10-arm64_pi3-2, test-requireio_mcollina-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42104/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42105/ |
Example
not ok 829 sequential/test-debugger-restart-message
---
duration_ms: 36.359
severity: fail
exitcode: 1
stack: |-
/home/iojs/build/workspace/node-test-binary-arm/test/common/debugger.js:84
reject(new Error([
^
Error: Timeout (10000) while waiting for /(?:assert|break|break on start|debugCommand|exception|other|promiseRejection) in/i; found:
< Debugger ending on ws://127.0.0.1:9229/9b0ce4c3-02c1-44a5-adb3-e8b72bc5c85b
< For help, see: https://nodejs.org/en/docs/inspector
<
debug>
at Timeout.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/common/debugger.js:84:18)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7)
Node.js v18.0.0-pre
...
Reason | sequential/test-debugger-run-after-quit-restart |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#41663, nodejs/node#41664) |
Appeared | test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_mininodes-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42105/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42106/ |
Example
not ok 828 sequential/test-debugger-run-after-quit-restart
---
duration_ms: 30.509
severity: fail
exitcode: 1
stack: |-
/home/iojs/build/workspace/node-test-binary-arm/test/common/debugger.js:84
reject(new Error([
^
Error: Timeout (10000) while waiting for /(?:assert|break|break on start|debugCommand|exception|other|promiseRejection) in/i; found:
< Debugger ending on ws://127.0.0.1:9229/ffce4369-4069-4ee7-88c8-71390bfa6e82
< For help, see: https://nodejs.org/en/docs/inspector
<
debug>
< Debugger listening on ws://127.0.0.1:9229/3874777e-8ec5-4626-af11-7f12ff16d372
< For help, see: https://nodejs.org/en/docs/inspector
<
debug>
connecting to 127.0.0.1:9229 ...
ok
debug>
< Debugger attached.
<
debug>
at Timeout.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/common/debugger.js:84:18)
at listOnTimeout (node:internal/timers:559:17)
...
Reason | sequential/test-net-connect-econnrefused |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#41573, nodejs/node#41632) |
Appeared | test-ibm-rhel7-s390x-1, test-ibm-rhel7-s390x-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42053/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42107/ |
Example
not ok 3528 sequential/test-net-connect-econnrefused
---
duration_ms: 120.68
severity: fail
exitcode: -15
stack: |-
timeout
pending 50 rounds 1
pending 49 rounds 1
pending 48 rounds 1
pending 47 rounds 1
pending 46 rounds 1
pending 45 rounds 1
pending 44 rounds 1
pending 43 rounds 1
pending 42 rounds 1
pending 41 rounds 1
pending 40 rounds 1
pending 39 rounds 1
pending 38 rounds 1
pending 37 rounds 1
pending 36 rounds 1
pending 35 rounds 1
pending 34 rounds 1
pending 33 rounds 1
pending 32 rounds 1
pending 31 rounds 1
pending 30 rounds 1
pending 29 rounds 1
pending 28 rounds 1
pending 27 rounds 1
pending 26 rounds 1
pending 25 rounds 1
pending 24 rounds 1
pending 23 rounds 1
pending 22 rounds 1
pending 21 rounds 1
pending 20 rounds 1
pending 19 rounds 1
pending 18 rounds 1
pending 17 rounds 1
pending 16 rounds 1
pending 15 rounds 1
pending 14 rounds ...
Git Failure
Progress
-
Backing channel 'JNLP4-connect connection from ... is disconnected.
(5) -
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
(2) -
ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for ...
(2) -
error: remote GitHub already exists.
(2) -
sequential/test-cpu-prof-worker-argv
(9) -
parallel/test-common-expect-warning
(7) -
parallel/test-fs-rmdir-recursive
(5) -
parallel/test-stdout-to-file
(5) -
parallel/test-child-process-pipe-dataflow
(4) -
parallel/test-crypto-secure-heap
(4) -
sequential/test-debugger-heap-profiler
(3) -
parallel/test-crypto-dh-constructor
(2) -
parallel/test-domain-no-error-handler-abort-on-uncaught-2
(2) -
parallel/test-domain-no-error-handler-abort-on-uncaught-3
(2) -
parallel/test-domain-no-error-handler-abort-on-uncaught-4
(2) -
parallel/test-domain-no-error-handler-abort-on-uncaught-5
(2) -
parallel/test-domain-with-abort-on-uncaught-exception
(2) -
parallel/test-fs-rm
(2) -
parallel/test-inspector-multisession-ws
(2) -
sequential/test-debugger-restart-message
(2) -
sequential/test-debugger-run-after-quit-restart
(2) -
sequential/test-net-connect-econnrefused
(2)
Metadata
Metadata
Assignees
Labels
No labels