CI Reliability 2023-02-05
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 5/5
- Thời gian dự kiến
- Hơn một tuần
- Mức phù hợp với người mới
- 20/100
- Loại issue
- Lỗi
- Độ rõ ràng
- Cần làm rõ
- Mức độ hoạt động
- Đình trệ
- Công nghệ
- git, node.js, shell
- Lĩnh vực
- ci-cd, devops, testing-qa
Hướng nghiên cứu
Bắt đầu với báo cáo CI được tạo và tái hiện các lỗi được liệt kê, đặc biệt là test/cctest/test_inspector_socket.cc và test/addons/new-isolate-addon/test.js. So sánh các lỗi Jenkins, Git, build và kiểm thử JavaScript giữa các CI job được liên kết để xác định lỗi nào là các vấn đề độc lập. Công việc được xem là hoàn tất khi các lỗi liên quan đã được chẩn đoán, xử lý và các CI job bị ảnh hưởng đều vượt qua một cách ổn định.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Failures in node-test-pull-request/49285 to node-test-pull-request/49384 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 |
|---|---|---|---|---|---|---|
| 2023-02-05 00:16 | 0 | 9 | 25 | 4 | 62 | 9.38% |
CCTest Failure
| Reason | [ RUN ] InspectorSocketTest.HostIPv6NonRoutable |
|---|---|
| Type | CC_TEST_FAILURE |
| Failed PR | 4 (https://github.com/nodejs/node/pull/46450/, https://github.com/nodejs/node/pull/46414/, https://github.com/nodejs/node/pull/46410/, https://github.com/nodejs/node/pull/46495/) |
| Appeared | test-rackspace-win2012r2_vs2019-x64-5, test-azure_msft-win10_vs2019-x64-4, test-rackspace-win2012r2_vs2019-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49287/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49371/ |
Example
[ RUN ] InspectorSocketTest.HostIPv6NonRoutable
C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected)
Actual: true
Expected: false
[ FAILED ] InspectorSocketTest.HostIPv6NonRoutable (5001 ms)
| Reason | ../test/cctest/test_inspector_socket.cc:323: Failure |
|---|---|
| Type | CC_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/46458/, https://github.com/nodejs/node/pull/46447/) |
| Appeared | test-digitalocean-alpine312_container-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49343/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49375/ |
Example
../test/cctest/test_inspector_socket.cc:323: Failure
Value of: (!expectation.read_expected)
Actual: true
Expected: false
[ FAILED ] InspectorSocketTest.HostIPv6NonRoutable (4999 ms)
Jenkins Failure
| Reason | Build timed out (after 60 minutes). Marking the build as failed. |
|---|---|
| Type | JENKINS_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/46472/, https://github.com/nodejs/node/pull/45888/, https://github.com/nodejs/node/pull/46471/) |
| Appeared | test-digitalocean-ubi81_container-x64-1, test-softlayer-ubi81_container-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49323/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49339/ |
Example
Build timed out (after 60 minutes). Marking the build as failed.
Git Failure
Example
warning: failed to remove Release/node.exe: Invalid argument
Build Failure
| Reason | ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/46450/, https://github.com/nodejs/node/pull/46441/) |
| Appeared | test-nearform_arm-win10_vs2019-arm64-2, test-nearform_arm-win10_vs2019-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49287/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49291/ |
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
JSTest Failure
Example
not ok 26 addons/new-isolate-addon/test
---
duration_ms: 0.316
severity: fail
exitcode: 1
stack: |-
node:assert:124
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Uint8Array(1) [
+ 0
- 66
]
at Object.<anonymous> (c:\workspace\node-test-binary-windows-native-suites\node\test\addons\new-isolate-addon\test.js:8:8)
at Module._compile (node:internal/modules/cjs/loader:1246:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Uint8Array(1) [ 0 ],
expected: Uint8Array(1) [ 6...
Example
not ok 57 addons/new-isolate-addon/test-nonodesnapshot
---
duration_ms: 0.333
severity: fail
exitcode: 1
stack: |-
node:assert:124
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Uint8Array(1) [
+ 0
- 66
]
at Object.<anonymous> (c:\workspace\node-test-binary-windows-native-suites\node\test\addons\new-isolate-addon\test.js:8:8)
at Module._compile (node:internal/modules/cjs/loader:1246:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at Object.<anonymous> (c:\workspace\node-test-binary-windows-native-suites\node\test\addons\new-isolate-addon\test-nonodesnap...
Example
not ok 102 parallel/test-child-process-cwd
---
duration_ms: 0.556
severity: fail
exitcode: 1
stack: |-
Can't clean tmpdir: c:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.102
Files blocking: []
node:assert:124
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'C:\\Windows'
- 'C:\\WINDOWS'
^
at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-cwd.js:56:26)
at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15)
at ChildProcess.emit (node:events:510:28)
at maybeClose (node:internal/child_process:1098:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'C:\\Windows',
expected: 'C:\\WINDOWS',
...
| Reason | parallel/test-child-process-exec-cwd |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 6 (https://github.com/nodejs/node/pull/46441/, https://github.com/nodejs/node/pull/45258/, https://github.com/nodejs/node/pull/46396/, https://github.com/nodejs/node/pull/45038/, https://github.com/nodejs/node/pull/46470/, https://github.com/nodejs/node/pull/46486/) |
| Appeared | test-nearform_arm-win10_vs2019-arm64-2, test-nearform_arm-win10_vs2019-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49291/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49363/ |
Example
not ok 101 parallel/test-child-process-exec-cwd
---
duration_ms: 0.420
severity: fail
exitcode: 1
stack: |-
node:assert:400
throw err;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(stdout.startsWith(dir))
at c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-exec-cwd.js:38:3
at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:413:17
at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15
at ChildProcess.exithandler (node:child_process:411:7)
at ChildProcess.emit (node:events:510:28)
at maybeClose (node:internal/child_process:1098:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v20.0.0-pre
...
| Reason | parallel/test-webcrypto-wrap-unwrap |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 6 (https://github.com/nodejs/node/pull/46441/, https://github.com/nodejs/node/pull/45258/, https://github.com/nodejs/node/pull/46396/, https://github.com/nodejs/node/pull/45038/, https://github.com/nodejs/node/pull/46470/, https://github.com/nodejs/node/pull/46486/) |
| Appeared | test-nearform_arm-win10_vs2019-arm64-2, test-nearform_arm-win10_vs2019-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49291/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49363/ |
Example
not ok 867 parallel/test-webcrypto-wrap-unwrap
---
duration_ms: 12.648
severity: fail
exitcode: 1
stack: |-
(node:2604) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2604) ExperimentalWarning: The Ed448 Web Crypto API algorithm is an experimental feature and might change at any time
(node:2604) ExperimentalWarning: The X25519 Web Crypto API algorithm is an experimental feature and might change at any time
(node:2604) ExperimentalWarning: The X448 Web Crypto API algorithm is an experimental feature and might change at any time
node:internal/per_context/domexception:53
ErrorCaptureStackTrace(this);
^
DOMException [DataError]: Invalid wrapped JWK key
at new DOMException (node:internal/per_context/domexception:53:5)
at __node_internal_ (node:internal/util:609:10)
at SubtleCrypto.unwrapKey...
Example
not ok 3891 sequential/test-worker-prof
---
duration_ms: 0.678
severity: fail
exitcode: 1
stack: |-
node:assert:400
throw err;
^
AssertionError [ERR_ASSERTION]: 14 >= 15
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-worker-prof.js:78:5)
at Module._compile (node:internal/modules/cjs/loader:1246:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v20.0.0-pre
...
| Reason | parallel/test-buffer-isascii |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 5 (https://github.com/nodejs/node/pull/45258/, https://github.com/nodejs/node/pull/46396/, https://github.com/nodejs/node/pull/45038/, https://github.com/nodejs/node/pull/46470/, https://github.com/nodejs/node/pull/46486/) |
| Appeared | test-nearform_arm-win10_vs2019-arm64-1, test-nearform_arm-win10_vs2019-arm64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49295/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49363/ |
Example
not ok 88 parallel/test-buffer-isascii
---
duration_ms: 0.452
severity: fail
exitcode: 1
stack: |-
node:assert:124
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-buffer-isascii.js:10:8)
at Module._compile (node:internal/modules/cjs/loader:1246:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual'
}
Node.js v20.0.0-pre
...
| Reason | parallel/test-buffer-isutf8 |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 5 (https://github.com/nodejs/node/pull/45258/, https://github.com/nodejs/node/pull/46396/, https://github.com/nodejs/node/pull/45038/, https://github.com/nodejs/node/pull/46470/, https://github.com/nodejs/node/pull/46486/) |
| Appeared | test-nearform_arm-win10_vs2019-arm64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49295/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49363/ |
Example
not ok 95 parallel/test-buffer-isutf8
---
duration_ms: 0.387
severity: fail
exitcode: 1
stack: |-
node:assert:124
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-buffer-isutf8.js:10:8)
at Module._compile (node:internal/modules/cjs/loader:1246:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual'
}
Node.js v20.0.0-pre
...
| Reason | wpt/test-encoding |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 5 (https://github.com/nodejs/node/pull/45258/, https://github.com/nodejs/node/pull/46396/, https://github.com/nodejs/node/pull/45038/, https://github.com/nodejs/node/pull/46470/, https://github.com/nodejs/node/pull/46486/) |
| Appeared | test-nearform_arm-win10_vs2019-arm64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49295/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49363/ |
Example
not ok 922 wpt/test-encoding
---
duration_ms: 3.112
severity: fail
exitcode: 1
stack: |-
---- api-invalid-label.any.js ----
[SKIPPED] location is not defined
---- idlharness.any.js ----
[SKIPPED] No implementation of TextDecoderStream and TextEncoderStream
---- iso-2022-jp-decoder.any.js ----
[SKIPPED] iso-2022-jp decoder state handling bug: https://encoding.spec.whatwg.org/#iso-2022-jp-decoder
---- legacy-mb-schinese\gb18030\gb18030-decoder.any.js ----
[SKIPPED] The gb18030 encoding is not supported
---- legacy-mb-schinese\gbk\gbk-decoder.any.js ----
[SKIPPED] The gbk encoding is not supported
---- replacement-encodings.any.js ----
[SKIPPED] decoding-helpers.js needs XMLHttpRequest
---- single-byte-decoder.window.js ----
[SKIPPED] location is not defined
---- streams\realms.window.js ----
[SKIPPED] window is not defined
---- textdecoder-fatal-single-byte.any.js ----
[SKIPPED] The iso-8859-16 encoding is not supported
---- t...
| Reason | wpt/test-webcrypto |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 5 (https://github.com/nodejs/node/pull/45258/, https://github.com/nodejs/node/pull/46396/, https://github.com/nodejs/node/pull/45038/, https://github.com/nodejs/node/pull/46470/, https://github.com/nodejs/node/pull/46486/) |
| Appeared | test-nearform_arm-win10_vs2019-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49295/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49363/ |
Example
not ok 925 wpt/test-webcrypto
---
duration_ms: 357.303
severity: fail
exitcode: 1
stack: |-
---- algorithm-discards-context.https.window.js ----
[SKIPPED] Not relevant in Node.js context
---- historical.any.js ----
[SKIPPED] Not relevant in Node.js context
---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
[PASS] setup - define tests
---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
[PASS] X25519 good parameters
---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
[PASS] X25519 mixed case parameters
---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
[PASS] X25519 with null length
---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
[PASS] X25519 short result
---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
[PASS] X25519 non-multiple of 8 bits
---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
[PASS] X25519 missing public property
---- derive_bits_keys\cfrg_curves_bits.https.any.js ---...
| Reason | parallel/test-performance-function |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 4 (https://github.com/nodejs/node/pull/45888/, https://github.com/nodejs/node/pull/46466/, https://github.com/nodejs/node/pull/45038/, https://github.com/nodejs/node/pull/46410/) |
| Appeared | undefined |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49305/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49354/ |
Example
not ok 2234 parallel/test-performance-function
---
duration_ms: 0.266
severity: fail
exitcode: 1
stack: |-
node:internal/event_target:1031
process.nextTick(() => { throw err; });
^
RangeError [ERR_OUT_OF_RANGE]: The value of "val" is out of range. It must be >= 1 && <= 9007199254740991. Received 0
at RecordableHistogram.record (node:internal/histogram:283:5)
at processComplete (node:internal/perf/timerify:40:15)
at timerified m (node:internal/perf/timerify:87:5)
at /home/iojs/build/workspace/node-test-commit-custom-suites-freestyle/test/parallel/test-performance-function.js:98:5
at runNextTicks (node:internal/process/task_queues:60:5)
at listOnTimeout (node:internal/timers:537:9)
at process.processTimers (node:internal/timers:511:7)
Emitted 'error' event on Worker instance at:
at [kOnErrorMessage] (node:internal/worker:299:10)
at [kOnMessage] (node:internal/worker:310:37)
...
| Reason | parallel/test-watch-mode-files_watcher |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 4 (https://github.com/nodejs/node/pull/46441/, https://github.com/nodejs/node/pull/46471/, https://github.com/nodejs/node/pull/46432/, https://github.com/nodejs/node/pull/46444/) |
| Appeared | test-softlayer-ubi81_container-x64-1, test-orka-macos11-x64-2, test-macstadium-macos11.0-arm64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-4 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49291/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49327/ |
Example
not ok 3113 parallel/test-watch-mode-files_watcher
---
duration_ms: 0.849
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: watch mode file watcher
# Subtest: should watch changed files
ok 1 - should watch changed files
---
duration_ms: 106.615875
...
| Reason | pummel/test-net-throttle |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/45038/, https://github.com/nodejs/node/pull/46485/, https://github.com/nodejs/node/pull/46489/) |
| Appeared | test-digitalocean-freebsd12-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49331/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49348/ |
Example
not ok 3509 pummel/test-net-throttle
---
duration_ms: 0.451
severity: fail
exitcode: 1
stack: |-
node:assert:124
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at process.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/pummel/test-net-throttle.js:87:10)
at process.emit (node:events:522:35) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual'
}
Node.js v20.0.0-pre
...
| Reason | parallel/test-heapsnapshot-near-heap-limit-worker |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/46458/, https://github.com/nodejs/node/pull/46368/) |
| Appeared | test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu1804_container-arm64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49303/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49307/ |
Example
not ok 1232 parallel/test-heapsnapshot-near-heap-limit-worker
---
duration_ms: 1.529
severity: fail
exitcode: 1
stack: |-
Invoked NearHeapLimitCallback, processing=false, current_limit=52428800, initial_limit=52428800
max_young_gen_size=25165824, young_gen_size=0, old_gen_size=52159272, total_size=52159272
Estimated available memory=4197851136, estimated overhead=25165824
Start generating Heap.20230202.134043.1506981.1.001.heapsnapshot...
Invoked NearHeapLimitCallback, processing=true, current_limit=52428800, initial_limit=52428800
max_young_gen_size=25165824, young_gen_size=0, old_gen_size=52159272, total_size=52159272
Estimated available memory=4198141952, estimated overhead=25165824
Not generating snapshots in nested callback. new_limit=77594624
1/1 snapshots taken.
Removing the near heap limit callbackWrote snapshot to /home/iojs/tmp/.tmp.1192/Heap.20230202.134043.1506981.1.001.heapsnapshot
<--- Last few GCs --->
[1506981:0xf4400708]...
| Reason | parallel/test-inspector-multisession-ws |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/46450/, https://github.com/nodejs/node/pull/46485/) |
| Appeared | test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49304/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49334/ |
Example
not ok 2085 parallel/test-inspector-multisession-ws
---
duration_ms: 15.323
severity: fail
exitcode: 1
stack: |-
[test] Connecting to a child Node process
[test] Testing /json/list
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:38547/40d54bec-065d-4330-bfcf-10e7383da197
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err] Debugger attached.
[err]
[test] Breaking in code and verifying events are fired
Timed out waiting for matching notification (Initial pause)
1
...
| Reason | sequential/test-child-process-pass-fd |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45888/, https://github.com/nodejs/node/pull/46466/) |
| Appeared | test-macstadium-macos11.0-arm64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49309/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49340/ |
Example
not ok 3736 sequential/test-child-process-pass-fd
---
duration_ms: 0.356
severity: crashed
exitcode: -10
stack: |-
node:events:488
throw er; // Unhandled 'error' event
^
Error [ERR_IPC_CHANNEL_CLOSED]: Channel closed
at new NodeError (node:internal/errors:399:5)
at target.send (node:internal/child_process:747:16)
at Socket.socketConnected (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-child-process-pass-fd.js:62:15)
at Object.onceWrapper (node:events:624:28)
at Socket.emit (node:events:510:28)
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1479:10)
Emitted 'error' event on process instance at:
at node:internal/child_process:751:35
at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
code: 'ERR_IPC_CHANNEL_CLOSED'
}
Node.js v20.0.0-pre
node:events:488
throw er; // Unhandled 'error' event
...
| Reason | sequential/test-diagnostic-dir-cpu-prof |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/46485/, https://github.com/nodejs/node/pull/46486/) |
| Appeared | test-ibm-rhel7-s390x-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/49334/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/49346/ |
Example
not ok 3234 sequential/test-diagnostic-dir-cpu-prof
---
duration_ms: 0.314
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 /home/iojs/node-tmp/.tmp.3233/prof/CPU.20230203.061604.6851.0.001.cpuprofile
[
{
id: 1,
callFrame: {
functionName: '(root)',
scriptId: '0',
...
Progress
-
[ RUN ] InspectorSocketTest.HostIPv6NonRoutable(4) -
../test/cctest/test_inspector_socket.cc:323: Failure(2) -
Build timed out (after 60 minutes). Marking the build as failed.(3) -
warning: failed to remove Release/node.exe: Invalid argument(12) -
ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error?(2) -
addons/new-isolate-addon/test(12) -
addons/new-isolate-addon/test-nonodesnapshot(12) -
parallel/test-child-process-cwd(7) -
parallel/test-child-process-exec-cwd(6) -
parallel/test-webcrypto-wrap-unwrap(6) -
sequential/test-worker-prof(6) -
parallel/test-buffer-isascii(5) -
parallel/test-buffer-isutf8(5) -
wpt/test-encoding(5) -
wpt/test-webcrypto(5) -
parallel/test-performance-function(4) -
parallel/test-watch-mode-files_watcher(4) -
pummel/test-net-throttle(3) -
parallel/test-heapsnapshot-near-heap-limit-worker(2) -
parallel/test-inspector-multisession-ws(2) -
sequential/test-child-process-pass-fd(2) -
sequential/test-diagnostic-dir-cpu-prof(2)
- Ngôn ngữ chính
- Shell
- Star
- 57
- Fork
- 20
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của nodejs/reliability
-
CI Reliability 2026-09-20 Đang mở
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 35/100
nodejs/reliability#1666 ·
-
CI Reliability 2026-09-19 Đang mở
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 25/100
nodejs/reliability#1665 ·
-
CI Reliability 2026-09-18 Đang mở
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 25/100
nodejs/reliability#1664 ·
-
CI Reliability 2026-09-17 Đang mở
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 35/100
nodejs/reliability#1663 ·
-
CI Reliability 2026-09-16 Đang mở
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 35/100
nodejs/reliability#1662 ·
Tất cả issue của nodejs/reliability
Issue tương tự
-
[InvoiceShelf] No database info Đang mở
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 68/100
community-scripts/ProxmoxVE#17396 · 1 bình luận ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 68/100
mattpocock/skills#1099 ·
-
Update Vish to 1.1.5 Đang mởpackage-update
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 78/100
oSoWoSo/vOid_Community_repOsitory#144 · 1 bình luận ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 88/100
-
help wanted new command
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
tldr-pages/tldr#24151 ·