Open
Description
Failures in node-test-pull-request/32146 to node-test-pull-request/32244 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-07-08 00:21 | 0 | 13 | 35 | 12 | 40 | 14.77% |
JSTest Failure
Example
not ok 1148 parallel/test-http2-invalidheaderfield
---
duration_ms: 0.225
severity: fail
exitcode: 1
stack: |-
Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/iojs/build/workspace/node-test-commit-linux/nodes/alpine-last-latest-x64/test/common/index.js:331:10)
at Http2Server.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/nodes/alpine-last-latest-x64/test/parallel/test-http2-invalidheaderfield.js:49:31)
at Http2Server.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/nodes/alpine-last-latest-x64/test/common/index.js:365:15)
at Object.onceWrapper (events.js:420:28)
at Http2Server.emit (events.js:314:20)
at emitListeningNT (net.js:1322:10)
at processTicksAndRejections (internal/process/task_queues.js:79:21)
...
Reason | parallel/test-trace-atomics-wait |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#34048, nodejs/node#34103, nodejs/node#34105, nodejs/node#34141) |
Appeared | test-nearform-macos10.15-x64-3, test-nearform-macos10.15-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32146/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32187/ |
Example
not ok 2229 parallel/test-trace-atomics-wait
---
duration_ms: 0.329
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 | sequential/test-fs-readfile-tostring-fail |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#33720, nodejs/node#33862, nodejs/node#34141) |
Appeared | test-softlayer-centos7-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32176/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32180/ |
Example
not ok 2354 sequential/test-fs-readfile-tostring-fail
---
duration_ms: 13.160
severity: fail
exitcode: 7
stack: |-
/home/iojs/build/workspace/node-test-commit-linux/nodes/centos7-64-gcc6/test/sequential/test-fs-readfile-tostring-fail.js:67
throw err;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert.ok(err instanceof Error)
at /home/iojs/build/workspace/node-test-commit-linux/nodes/centos7-64-gcc6/test/sequential/test-fs-readfile-tostring-fail.js:34:12
at /home/iojs/build/workspace/node-test-commit-linux/nodes/centos7-64-gcc6/test/common/index.js:379:15
at FSReqWrap.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:53:3)
...
Reason | sequential/test-tls-session-timeout |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#34141, nodejs/node#34245, nodejs/node#34032) |
Appeared | test-requireio_kahwee-debian10-arm64_pi3-1, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_piccoloaiutante-debian10-arm64_pi3-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32187/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32242/ |
Example
not ok 744 sequential/test-tls-session-timeout
---
duration_ms: 4.871
severity: fail
exitcode: 1
stack: |-
assert.js:103
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 (events.js:314:20)
at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'New',
expected: 'Reused',
operator: 'strictEqual'
}
...
Reason | parallel/test-fs-utimes |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#33991, nodejs/node#34148) |
Appeared | test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_notthetup_sayanee-debian10-arm64_pi3-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32185/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32236/ |
Example
not ok 213 parallel/test-fs-utimes
---
duration_ms: 8.178
severity: fail
exitcode: 1
stack: |-
assert.js:385
throw err;
^
AssertionError [ERR_ASSERTION]: FAILED: expect_ok [Arguments] {
'0': 'utimesSync',
'1': '/home/iojs/tmp/.tmp.211',
'2': undefined,
'3': '123456',
'4': -1
}
check_mtime: 3.98799991607666
at expect_ok (/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-utimes.js:64:3)
at syncTests (/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-utimes.js:133:5)
at /home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-utimes.js:120:11
at /home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:365:15
at FSReqCallback.oncomplete (fs.js:164:23) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: true,
operator: '=='
}
...
Reason | parallel/test-http-destroyed-socket-write2 |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#34141, nodejs/node#34186) |
Appeared | test-orka-macos10.14-x64-3, test-orka-macos10.14-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32165/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32201/ |
Example
not ok 1685 parallel/test-http-destroyed-socket-write2
---
duration_ms: 120.149
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 998 parallel/test-http2-compat-serverresponse-settimeout
---
duration_ms: 1.211
severity: fail
exitcode: 1
stack: |-
Mismatched noop function calls. Expected exactly 1, actual 2.
at Object.mustCall (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:345:10)
at Http2Server.server.on (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http2-compat-serverresponse-settimeout.js:15:28)
at Http2Server.emit (events.js:198:13)
at Http2Server.onServerStream (internal/http2/compat.js:774:10)
at Http2Server.emit (events.js:198:13)
at ServerHttp2Session.sessionOnStream (internal/http2/core.js:2735:19)
at ServerHttp2Session.emit (events.js:198:13)
at emit (internal/http2/core.js:265:8)
at process._tickCallback (internal/process/next_tick.js:63:19)
...
Reason | parallel/test-repl |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#34203, nodejs/node#34250) |
Appeared | test-requireio_williamkapke-debian10-arm64_pi3-3, test-requireio_svincent-debian10-armv7l_pi2-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32209/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32239/ |
Example
not ok 488 parallel/test-repl
---
duration_ms: 6.93
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 | Backing channel 'JNLP4-connect connection from ... is disconnected. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 4 (nodejs/node#34103, nodejs/node#34145, nodejs/node#34032, nodejs/node#34142) |
Appeared | test-orka-macos10.14-x64-3, test-orka-macos10.14-x64-1, test-rackspace-win2012r2_vs2017-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32163/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32244/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 199.7.167.101/199.7.167.101:10532' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at com.sun.proxy.$Proxy94.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 | 2 (nodejs/node#34186, nodejs/node#34148) |
Appeared | test-digitalocean-fedora27-x64-1, test-joyent-alpine311_container-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32201/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32243/ |
Example
Build timed out (after 120 minutes). Marking the build as failed.
Reason | Remote call on JNLP4-connect connection from ... failed |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 2 (nodejs/node#34035, nodejs/node#34170) |
Appeared | test-softlayer-debian9-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32191/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32192/ |
Example
java.io.IOException: Remote call on JNLP4-connect connection from 5b.96.3ca9.ip4.static.sl-reverse.com/169.60.150.91:46912 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)
Git Failure
Reason | ERROR: Error fetching remote repo 'origin' |
---|---|
Type | GIT_FAILURE |
Failed PR | 2 (nodejs/node#34141, nodejs/node#34145) |
Appeared | test-orka-macos10.15-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32180/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32181/ |
Example
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from [email protected]:nodejs/node.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:909)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167)
at hudson.scm.SCM.checkout(SCM.java:505)
Build Failure
Reason | Error: [Errno 2] No such file or directory: 'test.tap' |
---|---|
Type | BUILD_FAILURE |
Failed PR | 10 (nodejs/node#34145, nodejs/node#33720, nodejs/node#33862, nodejs/node#34035, nodejs/node#34170, nodejs/node#34141, nodejs/node#34186, nodejs/node#34228, nodejs/node#34250, nodejs/node#34148) |
Appeared | test-softlayer-centos6-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32171/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32243/ |
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 | 10 (nodejs/node#34145, nodejs/node#33720, nodejs/node#33862, nodejs/node#34035, nodejs/node#34170, nodejs/node#34141, nodejs/node#34186, nodejs/node#34228, nodejs/node#34250, nodejs/node#34148) |
Appeared | test-softlayer-centos7-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32171/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32243/ |
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 | 10 (nodejs/node#34145, nodejs/node#33720, nodejs/node#33862, nodejs/node#34035, nodejs/node#34170, nodejs/node#34141, nodejs/node#34186, nodejs/node#34228, nodejs/node#34250, nodejs/node#34148) |
Appeared | test-softlayer-debian8-x86-1, test-digitalocean-ubuntu1404-x86-1, test-digitalocean-ubuntu1604-x86-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32171/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32243/ |
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 | 4 (nodejs/node#34145, nodejs/node#34141, nodejs/node#34228, nodejs/node#34250) |
Appeared | test-packetnet-centos7-arm64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32171/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32239/ |
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: Build step failed with exception |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#33579, nodejs/node#33720) |
Appeared | test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_securogroup-debian10-armv6l_pi1p-1, test-requireio_williamkapke-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32150/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32176/ |
Example
ERROR: Build step failed with exception
java.lang.NullPointerException: no workspace from node hudson.slaves.DumbSlave[test-requireio_mininodes-debian10-armv7l_pi2-1] which is computer hudson.slaves.SlaveComputer@17d0ec88 and has channel null
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:88)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
at org.jenkinsci.plugins.postbuildscript.processor.Processor.processBuildSteps(Processor.java:186)
at org.jenkinsci.plugins.postbuildscript.processor.Processor.processScripts(Processor.java:96)
Reason | fatal error: ld terminated with signal 9 [Killed] |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#34139, nodejs/node#34203) |
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/32160/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32217/ |
Example
fatal error: ld terminated with signal 9 [Killed]
Progress
-
parallel/test-http2-invalidheaderfield
(5) -
parallel/test-trace-atomics-wait
(4) -
sequential/test-fs-readfile-tostring-fail
(3) -
sequential/test-tls-session-timeout
(3) -
parallel/test-fs-utimes
(2) -
parallel/test-http-destroyed-socket-write2
(2) -
parallel/test-http2-compat-serverresponse-settimeout
(2) -
parallel/test-repl
(2) -
Backing channel 'JNLP4-connect connection from ... is disconnected.
(4) -
Build timed out (after 120 minutes). Marking the build as failed.
(2) -
Remote call on JNLP4-connect connection from ... failed
(2) -
ERROR: Error fetching remote repo 'origin'
(2) -
Error: [Errno 2] No such file or directory: 'test.tap'
(10) -
error: ‘std::index_sequence’ has not been declared
(10) -
fatal: No rebase in progress?
(10) -
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
(4) -
ERROR: Build step failed with exception
(2) -
fatal error: ld terminated with signal 9 [Killed]
(2)
Metadata
Metadata
Assignees
Labels
No labels