Open
Description
Failures in node-test-pull-request/40994 to node-test-pull-request/41087 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-11-25 00:03 | 8 | 16 | 1 | 4 | 71 | 18.18% |
JSTest Failure
Example
not ok 745 parallel/test-child-process-pipe-dataflow
---
duration_ms: 120.161
severity: fail
exitcode: 1
stack: |-
timeout
...
Reason | parallel/test-fs-rmdir-recursive |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 13 (nodejs/node#40852, nodejs/node#40877, nodejs/node#40858, nodejs/node#40881, nodejs/node#40751, nodejs/node#40886, nodejs/node#40598, nodejs/node#40842, nodejs/node#40903, nodejs/node#40906, nodejs/node#40909, nodejs/node#40785, nodejs/node#40899) |
Appeared | test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win10_vcbt2015-x64-2, test-azure_msft-win10_vs2019-x64-4, test-azure_msft-win10_vs2019-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/40994/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41076/ |
Example
not ok 256 parallel/test-fs-rmdir-recursive
---
duration_ms: 0.534
severity: fail
exitcode: 1
stack: |-
(node:5652) [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.254\rmdir-recursive-4\d-3-2\d-2-1\d-1-2'] {
errno: -4051,
code: 'ENOTEMPTY',
syscall: 'rmdir',
path: 'C:\\workspace\\node-test-binary-windows-js-suites\\node\\test\\.tmp.254\\rmdir-recursive-4\\d-3-2\\d-2-1\\d-1-2'
}
Node.js v18.0.0-pre
...
Reason | pummel/test-fs-watch-non-recursive |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 12 (nodejs/node#40852, nodejs/node#40877, nodejs/node#40858, nodejs/node#40881, nodejs/node#40886, nodejs/node#40842, nodejs/node#40907, nodejs/node#40899, nodejs/node#40751, nodejs/node#40615, nodejs/node#40941, nodejs/node#40785) |
Appeared | test-azure_msft-win10_vcbt2015-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-azure_msft-win10_vs2019-x64-1, test-azure_msft-win10_vcbt2015-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/40994/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41065/ |
Example
not ok 790 pummel/test-fs-watch-non-recursive
---
duration_ms: 0.791
severity: fail
exitcode: 1
stack: |-
node:assert:171
throw err;
^
AssertionError [ERR_ASSERTION]: function should not have been called at C:\workspace\node-test-binary-windows-js-suites\node\test\pummel\test-fs-watch-non-recursive.js:43
called with arguments: 'change', 'testsubdir'
at FSWatcher.mustNotCall (C:\workspace\node-test-binary-windows-js-suites\node\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 v18.0.0-pre
...
Reason | parallel/test-http2-pipe-named-pipe |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 7 (nodejs/node#40881, nodejs/node#40886, nodejs/node#40785, nodejs/node#40895, nodejs/node#40622, nodejs/node#40903, nodejs/node#40656) |
Appeared | test-macstadium-macos11.0-arm64-4, test-macstadium-macos11.0-arm64-3, test-orka-macos10.15-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/40995/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41026/ |
Example
not ok 1330 parallel/test-http2-pipe-named-pipe
---
duration_ms: 0.62
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:755:10)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 139837,
expected: 139244,
operator: 'strictEqual'
}
Node.js v18.0.0-pre
...
Example
not ok 850 wpt/test-user-timing
---
duration_ms: 12.851
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_measure.any.js ----
[PASS] Clearing a non-existent measure doesn't affect existing measures
---- clear_all_measures.any.js ----
[PASS] Clearing all marks remove all of them.
---- clear_one_measure.any....
Reason | parallel/test-fs-rm |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 6 (nodejs/node#40640, nodejs/node#40906, nodejs/node#40689, nodejs/node#40785, nodejs/node#40947, nodejs/node#40241) |
Appeared | test-azure_msft-win10_vcbt2015-x64-4, test-azure_msft-win10_vs2019-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41038/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41083/ |
Example
not ok 238 parallel/test-fs-rm
---
duration_ms: 0.956
severity: fail
exitcode: 1
stack: |-
C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:633
const crashOnUnhandledRejection = (err) => { throw err; };
^
[Error: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.237\rm-4\d-3-2\d-2-1'] {
errno: -4051,
code: 'ENOTEMPTY',
syscall: 'rmdir',
path: 'C:\\workspace\\node-test-binary-windows-js-suites\\node\\test\\.tmp.237\\rm-4\\d-3-2\\d-2-1'
}
...
Reason | parallel/test-repl-sigint-nested-eval |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 6 (nodejs/node#40863, nodejs/node#40858, nodejs/node#36696, nodejs/node#40785, nodejs/node#40906, nodejs/node#40807) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-softlayer-alpine311_container-x64-1, test-equinix-ubuntu2004_container-armv7l-1, test-softlayer-ubi81_container-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/40996/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41060/ |
Example
not ok 2113 parallel/test-repl-sigint-nested-eval
---
duration_ms: 0.611
severity: fail
exitcode: 1
stack: |-
Stacktrace:
ptr1=0x1474b7941d49
ptr2=(nil)
ptr3=(nil)
ptr4=(nil)
failure_message_object=0x7ffe8836be40
==== JS stack trace =========================================
0: ExitFrame [pc: 0x7f16a117f479]
1: StubFrame [pc: 0x7f16a120ae9d]
Security context: 0x1f293cd85359 <JSGlobalObject>
2: _fatalException [0x2e99d82ca2e9] [node:internal/process/execution:145] [bytecode=0x2e99d82e1731 offset=13](this=0x1197ba0c2b69 <process map = 0x1f76d800dd01>,0x1474b7941d49 <Odd Oddball: termination_exception>,0x1474b7941769 <false>)
3: InternalFrame [pc: 0x7f16a110c6db]
4: EntryFrame [pc: 0x7f16a110c403]
5: builtin exit frame: evaluate(this=0x34a20b2f1be1 <ModuleWrap map = 0x1f76d80240c9>,0x34a20b2f1be1 <ModuleWrap map = 0x1f76d80240c9>,-1,0x1474b7941769 <false>)
6: getESMFacade [0x2210d069...
Example
not ok 3449 sequential/test-debugger-heap-profiler
---
duration_ms: 13.843
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: Heap snapshot: 0/0
Heap snapshot: 0/34617
Heap snapshot: 10000/34617Heap snapshot: 20000/34617
Heap snapshot: 30000/34617
Heap snapshot: 34616/34617
Heap snapshot: 34617/34617
Heap snaphost 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: 1228800
Writing snapshot: 1331200
Writing snapshot: 1433600
Writing snapshot: 1536000
Writing s...
Example
not ok 3219 sequential/test-worker-prof
---
duration_ms: 30.641
severity: fail
exitcode: 1
stack: |-
assert.js:118
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: child exited with signal: {
error: Error: spawnSync /home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node ETIMEDOUT
at Object.spawnSync (internal/child_process.js:1077:20)
at spawnSync (child_process.js:776:24)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-worker-prof.js:52:23)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
at internal/m...
Reason | parallel/test-crypto-dh-odd-key |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#40881, nodejs/node#40751, nodejs/node#40598, nodejs/node#35157) |
Appeared | test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_svincent-debian10-armv7l_pi2-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/40995/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41081/ |
Example
not ok 226 parallel/test-crypto-dh-odd-key
---
duration_ms: 240.111
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-crypto-secure-heap |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#40881, nodejs/node#40916, nodejs/node#40909, nodejs/node#40949) |
Appeared | test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41001/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41074/ |
Example
not ok 277 parallel/test-crypto-secure-heap
---
duration_ms: 240.73
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 3475 sequential/test-heap-prof
---
duration_ms: 120.89
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-crypto-dh |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#40598, nodejs/node#40622, nodejs/node#40934) |
Appeared | test-requireio_securogroup-debian10-arm64_pi3-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_svincent-debian10-armv7l_pi2-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41006/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41051/ |
Example
not ok 319 parallel/test-crypto-dh
---
duration_ms: 240.49
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-crypto-dh-constructor |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#40916, nodejs/node#40640, nodejs/node#40909) |
Appeared | test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_joeyvandijk-debian10-armv7l_pi2-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41035/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41057/ |
Example
not ok 199 parallel/test-crypto-dh-constructor
---
duration_ms: 240.260
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | sequential/test-heapdump |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#40877, nodejs/node#36696, nodejs/node#40751) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/40998/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41004/ |
Example
not ok 3476 sequential/test-heapdump
---
duration_ms: 121.48
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | sequential/test-heapdump-flag |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#40877, nodejs/node#36696, nodejs/node#40751) |
Appeared | test-digitalocean-alpine312_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/40998/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41004/ |
Example
not ok 3477 sequential/test-heapdump-flag
---
duration_ms: 120.8
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-crypto-binary-default |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#40934, nodejs/node#40813) |
Appeared | test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_mininodes-debian10-armv7l_pi2-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41073/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41079/ |
Example
not ok 186 parallel/test-crypto-binary-default
---
duration_ms: 240.167
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-crypto-keygen |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#40640, nodejs/node#40751) |
Appeared | test-softlayer-centos7-x64-1, test-rackspace-win2012r2_vs2017-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41038/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41040/ |
Example
not ok 989 parallel/test-crypto-keygen
---
duration_ms: 120.78
severity: fail
exitcode: -15
stack: |-
timeout
...
Reason | parallel/test-stdout-to-file |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#40689, nodejs/node#40934) |
Appeared | test-azure_msft-win10_vcbt2015-x64-4, test-azure_msft-win10_vcbt2015-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41055/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41075/ |
Example
not ok 587 parallel/test-stdout-to-file
---
duration_ms: 1.710
severity: fail
exitcode: 1
stack: |-
1048576 chars to C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.566\stdout.txt...
done!
C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.566\stdout.txt has 1048576 bytes
Done printing with string
1048576 chars to C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.566\stdout.txt...
done!
C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.566\stdout.txt has 1048576 bytes
Done printing with buffer
Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.566
Files blocking: [ 'stdout.txt' ]
C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:54
throw e;
^
Error: EPERM: operation not permitted, lstat '\\?\C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.566\stdout.txt'
at lstatSync (node:fs:1514:3)
at r...
Example
not ok 2210 parallel/test-stream-destroy
---
duration_ms: 0.291
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/test/common/index.js:359:10)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-stream-destroy.js:16:24)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149: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:81:12)
at node:internal/main/run_main_module:17:47
Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/iojs/build/workspace/node-test-commit-linux/test/common/index.j...
Reason | parallel/test-trace-events-fs-sync |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#40895, nodejs/node#40785) |
Appeared | test-azure_msft-win10_vs2019-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41013/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41065/ |
Example
not ok 682 parallel/test-trace-events-fs-sync
---
duration_ms: 2.191
severity: fail
exitcode: 1
stack: |-
Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.678
Files blocking: [ 'fs.txt', 'node_trace.1.log' ]
C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-trace-events-fs-sync.js:133
throw new Error(`${tr}:\n${util.inspect(proc)}`);
^
Error: fs.sync.fstat:
{
status: 1,
signal: null,
output: [
null,
'',
'node:internal/fs/utils:344\r\n' +
' throw err;\r\n' +
' ^\r\n' +
'\r\n' +
"Error: EPERM: operation not permitted, open 'fs.txt'\r\n" +
' at Object.openSync (node:fs:585:3)\r\n' +
' at Object.writeFileSync (node:fs:2153:35)\r\n' +
' at [eval]:1:4\r\n' +
' at Script.runInThisContext (node:vm:129:12)\r\n' +
' at Object.runInThisContext (node:vm:305:38)...
Example
not ok 2843 parallel/test-whatwg-webstreams-adapters-to-readablestream
---
duration_ms: 0.173
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/test/common/index.js:359:10)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-whatwg-webstreams-adapters-to-readablestream.js:34:31)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149: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:81:12)
at node:internal/main/run_main_module:17:47
...
Example
not ok 2844 parallel/test-whatwg-webstreams-adapters-to-readablewritablepair
---
duration_ms: 0.189
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/test/common/index.js:359:10)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-whatwg-webstreams-adapters-to-readablewritablepair.js:139:29)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149: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:81:12)
at node:internal/main/run_main_module:17:47
...
Reason | sequential/test-cpu-prof-worker-argv |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#40907, nodejs/node#40947) |
Appeared | test-nearform-macos10.15-x64-1, test-digitalocean-freebsd12-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41032/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41071/ |
Example
not ok 3423 sequential/test-cpu-prof-worker-argv
---
duration_ms: 0.308
severity: fail
exitcode: 1
stack: |-
[
{
id: 1,
callFrame: {
functionName: '(root)',
scriptId: '0',
url: '',
lineNumber: -1,
columnNumber: -1
},
hitCount: 0,
children: [ 2, 3, 4, 7 ]
},
{
id: 2,
callFrame: {
functionName: '(program)',
scriptId: '0',
url: '',
lineNumber: -1,
columnNumber: -1
},
hitCount: 2
},
{
id: 3,
callFrame: {
functionName: '(garbage collector)',
scriptId: '0',
url: '',
lineNumber: -1,
columnNumber: -1
},
hitCount: 3
},
{
id: 4,
callFrame: {
functionName: '',
scriptId: '10',
url: 'node:internal/bootstrap/node',
lineNumber: 0,
columnNumber: 0
...
Reason | sequential/test-tls-securepair-client |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#40877, nodejs/node#40906) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/40998/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41041/ |
Example
not ok 3551 sequential/test-tls-securepair-client
---
duration_ms: 9.642
severity: fail
exitcode: 1
stack: |-
Using default temp DH parameters
WAIT-ACCEPT
ACCEPT [::]:37783
WAIT-ACCEPT
client connected
client: connected+secure!
client pair.cleartext.getPeerCertificate(): {"subject":{"C":"UK","ST":"Acknack Ltd","L":"Rhys Jones","O":"node.js","OU":["Test TLS Certificate","Engineering"],"CN":"localhost","emailAddress":"alex@aub.dev"},"issuer":{"C":"UK","ST":"Acknack Ltd","L":"Rhys Jones","O":"node.js","OU":["Test TLS Certificate","Engineering"],"CN":"localhost","emailAddress":"alex@aub.dev"},"modulus":"B7DC58888A27B1C0B7BF3FC0D9C791ECA8596650EEFF96F27B9DE70954DC2A759DDAC798E9401D29EAEC5FA9E3AFCDC37793957B5056FF026FA7912359300661B16CC25366783E3879D10633DDFD07A2EAFBFF22064AD38BC986378602CAD8AF136E182340F85D930F7E42D2A5A6F6CBF1F2E038D0281AB54E16745019CAFBD2215F7EC9BBF6681984A54C8188873C9A898061EF0AD90683DCCC812EE9EB7F90DD959E76D152D9184C5F7B82072FE61FA10E95108D05B466038C71373C9...
Jenkins Failure
Reason | Build timed out (after 60 minutes). Marking the build as failed. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 6 (nodejs/node#40877, nodejs/node#40751, nodejs/node#40899, nodejs/node#40615, nodejs/node#40947, nodejs/node#40904) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/40998/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41072/ |
Example
Build timed out (after 60 minutes). Marking the build as failed.
Reason | Backing channel 'JNLP4-connect connection from ... is disconnected. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 2 (nodejs/node#40858, nodejs/node#40815) |
Appeared | test-osuosl-aix72-ppc64_be-2, test-osuosl-aix72-ppc64_be-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/40999/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41025/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from p8-aix2-nodejs02.osuosl.org/140.211.9.30:56375' 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)
Reason | Failed to create a temp file on /home/iojs/build/workspace/node-test-commit-linux |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 2 (nodejs/node#40615, nodejs/node#40941) |
Appeared | test-softlayer-alpine312_container-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41056/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41061/ |
Example
java.io.IOException: Failed to create a temp file on /home/iojs/build/workspace/node-test-commit-linux
at hudson.FilePath.createTextTempFile(FilePath.java:1583)
at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:201)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:119)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:91)
at org.jenkinsci.plugins.preSCMbuildstep.PreSCMBuildStepsWrapper.preCheckout(PreSCMBuildStepsWrapper.java:127)
Git Failure
Reason | warning: failed to remove Release/node.exe: Invalid argument |
---|---|
Type | GIT_FAILURE |
Failed PR | 3 (nodejs/node#36696, nodejs/node#40882, nodejs/node#40904) |
Appeared | test-rackspace-win2012r2_vs2019-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41003/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41030/ |
Example
warning: failed to remove Release/node.exe: Invalid argument
Build Failure
Example
fatal error: ld terminated with signal 9 [Killed]
Reason | fatal error: error in backend: IO failure on output stream: No space left on device |
---|---|
Type | BUILD_FAILURE |
Failed PR | 11 (nodejs/node#40807, nodejs/node#40640, nodejs/node#40751, nodejs/node#40906, nodejs/node#40916, nodejs/node#40899, nodejs/node#40909, nodejs/node#40904, nodejs/node#40941, nodejs/node#40615, nodejs/node#40949) |
Appeared | test-nearform-macos10.15-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41031/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41074/ |
Example
fatal error: error in backend: IO failure on output stream: No space left on device
Example
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
[PostBuildScript] - [INFO] Executing post build scripts.
[node-test-binary-arm] $ /bin/bash -ex /tmp/jenkins5857051373718315641.sh
+ '[' -d .git ']'
+ git clean -fdx
Reason | ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? |
---|---|
Type | BUILD_FAILURE |
Failed PR | 3 (nodejs/node#40815, nodejs/node#40907, nodejs/node#40909) |
Appeared | test-joyent-smartos20-x64-3, test-equinix-centos7_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu2004_sharedlibs_container-arm64-1, test-equinix-ubuntu2004_container-armv7l-1, test-osuosl-aix72-ppc64_be-3, test-joyent-smartos20-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41025/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41050/ |
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: The last gc run reported the following. Please correct the root cause |
---|---|
Type | BUILD_FAILURE |
Failed PR | 3 (nodejs/node#40907, nodejs/node#35157, nodejs/node#40564) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-ibm-ubuntu1804-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41043/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41082/ |
Example
error: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
Reason | ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error? |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#40907, nodejs/node#40689) |
Appeared | test-rackspace-win2012r2_vs2019-x64-3, test-azure_msft-win10_vcbt2015-x64-3, test-azure_msft-win10_vs2019-x64-2, test-rackspace-win2012r2_vs2015-x64-1, test-rackspace-win2012r2_vs2019-x64-5 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41043/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41058/ |
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
Example
fatal: No rebase in progress?
Reason | fatal: sent error to the client: git upload-archive: archiver died with error |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#40899, nodejs/node#40598) |
Appeared | undefined |
First CI | https://ci.nodejs.org/job/node-test-pull-request/41046/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/41087/ |
Example
fatal: sent error to the client: git upload-archive: archiver died with error
fatal: no such ref: jenkins-node-test-commit-windows-fanned-4023d9b9257aecc3b9cf2ba6c38e3eac8de59313
undefined
Example
Unknown
Progress
-
parallel/test-child-process-pipe-dataflow
(19) -
parallel/test-fs-rmdir-recursive
(13) -
pummel/test-fs-watch-non-recursive
(12) -
parallel/test-http2-pipe-named-pipe
(7) -
wpt/test-user-timing
(7) -
parallel/test-fs-rm
(6) -
parallel/test-repl-sigint-nested-eval
(6) -
sequential/test-debugger-heap-profiler
(5) -
sequential/test-worker-prof
(5) -
parallel/test-crypto-dh-odd-key
(4) -
parallel/test-crypto-secure-heap
(4) -
sequential/test-heap-prof
(4) -
parallel/test-crypto-dh
(3) -
parallel/test-crypto-dh-constructor
(3) -
sequential/test-heapdump
(3) -
sequential/test-heapdump-flag
(3) -
parallel/test-crypto-binary-default
(2) -
parallel/test-crypto-keygen
(2) -
parallel/test-stdout-to-file
(2) -
parallel/test-stream-destroy
(2) -
parallel/test-trace-events-fs-sync
(2) -
parallel/test-whatwg-webstreams-adapters-to-readablestream
(2) -
parallel/test-whatwg-webstreams-adapters-to-readablewritablepair
(2) -
sequential/test-cpu-prof-worker-argv
(2) -
sequential/test-tls-securepair-client
(2) -
Build timed out (after 60 minutes). Marking the build as failed.
(6) -
Backing channel 'JNLP4-connect connection from ... is disconnected.
(2) -
Failed to create a temp file on /home/iojs/build/workspace/node-test-commit-linux
(2) -
warning: failed to remove Release/node.exe: Invalid argument
(3) -
fatal error: ld terminated with signal 9 [Killed]
(21) -
fatal error: error in backend: IO failure on output stream: No space left on device
(11) -
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
(7) -
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
(3) -
error: The last gc run reported the following. Please correct the root cause
(3) -
ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error?
(2) -
fatal: No rebase in progress?
(2) -
fatal: sent error to the client: git upload-archive: archiver died with error
(2) -
Unknown
(21)
Metadata
Assignees
Labels
No labels