Failures in node-test-pull-request/43012 to node-test-pull-request/43104 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-03-18 00:11 |
3 |
20 |
10 |
10 |
57 |
22.99% |
Jenkins Failure
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 139.178.85.13/139.178.85.13:55516' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
at com.sun.proxy.$Proxy79.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)
Example
Build timed out (after 60 minutes). Marking the build as failed.
Git Failure
Example
hudson.plugins.git.GitException: Error: git whatchanged --no-abbrev -M "--format=commit %H%ntree %T%nparent %P%nauthor %aN <%aE> %ai%ncommitter %cN <%cE> %ci%n%n%w(0,4,4)%B" -n 1024 b88cd28fc214cac8dcdd7c9e361936ec9954b30b ^origin/_jenkins_local_branch~1 in /home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos18-64
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$6.execute(CliGitAPIImpl.java:1266)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
Build Failure
| Reason |
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? |
| Type |
BUILD_FAILURE |
| Failed PR |
2 (https://github.com/nodejs/node/pull/42278/, https://github.com/nodejs/node/pull/42200/) |
| Appeared |
test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_davglass-debian10-arm64_pi3-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_securogroup-debian10-arm64_pi3-2, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1, test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_securogroup-debian10-arm64_pi3-1 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/43031/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/43051/ |
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/jenkins4831710147294676070.sh
+ '[' -d .git ']'
+ git clean -fdx
JSTest Failure
Example
not ok 537 parallel/test-crypto-key-objects
---
duration_ms: 0.329
severity: fail
exitcode: 1
stack: |-
node:assert:635
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Comparison {
+ message: 'error:1C800064:Provider routines::bad decrypt'
- message: 'error:07880109:common libcrypto routines::interrupted or cancelled'
}
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-crypto-key-objects.js:543:10)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_ma...
Example
not ok 465 parallel/test-module-readonly
---
duration_ms: 1.88
severity: fail
exitcode: 1
stack: |-
node:assert:991
throw newErr;
^
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Cannot find module '..\.tmp.456\readOnlyMod'
Require stack:
- c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js
at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js:48:8)
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:999:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js:36:3)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at ...
Example
not ok 2549 parallel/test-tls-passphrase
---
duration_ms: 0.179
severity: fail
exitcode: 1
stack: |-
node:assert:749
throw err;
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Error: error:1400006B:UI routines::processing error/. Input:
'Error: error:1C800064:Provider routines::bad decrypt'
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-tls-passphrase.js:230:8)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_main_module:17:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
a...
Example
not ok 3079 node-api/test_threadsafe_function/test
---
duration_ms: 240.21
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 691 parallel/test-domain-no-error-handler-abort-on-uncaught-1
---
duration_ms: 120.138
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 692 parallel/test-domain-no-error-handler-abort-on-uncaught-2
---
duration_ms: 120.101
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 693 parallel/test-domain-no-error-handler-abort-on-uncaught-3
---
duration_ms: 120.145
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 694 parallel/test-domain-no-error-handler-abort-on-uncaught-4
---
duration_ms: 120.92
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 786 report/test-report-fatal-error
---
duration_ms: 9.478
severity: fail
exitcode: 1
stack: |-
node:assert:123
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
0 !== null
at Object.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/report/test-report-fatal-error.js:50:10)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_main_module:17:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 0,
expected: null,
operator: 'strictEqual'
}
...
Example
not ok 152 parallel/test-crypto-binary-default
---
duration_ms: 240.139
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 228 parallel/test-crypto-dh
---
duration_ms: 240.136
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 224 parallel/test-crypto-dh-odd-key
---
duration_ms: 240.161
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 690 parallel/test-domain-no-error-handler-abort-on-uncaught-0
---
duration_ms: 120.82
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 695 parallel/test-domain-no-error-handler-abort-on-uncaught-5
---
duration_ms: 120.123
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 696 parallel/test-domain-no-error-handler-abort-on-uncaught-6
---
duration_ms: 120.96
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 699 parallel/test-domain-no-error-handler-abort-on-uncaught-7
---
duration_ms: 120.102
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason |
parallel/test-https-selfsigned-no-keycertsign-no-crash |
| Type |
JS_TEST_FAILURE |
| Failed PR |
3 (https://github.com/nodejs/node/pull/42340/, https://github.com/nodejs/node/pull/41164/, https://github.com/nodejs/node/pull/42200/) |
| Appeared |
test-digitalocean-freebsd12-x64-2, test-softlayer-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-2, test-rackspace-centos7-x64-1, test-rackspace-debian10-x64-1, test-digitalocean-fedora32-x64-1, test-digitalocean-fedora34-x64-1, test-ibm-rhel8-x64-1, test-digitalocean-ubuntu1804-x64-1, test-orka-macos10.14-x64-2, test-orka-macos10.15-x64-2, test-orka-macos11-x64-2, test-osuosl-centos7-ppc64_le-1, test-osuosl-rhel8-ppc64_le-2, test-joyent-smartos20-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-equinix-centos7_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-1, test-osuosl-aix72-ppc64_be-3, test-nearform-macos11.0-arm64-1, test-ibm-rhel7-s390x-1, test-ibm-rhel7-s390x-3, test-ibm-rhel8-s390x-4, undefined, test-azure_msft-win10_vs2019-x64-3, test-rackspace-win2012r2_vs2019-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-equinix-ubuntu1804_container-arm64-2, test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2, test-joyent-smartos20-x64-4, test-osuosl-aix72-ppc64_be-2, test-ibm-rhel7-s390x-2, test-azure_msft-win10_vs2019-x64-4, test-rackspace-win2012r2_vs2017-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-azure_msft-win10_vs2019-x64-2, test-rackspace-win2012r2_vs2013-x64-1, test-requireio_davglass-debian10-arm64_pi3-1 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/43042/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/43051/ |
Example
not ok 1685 parallel/test-https-selfsigned-no-keycertsign-no-crash
---
duration_ms: 0.231
severity: fail
exitcode: 1
stack: |-
node:assert:170
throw err;
^
AssertionError [ERR_ASSERTION]: function should not have been called at /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/parallel/test-https-selfsigned-no-keycertsign-no-crash.js:61
called with arguments: Error: certificate has expired
at TLSSocket.onConnectSecure (node:_tls_wrap:1530:34)
at TLSSocket.emit (node:events:526:28)
at TLSSocket._finishInit (node:_tls_wrap:944:8)
at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:725:12) {
code: 'CERT_HAS_EXPIRED'
}
at ClientRequest.mustNotCall (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/common/index.js:472:12)
at ClientRequest.emit (node:events:526:28)
at TLSSocket.socketErrorListener (node:_http_client:442:9)
at TLSSocket.emit (node:e...
Example
not ok 2957 abort/test-abort-backtrace
---
duration_ms: 120.157
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 2958 abort/test-abort-uncaught-exception
---
duration_ms: 120.242
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 327 parallel/test-common-expect-warning
---
duration_ms: 0.506
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:
''
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/parallel/test-common-expect-warning.js:41:14)
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/common/index.js:394:15)
at ChildProcess.emit (node:events:526:28)
at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '',
expected: /Unexpected extra warning received/,
operator: 'match'
}
...
Example
not ok 210 parallel/test-crypto-dh-constructor
---
duration_ms: 240.138
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 209 parallel/test-crypto-secure-heap
---
duration_ms: 240.55
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 301 parallel/test-http-outgoing-end-cork
---
duration_ms: 4.446
severity: fail
exitcode: 1
stack: |-
Sending req no 1
assert.js:166
throw err;
^
AssertionError [ERR_ASSERTION]: () => {
reject(new Error('Request timed out'));
} at /home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-http-outgoing-end-cork.js:53
at Timeout.mustNotCall [as _onTimeout] (/home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:458:12)
at listOnTimeout (internal/timers.js:557:17)
at processTimers (internal/timers.js:500:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail'
}
...
Example
not ok 846 sequential/test-tls-session-timeout
---
duration_ms: 5.69
severity: fail
exitcode: 1
stack: |-
node:assert:123
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'New'
- 'Reused'
at /home/iojs/build/workspace/node-test-binary-arm/test/sequential/test-tls-session-timeout.js:124:16
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/sequential/test-tls-session-timeout.js:108:7)
at ChildProcess.emit (node:events:526:28)
at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'New',
expected: 'Reused',
operator: 'strictEqual'
}
...
Progress