Open
Description
Failures in node-test-pull-request/32125 to node-test-pull-request/32220 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-06 00:21 | 1 | 7 | 36 | 12 | 44 | 8.05% |
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 | parallel/test-net-dns-error |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#34035, nodejs/node#34106, nodejs/node#34048) |
Appeared | test-rackspace-win2012r2_vs2017-x64-2, test-rackspace-win2012r2_vs2017-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32131/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32140/ |
Example
not ok 333 parallel/test-net-dns-error
---
duration_ms: 0.265
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 | parallel/test-worker-init-failure |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#34106, nodejs/node#34101, nodejs/node#34102) |
Appeared | test-requireio_jasnell-debian10-armv7l_pi2-1, test-orka-macos10.15-x64-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32134/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32141/ |
Example
not ok 663 parallel/test-worker-init-failure
---
duration_ms: 288.144
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 674 parallel/test-worker-stdio
---
duration_ms: 240.456
severity: fail
exitcode: -15
stack: |-
timeout
...
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 | 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 1212 parallel/test-http2-backpressure
---
duration_ms: 0.206
severity: fail
exitcode: 1
stack: |-
internal/http2/util.js:466
map[kSensitiveHeaders].map(StringPrototypeToLowerCase) || emptyArray;
^
TypeError: Cannot read property 'map' of undefined
at mapToHeaders (internal/http2/util.js:466:28)
at ClientHttp2Session.request (internal/http2/core.js:1662:25)
at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-http2-backpressure.js:38:16)
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...
Example
not ok 1235 parallel/test-http2-client-upload
---
duration_ms: 0.413
severity: fail
exitcode: 1
stack: |-
internal/http2/util.js:466
map[kSensitiveHeaders].map(StringPrototypeToLowerCase) || emptyArray;
^
TypeError: Cannot read property 'map' of undefined
at mapToHeaders (internal/http2/util.js:466:28)
at ClientHttp2Session.request (internal/http2/core.js:1662:25)
at Http2Server.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-http2-client-upload.js:48:24)
at Http2Server.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-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)
...
Example
not ok 1249 parallel/test-http2-compat-serverrequest-pipe
---
duration_ms: 0.284
severity: fail
exitcode: 1
stack: |-
internal/http2/util.js:466
map[kSensitiveHeaders].map(StringPrototypeToLowerCase) || emptyArray;
^
TypeError: Cannot read property 'map' of undefined
at mapToHeaders (internal/http2/util.js:466:28)
at ClientHttp2Session.request (internal/http2/core.js:1662:25)
at Http2Server.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-http2-compat-serverrequest-pipe.js:43:22)
at Http2Server.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-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)
...
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)
...
Example
not ok 1295 parallel/test-http2-generic-streams
---
duration_ms: 0.216
severity: fail
exitcode: 1
stack: |-
internal/http2/util.js:466
map[kSensitiveHeaders].map(StringPrototypeToLowerCase) || emptyArray;
^
TypeError: Cannot read property 'map' of undefined
at mapToHeaders (internal/http2/util.js:466:28)
at ClientHttp2Session.request (internal/http2/core.js:1662:25)
at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-http2-generic-streams.js:27:22)
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...
Example
not ok 1296 parallel/test-http2-generic-streams-sendfile
---
duration_ms: 0.234
severity: fail
exitcode: 1
stack: |-
internal/http2/util.js:466
map[kSensitiveHeaders].map(StringPrototypeToLowerCase) || emptyArray;
^
TypeError: Cannot read property 'map' of undefined
at mapToHeaders (internal/http2/util.js:466:28)
at ClientHttp2Session.request (internal/http2/core.js:1662:25)
at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-http2-generic-streams-sendfile.js:23:22)
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/ma...
Example
not ok 1335 parallel/test-http2-padding-aligned
---
duration_ms: 0.236
severity: fail
exitcode: 1
stack: |-
internal/http2/util.js:466
map[kSensitiveHeaders].map(StringPrototypeToLowerCase) || emptyArray;
^
TypeError: Cannot read property 'map' of undefined
at mapToHeaders (internal/http2/util.js:466:28)
at ClientHttp2Session.request (internal/http2/core.js:1662:25)
at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-http2-padding-aligned.js:55:22)
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...
Example
not ok 1340 parallel/test-http2-pipe
---
duration_ms: 0.180
severity: fail
exitcode: 1
stack: |-
internal/http2/util.js:466
map[kSensitiveHeaders].map(StringPrototypeToLowerCase) || emptyArray;
^
TypeError: Cannot read property 'map' of undefined
at mapToHeaders (internal/http2/util.js:466:28)
at ClientHttp2Session.request (internal/http2/core.js:1662:25)
at Http2Server.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-http2-pipe.js:35:22)
at Http2Server.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-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)
...
Example
not ok 1341 parallel/test-http2-pipe-named-pipe
---
duration_ms: 0.195
severity: fail
exitcode: 1
stack: |-
internal/http2/util.js:466
map[kSensitiveHeaders].map(StringPrototypeToLowerCase) || emptyArray;
^
TypeError: Cannot read property 'map' of undefined
at mapToHeaders (internal/http2/util.js:466:28)
at ClientHttp2Session.request (internal/http2/core.js:1662:25)
at Http2Server.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-http2-pipe-named-pipe.js:40:22)
at Http2Server.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-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)
...
Example
not ok 1428 parallel/test-http2-write-finishes-after-stream-destroy
---
duration_ms: 0.297
severity: fail
exitcode: 1
stack: |-
internal/http2/util.js:466
map[kSensitiveHeaders].map(StringPrototypeToLowerCase) || emptyArray;
^
TypeError: Cannot read property 'map' of undefined
at mapToHeaders (internal/http2/util.js:466:28)
at ClientHttp2Session.request (internal/http2/core.js:1662:25)
at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-http2-write-finishes-after-stream-destroy.js:50:22)
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)
...
Reason | parallel/test-repl |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#34102, nodejs/node#34203) |
Appeared | test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_jasnell-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32141/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32209/ |
Example
not ok 485 parallel/test-repl
---
duration_ms: 10.703
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('{...
Example
not ok 2662 parallel/test-worker-terminate-http2-respond-with-file
---
duration_ms: 0.447
severity: fail
exitcode: 1
stack: |-
events.js:291
throw er; // Unhandled 'error' event
^
TypeError: Cannot read property 'map' of undefined
at mapToHeaders (internal/http2/util.js:466:28)
at ClientHttp2Session.request (internal/http2/core.js:1662:25)
at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-worker-terminate-http2-respond-with-file.js:30:22)
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 MessagePort.<anonymous> (internal/main/worker_thread.js:...
Reason | sequential/test-cpu-prof-worker-argv |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node-auto-test#17, nodejs/node#34103) |
Appeared | test-ibm-rhel7-s390x-1, test-nearform-macos10.15-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32130/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32163/ |
Example
not ok 2886 sequential/test-cpu-prof-worker-argv
---
duration_ms: 0.313
severity: fail
exitcode: 1
stack: |-
[
{
id: 1,
callFrame: {
functionName: '(root)',
scriptId: '0',
url: '',
lineNumber: -1,
columnNumber: -1
},
hitCount: 0,
children: [ 2, 3, 11, 17, 21, 24 ]
},
{
id: 2,
callFrame: {
functionName: '(program)',
scriptId: '0',
url: '',
lineNumber: -1,
columnNumber: -1
},
hitCount: 1
},
{
id: 3,
callFrame: {
functionName: '',
scriptId: '10',
url: 'internal/bootstrap/node.js',
lineNumber: 0,
columnNumber: 0
},
hitCount: 1,
children: [ 4, 7, 12 ],
positionTicks: [ [Object] ]
},
{
id: 4,
callFrame: {
functionName: 'setupPrepareStackTrace',
scriptId: ...
Jenkins Failure
Reason | Backing channel 'JNLP4-connect connection from ... is disconnected. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 3 (nodejs/node-auto-test#17, nodejs/node#34103, nodejs/node#34145) |
Appeared | test-orka-macos10.14-x64-1, test-rackspace-win2012r2_vs2017-x64-4, test-orka-macos10.14-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32130/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32171/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 199.7.167.99/199.7.167.99:34052' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at com.sun.proxy.$Proxy98.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#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 git@github.com: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-auto-test#17, nodejs/node#34106, nodejs/node#34101, nodejs/node#34145, nodejs/node#33720, nodejs/node#33862, nodejs/node#34035, nodejs/node#34170, nodejs/node#34141, nodejs/node#34186) |
Appeared | test-softlayer-centos6-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32126/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32201/ |
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-auto-test#17, nodejs/node#34106, nodejs/node#34101, nodejs/node#34145, nodejs/node#33720, nodejs/node#33862, nodejs/node#34035, nodejs/node#34170, nodejs/node#34141, nodejs/node#34186) |
Appeared | test-softlayer-centos7-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32126/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32201/ |
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-auto-test#17, nodejs/node#34106, nodejs/node#34101, nodejs/node#34145, nodejs/node#33720, nodejs/node#33862, nodejs/node#34035, nodejs/node#34170, nodejs/node#34141, nodejs/node#34186) |
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/32126/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32201/ |
Example
fatal: No rebase in progress?
Reason | fatal error: ld terminated with signal 9 [Killed] |
---|---|
Type | BUILD_FAILURE |
Failed PR | 6 (nodejs/node#34088, nodejs/node#34102, nodejs/node#34105, nodejs/node#34106, nodejs/node#34139, nodejs/node#34203) |
Appeared | test-joyent-ubuntu1804_sharedlibs_container-x64-4, test-joyent-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32128/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32217/ |
Example
fatal error: ld terminated with signal 9 [Killed]
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#34035, nodejs/node#34106, nodejs/node#34145, nodejs/node#34141) |
Appeared | test-packetnet-centos7-arm64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32131/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32180/ |
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 | Makefile:1248: recipe for target 'tools/.mdlintstamp' failed |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node-auto-test#19, nodejs/node-auto-test#17) |
Appeared | test-ibm-ubuntu1804-x64-1, test-packetnet-ubuntu1804-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32125/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32138/ |
Example
Makefile:1248: recipe for target 'tools/.mdlintstamp' failed
make: *** [tools/.mdlintstamp] Error 1
+ grep -v '^ok\|^TAP version 13\|^1\.\.'
+ cat test-eslint.tap
+ sed '/^\s*$/d'
+ exit 1
Reason | error: no such option: --error-on-warn |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node-auto-test#19, nodejs/node-auto-test#17) |
Appeared | test-digitalocean-ubi81_container-x64-2, test-softlayer-ubi81_container-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/32125/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/32138/ |
Example
error: no such option: --error-on-warn
Node.js configure: Found Python 3.6.8...
make: *** [Makefile:577: build-ci] Error 2
Build step 'Conditional steps (multiple)' marked build as failure
All downstream projects complete!
Performing Post build task...
Progress
-
parallel/test-http2-invalidheaderfield
(6) -
parallel/test-trace-atomics-wait
(4) -
parallel/test-net-dns-error
(3) -
parallel/test-worker-init-failure
(3) -
parallel/test-worker-stdio
(3) -
sequential/test-fs-readfile-tostring-fail
(3) -
parallel/test-http-destroyed-socket-write2
(2) -
parallel/test-http2-backpressure
(2) -
parallel/test-http2-client-upload
(2) -
parallel/test-http2-compat-serverrequest-pipe
(2) -
parallel/test-http2-compat-serverresponse-settimeout
(2) -
parallel/test-http2-generic-streams
(2) -
parallel/test-http2-generic-streams-sendfile
(2) -
parallel/test-http2-padding-aligned
(2) -
parallel/test-http2-pipe
(2) -
parallel/test-http2-pipe-named-pipe
(2) -
parallel/test-http2-write-finishes-after-stream-destroy
(2) -
parallel/test-repl
(2) -
parallel/test-worker-terminate-http2-respond-with-file
(2) -
sequential/test-cpu-prof-worker-argv
(2) -
Backing channel 'JNLP4-connect connection from ... is disconnected.
(3) -
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) -
fatal error: ld terminated with signal 9 [Killed]
(6) -
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
(4) -
ERROR: Build step failed with exception
(2) -
Makefile:1248: recipe for target 'tools/.mdlintstamp' failed
(2) -
error: no such option: --error-on-warn
(2)
Metadata
Metadata
Assignees
Labels
No labels