Open
Description
Failures in node-test-pull-request/31816 to node-test-pull-request/31915 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-18 00:17 | 1 | 1 | 37 | 4 | 57 | 1.05% |
JSTest Failure
Example
not ok 708 parallel/test-eventtarget
---
duration_ms: 0.122
severity: fail
exitcode: 1
stack: |-
internal/event_target.js:57
throw new ERR_MISSING_ARGS('type');
^
TypeError [ERR_MISSING_ARGS]: The "type" argument must be specified
at new Event (internal/event_target.js:57:13)
at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-eventtarget.js:446:15)
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 {
code: 'ERR_MISSING_ARGS'
}
...
Reason | parallel/test-fs-stream-construct |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#33776, nodejs/node#33694, nodejs/node#33624, nodejs/node#33717) |
Appeared | test-requireio_sambthompson-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1, test-requireio_ceejbot-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31817/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31826/ |
Example
not ok 501 parallel/test-fs-stream-construct
---
duration_ms: 240.158
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-http2-zero-length-header |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#33623, nodejs/node#33646, nodejs/node#33649, nodejs/node#33831) |
Appeared | test-rackspace-win2012r2_vs2017-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31909/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31912/ |
Example
not ok 296 parallel/test-http2-zero-length-header
---
duration_ms: 0.321
severity: fail
exitcode: 1
stack: |-
events.js:174
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:111:27)
Emitted 'error' event at:
at emitErrorNT (internal/streams/destroy.js:91:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
at process._tickCallback (internal/process/next_tick.js:63:19)
...
Reason | parallel/test-trace-atomics-wait |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#33669, nodejs/node#31617, nodejs/node#33884) |
Appeared | test-nearform-macos10.15-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31852/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31887/ |
Example
not ok 2172 parallel/test-trace-atomics-wait
---
duration_ms: 0.272
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...
Reason | - /home/iojs/build/workspace/node-test-linter/test/parallel/test-eventtarget.js |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33624, nodejs/node#33637) |
Appeared | test-packetnet-ubuntu1804-x64-1, test-ibm-ubuntu1804-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31825/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31900/ |
Example
not ok 26 - /home/iojs/build/workspace/node-test-linter/test/parallel/test-eventtarget.js
---
message: |-
Parsing error: Identifier 'eventTarget' has already been declared
129 | eventTarget.addEventListener('foo', fn, { once: true });
130 | eventTarget.dispatchEvent(ev);
> 131 | const eventTarget = new EventTarget();
| ^
132 | // Single argument throws
133 | throws(() => eventTarget.addEventListener('foo'), TypeError);
134 | // Null events - does not throw
severity: error
data:
line: 131
column: 9
ruleId: ''
...
Reason | parallel/test-http2-large-writes-session-memory-leak |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33655, nodejs/node#33380) |
Appeared | test-rackspace-win2012r2_vs2013-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31870/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31877/ |
Example
not ok 317 parallel/test-http2-large-writes-session-memory-leak
---
duration_ms: 0.266
severity: fail
exitcode: 1
stack: |-
events.js:292
throw er; // Unhandled 'error' event
^
Error [ERR_HTTP2_STREAM_ERROR]: Stream closed with error code NGHTTP2_ENHANCE_YOUR_CALM
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:84:21) {
code: 'ERR_HTTP2_STREAM_ERROR'
}
...
Reason | parallel/test-repl |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33772, nodejs/node#33859) |
Appeared | test-requireio_jasnell-debian10-armv7l_pi2-1, test-ibm-rhel7-s390x-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31844/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31864/ |
Example
not ok 472 parallel/test-repl
---
duration_ms: 6.998
severity: fail
exitcode: 1
stack: |-
out: ""
in: ""
out: "message"
in: "'Read, Eval, Print Loop'"
out: "invoke_me(987)"
in: "'invoked 987'"
out: "a = 12345"
in: "12345"
out: "{a:1}"
in: "{ a: 1 }"
out: "throw new Error('test error');"
in: "Uncaught Error: test error"
out: "throw { foo: 'bar' };"
in: "Uncaught { foo: 'bar' }"
out: "function test_func() {"
in: "... "
out: ".break"
in: ""
out: "eval(\"function test_func() {\")"
in: "Uncaught SyntaxError: Unexpected end of input"
out: "`io.js"
in: "... "
out: ".break"
in: ""
out: "`io.js ${\"1.0\""
in: "... "
out: "+ \".2\"}`"
in: "'io.js 1.0.2'"
out: "`io.js ${"
in: "... "
out: "\"1.0\" + \".2\"}`"
in: "'io.js 1.0.2'"
out: "(\"a\""
in: "... "
out: ".charAt(0))"
in: "'a'"
out: ".1234"
in: "0.1234"
out: ".1+.1"
in: "0.2"
out: "JSON.parse('{\...
Jenkins Failure
Reason | Remote call on JNLP4-connect connection from ... failed |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 17 (nodejs/node#33669, nodejs/node#33863, nodejs/node#33776, nodejs/node#31617, nodejs/node#33161, nodejs/node#33851, nodejs/node#33872, nodejs/node#33859, nodejs/node#31209, nodejs/node#33857, nodejs/node#33584, nodejs/node#33811, nodejs/node#33655, nodejs/node#33617, nodejs/node#33654, nodejs/node#33380, nodejs/node#33475) |
Appeared | test-softlayer-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-5 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31852/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31879/ |
Example
java.io.IOException: Remote call on JNLP4-connect connection from 9.1a.7534.ip4.static.sl-reverse.com/52.117.26.9:58354 failed
at hudson.remoting.Channel.call(Channel.java:1004)
at hudson.FilePath.act(FilePath.java:1069)
at hudson.FilePath.act(FilePath.java:1058)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:137)
Reason | Backing channel 'JNLP4-connect connection from ... is disconnected. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 5 (nodejs/node#33839, nodejs/node#33902, nodejs/node#33161, nodejs/node#33617, nodejs/node#33797) |
Appeared | test-orka-macos10.14-x64-2, test-orka-macos10.14-x64-1, test-orka-macos10.15-x64-1, test-requireio_kahwee-debian10-arm64_pi3-1, test-nearform-macos10.15-x64-3, test-rackspace-win2012r2_vs2013-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31828/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31894/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 199.7.167.100/199.7.167.100:44433' 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 | Build timed out (after 120 minutes). Marking the build as failed. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 3 (nodejs/node#33624, nodejs/node#31209, nodejs/node#33811) |
Appeared | test-digitalocean-fedora27-x64-1, test-joyent-alpine311_container-x64-1, test-joyent-alpine310_container-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31825/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31881/ |
Example
Build timed out (after 120 minutes). Marking the build as failed.
Git Failure
Reason | warning: failed to remove out/Release/.nfs00000000017847cf00000794: Device or resource busy |
---|---|
Type | GIT_FAILURE |
Failed PR | 13 (nodejs/node#33161, nodejs/node#33851, nodejs/node#33872, nodejs/node#33859, nodejs/node#31209, nodejs/node#33857, nodejs/node#33584, nodejs/node#33811, nodejs/node#33655, nodejs/node#33617, nodejs/node#33654, nodejs/node#33380, nodejs/node#33475) |
Appeared | test-requireio_piccoloaiutante-debian10-arm64_pi3-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31858/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31879/ |
Example
warning: failed to remove out/Release/.nfs00000000017847cf00000794: Device or resource busy
Reason | warning: failed to remove out/Release/.nfs00000000018c38000000068d: Device or resource busy |
---|---|
Type | GIT_FAILURE |
Failed PR | 13 (nodejs/node#33161, nodejs/node#33851, nodejs/node#33872, nodejs/node#33859, nodejs/node#31209, nodejs/node#33857, nodejs/node#33584, nodejs/node#33811, nodejs/node#33655, nodejs/node#33617, nodejs/node#33654, nodejs/node#33380, nodejs/node#33475) |
Appeared | test-requireio_joeyvandijk-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31858/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31879/ |
Example
warning: failed to remove out/Release/.nfs00000000018c38000000068d: Device or resource busy
Build Failure
Reason | Error: [Errno 2] No such file or directory: 'test.tap' |
---|---|
Type | BUILD_FAILURE |
Failed PR | 12 (nodejs/node#33624, nodejs/node#31209, nodejs/node#33784, nodejs/node#33655, nodejs/node#33654, nodejs/node#33811, nodejs/node#32379, nodejs/node#33637, nodejs/node#33926, nodejs/node#33623, nodejs/node#33649, nodejs/node#33573) |
Appeared | test-softlayer-centos6-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31825/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31914/ |
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#33624, nodejs/node#31209, nodejs/node#33784, nodejs/node#33655, nodejs/node#33654, nodejs/node#33811, nodejs/node#32379, nodejs/node#33637, nodejs/node#33926, nodejs/node#33623, nodejs/node#33649, nodejs/node#33573) |
Appeared | test-softlayer-centos7-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31825/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31914/ |
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...>)
^
Reason | fatal: No rebase in progress? |
---|---|
Type | BUILD_FAILURE |
Failed PR | 12 (nodejs/node#33624, nodejs/node#31209, nodejs/node#33784, nodejs/node#33655, nodejs/node#33654, nodejs/node#33811, nodejs/node#32379, nodejs/node#33637, nodejs/node#33926, nodejs/node#33623, nodejs/node#33649, nodejs/node#33573) |
Appeared | test-softlayer-debian8-x86-1, test-digitalocean-ubuntu1404-x86-1, test-digitalocean-ubuntu1604-x86-2, test-softlayer-alpine311_container-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31825/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31914/ |
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 | 6 (nodejs/node#33624, nodejs/node#33655, nodejs/node#33654, nodejs/node#33637, nodejs/node#33623, nodejs/node#33649) |
Appeared | test-packetnet-centos7-arm64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31825/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31911/ |
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 workspace for ... |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#33584, nodejs/node#33902) |
Appeared | test-orka-macos10.14-x64-2, test-orka-macos10.14-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31886/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31888/ |
Example
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for node-test-commit-osx/nodes=osx1014 #34721
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE
Reason | Failed to trigger node-test-commit |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#33690, nodejs/node#33851) |
Appeared | test-ibm-ubuntu1804-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/31816/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/31851/ |
Example
Failed to trigger node-test-commit
Progress
-
parallel/test-eventtarget
(5) -
parallel/test-fs-stream-construct
(4) -
parallel/test-http2-zero-length-header
(4) -
parallel/test-trace-atomics-wait
(3) -
- /home/iojs/build/workspace/node-test-linter/test/parallel/test-eventtarget.js
(2) -
parallel/test-http2-large-writes-session-memory-leak
(2) -
parallel/test-repl
(2) -
Remote call on JNLP4-connect connection from ... failed
(17) -
Backing channel 'JNLP4-connect connection from ... is disconnected.
(5) -
Build timed out (after 120 minutes). Marking the build as failed.
(3) -
warning: failed to remove out/Release/.nfs00000000017847cf00000794: Device or resource busy
(13) -
warning: failed to remove out/Release/.nfs00000000018c38000000068d: Device or resource busy
(13) -
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) -
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 workspace for ...
(2) -
Failed to trigger node-test-commit
(2)
Metadata
Assignees
Labels
No labels