-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Failures in node-test-pull-request/41246 to node-test-pull-request/41343 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-12-05 00:03 | 0 | 16 | 7 | 5 | 72 | 16.84% |
JSTest Failure
Reason | parallel/test-fs-rmdir-recursive |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 10 (nodejs/node#41003, nodejs/node#41018, nodejs/node#41019, nodejs/node#41060, nodejs/node#41026, nodejs/node#40815, nodejs/node#41057, nodejs/node#41013, nodejs/node#40909, nodejs/node#41050) |
Appeared | test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win10_vcbt2015-x64-4, test-azure_msft-win10_vs2019-x64-1, test-azure_msft-win10_vs2019-x64-2, test-azure_msft-win10_vs2019-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41250/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41331/ |
Example
not ok 257 parallel/test-fs-rmdir-recursive
---
duration_ms: 0.646
severity: fail
exitcode: 1
stack: |-
(node:9976) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use `node --trace-deprecation ...` to show where the warning was created)
node:internal/process/promises:246
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.255\rmdir-recursive-4\d-3-1\d-2-1\d-1-2'] {
errno: -4051,
code: 'ENOTEMPTY',
syscall: 'rmdir',
path: 'C:\\workspace\\node-test-binary-windows-js-suites\\node\\test\\.tmp.255\\rmdir-recursive-4\\d-3-1\\d-2-1\\d-1-2'
}
Node.js v18.0.0-pre
...
Reason | parallel/test-crypto-keygen |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 9 (nodejs/node#41003, nodejs/node#41018, nodejs/node#40516, nodejs/node#41026, nodejs/node#40909, nodejs/node#41022, nodejs/node#41060, nodejs/node#41050, nodejs/node#41086) |
Appeared | test-rackspace-win2012r2_vs2019-x64-6, test-rackspace-win2012r2_vs2015-x64-2, test-rackspace-win2012r2_vs2019-x64-1, test-rackspace-win2012r2_vs2017-x64-2, test-rackspace-win2012r2_vs2013-x64-1, test-rackspace-win2012r2_vs2017-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41247/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41336/ |
Example
not ok 809 parallel/test-crypto-keygen
---
duration_ms: 120.126
severity: fail
exitcode: 1
stack: |-
timeout
...
Example
not ok 1944 parallel/test-repl-sigint-nested-eval
---
duration_ms: 0.385
severity: fail
exitcode: 1
stack: |-
Stacktrace:
ptr1=0x99f5cb01d49
ptr2=0x0
ptr3=0x0
ptr4=0x0
failure_message_object=0x7ffeef438e30
==== JS stack trace =========================================
0: ExitFrame [pc: 0x101305eb9]
1: StubFrame [pc: 0x1013918d4]
Security context: 0x099f01d31381 <JSGlobalObject>
2: _fatalException [0x99f01d08791] [node:internal/process/execution:145] [bytecode=0x99f9ae2a199 offset=13](this=0x099f01d02d09 <process map = 0x99f4b535fa9>,0x099f5cb01d49 <Odd Oddball: termination_exception>,0x099f5cb01769 <false>)
3: InternalFrame [pc: 0x1012930db]
4: EntryFrame [pc: 0x101292e03]
5: builtin exit frame: evaluate(this=0x099f4ef28bc9 <ModuleWrap map = 0x99f8288dc71>,0x099f4ef28bc9 <ModuleWrap map = 0x99f8288dc71>,-1,0x099f5cb01769 <false>)
6: getESMFacade [0x99f68fdace9] [node:internal/boot...
Reason | wpt/test-user-timing |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 6 (nodejs/node#41044, nodejs/node#40815, nodejs/node#40909, nodejs/node#41050, nodejs/node#41060, nodejs/node#40881) |
Appeared | test-requireio_svincent-debian10-armv7l_pi2-2, test-rackspace-fedora32-x64-1, test-azure_msft-win10_vs2019-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41283/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41342/ |
Example
not ok 851 wpt/test-user-timing
---
duration_ms: 9.315
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_non_existent_mark.any.js ----
[PASS] Clearing a non-existent mark doesn't affect existing marks
---- clear_all_measures.any.js ----
[PASS] Clearing all marks remove all of them.
---- clear_non_existent_measure.any.j...
Reason | parallel/test-child-process-pipe-dataflow |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#41018, nodejs/node#41019, nodejs/node#40516, nodejs/node#41050) |
Appeared | test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win2016_vs2017-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41258/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41331/ |
Example
not ok 792 parallel/test-child-process-pipe-dataflow
---
duration_ms: 120.451
severity: fail
exitcode: 1
stack: |-
timeout
...
Reason | parallel/test-crypto-dh-leak |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#41044, nodejs/node#41060, nodejs/node#41050, nodejs/node#40815) |
Appeared | test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_mininodes-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41283/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41317/ |
Example
not ok 217 parallel/test-crypto-dh-leak
---
duration_ms: 240.115
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-child-process-fork-closed-channel-segfault |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#40951, nodejs/node#40909, nodejs/node#41022) |
Appeared | test-requireio_svincent-debian10-armv7l_pi2-3, 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/41270/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41308/ |
Example
not ok 102 parallel/test-child-process-fork-closed-channel-segfault
---
duration_ms: 4.191
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 v18.0.0-pre
...
Reason | parallel/test-net-connect-memleak |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#41060, nodejs/node#41050, nodejs/node#41086) |
Appeared | test-azure_msft-win2016_vs2017-x64-5 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41329/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41336/ |
Example
not ok 391 parallel/test-net-connect-memleak
---
duration_ms: 0.218
severity: fail
exitcode: 1
stack: |-
events.js:291
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
Emitted 'error' event on Socket instance at:
at emitErrorNT (internal/streams/destroy.js:92:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
at processTicksAndRejections (internal/process/task_queues.js:84:21) {
errno: 'ECONNRESET',
code: 'ECONNRESET',
syscall: 'read'
}
...
Reason | parallel/test-worker-stdio |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#41008, nodejs/node#40661, nodejs/node#41057) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-joyent-smartos20-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41260/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41288/ |
Example
not ok 3243 parallel/test-worker-stdio
---
duration_ms: 28.334
severity: fail
exitcode: 1
stack: |-
node:internal/buffer:959
super(bufferOrLength, byteOffset, length);
^
RangeError: Array buffer allocation failed
at new ArrayBuffer (<anonymous>)
at new Uint8Array (<anonymous>)
at new FastBuffer (node:internal/buffer:959:5)
at createUnsafeBuffer (node:internal/buffer:1062:12)
at allocate (node:buffer:409:10)
at Function.allocUnsafe (node:buffer:374:10)
at Function.concat (node:buffer:552:25)
at BufferingWritable.get buffer [as buffer] (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-worker-stdio.js:21:19)
at BufferingWritable.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-worker-stdio.js:36:55)
at BufferingWritable.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:401:1...
Reason | parallel/test-crypto-binary-default |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#41050, nodejs/node#41065) |
Appeared | test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_rvagg-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41302/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41305/ |
Example
not ok 205 parallel/test-crypto-binary-default
---
duration_ms: 240.109
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-crypto-dh |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#40951, nodejs/node#41050) |
Appeared | test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_svincent-debian10-armv7l_pi2-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41280/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41313/ |
Example
not ok 238 parallel/test-crypto-dh
---
duration_ms: 240.62
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-crypto-dh-constructor |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#40951, nodejs/node#41022) |
Appeared | test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41280/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41308/ |
Example
not ok 226 parallel/test-crypto-dh-constructor
---
duration_ms: 240.119
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-crypto-dh-odd-key |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#40909, nodejs/node#41086) |
Appeared | test-requireio_mcollina-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41303/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41335/ |
Example
not ok 245 parallel/test-crypto-dh-odd-key
---
duration_ms: 240.92
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-fs-copyfile |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#41003, nodejs/node#41018) |
Appeared | test-azure_msft-win10_vs2019-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41250/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41256/ |
Example
not ok 180 parallel/test-fs-copyfile
---
duration_ms: 0.167
severity: fail
exitcode: 1
stack: |-
internal/fs/utils.js:269
throw err;
^
Error: EPERM: operation not permitted, copyfile 'C:\workspace\node-test-binary-windows-js-suites\node\test\fixtures\a.js' -> 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.1\copyfile.out'
at Object.copyFileSync (fs.js:1907:3)
at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-fs-copyfile.js:61:4)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47 {
errno: -4048,
syscall: 'copyfile',...
Jenkins Failure
Reason | Backing channel 'JNLP4-connect connection from ... is disconnected. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 2 (nodejs/node#41050, nodejs/node#41046) |
Appeared | test-osuosl-aix72-ppc64_be-3, test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41273/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41300/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from p8-aix2-nodejs03.osuosl.org/140.211.9.131:46925' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
at com.sun.proxy.$Proxy82.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)
Build Failure
Example
fatal error: ld terminated with signal 9 [Killed]
Example
Error: Invalid regular expression: /[\p{XID_Start}_]\p{XID_Continue}*/: Invalid property name in character class
at Object.compileFunction (node:vm:352:18)
at wrapSafe (node:internal/modules/cjs/loader:1026:15)
at Module._compile (node:internal/modules/cjs/loader:1061:27)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
at Module.load (node:internal/modules/cjs/loader:975:32)
Reason | Failed to trigger sub builds |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#41050, nodejs/node#40773) |
Appeared | undefined |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41271/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41326/ |
Example
Failed to trigger sub builds
Reason | fatal: sent error to the client: git upload-archive: archiver died with error |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#40516, nodejs/node#40532) |
Appeared | undefined |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41275/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41286/ |
Example
fatal: sent error to the client: git upload-archive: archiver died with error
fatal: no such ref: jenkins-node-test-commit-windows-fanned-c935b6a3c745f1cfe795f2f16499c1202ac7282a
undefined
Reason | Unknown |
---|---|
Type | undefined |
Failed PR | 11 (nodejs/node#40951, nodejs/node#41044, nodejs/node#41060, nodejs/node#41013, nodejs/node#41065, nodejs/node#41022, nodejs/node#40909, nodejs/node#41050, nodejs/node#40815, nodejs/node#41086, nodejs/node#40881) |
Appeared | test-equinix-ubuntu2004_container-armv7l-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41280/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41342/ |
Example
Unknown
Progress
-
parallel/test-fs-rmdir-recursive
(10) -
parallel/test-crypto-keygen
(9) -
parallel/test-repl-sigint-nested-eval
(8) -
wpt/test-user-timing
(6) -
parallel/test-child-process-pipe-dataflow
(4) -
parallel/test-crypto-dh-leak
(4) -
parallel/test-child-process-fork-closed-channel-segfault
(3) -
parallel/test-net-connect-memleak
(3) -
parallel/test-worker-stdio
(3) -
parallel/test-crypto-binary-default
(2) -
parallel/test-crypto-dh
(2) -
parallel/test-crypto-dh-constructor
(2) -
parallel/test-crypto-dh-odd-key
(2) -
parallel/test-fs-copyfile
(2) -
Backing channel 'JNLP4-connect connection from ... is disconnected.
(2) -
fatal error: ld terminated with signal 9 [Killed]
(16) -
Error: Invalid regular expression: /[\p{XID_Start}_]\p{XID_Continue}*/: Invalid property name in character class
(15) -
Failed to trigger sub builds
(2) -
fatal: sent error to the client: git upload-archive: archiver died with error
(2) -
Unknown
(11)
Metadata
Metadata
Assignees
Labels
No labels