Open
Description
Failures in node-test-pull-request/32847 to node-test-pull-request/32949 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 |
---|---|---|---|---|---|---|
2020-08-27 00:37 | 1 | 38 | 2 | 4 | 55 | 40.00% |
JSTest Failure
Reason | parallel/test-dgram-udp6-link-local-address |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 17 (nodejs/node#34838, nodejs/node#34862, nodejs/node#34859, nodejs/node#29412, nodejs/node#34893, nodejs/node#34836, nodejs/node#34682, nodejs/node#34688, nodejs/node#34865, nodejs/node#34912, nodejs/node#34914, nodejs/node#34675, nodejs/node#34913, nodejs/node#34935, nodejs/node#34937, nodejs/node#34852, nodejs/node#34902) |
Appeared | test-msft-win10-arm64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32872/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32944/ |
Example
not ok 143 parallel/test-dgram-udp6-link-local-address
---
duration_ms: 0.608
severity: fail
exitcode: 1
stack: |-
events.js:291
throw er; // Unhandled 'error' event
^
Error: getaddrinfo ENOTFOUND fe80::2c4b:5622:4f90:839%Ethernet 2
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26)
Emitted 'error' event on Socket instance at:
at GetAddrInfoReqWrap.callback (dgram.js:305:12)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:17) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'fe80::2c4b:5622:4f90:839%Ethernet 2'
}
...
Reason | parallel/test-fs-symlink-buffer-path |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#34836, nodejs/node#34838, nodejs/node#34852) |
Appeared | test-azure_msft-win10_vcbt2015-x64-3, test-rackspace-win2012r2_vs2017-x64-4, test-azure_msft-win2016_vs2017-x64-6, test-azure_msft-win10_vcbt2015-x64-4, test-rackspace-win2012r2_vs2017-x64-2, test-azure_msft-win2016_vs2017-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32848/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32882/ |
Example
not ok 207 parallel/test-fs-symlink-buffer-path
---
duration_ms: 0.300
severity: fail
exitcode: 1
stack: |-
internal/validators.js:122
throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
^
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received an instance of Buffer
at validateString (internal/validators.js:122:11)
at Object.isAbsolute (path.js:353:5)
at preprocessSymlinkDestination (internal/fs/utils.js:345:18)
at Object.symlinkSync (fs.js:1118:19)
at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-fs-symlink-buffer-path.js:44:4)
at Module._compile (internal/modules/cjs/loader.js:1075:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1096:10)
at Module.load (internal/modules/cjs/loader.js:940:32)
at Function.Module._load (internal/modules/cjs/loader.js:781:14)
at Function.executeUserEntryPoint [a...
Reason | parallel/test-zlib-unused-weak |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#34752, nodejs/node#34902, nodejs/node#34913) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-softlayer-ubuntu1804_sharedlibs_container-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32871/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32949/ |
Example
not ok 2706 parallel/test-zlib-unused-weak
---
duration_ms: 0.173
severity: fail
exitcode: 1
stack: |-
assert.js:385
throw err;
^
AssertionError [ERR_ASSERTION]: Expected after-GC delta -42506 to be less than 5 % of before-GC delta -8495
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-zlib-unused-weak.js:16:1)
at Module._compile (internal/modules/cjs/loader.js:1090:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1111:10)
at Module.load (internal/modules/cjs/loader.js:955:32)
at Function.Module._load (internal/modules/cjs/loader.js:796:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
...
Reason | parallel/test-child-process-exec-timeout |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#34798, nodejs/node#34912) |
Appeared | test-requireio_notthetup_sayanee-debian10-arm64_pi3-1, test-requireio_jasnell-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32851/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32923/ |
Example
not ok 75 parallel/test-child-process-exec-timeout
---
duration_ms: 5.173
severity: fail
exitcode: 1
stack: |-
/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-child-process-exec-timeout.js:45
assert.strictEqual(err.killed, true);
^
TypeError: Cannot read property 'killed' of null
at /home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-child-process-exec-timeout.js:45:26
at /home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:363:15
at ChildProcess.exithandler (child_process.js:299:7)
at ChildProcess.emit (events.js:326:20)
at maybeClose (internal/child_process.js:1047:16)
at Socket.<anonymous> (internal/child_process.js:438:11)
at Socket.emit (events.js:326:20)
at Pipe.<anonymous> (net.js:656:12)
...
Reason | parallel/test-cluster-concurrent-disconnect |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#34884, nodejs/node#34885) |
Appeared | test-softlayer-alpine312_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-5 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32894/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32895/ |
Example
not ok 398 parallel/test-cluster-concurrent-disconnect
---
duration_ms: 0.416
severity: fail
exitcode: 1
stack: |-
assert.js:103
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'ECONNRESET'
- 'EPIPE'
at Worker.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/nodes/alpine-latest-x64/test/parallel/test-cluster-concurrent-disconnect.js:29:14)
at Worker.emit (events.js:314:20)
at ChildProcess.<anonymous> (internal/cluster/worker.js:29:12)
at ChildProcess.emit (events.js:314:20)
at internal/child_process.js:835:39
at processTicksAndRejections (internal/process/task_queues.js:75:11) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'ECONNRESET',
expected: 'EPIPE',
operator: 'strictEqual'
}
...
Reason | parallel/test-gc-http-client-onerror |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#34808, nodejs/node#34675) |
Appeared | test-digitalocean-freebsd11-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32903/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32936/ |
Example
not ok 821 parallel/test-gc-http-client-onerror
---
duration_ms: 0.540
severity: fail
exitcode: 1
stack: |-
/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-gc-http-client-onerror.js:50
throw err;
^
Error: connect ECONNRESET 127.0.0.1:14553 - Local (127.0.0.1:14747)
at internalConnect (net.js:905:16)
at defaultTriggerAsyncIdScope (internal/async_hooks.js:429:12)
at GetAddrInfoReqWrap.emitLookup [as callback] (net.js:1052:9)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:8) {
errno: -54,
code: 'ECONNRESET',
syscall: 'connect',
address: '127.0.0.1',
port: 14553
}
...
Jenkins Failure
Reason | Build timed out (after 10 minutes). Marking the build as failed. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 11 (nodejs/node#34893, nodejs/node#34836, nodejs/node#34682, nodejs/node#34865, nodejs/node#34934, nodejs/node#34675, nodejs/node#34913, nodejs/node#34935, nodejs/node#34937, nodejs/node#34852, nodejs/node#34902) |
Appeared | test-rackspace-win2012r2_vs2017-x64-4, test-rackspace-win2012r2_vs2013-x64-1, test-rackspace-win2012r2_vs2017-x64-2, test-rackspace-win2012r2_vs2019-x64-2, test-rackspace-win2012r2_vs2019-x64-1, test-rackspace-win2012r2_vs2017-x64-1, test-rackspace-win2012r2_vs2017-x64-3, test-rackspace-win2012r2_vs2013-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32909/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32944/ |
Example
Build timed out (after 10 minutes). Marking the build as failed.
Git Failure
Build Failure
Reason | Failed to trigger node-test-commit |
---|---|
Type | BUILD_FAILURE |
Failed PR | 4 (nodejs/node#34834, nodejs/node#34839, nodejs/node#34752, nodejs/node#34852) |
Appeared | test-ibm-ubuntu1804-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32853/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32942/ |
Example
Failed to trigger node-test-commit
Reason | fatal error: ld terminated with signal 9 [Killed] |
---|---|
Type | BUILD_FAILURE |
Failed PR | 3 (nodejs/node#34752, nodejs/node#34865, nodejs/node#34912) |
Appeared | test-joyent-ubuntu1804_sharedlibs_container-x64-4, test-joyent-ubuntu1804_sharedlibs_container-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32871/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32923/ |
Example
fatal error: ld terminated with signal 9 [Killed]
Reason | fatal: remote GitHub already exists. |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#34552, nodejs/node#29412) |
Appeared | test-rackspace-win2012r2_vs2017-x64-1, test-rackspace-win2012r2_vs2019-x64-6 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32867/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32875/ |
Example
fatal: remote GitHub already exists.
Progress
-
parallel/test-dgram-udp6-link-local-address
(17) -
parallel/test-fs-symlink-buffer-path
(3) -
parallel/test-zlib-unused-weak
(3) -
parallel/test-child-process-exec-timeout
(2) -
parallel/test-cluster-concurrent-disconnect
(2) -
parallel/test-gc-http-client-onerror
(2) -
Build timed out (after 10 minutes). Marking the build as failed.
(11) -
Failed to trigger node-test-commit
(4) -
fatal error: ld terminated with signal 9 [Killed]
(3) -
fatal: remote GitHub already exists.
(2)
Metadata
Metadata
Assignees
Labels
No labels