Open
Description
Failures in node-test-pull-request/31921 to node-test-pull-request/32039 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-23 00:16 | 8 | 1 | 41 | 3 | 47 | 1.12% |
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 | 4 (nodejs/node#33945, nodejs/node#33833, nodejs/node#33982, nodejs/node#33731) |
Appeared | test-rackspace-win2012r2_vs2019-x64-2, test-rackspace-win2012r2_vs2017-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32010/ |
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 | parallel/test-net-dns-error |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#33945, nodejs/node#30480, nodejs/node#33982) |
Appeared | test-azure_msft-win2016_vs2017-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31996/ |
Example
not ok 335 parallel/test-net-dns-error
---
duration_ms: 0.226
severity: fail
exitcode: 1
stack: |-
assert.js:84
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Input A expected to strictly equal input B:
+ expected - actual
- 'EAI_FAIL'
+ 'ENOTFOUND'
at Socket.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-net-dns-error.js:37:10)
at Socket.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:379:15)
at Socket.emit (events.js:198:13)
at GetAddrInfoReqWrap.emitLookup [as callback] (net.js:1005:12)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:17)
...
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-code-cache |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33945, nodejs/node#33928) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_williamkapke-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31941/ |
Example
not ok 457 parallel/test-code-cache
---
duration_ms: 0.92
severity: fail
exitcode: 1
stack: |-
internal/util.js:119
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at Object.assertCrypto (internal/util.js:119:11)
at tls.js:37:14
at NativeModule.compileForInternalLoader (internal/bootstrap/loaders.js:276:7)
at nativeModuleRequire (internal/bootstrap/loaders.js:305:14)
at internal/http2/session.js:21:13
at NativeModule.compileForInternalLoader (internal/bootstrap/loaders.js:276:7)
at NativeModule.compileForPublicLoader (internal/bootstrap/loaders.js:218:10)
at loadNativeModule (internal/modules/cjs/helpers.js:27:9)
at Function.Module._load (internal/modules/cjs/loader.js:925:15)
at Module.require (internal/modules/cjs/loader.js:1106:19) {
code: 'ERR_NO_CRYPTO'
}
...
Example
not ok 653 parallel/test-dummy-stdio
---
duration_ms: 0.982
severity: fail
exitcode: 1
stack: |-
assert.js:103
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: stdout:
stderr:
Stream
while running test with fd = 1
at runTest (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-dummy-stdio.js:20:10)
at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-dummy-stdio.js:28:1)
at Module._compile (internal/modules/cjs/loader.js:1217:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1238:10)
at Module.load (internal/modules/cjs/loader.js:1066:32)
at Function.Module._load (internal/modules/cjs/loader.js:954:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
at internal/main/run_main_module.js:17:47 {
generatedMessage: fal...
Example
not ok 705 parallel/test-event-on-async-iterator
---
duration_ms: 0.191
severity: fail
exitcode: 1
stack: |-
internal/modules/cjs/loader.js:1049
throw err;
^
Error: Cannot find module 'internal/event_target'
Require stack:
- /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-event-on-async-iterator.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1046:15)
at Function.Module._load (internal/modules/cjs/loader.js:915:27)
at Module.require (internal/modules/cjs/loader.js:1106:19)
at require (internal/modules/cjs/helpers.js:75:18)
at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-event-on-async-iterator.js:10:5)
at Module._compile (internal/modules/cjs/loader.js:1217:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1238:10)
at Module.load (internal/modules/...
Example
not ok 824 parallel/test-fs-ready-event-stream
---
duration_ms: 0.235
severity: fail
exitcode: 1
stack: |-
events.js:291
throw er; // Unhandled 'error' event
^
Error [ERR_MULTIPLE_CALLBACK]: Callback called multiple times
at new NodeError (internal/errors.js:254:15)
at WritableState.<anonymous> (internal/streams/base.js:201:30)
at finishMaybe (_stream_writable.js:525:20)
at WriteStream.start (_stream_writable.js:218:7)
at Object.onceWrapper (events.js:420:28)
at WriteStream.emit (events.js:314:20)
at emitConstructNT (internal/streams/destroy.js:249:10)
at processTicksAndRejections (internal/process/task_queues.js:79:21)
Emitted 'error' event on WriteStream 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_MULTIPLE_CALLBACK...
Reason | parallel/test-http-destroyed-socket-write2 |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33945, nodejs/node#33636) |
Appeared | test-orka-macos10.14-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31938/ |
Example
not ok 849 parallel/test-http-destroyed-socket-write2
---
duration_ms: 0.266
severity: fail
exitcode: 1
stack: |-
assert.js:103
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'ERR_STREAM_DESTROYED'
- 'ECONNRESET'
at ClientRequest.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1014/test/parallel/test-http-destroyed-socket-write2.js:67:16)
at ClientRequest.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1014/test/common/index.js:365:15)
at ClientRequest.emit (events.js:314:20)
at emitErrorNt (_http_outgoing.js:666:43)
at processTicksAndRejections (internal/process/task_queues.js:85:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'ERR_STREAM_DESTROYED',
expected: 'ECONNRESET',
operator: 'strictEqual'
}
...
Reason | parallel/test-net-connect-paused-connection |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33945, nodejs/node#34017) |
Appeared | test-requireio_svincent-debian10-armv7l_pi2-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-requireio_sambthompson-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32020/ |
Example
not ok 392 parallel/test-net-connect-paused-connection
---
duration_ms: 3.777
severity: fail
exitcode: 1
stack: |-
assert.js:143
throw err;
^
AssertionError [ERR_ASSERTION]: expected to exit at /home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-net-connect-paused-connection.js:32
at Timeout.mustNotCall [as _onTimeout] (/home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:423:12)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail'
}
...
Reason | parallel/test-process-euid-egid |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33945, nodejs/node#30480) |
Appeared | test-digitalocean-alpine311_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31989/ |
Example
not ok 1451 parallel/test-process-euid-egid
---
duration_ms: 0.356
severity: crashed
exitcode: -11
stack: |-
...
Reason | parallel/test-process-uid-gid |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33945, nodejs/node#30480) |
Appeared | test-digitalocean-alpine311_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-requireio_joeyvandijk-debian10-armv7l_pi2-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31989/ |
Example
not ok 1483 parallel/test-process-uid-gid
---
duration_ms: 0.449
severity: crashed
exitcode: -11
stack: |-
...
Reason | parallel/test-quic-quicsocket-packetloss-stream-rx |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33945, nodejs/node#33937) |
Appeared | test-requireio_williamkapke-debian10-arm64_pi3-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-requireio_sambthompson-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31946/ |
Example
not ok 472 parallel/test-quic-quicsocket-packetloss-stream-rx
---
duration_ms: 20.512
severity: fail
exitcode: 1
stack: |-
Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:331:10)
at QuicClientSession.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-quic-quicsocket-packetloss-stream-rx.js:97:29)
at QuicClientSession.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:365:15)
at QuicClientSession.emit (events.js:314:20)
at processTicksAndRejections (internal/process/task_queues.js:79:11)
...
Example
not ok 1973 parallel/test-stdio-pipe-stderr
---
duration_ms: 0.447
severity: fail
exitcode: 1
stack: |-
events.js:291
throw er; // Unhandled 'error' event
^
Error [ERR_MULTIPLE_CALLBACK]: Callback called multiple times
at new NodeError (internal/errors.js:254:15)
at WritableState.<anonymous> (internal/streams/base.js:201:30)
at finishMaybe (_stream_writable.js:525:20)
at WriteStream.start (_stream_writable.js:218:7)
at Object.onceWrapper (events.js:420:28)
at WriteStream.emit (events.js:314:20)
at emitConstructNT (internal/streams/destroy.js:249:10)
at processTicksAndRejections (internal/process/task_queues.js:79:21)
Emitted 'error' event on WriteStream 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_MULTIPLE_CALLBACK'
...
Example
not ok 542 parallel/test-timers-promisified
---
duration_ms: 0.253
severity: fail
exitcode: 1
stack: |-
C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:602
const crashOnUnhandledRejection = (err) => { throw err; };
^
Error: Command failed: C:\workspace\node-test-binary-windows-js-suites\node\Release\node.exe -pe 'const assert = require("assert");require("timers/promises").setTimeout(1000, null, { ref: false }).then(assert.fail)'
[eval]:1
'const
^^^^^^
SyntaxError: Invalid or unexpected token
at new Script (vm.js:99:7)
at createScript (vm.js:247:10)
at Object.runInThisContext (vm.js:295:10)
at Object.<anonymous> ([eval]-wrapper:10:26)
at Module._compile (internal/modules/cjs/loader.js:1217:30)
at evalScript (internal/process/execution.js:98:25)
at internal/main/eval_string.js:23:3...
Reason | parallel/test-tls-ticket-cluster |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33945, nodejs/node#33515) |
Appeared | test-joyent-ubuntu1804_sharedlibs_container-x64-2, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32005/ |
Example
not ok 1856 parallel/test-tls-ticket-cluster
---
duration_ms: 0.460
severity: fail
exitcode: 1
stack: |-
[master] got "listening"
[master] connecting 39507
[master] got "not-reused"
[master] connecting 39507
[master] got "listening"
[master] connecting 39507
[master] got "reused"
[master] connecting 39507
[master] got "reused"
[master] connecting 39507
[master] connecting 39507
[master] got "reused"
[master] got "reused"
[master] got "listening"
[master] connecting 39507
[master] got "reused"
[master] connecting 39507
[master] connecting 39507
[master] got "reused"
[master] got "reused"
[master] connecting 39507
[master] got "reused"
[master] connecting 39507
[master] connecting 39507
[master] got "reused"
[master] got "reused"
[master] connecting 39507
[master] got "reused"
[master] connecting 39507
[master] got "reused"
[master] connecting 39507
[master] got "reused"
...
Reason | parallel/test-trace-atomics-wait |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33945, nodejs/node#33646) |
Appeared | test-nearform-macos10.15-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-requireio_sambthompson-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32008/ |
Example
not ok 2214 parallel/test-trace-atomics-wait
---
duration_ms: 0.327
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...
Example
not ok 2665 parallel/test-zlib-bytes-read
---
duration_ms: 0.246
severity: fail
exitcode: 1
stack: |-
events.js:291
throw er; // Unhandled 'error' event
^
Error [ERR_MULTIPLE_CALLBACK]: Callback called multiple times
at new NodeError (internal/errors.js:254:15)
at WritableState.<anonymous> (internal/streams/base.js:201:30)
at finishMaybe (_stream_writable.js:525:20)
at afterWrite (_stream_writable.js:398:3)
at onwrite (_stream_writable.js:371:7)
at Zlib.<anonymous> (_stream_transform.js:152:7)
at Zlib.processCallback (zlib.js:591:8)
Emitted 'error' event on Gzip 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_MULTIPLE_CALLBACK'
}
...
Example
not ok 2684 parallel/test-zlib-flush-write-sync-interleaved
---
duration_ms: 0.205
severity: fail
exitcode: 1
stack: |-
events.js:291
throw er; // Unhandled 'error' event
^
Error [ERR_MULTIPLE_CALLBACK]: Callback called multiple times
at new NodeError (internal/errors.js:254:15)
at WritableState.<anonymous> (internal/streams/base.js:201:30)
at finishMaybe (_stream_writable.js:525:20)
at afterWrite (_stream_writable.js:398:3)
at onwrite (_stream_writable.js:371:7)
at Zlib.<anonymous> (_stream_transform.js:152:7)
at Zlib.processCallback (zlib.js:591:8)
Emitted 'error' event on Gunzip 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_MULTIPLE_CALLBACK'
}
...
Reason | sequential/test-cpu-prof-worker-argv |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33945, nodejs/node#33949) |
Appeared | test-digitalocean-freebsd11-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_williamkapke-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31928/ |
Example
not ok 2924 sequential/test-cpu-prof-worker-argv
---
duration_ms: 2.397
severity: fail
exitcode: 1
stack: |-
[
{
id: 1,
callFrame: {
functionName: '(root)',
scriptId: '0',
url: '',
lineNumber: -1,
columnNumber: -1
},
hitCount: 0,
children: [ 2, 3 ]
},
{
id: 2,
callFrame: {
functionName: '(program)',
scriptId: '0',
url: '',
lineNumber: -1,
columnNumber: -1
},
hitCount: 1
},
{
id: 3,
callFrame: {
functionName: '(garbage collector)',
scriptId: '0',
url: '',
lineNumber: -1,
columnNumber: -1
},
hitCount: 1
}
]
assert.js:103
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected "actual" not to be strictly deep-equal to: []
at verifyFrames (/usr/home/iojs/b...
Reason | sequential/test-perf-hooks |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33945, nodejs/node#33748) |
Appeared | test-requireio_svincent-debian10-armv7l_pi2-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31934/ |
Example
not ok 722 sequential/test-perf-hooks
---
duration_ms: 6.978
severity: fail
exitcode: 1
stack: |-
{
name: 'node',
entryType: 'node',
startTime: 0,
duration: { around: 5174.058194041252 },
nodeStart: { around: 0 },
v8Start: { around: 0 },
bootstrapComplete: { around: 5125.741793036461, delay: 2500 },
environment: { around: 0 },
loopStart: -1,
loopExit: -1
}
assert.js:385
throw err;
^
AssertionError [ERR_ASSERTION]: bootstrapComplete: 4430.542986035347 >= 2500
at checkNodeTiming (/home/iojs/build/workspace/node-test-binary-arm/test/sequential/test-perf-hooks.js:67:7)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/sequential/test-perf-hooks.js:79:1)
at Module._compile (internal/modules/cjs/loader.js:1217:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1238:10)
at Module.load (internal/modules/cjs/loader.js:1066:32)
...
Jenkins Failure
Reason | Backing channel 'JNLP4-connect connection from ... is disconnected. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 3 (nodejs/node#33650, nodejs/node#33943, nodejs/node#33937) |
Appeared | test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_jasnell-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31933/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31946/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 203.217.18.114/203.217.18.114:58024' 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)
Reason | Remote call on JNLP4-connect connection from ... failed |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 2 (nodejs/node#33972, nodejs/node#33962) |
Appeared | test-ibm-ubuntu1804-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31993/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32038/ |
Example
java.io.IOException: Remote call on JNLP4-connect connection from e.1a.7534.ip4.static.sl-reverse.com/52.117.26.14:49356 failed
at hudson.remoting.Channel.call(Channel.java:1004)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at com.sun.proxy.$Proxy94.withRepository(Unknown Source)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:237)
at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1252)
Git Failure
Build Failure
Reason | Error: [Errno 2] No such file or directory: 'test.tap' |
---|---|
Type | BUILD_FAILURE |
Failed PR | 12 (nodejs/node#33945, nodejs/node#33912, nodejs/node#33931, nodejs/node#30480, nodejs/node#33360, nodejs/node#33515, nodejs/node#34015, nodejs/node#33934, nodejs/node#33950, nodejs/node#34010, nodejs/node#34008, nodejs/node#33962) |
Appeared | test-softlayer-centos6-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32038/ |
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 | 12 (nodejs/node#33945, nodejs/node#33912, nodejs/node#33931, nodejs/node#30480, nodejs/node#33360, nodejs/node#33515, nodejs/node#34015, nodejs/node#33934, nodejs/node#33950, nodejs/node#34010, nodejs/node#34008, nodejs/node#33962) |
Appeared | test-softlayer-centos7-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32038/ |
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 | Failed to trigger node-test-commit |
---|---|
Type | BUILD_FAILURE |
Failed PR | 10 (nodejs/node#33963, nodejs/node#33584, nodejs/node#33972, nodejs/node#33928, nodejs/node#33872, nodejs/node#33860, nodejs/node#33867, nodejs/node#33874, nodejs/node#33993, nodejs/node#33950) |
Appeared | test-ibm-ubuntu1804-x64-1, test-packetnet-ubuntu1804-x64-2, test-packetnet-ubuntu1804-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31950/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32029/ |
Example
Failed to trigger node-test-commit
Reason | ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? |
---|---|
Type | BUILD_FAILURE |
Failed PR | 6 (nodejs/node#33945, nodejs/node#33360, nodejs/node#33515, nodejs/node#34015, nodejs/node#33950, nodejs/node#33962) |
Appeared | test-packetnet-centos7-arm64-1, test-ibm-rhel7-s390x-3, test-digitalocean-freebsd11-x64-2, test-ibm-rhel7-s390x-1, test-packetnet-centos7-arm64-2, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_williamkapke-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32038/ |
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 | 2 (nodejs/node#33945, nodejs/node#33360) |
Appeared | test-digitalocean-freebsd11-x64-1, test-joyent-smartos18-x64-3, test-ibm-aix71-ppc64_be-2, test-joyent-smartos18-x64-4, test-ibm-aix71-ppc64_be-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31921/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31990/ |
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
undefined
Progress
-
parallel/test-bootstrap-modules
(4) -
parallel/test-http2-large-writes-session-memory-leak
(4) -
parallel/test-net-dns-error
(3) -
known_issues/test-crypto-authenticated-stream
(2) -
parallel/test-code-cache
(2) -
parallel/test-dummy-stdio
(2) -
parallel/test-event-on-async-iterator
(2) -
parallel/test-fs-ready-event-stream
(2) -
parallel/test-http-destroyed-socket-write2
(2) -
parallel/test-net-connect-paused-connection
(2) -
parallel/test-process-euid-egid
(2) -
parallel/test-process-uid-gid
(2) -
parallel/test-quic-quicsocket-packetloss-stream-rx
(2) -
parallel/test-stdio-pipe-stderr
(2) -
parallel/test-timers-promisified
(2) -
parallel/test-tls-ticket-cluster
(2) -
parallel/test-trace-atomics-wait
(2) -
parallel/test-zlib-bytes-read
(2) -
parallel/test-zlib-flush-write-sync-interleaved
(2) -
sequential/test-cpu-prof-worker-argv
(2) -
sequential/test-perf-hooks
(2) -
Backing channel 'JNLP4-connect connection from ... is disconnected.
(3) -
Remote call on JNLP4-connect connection from ... failed
(2) -
Error: [Errno 2] No such file or directory: 'test.tap'
(12) -
error: ‘std::index_sequence’ has not been declared
(12) -
fatal: No rebase in progress?
(12) -
Failed to trigger node-test-commit
(10) -
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
(6) -
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
(2)
Metadata
Assignees
Labels
No labels