Open
Description
Failures in node-test-pull-request/42936 to node-test-pull-request/43031 that failed more than 2 PRs
(Generated with ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md
)
UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate |
---|---|---|---|---|---|---|
2022-03-15 00:11 | 3 | 14 | 10 | 10 | 63 | 16.09% |
Jenkins Failure
Reason | Backing channel 'JNLP4-connect connection from ... is disconnected. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 3 (nodejs/node#42306, nodejs/node#42321, nodejs/node#41513) |
Appeared | test-digitalocean-freebsd12-x64-2, test-equinix-centos7_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-4, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42963/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/43029/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 107.170.28.213/107.170.28.213:25296' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
at com.sun.proxy.$Proxy79.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)
Git Failure
Reason | ERROR: Error fetching remote repo 'origin' |
---|---|
Type | GIT_FAILURE |
Failed PR | 3 (nodejs/node#41632, nodejs/node#42203, nodejs/node#42313) |
Appeared | test-ibm-rhel8-s390x-2, test-ibm-ubuntu1804-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42938/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42999/ |
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:1001)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
at hudson.scm.SCM.checkout(SCM.java:505)
Build Failure
JSTest Failure
Reason | parallel/test-http-localaddress |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 17 (nodejs/node#41565, nodejs/node#41702, nodejs/node#42313, nodejs/node#42318, nodejs/node#42319, nodejs/node#42320, nodejs/node#42308, nodejs/node#41772, nodejs/node#42316, nodejs/node#42310, nodejs/node#42306, nodejs/node#42307, nodejs/node#42303, nodejs/node#42304, nodejs/node#42321, nodejs/node#42305, nodejs/node#42323) |
Appeared | test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-2, test-ibm-rhel8-s390x-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42956/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42992/ |
Example
not ok 1149 parallel/test-http-localaddress
---
duration_ms: 1.220
severity: fail
exitcode: 1
stack: |-
(node:1071446) internal/test/binding: These APIs are for internal testing only. Do not use them.
(Use `node --trace-warnings ...` to show where the warning was created)
node:events:505
throw er; // Unhandled 'error' event
^
Error: connect EHOSTUNREACH 127.0.0.1:36863
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
Emitted 'error' event on ClientRequest instance at:
at Socket.socketErrorListener (node:_http_client:442:9)
at Socket.emit (node:events:527:28)
at emitErrorNT (node:internal/streams/destroy:164:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -113,
code: 'EHOSTUNREACH',
syscall: 'connect',
address: '127.0.0.1',
port: 36863
}
Node.js v18.0.0-pre
...
Reason | parallel/test-http2-connect-options |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 17 (nodejs/node#41565, nodejs/node#41702, nodejs/node#42313, nodejs/node#42318, nodejs/node#42319, nodejs/node#42320, nodejs/node#42308, nodejs/node#41772, nodejs/node#42316, nodejs/node#42310, nodejs/node#42306, nodejs/node#42307, nodejs/node#42303, nodejs/node#42304, nodejs/node#42321, nodejs/node#42305, nodejs/node#42323) |
Appeared | test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-2, test-ibm-rhel8-s390x-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42956/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42992/ |
Example
not ok 1373 parallel/test-http2-connect-options
---
duration_ms: 1.322
severity: fail
exitcode: 1
stack: |-
(node:1073961) internal/test/binding: These APIs are for internal testing only. Do not use them.
(Use `node --trace-warnings ...` to show where the warning was created)
node:events:505
throw er; // Unhandled 'error' event
^
Error [ERR_HTTP2_STREAM_CANCEL]: The pending stream has been canceled (caused by: connect EHOSTUNREACH 127.0.0.1:33547)
at new NodeError (node:internal/errors:372:5)
at closeSession (node:internal/http2/core:1141:20)
at ClientHttp2Session.destroy (node:internal/http2/core:1535:5)
at Socket.socketOnError (node:internal/http2/core:2989:13)
at Socket.emit (node:events:527:28)
at emitErrorNT (node:internal/streams/destroy:164:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error'...
Reason | parallel/test-https-localaddress |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 17 (nodejs/node#41565, nodejs/node#41702, nodejs/node#42313, nodejs/node#42318, nodejs/node#42319, nodejs/node#42320, nodejs/node#42308, nodejs/node#41772, nodejs/node#42316, nodejs/node#42310, nodejs/node#42306, nodejs/node#42307, nodejs/node#42303, nodejs/node#42304, nodejs/node#42321, nodejs/node#42305, nodejs/node#42323) |
Appeared | test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-2, test-ibm-rhel8-s390x-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42956/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42992/ |
Example
not ok 1552 parallel/test-https-localaddress
---
duration_ms: 1.308
severity: fail
exitcode: 1
stack: |-
(node:1076021) internal/test/binding: These APIs are for internal testing only. Do not use them.
(Use `node --trace-warnings ...` to show where the warning was created)
node:events:505
throw er; // Unhandled 'error' event
^
Error: connect EHOSTUNREACH 127.0.0.1:41673
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
Emitted 'error' event on ClientRequest instance at:
at TLSSocket.socketErrorListener (node:_http_client:442:9)
at TLSSocket.emit (node:events:527:28)
at emitErrorNT (node:internal/streams/destroy:164:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -113,
code: 'EHOSTUNREACH',
syscall: 'connect',
address: '127.0.0.1',
port: 41673
}
Node.js v18.0....
Reason | sequential/test-net-connect-econnrefused |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 5 (nodejs/node#42288, nodejs/node#42200, nodejs/node#42306, nodejs/node#42310, nodejs/node#42301) |
Appeared | test-ibm-rhel7-s390x-1, test-ibm-rhel7-s390x-4, test-rackspace-centos7-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42937/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/43026/ |
Example
not ok 3556 sequential/test-net-connect-econnrefused
---
duration_ms: 120.100
severity: fail
exitcode: -15
stack: |-
timeout
pending 50 rounds 1
pending 49 rounds 1
pending 48 rounds 1
pending 47 rounds 1
pending 46 rounds 1
pending 45 rounds 1
pending 44 rounds 1
pending 43 rounds 1
pending 42 rounds 1
pending 41 rounds 1
pending 40 rounds 1
pending 39 rounds 1
pending 38 rounds 1
pending 37 rounds 1
pending 36 rounds 1
pending 35 rounds 1
pending 34 rounds 1
pending 33 rounds 1
pending 32 rounds 1
pending 31 rounds 1
pending 30 rounds 1
pending 29 rounds 1
pending 28 rounds 1
pending 27 rounds 1
pending 26 rounds 1
pending 25 rounds 1
pending 24 rounds 1
pending 23 rounds 1
pending 22 rounds 1
pending 21 rounds 1
pending 20 rounds 1
pending 19 rounds 1
pending 18 rounds 1
pending 17 rounds 1
pending 16 rounds 1
pending 15 rounds 1
pending 14 rounds...
Reason | parallel/test-crypto-dh-leak |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#42304, nodejs/node#42307, nodejs/node#42310, nodejs/node#42292) |
Appeared | test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_joeyvandijk-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42960/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42994/ |
Example
not ok 191 parallel/test-crypto-dh-leak
---
duration_ms: 240.146
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-module-readonly |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#42203, nodejs/node#42304, nodejs/node#42320, nodejs/node#42321) |
Appeared | test-nearform_arm-win10_vs2019-arm64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42943/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42988/ |
Example
not ok 465 parallel/test-module-readonly
---
duration_ms: 1.88
severity: fail
exitcode: 1
stack: |-
node:assert:991
throw newErr;
^
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Cannot find module '..\.tmp.456\readOnlyMod'
Require stack:
- c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js
at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js:48:8)
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:999:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js:36:3)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at ...
Reason | parallel/test-child-process-fork-exec-path |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#42292, nodejs/node#42315, nodejs/node#42318) |
Appeared | test-ibm-rhel8-s390x-4, test-ibm-rhel7-s390x-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42995/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42997/ |
Example
not ok 770 parallel/test-child-process-fork-exec-path
---
duration_ms: 132.928
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | sequential/test-debugger-heap-profiler |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#42320, nodejs/node#42308, nodejs/node#42306) |
Appeared | test-requireio_williamkapke-debian10-arm64_pi3-1, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_ceejbot-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42978/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42983/ |
Example
not ok 832 sequential/test-debugger-heap-profiler
---
duration_ms: 48.766
severity: fail
exitcode: 1
stack: |-
/home/iojs/build/workspace/node-test-binary-arm/test/common/debugger.js:84
reject(new Error([
^
Error: Timeout (10000) while waiting for />\s+$/; found:
Heap snapshot: 0/0
Heap snapshot: 0/40591
Heap snapshot: 10000/40591
Heap snapshot: 20000/40591
Heap snapshot: 30000/40591
Heap snapshot: 40000/40591
Heap snapshot: 40590/40591
Heap snapshot: 40591/40591Heap snapshot prepared.
Writing snapshot: 102400
Writing snapshot: 204800
Writing snapshot: 307200
Writing snapshot: 409600
Writing snapshot: 512000
Writing snapshot: 614400
Writing snapshot: 716800
Writing snapshot: 819200
Writing snapshot: 921600
Writing snapshot: 1024000
Writing snapshot: 1126400
Writing snapshot:...
Reason | sequential/test-perf-hooks |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#42306, nodejs/node#42307, nodejs/node#42315) |
Appeared | test-ibm-rhel8-s390x-4, test-ibm-rhel7-s390x-1, test-ibm-rhel7-s390x-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42963/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42993/ |
Example
not ok 3580 sequential/test-perf-hooks
---
duration_ms: 3.899
severity: fail
exitcode: 1
stack: |-
{
name: 'node',
entryType: 'node',
startTime: 0,
duration: { around: 28.585791997611523 },
nodeStart: { around: 0 },
v8Start: { around: 0 },
bootstrapComplete: { around: 28.573680996894836, delay: 2500 },
environment: { around: 0 },
loopStart: -1,
loopExit: -1
}
{
name: 'node',
entryType: 'node',
startTime: 0,
duration: { around: 1032.75378799811 },
nodeStart: { around: 0 },
v8Start: { around: 0 },
bootstrapComplete: { around: 28.573680996894836, delay: 2500 },
environment: { around: 0 },
loopStart: { around: 28.573680996894836, delay: 2500 },
loopExit: -1
}
{
name: 'node',
entryType: 'node',
startTime: 0,
duration: { around: 1033.327510997653 },
nodeStart: { around: 0 },
v8Start: { around: 0 },
bootstrapComplete: { around:...
Reason | parallel/test-crypto-dh-constructor |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#42301, nodejs/node#42304) |
Appeared | test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_svincent-debian10-armv7l_pi2-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42953/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/43017/ |
Example
not ok 152 parallel/test-crypto-dh-constructor
---
duration_ms: 240.131
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-fs-cp |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#42320, nodejs/node#42306) |
Appeared | 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/42978/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42983/ |
Example
not ok 275 parallel/test-fs-cp
---
duration_ms: 241.163
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-http-header-overflow |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#42304, nodejs/node#42320) |
Appeared | test-rackspace-win2012r2_vs2015-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42951/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42978/ |
Example
not ok 314 parallel/test-http-header-overflow
---
duration_ms: 0.299
severity: fail
exitcode: 1
stack: |-
node:assert:635
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
Comparison {
+ bytesParsed: 10642,
- bytesParsed: 16402,
code: 'HPE_HEADER_OVERFLOW',
message: 'Parse Error: Header overflow',
name: 'Error',
+ rawPacket: Buffer(10645) [Uint8Array] [
...
Reason | parallel/test-module-loading-globalpaths |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#42292, nodejs/node#42318) |
Appeared | test-ibm-rhel8-s390x-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42995/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42997/ |
Example
not ok 2516 parallel/test-module-loading-globalpaths
---
duration_ms: 146.866
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-vm-timeout-escape-promise-2 |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#42313, nodejs/node#42321) |
Appeared | test-ibm-rhel8-s390x-3, test-ibm-rhel7-s390x-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42999/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/43012/ |
Example
not ok 2697 parallel/test-vm-timeout-escape-promise-2
---
duration_ms: 0.218
severity: fail
exitcode: 1
stack: |-
node:assert:123
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Missing expected exception.
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-vm-timeout-escape-promise-2.js:26:8)
at Module._compile (node:internal/modules/cjs/loader:1099:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_main_module:17:47 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: {
code: 'ERR_SCRIPT_EXECUTION_TIMEOUT',
message: 'Script execution ...
Reason | parallel/test-vm-timeout-escape-promise-module |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#42313, nodejs/node#42327) |
Appeared | test-digitalocean-freebsd12-x64-2, test-ibm-rhel7-s390x-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42968/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/43013/ |
Example
not ok 2861 parallel/test-vm-timeout-escape-promise-module
---
duration_ms: 0.457
severity: fail
exitcode: 1
stack: |-
(node:14001) ExperimentalWarning: VM Modules is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/parallel/test-vm-timeout-escape-promise-module.js:22
throw new Error(
^
Error: escaped timeout at 100 milliseconds!
at loop (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/parallel/test-vm-timeout-escape-promise-module.js:22:13)
at vm:module(0):1:39
at SourceTextModule.evaluate (node:internal/vm/module:224:23)
at assert.rejects.code (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/parallel/test-vm-timeout-escape-promise-module.js:38:16)
at processTicksAndRejections (node:i...
Reason | report/test-report-fatal-error |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#42307, nodejs/node#42200) |
Appeared | test-requireio_securogroup-debian10-arm64_pi3-2, test-requireio_williamkapke-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42984/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/43022/ |
Example
not ok 794 report/test-report-fatal-error
---
duration_ms: 29.832
severity: fail
exitcode: 1
stack: |-
node:assert:123
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
0 !== null
at Object.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/report/test-report-fatal-error.js:93:10)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_main_module:17:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 0,
expected: null,
operator: 'strictEqual'
}
...
Reason | sequential/test-debugger-exceptions |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#42320, nodejs/node#42306) |
Appeared | test-requireio_davglass-debian10-arm64_pi3-1, test-requireio_svincent-debian10-armv7l_pi2-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42978/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42983/ |
Example
not ok 832 sequential/test-debugger-exceptions
---
duration_ms: 15.596
severity: fail
exitcode: 1
stack: |-
/home/iojs/build/workspace/node-test-binary-arm/test/common/debugger.js:84
reject(new Error([
^
Error: Timeout (10000) while waiting for /(?:assert|break|break on start|debugCommand|exception|other|promiseRejection) in/i; found:
< Debugger listening on ws://127.0.0.1:9229/787d9563-6672-45c1-9600-38eb22a683d3
< For help, see: https://nodejs.org/en/docs/inspector
<
debug> connecting to 127.0.0.1:9229 ...
ok
debug>
< Debugger attached.
<
debug>
at Timeout.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/common/debugger.js:84:18)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7)
Node.js v18.0.0-pre
...
Reason | sequential/test-vm-timeout-escape-promise-module-2 |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#42292, nodejs/node#42316) |
Appeared | test-ibm-rhel7-s390x-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/42995/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/42998/ |
Example
not ok 3584 sequential/test-vm-timeout-escape-promise-module-2
---
duration_ms: 0.351
severity: fail
exitcode: 1
stack: |-
(node:13056) ExperimentalWarning: VM Modules is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:22
throw new Error(
^
Error: escaped timeout at 100 milliseconds!
at loop (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:22:13)
at vm:module(0):1:30
at SourceTextModule.evaluate (node:internal/vm/module:224:23)
at assert.rejects.code (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:38:16)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js v1...
Progress
-
Backing channel 'JNLP4-connect connection from ... is disconnected.
(3) -
ERROR: Error fetching remote repo 'origin'
(3) -
parallel/test-http-localaddress
(17) -
parallel/test-http2-connect-options
(17) -
parallel/test-https-localaddress
(17) -
sequential/test-net-connect-econnrefused
(5) -
parallel/test-crypto-dh-leak
(4) -
parallel/test-module-readonly
(4) -
parallel/test-child-process-fork-exec-path
(3) -
sequential/test-debugger-heap-profiler
(3) -
sequential/test-perf-hooks
(3) -
parallel/test-crypto-dh-constructor
(2) -
parallel/test-fs-cp
(2) -
parallel/test-http-header-overflow
(2) -
parallel/test-module-loading-globalpaths
(2) -
parallel/test-vm-timeout-escape-promise-2
(2) -
parallel/test-vm-timeout-escape-promise-module
(2) -
report/test-report-fatal-error
(2) -
sequential/test-debugger-exceptions
(2) -
sequential/test-vm-timeout-escape-promise-module-2
(2)
Metadata
Metadata
Assignees
Labels
No labels