Failures in node-test-pull-request/39956 to node-test-pull-request/40054 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-25 00:04 |
0 |
9 |
27 |
7 |
57 |
9.68% |
JSTest Failure
| Reason |
wpt/test-user-timing |
| Type |
JS_TEST_FAILURE |
| Failed PR |
13 (https://github.com/nodejs/node/pull/40117/, 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/) |
| Appeared |
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, test-requireio_piccoloaiutante-debian10-arm64_pi3-1 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/39956/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/40053/ |
Example
not ok 840 wpt/test-user-timing
---
duration_ms: 6.71
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
---- buffered-flag.any.js ----
[PASS] PerformanceObserver with buffered flag sees previous marks
---- buffered-flag.any.js ----
[PASS] PerformanceObserver with buffered flag sees previous measures
---- case-sensitivity.any.js ----
[PASS] getEntriesByType values are case sensitive
---- clear_all_marks.any.js ----
[PASS] Clearing all marks remove all of them.
---- clear_all_measures.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_one_mark.any.js ----
[P...
Example
not ok 1318 parallel/test-http2-pipe-named-pipe
---
duration_ms: 0.60
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 1186 parallel/test-http2-cancel-while-client-reading
---
duration_ms: 0.406
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 2136 parallel/test-repl-sigint-nested-eval
---
duration_ms: 0.414
severity: fail
exitcode: 1
stack: |-
Stacktrace:
ptr1=0x146c20f41d49
ptr2=(nil)
ptr3=(nil)
ptr4=(nil)
failure_message_object=0x7ffcddac0d90
==== JS stack trace =========================================
0: ExitFrame [pc: 0x556f88a6beb9]
1: StubFrame [pc: 0x556f88aeeb4a]
Security context: 0x03611d6ab041 <JSGlobalObject>
2: _fatalException [0x3611d688819] [node:internal/process/execution:151] [bytecode=0x3048e3ce52d1 offset=13](this=0x03611d682d29 <process map = 0xd7949df5781>,0x146c20f41d49 <Odd Oddball: termination_exception>,0x146c20f41769 <false>)
3: InternalFrame [pc: 0x556f889fd6fb]
4: EntryFrame [pc: 0x556f889fd483]
5: builtin exit frame: evaluate(this=0x32babd967541 <ModuleWrap map = 0x652e5f8d4d9>,0x32babd967541 <ModuleWrap map = 0x652e5f8d4d9>,-1,0x146c20f41769 <false>)
6: getESMFacade [0x2a75150585a1...
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 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 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 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
...
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)
Build Failure
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
Example
fatal error: ld terminated with signal 9 [Killed]
undefined
Example
Unknown
Progress