Open
Description
Failures in node-test-pull-request/47020 to node-test-pull-request/47116 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-10-08 00:19 | 1 | 13 | 23 | 5 | 58 | 13.83% |
JSTest Failure
Example
not ok 1920 parallel/test-net-socket-connect-without-cb
---
duration_ms: 0.115
severity: fail
exitcode: 1
stack: |-
node:events:491
throw er; // Unhandled 'error' event
^
Error: connect EADDRNOTAVAIL ::1:43485 - Local (:::0)
at internalConnect (node:net:1041:16)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:464:18)
at GetAddrInfoReqWrap.emitLookup [as callback] (node:net:1197:9)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8)
Emitted 'error' event on Socket instance at:
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -99,
code: 'EADDRNOTAVAIL',
syscall: 'connect',
address: '::1',
port: 43485
}
...
Example
not ok 1931 parallel/test-net-socket-ready-without-cb
---
duration_ms: 0.111
severity: fail
exitcode: 1
stack: |-
node:events:491
throw er; // Unhandled 'error' event
^
Error: connect EADDRNOTAVAIL ::1:37453 - Local (:::0)
at internalConnect (node:net:1041:16)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:464:18)
at GetAddrInfoReqWrap.emitLookup [as callback] (node:net:1197:9)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8)
Emitted 'error' event on Socket instance at:
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -99,
code: 'EADDRNOTAVAIL',
syscall: 'connect',
address: '::1',
port: 37453
}
...
Reason | pummel/test-fs-largefile |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#44782, nodejs/node#44741, nodejs/node#44869, nodejs/node#44867) |
Appeared | test-rackspace-win2012r2_vs2019-x64-4, test-nearform-macos10.15-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47032/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47092/ |
Example
not ok 846 pummel/test-fs-largefile
---
duration_ms: 0.944
severity: fail
exitcode: 1
stack: |-
Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.846
Files blocking: [ 'large.txt' ]
node:internal/fs/utils:347
throw err;
^
Error: ENOSPC: no space left on device, ftruncate
at Object.ftruncateSync (node:fs:1126:3)
at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\pummel\test-fs-largefile.js:37:4)
at Module._compile (node:internal/modules/cjs/loader:1159:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
at Module.load (node:internal/modules/cjs/loader:1037:32)
at Module._load (node:internal/modules/cjs/loader:878:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:82:12)
at node:internal/main/run_main_module:23:47 {
errno: -4055,
syscall: 'ftruncate',
code: 'ENOSPC'...
Reason | parallel/test-fs-promises-file-handle-readFile |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#44741, nodejs/node#44869, nodejs/node#44867) |
Appeared | test-rackspace-win2012r2_vs2019-x64-4, test-nearform-macos10.15-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47044/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47092/ |
Example
not ok 250 parallel/test-fs-promises-file-handle-readFile
---
duration_ms: 0.250
severity: fail
exitcode: 1
stack: |-
node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: ENOSPC: no space left on device, ftruncate] {
errno: -4055,
code: 'ENOSPC',
syscall: 'ftruncate'
}
Node.js v19.0.0-pre
...
Reason | sequential/test-watch-mode |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#44844, nodejs/node#44543, nodejs/node#44711) |
Appeared | test-digitalocean-freebsd12-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-freebsd12-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47033/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47102/ |
Example
not ok 3793 sequential/test-watch-mode
---
duration_ms: 3.677
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: watch mode
# Subtest: should watch changes to a file - event loop ended
ok 1 - should watch changes to a file - event loop ended
---
duration_ms: 1657.422205
...
Reason | abort/test-addon-uv-handle-leak |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44869, nodejs/node#44862) |
Appeared | test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47023/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47103/ |
Example
not ok 3636 abort/test-addon-uv-handle-leak
---
duration_ms: 300.186
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | addons/report-fatalerror/test |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44864, nodejs/node#44827) |
Appeared | test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47020/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47025/ |
Example
not ok 3461 addons/report-fatalerror/test
---
duration_ms: 300.182
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | addons/request-interrupt/test |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44869, nodejs/node#44820) |
Appeared | test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47023/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47086/ |
Example
not ok 3480 addons/request-interrupt/test
---
duration_ms: 300.180
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | node-api/test_threadsafe_function/test |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44508, nodejs/node#44889) |
Appeared | test-equinix-centos7_container-arm64-1, test-equinix-ubuntu2004_container-armv7l-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47034/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47060/ |
Example
not ok 3079 node-api/test_threadsafe_function/test
---
duration_ms: 240.31
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-crypto-key-objects |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44872, nodejs/node#44886) |
Appeared | test-joyent-smartos20-x64-3, test-nearform-macos11.0-arm64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47094/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47113/ |
Example
not ok 615 parallel/test-crypto-key-objects
---
duration_ms: 0.908
severity: crashed
exitcode: -6
stack: |-
...
Reason | parallel/test-fs-stat-date |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44872, nodejs/node#44886) |
Appeared | test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_securogroup-debian10-arm64_pi3-2, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47094/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47116/ |
Example
not ok 267 parallel/test-fs-stat-date
---
duration_ms: 2.669
severity: fail
exitcode: 1
stack: |-
node:internal/process/esm_loader:97
internalBinding('errors').triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: expected -40691 ± 1.0000000000000002, got 0
at closeEnough (file:///home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-stat-date.mjs:34:10)
at runTest (file:///home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-stat-date.mjs:48:3)
at async file:///home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-stat-date.mjs:78:5 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
...
Reason | parallel/test-startup-empty-regexp-statics |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44872, nodejs/node#44886) |
Appeared | test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_williamkapke-debian10-arm64_pi3-1, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47094/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47116/ |
Example
not ok 592 parallel/test-startup-empty-regexp-statics
---
duration_ms: 2.363
severity: fail
exitcode: 1
stack: |-
node:internal/process/esm_loader:97
internalBinding('errors').triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'processor\t: 0\n' +
+ 'model name\t: ARMv7 Processor rev 5 (v7l)\n' +
+ 'BogoMIPS\t: 64.00\n' +
+ 'Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm \n' +
+ 'CPU implementer\t: 0x41\n' +
+ 'CPU architecture: 7\n' +
+ 'CPU variant\t: 0x0\n' +
+ 'CPU part\t: 0xc07\n' +
+ 'CPU revision\t: 5\n' +
+ '\n' +
+ 'processor\t: 1\n' +
+ 'model name\t: ARMv7 Processor rev 5 (v7l)\n' +
+ 'BogoMIPS\t: 64.00\n' +
+ 'Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm \n' +
+ 'CPU implement...
Reason | parallel/test-worker-heap-snapshot |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44869, nodejs/node#44867) |
Appeared | test-rackspace-win2012r2_vs2019-x64-3, test-rackspace-win2012r2_vs2017-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47023/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47089/ |
Example
not ok 808 parallel/test-worker-heap-snapshot
---
duration_ms: 1.270
severity: fail
exitcode: 134
stack: |-
FATAL ERROR: HandleScope::HandleScope Entering the V8 API without proper locking in place
...
Reason | report/test-report-fatalerror-oomerror-set |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44392, nodejs/node#44886) |
Appeared | test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47074/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47106/ |
Example
not ok 785 report/test-report-fatalerror-oomerror-set
---
duration_ms: 300.97
severity: fail
exitcode: -15
stack: |-
timeout
...
Jenkins Failure
Reason | Backing channel 'JNLP4-connect connection from ... is disconnected. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 4 (nodejs/node#44872, nodejs/node#44803, nodejs/node#44746, nodejs/node#44867) |
Appeared | test-equinix-ubuntu2004_container-armv7l-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-equinix-ubuntu2004_container-armv7l-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47057/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47067/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 145.40.99.31/145.40.99.31:36602' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at jdk.proxy2/jdk.proxy2.$Proxy92.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
Build Failure
Reason | ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? |
---|---|
Type | BUILD_FAILURE |
Failed PR | 7 (nodejs/node#44746, nodejs/node#44855, nodejs/node#44711, nodejs/node#44392, nodejs/node#44867, nodejs/node#44543, nodejs/node#44849) |
Appeared | test-equinix-debian10_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-1, test-equinix-debian10_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu1804_container-arm64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47026/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47082/ |
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/jenkins4959860964630883873.sh
+ '[' -d .git ']'
+ git clean -fdx
Reason | ERROR: Step ?Publish JUnit test result report? failed: no workspace for ... |
---|---|
Type | BUILD_FAILURE |
Failed PR | 3 (nodejs/node#44508, nodejs/node#44741, nodejs/node#44543) |
Appeared | test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47043/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47085/ |
Example
ERROR: Step ?Publish JUnit test result report? failed: no workspace for node-test-commit-arm/nodes=ubuntu2004-armv7l #44041
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE
Reason | ERROR: Build step failed with exception |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#44746, nodejs/node#44890) |
Appeared | test-equinix-ubuntu2004_container-armv7l-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47064/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47073/ |
Example
ERROR: Build step failed with exception
java.lang.NullPointerException: no workspace from node hudson.slaves.DumbSlave[test-equinix-ubuntu2004_container-armv7l-2] which is computer hudson.slaves.SlaveComputer@9adabf2 and has channel null
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:114)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
at org.jenkinsci.plugins.postbuildscript.processor.Processor.processBuildSteps(Processor.java:180)
at org.jenkinsci.plugins.postbuildscript.processor.Processor.processScripts(Processor.java:91)
Reason | error: remote GitHub already exists. |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#44392, nodejs/node#44872) |
Appeared | test-rackspace-win2012r2_vs2019-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47068/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47094/ |
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
Git Failure
Reason | warning: failed to remove Release/node.exe: Invalid argument |
---|---|
Type | GIT_FAILURE |
Failed PR | 2 (nodejs/node#44872, nodejs/node#44889) |
Appeared | test-azure_msft-win2016_vs2017-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/47057/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/47060/ |
Example
warning: failed to remove Release/node.exe: Invalid argument
Progress
-
parallel/test-net-socket-connect-without-cb
(4) -
parallel/test-net-socket-ready-without-cb
(4) -
pummel/test-fs-largefile
(4) -
parallel/test-fs-promises-file-handle-readFile
(3) -
sequential/test-watch-mode
(3) -
abort/test-addon-uv-handle-leak
(2) -
addons/report-fatalerror/test
(2) -
addons/request-interrupt/test
(2) -
node-api/test_threadsafe_function/test
(2) -
parallel/test-crypto-key-objects
(2) -
parallel/test-fs-stat-date
(2) -
parallel/test-startup-empty-regexp-statics
(2) -
parallel/test-worker-heap-snapshot
(2) -
report/test-report-fatalerror-oomerror-set
(2) -
Backing channel 'JNLP4-connect connection from ... is disconnected.
(4) -
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
(7) -
ERROR: Step ?Publish JUnit test result report? failed: no workspace for ...
(3) -
ERROR: Build step failed with exception
(2) -
error: remote GitHub already exists.
(2) -
warning: failed to remove Release/node.exe: Invalid argument
(2)
Metadata
Assignees
Labels
No labels