Open
Description
Failures in node-test-pull-request/46428 to node-test-pull-request/46524 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-09-12 00:16 | 1 | 6 | 28 | 9 | 56 | 6.67% |
JSTest Failure
Reason | parallel/test-runner-inspect |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 6 (nodejs/node#44520, nodejs/node#44378, nodejs/node#44489, nodejs/node#42796, nodejs/node#44590, nodejs/node#42083) |
Appeared | test-azure_msft-win10_vs2019-x64-1, test-azure_msft-win10_vs2019-x64-4, test-azure_msft-win10_vs2019-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46480/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 836 parallel/test-runner-inspect
---
duration_ms: 120.225
severity: fail
exitcode: 1
stack: |-
timeout
[test] Connecting to a child Node process
[test] Testing /json/list
[err] (node:4172) Warning: Using the inspector with --test forces running at a concurrency of 1. Use the inspectPort option to run with concurrency
[err] (Use `node --trace-warnings ...` to show where the warning was created)
[err]
[out] TAP version 13
[out]
...
Example
not ok 3151 parallel/test-watch-mode
---
duration_ms: 8.42
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: watch mode
# Subtest: should watch changes to a file - event loop ended
ok 1 - should watch changes to a file - event loop ended
---
duration_ms: 256.311851
...
Reason | parallel/test-bootstrap-modules |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 5 (nodejs/node#44530, nodejs/node#44358, nodejs/node#44247, nodejs/node#44521, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, undefined |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46442/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 332 parallel/test-bootstrap-modules
---
duration_ms: 0.91
severity: fail
exitcode: 1
stack: |-
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:513:28) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | parallel/test-fs-readfile |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 4 (nodejs/node#43315, nodejs/node#42083, nodejs/node#44495, nodejs/node#44590) |
Appeared | test-rackspace-win2012r2_vs2019-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-azure_msft-win10_vs2019-x64-1, test-rackspace-win2012r2_vs2013-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46512/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46522/ |
Example
not ok 273 parallel/test-fs-readfile
---
duration_ms: 0.982
severity: fail
exitcode: 1
stack: |-
Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.264
Files blocking: [
'.removeme-fs-readfile-4748-1K.txt',
'.removeme-fs-readfile-4748-1M.txt',
'.removeme-fs-readfile-4748-1MPlusOne.txt',
'.removeme-fs-readfile-4748-64K.txt',
'.removeme-fs-readfile-4748-64KLessOne.txt'
]
node:internal/fs/utils:348
throw err;
^
Error: ENOSPC: no space left on device, ftruncate
at Object.ftruncateSync (node:fs:1136:3)
at Object.truncateSync (node:fs:1095:14)
at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-fs-readfile.js:61:6)
at Module._compile (node:internal/modules/cjs/loader:1129:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1183:10)
at Module.load (node:internal/modules/cjs/loader:1007:32)
a...
Reason | parallel/test-heapsnapshot-near-heap-limit-worker |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#44543, nodejs/node#44505, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-osuosl-aix72-ppc64_be-3, test-orka-macos11-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46453/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 1187 parallel/test-heapsnapshot-near-heap-limit-worker
---
duration_ms: 1.328
severity: fail
exitcode: 1
stack: |-
Invoked NearHeapLimitCallback, processing=false, current_limit=52428800, initial_limit=52428800
max_young_gen_size=50331648, young_gen_size=0, old_gen_size=53563272, total_size=53563272
Estimated available memory=9223372036725190656, estimated overhead=50331648
Start generating Heap.20220911.160228.16824.1.001.heapsnapshot...
Wrote snapshot to /home/iojs/tmp/.tmp.1181/Heap.20220911.160228.16824.1.001.heapsnapshot
node:events:491
throw er; // Unhandled 'error' event
^
Error [ERR_WORKER_OUT_OF_MEMORY]: Worker terminated due to reaching memory limit: JS heap out of memory
at new NodeError (node:internal/errors:393:5)
at [kOnExit] (node:internal/worker:287:26)
at Worker.<computed>.onexit (node:internal/worker:204:20)
Emitted 'error' event on Worker instance at:
at [kOnExit] (node:internal/wo...
Reason | report/test-report-fatalerror-oomerror-not-set |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#43315, nodejs/node#44575, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46489/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 179 report/test-report-fatalerror-oomerror-not-set
---
duration_ms: 0.712
severity: fail
exitcode: 1
stack: |-
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:525:35) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | report/test-report-fatalerror-oomerror-set |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 3 (nodejs/node#43315, nodejs/node#44575, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46489/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 187 report/test-report-fatalerror-oomerror-set
---
duration_ms: 0.711
severity: fail
exitcode: 1
stack: |-
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:525:35) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | abort/test-abort-backtrace |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44477, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46502/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 3500 abort/test-abort-backtrace
---
duration_ms: 0.420
severity: fail
exitcode: 1
stack: |-
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:513:28) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | abort/test-http-parser-consume |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44477, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46437/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 3505 abort/test-http-parser-consume
---
duration_ms: 0.413
severity: fail
exitcode: 1
stack: |-
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:525:35) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | async-hooks/test-fseventwrap |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44247, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-equinix-ubuntu1804_container-arm64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46461/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 38 async-hooks/test-fseventwrap
---
duration_ms: 0.118
severity: fail
exitcode: 1
stack: |-
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:525:35)
at process.callbackTrampoline (node:internal/async_hooks:130:17) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | parallel/test-child-process-exec-timeout-kill |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44247, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-rackspace-win2012r2_vs2019-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46461/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 415 parallel/test-child-process-exec-timeout-kill
---
duration_ms: 0.111
severity: fail
exitcode: 1
stack: |-
[stdout]
[stderr]
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:525:35) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | parallel/test-child-process-set-blocking |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44545, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-azure_msft-win10_vs2019-x64-1, test-rackspace-win2012r2_vs2019-x64-4, test-azure_msft-win10_vs2019-x64-3, test-rackspace-win2012r2_vs2015-x64-2, test-rackspace-win2012r2_vs2017-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46475/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 461 parallel/test-child-process-set-blocking
---
duration_ms: 0.138
severity: fail
exitcode: 1
stack: |-
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC...
Reason | parallel/test-fs-promises |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#43315, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-azure_msft-win10_vs2019-x64-3, test-rackspace-win2012r2_vs2019-x64-3, test-azure_msft-win10_vs2019-x64-2, test-rackspace-win2012r2_vs2017-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46512/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 989 parallel/test-fs-promises
---
duration_ms: 0.139
severity: fail
exitcode: 1
stack: |-
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:525:35) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | parallel/test-fs-promises-file-handle-close-errors |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#43315, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-azure_msft-win10_vs2019-x64-3, test-rackspace-win2012r2_vs2019-x64-3, test-azure_msft-win10_vs2019-x64-2, test-rackspace-win2012r2_vs2017-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46512/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 993 parallel/test-fs-promises-file-handle-close-errors
---
duration_ms: 0.114
severity: fail
exitcode: 1
stack: |-
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:525:35) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | parallel/test-fs-promises-file-handle-readFile |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#43315, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-rackspace-win2012r2_vs2019-x64-4, test-azure_msft-win10_vs2019-x64-4, test-rackspace-win2012r2_vs2013-x64-1, test-rackspace-win2012r2_vs2017-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46512/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 998 parallel/test-fs-promises-file-handle-readFile
---
duration_ms: 0.115
severity: fail
exitcode: 1
stack: |-
(node:15144) Warning: Closing file descriptor 17 on garbage collection
(Use `node --trace-warnings ...` to show where the warning was created)
(node:15144) [DEP0137] DeprecationWarning: Closing a FileHandle object on garbage collection is deprecated. Please close FileHandle objects explicitly using FileHandle.prototype.close(). In the future, an error will be thrown if a file descriptor is closed during garbage collection.
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:...
Reason | parallel/test-fs-truncate |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#43315, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-azure_msft-win10_vs2019-x64-4, test-rackspace-win2012r2_vs2019-x64-5, test-azure_msft-win10_vs2019-x64-2, test-rackspace-win2012r2_vs2017-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46512/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 1099 parallel/test-fs-truncate
---
duration_ms: 0.138
severity: fail
exitcode: 1
stack: |-
(node:16141) [DEP0081] DeprecationWarning: Using fs.truncate with a file descriptor is deprecated. Please use fs.ftruncate with a file descriptor instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:525:35) {
code: 'ERR_NO_CRYPTO'
}
Node...
Reason | parallel/test-fs-truncate-clear-file-zero |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#43315, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-azure_msft-win10_vs2019-x64-4, test-rackspace-win2012r2_vs2019-x64-5, test-azure_msft-win10_vs2019-x64-2, test-rackspace-win2012r2_vs2017-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46512/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 1098 parallel/test-fs-truncate-clear-file-zero
---
duration_ms: 0.112
severity: fail
exitcode: 1
stack: |-
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:525:35) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | parallel/test-worker-console-listeners |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44560, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46505/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 3148 parallel/test-worker-console-listeners
---
duration_ms: 0.510
severity: fail
exitcode: 1
stack: |-
node:internal/event_target:1006
process.nextTick(() => { throw err; });
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:513:28)
Emitted 'error' event on Worker instance at:
at [kOnErrorMessage] (node:internal/worker:300:10)
at [kOnMessage] (node:internal/worker:311:37)
at MessagePort.<anonymous> (node:internal/worker:207:57)
at [nodejs.internal.kHybridDispatch] (node:internal/event_targe...
Reason | parallel/test-worker-heap-snapshot |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#43315, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-rackspace-win2012r2_vs2019-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46512/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 3172 parallel/test-worker-heap-snapshot
---
duration_ms: 0.822
severity: fail
exitcode: 1
stack: |-
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:525:35) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | parallel/test-worker-message-port-infinite-message-loop |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44531, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-ibm-rhel8-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46436/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 3183 parallel/test-worker-message-port-infinite-message-loop
---
duration_ms: 0.116
severity: fail
exitcode: 1
stack: |-
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:525:35) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | pummel/test-fs-largefile |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44495, nodejs/node#44590) |
Appeared | test-rackspace-win2012r2_vs2019-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46521/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46522/ |
Example
not ok 843 pummel/test-fs-largefile
---
duration_ms: 0.943
severity: fail
exitcode: 1
stack: |-
Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.842
Files blocking: [ 'large.txt' ]
node:internal/fs/utils:348
throw err;
^
Error: ENOSPC: no space left on device, ftruncate
at Object.ftruncateSync (node:fs:1136:3)
at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\pummel\test-fs-largefile.js:37:4)
at Module._compile (node:internal/modules/cjs/loader:1129:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1183:10)
at Module.load (node:internal/modules/cjs/loader:1007:32)
at Module._load (node:internal/modules/cjs/loader:848:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:86:12)
at node:internal/main/run_main_module:23:47 {
errno: -4055,
syscall: 'ftruncate',
code: 'ENOSPC'...
Reason | report/test-report-fatalerror-oomerror-compact |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#43315, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46489/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 176 report/test-report-fatalerror-oomerror-compact
---
duration_ms: 0.711
severity: fail
exitcode: 1
stack: |-
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:525:35) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | report/test-report-fatalerror-oomerror-directory |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#43315, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46489/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 177 report/test-report-fatalerror-oomerror-directory
---
duration_ms: 0.714
severity: fail
exitcode: 1
stack: |-
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at new NodeError (node:internal/errors:393:5)
at get crypto (node:internal/process/pre_execution:268:36)
at leakedGlobals (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:360:40)
at process.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:369:20)
at process.emit (node:events:525:35) {
code: 'ERR_NO_CRYPTO'
}
Node.js v19.0.0-pre
...
Reason | sequential/test-http-regr-gh-2928 |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#42796, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-freebsd12-x64-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46511/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 3583 sequential/test-http-regr-gh-2928
---
duration_ms: 0.812
severity: fail
exitcode: 1
stack: |-
.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+...
Reason | sequential/test-perf-hooks |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44488, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46441/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 3637 sequential/test-perf-hooks
---
duration_ms: 1.213
severity: fail
exitcode: 1
stack: |-
{
name: 'node',
entryType: 'node',
startTime: 0,
duration: { around: 40.58073425292969 },
nodeStart: { around: 0 },
v8Start: { around: 0 },
bootstrapComplete: { around: 40.53626251220703, delay: 2500 },
environment: { around: 0 },
loopStart: -1,
loopExit: -1
}
{
name: 'node',
entryType: 'node',
startTime: 0,
duration: { around: 1047.9990615844727 },
nodeStart: { around: 0 },
v8Start: { around: 0 },
bootstrapComplete: { around: 40.53626251220703, delay: 2500 },
environment: { around: 0 },
loopStart: { around: 40.53626251220703, delay: 2500 },
loopExit: -1
}
node:internal/process/pre_execution:268
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto s...
Reason | wpt/test-timers |
---|---|
Type | JS_TEST_FAILURE |
Failed PR | 2 (nodejs/node#44531, nodejs/node#42083) |
Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-fedora32-x64-1 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46436/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46520/ |
Example
not ok 3496 wpt/test-timers
---
duration_ms: 0.817
severity: fail
exitcode: 1
stack: |-
---- negative-settimeout.any.js ----
[SKIPPED] unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672
---- cleartimeout-clearinterval.any.js ----
[PASS] Clear timeout with clearInterval
---- cleartimeout-clearinterval.any.js ----
[PASS] Clear interval with clearTimeout
---- missing-timeout-setinterval.any.js ----
[PASS] Calling setInterval with no interval should be the same as if called with 0 interval
---- missing-timeout-setinterval.any.js ----
[PASS] Calling setInterval with undefined interval should be the same as if called with 0 interval
---- negative-setinterval.any.js ----
[PASS] Untitled
---- type-long-setinterval.any.js ----
[PASS] Untitled
---- type-long-settimeout.any.js ----
[PASS] Untitled
(node:5559) TimeoutOverflowWarning: 4294967296 does not fit into a 32-bit signed integer.
Timeout duration was set to 1.
...
Jenkins Failure
Reason | Backing channel 'JNLP4-connect connection from ... is disconnected. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 6 (nodejs/node#44427, nodejs/node#44412, nodejs/node#44247, nodejs/node#44420, nodejs/node#44545, nodejs/node#44489) |
Appeared | test-digitalocean-freebsd12-x64-2, test-equinix-ubuntu2004_container-armv7l-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46429/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46508/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 107.170.28.213/107.170.28.213:17458' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at jdk.proxy2/jdk.proxy2.$Proxy87.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
Reason | Build timed out (after 15 minutes). Marking the build as failed. |
---|---|
Type | JENKINS_FAILURE |
Failed PR | 2 (nodejs/node#44521, nodejs/node#44495) |
Appeared | test-joyent-smartos20-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46471/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46524/ |
Example
Build timed out (after 15 minutes). Marking the build as failed.
Build Failure
Reason | dtrace: failed to compile script src/v8ustack.d: Preprocessor failed to process input program |
---|---|
Type | BUILD_FAILURE |
Failed PR | 4 (nodejs/node#44530, nodejs/node#44247, nodejs/node#44358, nodejs/node#44521) |
Appeared | test-joyent-smartos20-x64-3, test-joyent-smartos20-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46442/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46447/ |
Example
dtrace: failed to compile script src/v8ustack.d: Preprocessor failed to process input program
Reason | ERROR: Build step failed with exception |
---|---|
Type | BUILD_FAILURE |
Failed PR | 3 (nodejs/node#44560, nodejs/node#44571, nodejs/node#42796) |
Appeared | test-equinix-ubuntu2004_container-armv7l-2 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46505/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46516/ |
Example
ERROR: Build step failed with exception
java.lang.NullPointerException: no workspace from node hudson.slaves.DumbSlave[test-equinix-ubuntu2004_container-armv7l-2] which is computer hudson.slaves.SlaveComputer@4a73d9df and has channel null
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:114)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
at org.jenkinsci.plugins.postbuildscript.processor.Processor.processBuildSteps(Processor.java:180)
at org.jenkinsci.plugins.postbuildscript.processor.Processor.processScripts(Processor.java:91)
Reason | error: remote GitHub already exists. |
---|---|
Type | BUILD_FAILURE |
Failed PR | 3 (nodejs/node#44524, nodejs/node#44488, nodejs/node#44412) |
Appeared | test-rackspace-win2012r2_vs2017-x64-1, test-rackspace-win2012r2_vs2019-x64-4 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46433/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46458/ |
Example
error: remote GitHub already exists.
> git fetch --prune --no-tags GitHub
> git fetch --prune --no-tags https://github.com/nodejs/build.git +refs/heads/main:refs/remotes/jenkins_tmp
Reason | Error: module '_bootlocale' has no attribute 'getpreferredencoding' |
---|---|
Type | BUILD_FAILURE |
Failed PR | 2 (nodejs/node#44412, nodejs/node#44524) |
Appeared | test-rackspace-win2012r2_vs2017-x64-3 |
First CI | https://ci.nodejs.org/job/node-test-pull-request/46430/ |
Last CI | https://ci.nodejs.org/job/node-test-pull-request/46433/ |
Example
Error: module '_bootlocale' has no attribute 'getpreferredencoding'
[716] Failed to execute script clcache_main
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(423,5): error MSB6006: "clcache_main.exe" exited with code -1. [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_libplatform.vcxproj]
http_parser.c
zlib.vcxproj -> ..\..\out\Release\lib\zlib.lib
http_parser.vcxproj -> ..\..\out\Release\lib\http_parser.lib
Git Failure
Progress
-
parallel/test-runner-inspect
(6) -
parallel/test-watch-mode
(6) -
parallel/test-bootstrap-modules
(5) -
parallel/test-fs-readfile
(4) -
parallel/test-heapsnapshot-near-heap-limit-worker
(3) -
report/test-report-fatalerror-oomerror-not-set
(3) -
report/test-report-fatalerror-oomerror-set
(3) -
abort/test-abort-backtrace
(2) -
abort/test-http-parser-consume
(2) -
async-hooks/test-fseventwrap
(2) -
parallel/test-child-process-exec-timeout-kill
(2) -
parallel/test-child-process-set-blocking
(2) -
parallel/test-fs-promises
(2) -
parallel/test-fs-promises-file-handle-close-errors
(2) -
parallel/test-fs-promises-file-handle-readFile
(2) -
parallel/test-fs-truncate
(2) -
parallel/test-fs-truncate-clear-file-zero
(2) -
parallel/test-worker-console-listeners
(2) -
parallel/test-worker-heap-snapshot
(2) -
parallel/test-worker-message-port-infinite-message-loop
(2) -
pummel/test-fs-largefile
(2) -
report/test-report-fatalerror-oomerror-compact
(2) -
report/test-report-fatalerror-oomerror-directory
(2) -
sequential/test-http-regr-gh-2928
(2) -
sequential/test-perf-hooks
(2) -
wpt/test-timers
(2) -
Backing channel 'JNLP4-connect connection from ... is disconnected.
(6) -
Build timed out (after 15 minutes). Marking the build as failed.
(2) -
dtrace: failed to compile script src/v8ustack.d: Preprocessor failed to process input program
(4) -
ERROR: Build step failed with exception
(3) -
error: remote GitHub already exists.
(3) -
Error: module '_bootlocale' has no attribute 'getpreferredencoding'
(2)
Metadata
Metadata
Assignees
Labels
No labels