Open
Description
Failures in node-test-pull-request/31995 to node-test-pull-request/32094 that failed more than 2 PRs
(Generated with ncu-ci walk pr --stats=true --markdown /home/runner/work/nodejs-reliability/nodejs-reliability/results.md
)
UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate |
---|---|---|---|---|---|---|
2020-06-26 00:17 | 2 | 0 | 55 | 5 | 38 | 0.00% |
JSTest Failure
Example
not ok 211 parallel/test-bootstrap-modules
---
duration_ms: 0.254
severity: fail
exitcode: 1
stack: |-
assert.js:100
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: These modules were unexpectedly loaded:
Internal Binding symbols
at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-bootstrap-modules.js:133:8)
at Module._compile (internal/modules/cjs/loader.js:1138:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)
at Module.load (internal/modules/cjs/loader.js:986:32)
at Function.Module._load (internal/modules/cjs/loader.js:879:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
at internal/main/run_main_module.js:17:47 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: [Set],
expected: [Set],
operator: 'deepStrictEqual'
}
....
Reason | parallel/test-http2-large-writes-session-memory-leak |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#33982, nodejs/node#33731, nodejs/node#34033) |
Appeared | test-rackspace-win2012r2_vs2017-x64-4, test-rackspace-win2012r2_vs2019-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31996/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32047/ |
Example
not ok 319 parallel/test-http2-large-writes-session-memory-leak
---
duration_ms: 0.267
severity: fail
exitcode: 1
stack: |-
events.js:291
throw er; // Unhandled 'error' event
^
Error [ERR_HTTP2_STREAM_ERROR]: Stream closed with error code NGHTTP2_ENHANCE_YOUR_CALM
at new NodeError (internal/errors.js:254:15)
at ClientHttp2Stream._destroy (internal/http2/core.js:2151:13)
at _destroy (internal/streams/destroy.js:59:8)
at ClientHttp2Stream.destroy (internal/streams/destroy.js:52:5)
at Http2Stream.onStreamClose (internal/http2/core.js:515:12)
Emitted 'error' event on ClientHttp2Stream instance at:
at emitErrorNT (internal/streams/destroy.js:127:8)
at emitErrorCloseNT (internal/streams/destroy.js:92:3)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
code: 'ERR_HTTP2_STREAM_ERROR'
}
...
Reason | known_issues/test-crypto-authenticated-stream |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33934, nodejs/node#34008) |
Appeared | test-joyent-alpine310_container-x64-1, test-softlayer-ubi81_container-x64-1, test-digitalocean-alpine310_container-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32025/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32035/ |
Example
not ok 2973 known_issues/test-crypto-authenticated-stream
---
duration_ms: 0.126
severity: fail
stack: |-
...
Reason | parallel/test-timers-promisified |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33950, nodejs/node#34011) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-azure_msft-win10_vs2019-x64-1, test-rackspace-win2012r2_vs2013-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32030/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32070/ |
Example
not ok 2127 parallel/test-timers-promisified
---
duration_ms: 0.331
severity: fail
exitcode: 1
stack: |-
/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:605
const crashOnUnhandledRejection = (err) => { throw err; };
^
Error: spawn /bin/sh ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:268:19)
at onErrorNT (internal/child_process.js:468:16)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn /bin/sh',
path: '/bin/sh',
spawnargs: [
'-c',
`/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node -pe "const assert = require('assert');require('timers/promises').setTimeout(1000, null, { ref: false }).then(assert.fail)"`
],
cmd: `/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node -pe "const asse...
Reason | parallel/test-trace-atomics-wait |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33646, nodejs/node#34011) |
Appeared | test-nearform-macos10.15-x64-3, test-nearform-macos10.15-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32008/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32070/ |
Example
not ok 2221 parallel/test-trace-atomics-wait
---
duration_ms: 0.219
severity: fail
exitcode: 1
stack: |-
+++ normalized stdout +++
[Thread 0] Atomics.wait(<address> + 0, 1, inf) started
[Thread 0] Atomics.wait(<address> + 0, 1, inf) did not wait because the values mismatched
[Thread 0] Atomics.wait(<address> + 0, 0, 10) started
[Thread 0] Atomics.wait(<address> + 0, 0, 10) timed out
[Thread 1] Atomics.wait(<address> + 4, -1, inf) started
[Thread 0] Atomics.wait(<address> + 4, 0, inf) started
[Thread 0] Atomics.wait(<address> + 4, 0, inf) did not wait because the values mismatched
[Thread 1] Atomics.wait(<address> + 4, -1, inf) was woken up by another thread
--- normalized stdout ---
assert.js:385
throw err;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(expectedTimelines.includes(actualTimeline))
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/node...
Jenkins Failure
Reason | Backing channel 'JNLP4-connect connection from ... is disconnected. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 5 (nodejs/node#34017, nodejs/node#34035, nodejs/node#34033, nodejs/node#33461, nodejs/node#28426) |
Appeared | test-azure_msft-win10_vs2019-x64-1, test-requireio_securogroup-debian10-arm64_pi3-2, test-orka-macos10.14-x64-2, test-ibm-aix71-ppc64_be-1, test-requireio_pivotalagency-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32040/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32090/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 137.116.94.125/137.116.94.125:3072' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at com.sun.proxy.$Proxy82.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1147)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1139)
Git Failure
Build Failure
Reason | Error: [Errno 2] No such file or directory: 'test.tap' |
---|---|
Type | BUILD_FAILURE |
Failed PR | 11 (nodejs/node#33515, nodejs/node#34015, nodejs/node#33934, nodejs/node#33950, nodejs/node#34010, nodejs/node#34008, nodejs/node#33962, nodejs/node#34033, nodejs/node#34011, nodejs/node#34035, nodejs/node#28006) |
Appeared | test-softlayer-centos6-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32005/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32094/ |
Example
Error: [Errno 2] No such file or directory: 'test.tap'
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Recording test results
Recording fingerprints
Collecting metadata...
Reason | error: ‘std::index_sequence’ has not been declared |
---|---|
Type | BUILD_FAILURE |
Failed PR | 11 (nodejs/node#33515, nodejs/node#34015, nodejs/node#33934, nodejs/node#33950, nodejs/node#34010, nodejs/node#34008, nodejs/node#33962, nodejs/node#34033, nodejs/node#34011, nodejs/node#34035, nodejs/node#28006) |
Appeared | test-softlayer-centos7-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32005/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32094/ |
Example
error: ‘std::index_sequence’ has not been declared
std::index_sequence<Indexes...>)
^
../deps/v8/src/base/template-utils.h:20:60: error: expected ‘,’ or ‘...’ before ‘<’ token
std::index_sequence<Indexes...>)
^
Example
fatal: No rebase in progress?
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#33515, nodejs/node#34015, nodejs/node#33950, nodejs/node#33962, nodejs/node#34033, nodejs/node#34035, nodejs/node#28006) |
Appeared | test-digitalocean-freebsd11-x64-2, test-packetnet-centos7-arm64-1, test-packetnet-centos7-arm64-2, test-ibm-rhel7-s390x-1, test-ibm-rhel7-s390x-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32005/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32094/ |
Example
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE
Reason | ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? |
---|---|
Type | BUILD_FAILURE |
Failed PR | 5 (nodejs/node#34033, nodejs/node#34011, nodejs/node#33680, nodejs/node#34035, nodejs/node#28006) |
Appeared | test-joyent-smartos18-x64-4, test-ibm-aix71-ppc64_be-2, test-digitalocean-freebsd11-x64-1, test-joyent-smartos18-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32046/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32094/ |
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE
Reason | Error: No module named 'tap13' |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#34033, nodejs/node#28006) |
Appeared | test-digitalocean-fedora30-x64-1, test-digitalocean-fedora30-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32046/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32094/ |
Example
Error: No module named 'tap13'
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Recording test results
Recording fingerprints
Collecting metadata...
Reason | Failed to trigger node-test-commit |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#33993, nodejs/node#33950) |
Appeared | test-ibm-ubuntu1804-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32006/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32029/ |
Example
Failed to trigger node-test-commit
Progress
-
parallel/test-bootstrap-modules
(3) -
parallel/test-http2-large-writes-session-memory-leak
(3) -
known_issues/test-crypto-authenticated-stream
(2) -
parallel/test-timers-promisified
(2) -
parallel/test-trace-atomics-wait
(2) -
Backing channel 'JNLP4-connect connection from ... is disconnected.
(5) -
Error: [Errno 2] No such file or directory: 'test.tap'
(11) -
error: ‘std::index_sequence’ has not been declared
(11) -
fatal: No rebase in progress?
(11) -
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 test report files were found. Configuration error?
(5) -
Error: No module named 'tap13'
(2) -
Failed to trigger node-test-commit
(2)
Metadata
Metadata
Assignees
Labels
No labels