Failures in node-test-pull-request/39973 to node-test-pull-request/40069 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 |
| 2021-09-26 00:02 |
0 |
7 |
29 |
7 |
57 |
7.53% |
JSTest Failure
| Reason |
wpt/test-user-timing |
| Type |
JS_TEST_FAILURE |
| Failed PR |
13 (https://github.com/nodejs/node/pull/40063/, https://github.com/nodejs/node/pull/39945/, https://github.com/nodejs/node/pull/40135/, https://github.com/nodejs/node/pull/40167/, https://github.com/nodejs/node/pull/40169/, https://github.com/nodejs/node/pull/38512/, https://github.com/nodejs/node/pull/40145/, https://github.com/nodejs/node/pull/40121/, https://github.com/nodejs/node/pull/37727/, https://github.com/nodejs/node/pull/40178/, https://github.com/nodejs/node/pull/40151/, https://github.com/nodejs/node/pull/40188/, https://github.com/nodejs/node/pull/40194/) |
| Appeared |
test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_davglass-debian10-arm64_pi3-1, test-requireio_ceejbot-debian10-armv7l_pi2-1, test-orka-macos10.15-x64-2, test-orka-macos10.14-x64-2, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_securogroup-debian10-arm64_pi3-2, test-rackspace-fedora32-x64-1, test-rackspace-win2012r2_vs2015-x64-2 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/39977/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/40069/ |
Example
not ok 840 wpt/test-user-timing
---
duration_ms: 9.15
severity: fail
exitcode: 1
stack: |-
---- idlharness.any.js ----
[SKIPPED] idlharness cannot recognize Node.js environment
---- invoke_with_timing_attributes.worker.js ----
[SKIPPED] importScripts not supported
---- performance-measure-invalid.worker.js ----
[SKIPPED] importScripts not supported
---- case-sensitivity.any.js ----
[PASS] getEntriesByType values are case sensitive
---- buffered-flag.any.js ----
[PASS] PerformanceObserver with buffered flag sees previous marks
---- buffered-flag.any.js ----
[PASS] PerformanceObserver with buffered flag sees previous measures
---- clear_all_marks.any.js ----
[PASS] Clearing all marks remove all of them.
---- clear_non_existent_mark.any.js ----
[PASS] Clearing a non-existent mark doesn't affect existing marks
---- clear_non_existent_measure.any.js ----
[PASS] Clearing a non-existent measure doesn't affect existing measures
----...
Example
not ok 1316 parallel/test-http2-pipe-named-pipe
---
duration_ms: 0.55
severity: fail
exitcode: 1
stack: |-
node:assert:123
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
139837 !== 139244
at WriteStream.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/parallel/test-http2-pipe-named-pipe.js:26:12)
at WriteStream.emit (node:events:402:35)
at finish (node:internal/streams/writable:751:10)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 139837,
expected: 139244,
operator: 'strictEqual'
}
Node.js v17.0.0-pre
...
Example
not ok 2135 parallel/test-repl-sigint-nested-eval
---
duration_ms: 0.430
severity: fail
exitcode: 1
stack: |-
Stacktrace:
ptr1=0x99402741d49
ptr2=(nil)
ptr3=(nil)
ptr4=(nil)
failure_message_object=0x7ffecbace490
==== JS stack trace =========================================
0: ExitFrame [pc: 0x15a06b9]
1: StubFrame [pc: 0x162334a]
Security context: 0x228e0b6ab049 <JSGlobalObject>
2: _fatalException [0x228e0b688821] [node:internal/process/execution:151] [bytecode=0x115af18e52d1 offset=13](this=0x228e0b682d29 <process map = 0x2228f9b357c9>,0x099402741d49 <Odd Oddball: termination_exception>,0x099402741769 <false>)
3: InternalFrame [pc: 0x1531efb]
4: EntryFrame [pc: 0x1531c83]
5: builtin exit frame: evaluate(this=0x0775a2ca7bf1 <ModuleWrap map = 0x27c03f8d521>,0x0775a2ca7bf1 <ModuleWrap map = 0x27c03f8d521>,-1,0x099402741769 <false>)
6: getESMFacade [0x2d59676185d9] [node:internal/bo...
Example
not ok 98 parallel/test-child-process-fork-closed-channel-segfault
---
duration_ms: 2.972
severity: fail
exitcode: 1
stack: |-
/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-child-process-fork-closed-channel-segfault.js:83
throw err;
^
Error: write EPIPE
at ChildProcess.target._send (node:internal/child_process:844:20)
at ChildProcess.<anonymous> (node:internal/child_process:665:16)
at ChildProcess.emit (node:events:402:35)
at emit (node:internal/child_process:915:12)
at processTicksAndRejections (node:internal/process/task_queues:84:21) {
errno: -32,
code: 'EPIPE',
syscall: 'write'
}
Node.js v17.0.0-pre
...
Example
not ok 1186 parallel/test-http2-cancel-while-client-reading
---
duration_ms: 0.376
severity: fail
exitcode: 1
stack: |-
node:events:368
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20)
Emitted 'error' event on ServerHttp2Stream instance at:
at emitErrorNT (node:internal/streams/destroy:164:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -54,
code: 'ECONNRESET',
syscall: 'read'
}
Node.js v17.0.0-pre
...
Example
not ok 3132 pummel/test-fs-watch-non-recursive
---
duration_ms: 0.815
severity: fail
exitcode: 1
stack: |-
node:assert:171
throw err;
^
AssertionError [ERR_ASSERTION]: function should not have been called at /Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/pummel/test-fs-watch-non-recursive.js:43
called with arguments: 'rename', 'testsubdir'
at FSWatcher.mustNotCall (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/index.js:479:12)
at FSWatcher.emit (node:events:390:28)
at FSEvent.FSWatcher._handle.onchange (node:internal/fs/watchers:212:12) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail'
}
Node.js v17.0.0-pre
...
Example
not ok 804 sequential/test-cpu-prof-dir-and-name
---
duration_ms: 3.472
severity: fail
exitcode: 1
stack: |-
Dispatching message { "id": 1, "method": "Profiler.enable" }
Receive CPU profile message
{"id":1,"result":{}}
Dispatching message { "id": 2, "method": "Profiler.start" }
Receive CPU profile message
{"id":2,"result":{}}
Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
Receive CPU profile message
{"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
node:assert:123
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
null !== 0
at Object.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/sequential/test-cpu-prof-dir-and-name.js:42:10)
at Module._compile (node:internal/modules/cjs/loader:1095:14)
at Object.Module._extensions..js (node:in...
Example
not ok 805 sequential/test-cpu-prof-exit
---
duration_ms: 2.250
severity: fail
exitcode: 1
stack: |-
Dispatching message { "id": 1, "method": "Profiler.enable" }
Receive CPU profile message
{"id":1,"result":{}}
Dispatching message { "id": 2, "method": "Profiler.start" }
Receive CPU profile message
{"id":2,"result":{}}
Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
Receive CPU profile message
{"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
node:assert:123
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
null !== 55
at Object.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/sequential/test-cpu-prof-exit.js:35:10)
at Module._compile (node:internal/modules/cjs/loader:1095:14)
at Object.Module._extensions..js (node:internal/modules/...
Example
not ok 3413 sequential/test-debugger-preserve-breaks
---
duration_ms: 9.675
severity: fail
exitcode: 1
stack: |-
/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/debugger.js:84
reject(new Error([
^
Error: Timeout (5000) while waiting for />\s+$/; found:
at Timeout.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/debugger.js:84:18)
at listOnTimeout (node:internal/timers:557:17)
at processTimers (node:internal/timers:500:7)
Node.js v17.0.0-pre
...
Example
not ok 812 sequential/test-debugger-restart-message
---
duration_ms: 21.359
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 ending on ws://127.0.0.1:9229/0161d4a8-8f01-4590-b7e9-18412e6e9a13
< For help, see: https://nodejs.org/en/docs/inspector
<
debug>
< Debugger listening on ws://127.0.0.1:9229/f8ab1b5e-afa3-4a18-8975-1d76592e7ade
< 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:557:17)
at proc...
Example
not ok 3415 sequential/test-diagnostic-dir-cpu-prof
---
duration_ms: 0.326
severity: fail
exitcode: 1
stack: |-
Dispatching message { "id": 1, "method": "Profiler.enable" }
Receive CPU profile message
{"id":1,"result":{}}
Dispatching message { "id": 2, "method": "Profiler.start" }
Receive CPU profile message
{"id":2,"result":{}}
Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
Receive CPU profile message
{"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
EndStartedProfilers
V8CpuProfilerConnection::End(), ending = false
Dispatching message { "id": 4, "method": "Profiler.stop" }
Receive CPU profile message
Writing profile response (id = 4)
Written result to /Users/iojs/node-tmp/.tmp.3414/prof/CPU.20210921.171725.31055.0.001.cpuprofile
[
{
id: 1,
callFrame: {
functionName: '(root)',
scriptId: '0',...
Example
not ok 816 sequential/test-heap-prof
---
duration_ms: 240.213
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 3460 sequential/test-net-connect-econnrefused
---
duration_ms: 120.41
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 ...
Jenkins Failure
Example
Build timed out (after 5 minutes). Marking the build as failed.
| Reason |
Backing channel 'JNLP4-connect connection from ... is disconnected. |
| Type |
JENKINS_FAILURE |
| Failed PR |
6 (https://github.com/nodejs/node/pull/39945/, https://github.com/nodejs/node/pull/40145/, https://github.com/nodejs/node/pull/40121/, https://github.com/nodejs/node/pull/40175/, https://github.com/nodejs/node/pull/39774/, https://github.com/nodejs/node/pull/40188/) |
| Appeared |
test-azure_msft-win10_vs2019-x64-1, test-ibm-rhel7-s390x-4, test-rackspace-fedora32-x64-1, test-digitalocean-fedora32-x64-1, test-osuosl-aix72-ppc64_be-4, test-osuosl-aix72-ppc64_be-2, test-osuosl-aix72-ppc64_be-3 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/39982/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/40049/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 137.116.94.125/137.116.94.125:3074' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
at com.sun.proxy.$Proxy98.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1211)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1203)
Example
Build timed out (after 60 minutes). Marking the build as failed.
Build Failure
Example
fatal error: ld terminated with signal 9 [Killed]
Example
fatal: No rebase in progress?
Example
ERROR: Step ?Publish JUnit test result report? failed: no workspace for node-test-commit-aix/nodes=aix72-ppc64 #38356
Sending e-mails to: michael_dawson@ca.ibm.com vieuxtech@gmail.com ashley.cripps@ibm.com
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE
Example
Failed to trigger sub builds
undefined
Example
Unknown
Progress