CI Reliability 2023-11-14
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 20/100
- issue の種類
- バグ
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- git, shell
- 領域
- ci-cd, devops, testing-qa
調査の方向性
リンクされた Jenkins コンソールの例と、一覧にある失敗するテスト名(sequential/test-single-executable-application-snapshot-and-code-cache および parallel/test-macos-app-sandbox を含む)から始めます。報告された CI ジョブ全体で、どの失敗が繰り返し発生するインフラストラクチャの問題で、どの失敗がテストの失敗なのかを追跡します。完了とするには、信頼性の高いグリーン CI を復旧する、定義済みの修正が必要です。
索引モデルが issue の本文から書いたものです。
説明
Failures in node-test-pull-request/55528 to node-test-pull-request/55620 that failed 2 or more 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-11-14 00:12 | 6 | 2 | 22 | 2 | 68 | 2.17% |
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/50621/, https://github.com/nodejs/node/pull/50654/, https://github.com/nodejs/node/pull/50667/) |
| Appeared | test-rackspace-win2022_vs2022-x64-5, test-digitalocean-ubi81_container-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55528/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55560/ |
Example
Build timed out (after 60 minutes). Marking the build as failed.
Git Failure
Build Failure
| Reason | fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 7 (https://github.com/nodejs/node/pull/50657/, https://github.com/nodejs/node/pull/50664/, https://github.com/nodejs/node/pull/50322/, https://github.com/nodejs/node/pull/50077/, https://github.com/nodejs/node/pull/50616/, https://github.com/nodejs/node/pull/50681/, https://github.com/nodejs/node/pull/50599/) |
| Appeared | test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55553/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55610/ |
Example
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
fatal: Could not read from remote repository.
fatal: failed to run repack
| Reason | ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 5 (https://github.com/nodejs/node/pull/50594/, https://github.com/nodejs/node/pull/48882/, https://github.com/nodejs/node/pull/49711/, https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/49292/) |
| Appeared | test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-1, test-osuosl-ubuntu2004_container-armv7l-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55563/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55595/ |
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-armv7l] $ /bin/bash -ex /tmp/jenkins3320726526969482725.sh
+ '[' -d .git ']'
+ git clean -fdx
| Reason | fatal: No rebase in progress? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50682/, https://github.com/nodejs/node/pull/50687/) |
| Appeared | test-nearform-macos10.15-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55589/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55596/ |
Example
fatal: No rebase in progress?
undefined
Example
Unknown
CCTest Failure
| Reason | Value of: (!expectation.read_expected) |
|---|---|
| Type | CC_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50657/, https://github.com/nodejs/node/pull/50674/) |
| Appeared | test-digitalocean-alpine318_container-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55553/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55583/ |
Example
Value of: (!expectation.read_expected)
Actual: true
Expected: false
[ FAILED ] InspectorSocketTest.HostIPv6NonRoutable (5000 ms)
JSTest Failure
Example
not ok 4034 sequential/test-single-executable-application-snapshot-and-code-cache
---
duration_ms: 7697.41700
severity: fail
exitcode: 1
stack: |-
[process 423450]: --- stderr ---
[process 423450]: --- stdout ---
[process 423450]: status = null, signal = SIGSEGV
/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/common/child_process.js:86
throw new Error(`${failures.join('\n')}`);
^
Error: - process terminated with status null, expected 0
- process terminated with signal SIGSEGV, expected null
at logAndThrow (/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/common/child_process.js:86:11)
at expectSyncExit (/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/common/child_process.js:91:5)
at spawnSyncAndExitWithoutError (/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/common/child_process.js:125:10)
at Object.<ano...
Example
not ok 1822 parallel/test-macos-app-sandbox
---
duration_ms: 2119.13000
severity: fail
exitcode: 1
stack: |-
node:fs:3006
binding.copyFile(
^
Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.1822/node_sandboxed.app/Contents/MacOS/node'
at Object.copyFileSync (node:fs:3006:11)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-macos-app-sandbox.js:37:4)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
errno...
Example
not ok 4033 sequential/test-single-executable-application-snapshot
---
duration_ms: 8409.75700
severity: fail
exitcode: 1
stack: |-
[process 423422]: --- stderr ---
[process 423422]: --- stdout ---
[process 423422]: status = null, signal = SIGSEGV
/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/common/child_process.js:86
throw new Error(`${failures.join('\n')}`);
^
Error: - process terminated with status null, expected 0
- process terminated with signal SIGSEGV, expected null
at logAndThrow (/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/common/child_process.js:86:11)
at expectSyncExit (/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/common/child_process.js:91:5)
at spawnSyncAndExitWithoutError (/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/common/child_process.js:125:10)
at Object.<anonymous> (/home/...
| Reason | sequential/test-single-executable-application |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 8 (https://github.com/nodejs/node/pull/50592/, https://github.com/nodejs/node/pull/50657/, https://github.com/nodejs/node/pull/50596/, https://github.com/nodejs/node/pull/50682/, https://github.com/nodejs/node/pull/50688/, https://github.com/nodejs/node/pull/50276/, https://github.com/nodejs/node/pull/50681/, https://github.com/nodejs/node/pull/50077/) |
| Appeared | test-osuosl-rhel8-ppc64_le-2, test-orka-macos11-x64-1, test-osuosl-rhel8-ppc64_le-3, test-orka-macos11-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55533/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55611/ |
Example
not ok 4030 sequential/test-single-executable-application
---
duration_ms: 9369.16900
severity: fail
exitcode: 1
stack: |-
Wrote single executable preparation blob to sea-prep.blob
node:child_process:929
throw err;
^
Error: Command failed: /home/iojs/node-tmp/.tmp.4029/sea -a --b=c d
at checkExecSyncError (node:child_process:890:11)
at execFileSync (node:child_process:926:15)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/sequential/test-single-executable-application.js:55:43)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28...
| Reason | sequential/test-single-executable-application-disable-experimental-sea-warning |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 8 (https://github.com/nodejs/node/pull/50592/, https://github.com/nodejs/node/pull/50657/, https://github.com/nodejs/node/pull/50596/, https://github.com/nodejs/node/pull/50682/, https://github.com/nodejs/node/pull/50688/, https://github.com/nodejs/node/pull/50276/, https://github.com/nodejs/node/pull/50681/, https://github.com/nodejs/node/pull/50077/) |
| Appeared | test-osuosl-rhel8-ppc64_le-2, test-orka-macos11-x64-1, test-osuosl-rhel8-ppc64_le-3, test-orka-macos11-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55533/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55611/ |
Example
not ok 4031 sequential/test-single-executable-application-disable-experimental-sea-warning
---
duration_ms: 7473.05400
severity: fail
exitcode: 1
stack: |-
Wrote single executable preparation blob to sea-prep.blob
node:child_process:929
throw err;
^
Error: Command failed: /home/iojs/node-tmp/.tmp.4030/sea -a --b=c d
at checkExecSyncError (node:child_process:890:11)
at execFileSync (node:child_process:926:15)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/sequential/test-single-executable-application-disable-experimental-sea-warning.js:56:43)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules...
| Reason | sequential/test-single-executable-application-empty |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 8 (https://github.com/nodejs/node/pull/50592/, https://github.com/nodejs/node/pull/50657/, https://github.com/nodejs/node/pull/50596/, https://github.com/nodejs/node/pull/50682/, https://github.com/nodejs/node/pull/50688/, https://github.com/nodejs/node/pull/50276/, https://github.com/nodejs/node/pull/50681/, https://github.com/nodejs/node/pull/50077/) |
| Appeared | test-osuosl-rhel8-ppc64_le-2, test-orka-macos11-x64-1, test-osuosl-rhel8-ppc64_le-3, test-orka-macos11-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55533/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55611/ |
Example
not ok 4032 sequential/test-single-executable-application-empty
---
duration_ms: 7509.18900
severity: fail
exitcode: 1
stack: |-
Wrote single executable preparation blob to sea-prep.blob
node:child_process:929
throw err;
^
Error: Command failed: /home/iojs/node-tmp/.tmp.4031/sea
at checkExecSyncError (node:child_process:890:11)
at execFileSync (node:child_process:926:15)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/sequential/test-single-executable-application-empty.js:43:1)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28...
| Reason | sequential/test-single-executable-application-use-code-cache |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 8 (https://github.com/nodejs/node/pull/50592/, https://github.com/nodejs/node/pull/50657/, https://github.com/nodejs/node/pull/50596/, https://github.com/nodejs/node/pull/50682/, https://github.com/nodejs/node/pull/50688/, https://github.com/nodejs/node/pull/50276/, https://github.com/nodejs/node/pull/50681/, https://github.com/nodejs/node/pull/50077/) |
| Appeared | test-osuosl-rhel8-ppc64_le-2, test-orka-macos11-x64-1, test-osuosl-rhel8-ppc64_le-3, test-orka-macos11-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55533/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55611/ |
Example
not ok 4035 sequential/test-single-executable-application-use-code-cache
---
duration_ms: 7530.88300
severity: fail
exitcode: 1
stack: |-
Wrote single executable preparation blob to sea-prep.blob
node:child_process:929
throw err;
^
Error: Command failed: /home/iojs/node-tmp/.tmp.4034/sea -a --b=c d
at checkExecSyncError (node:child_process:890:11)
at execFileSync (node:child_process:926:15)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/sequential/test-single-executable-application-use-code-cache.js:56:43)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:in...
| Reason | parallel/test-module-loading-globalpaths |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 6 (https://github.com/nodejs/node/pull/50592/, https://github.com/nodejs/node/pull/50657/, https://github.com/nodejs/node/pull/50607/, https://github.com/nodejs/node/pull/50596/, https://github.com/nodejs/node/pull/50662/, https://github.com/nodejs/node/pull/50599/) |
| Appeared | test-orka-macos11-x64-1, test-orka-macos11-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55533/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55610/ |
Example
not ok 1844 parallel/test-module-loading-globalpaths
---
duration_ms: 1730.67000
severity: fail
exitcode: 1
stack: |-
node:fs:3006
binding.copyFile(
^
Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.1846/install/bin/node'
at Object.copyFileSync (node:fs:3006:11)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-module-loading-globalpaths.js:32:6)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
errno: -2...
| Reason | parallel/test-child-process-fork-exec-path |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 4 (https://github.com/nodejs/node/pull/50607/, https://github.com/nodejs/node/pull/50596/, https://github.com/nodejs/node/pull/50662/, https://github.com/nodejs/node/pull/50599/) |
| Appeared | test-orka-macos11-x64-1, test-orka-macos11-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55541/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55610/ |
Example
not ok 195 parallel/test-child-process-fork-exec-path
---
duration_ms: 2936.72200
severity: fail
exitcode: 1
stack: |-
node:fs:3006
binding.copyFile(
^
Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.185/node-copy.exe'
at Object.copyFileSync (node:fs:3006:11)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-child-process-fork-exec-path.js:50:4)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
errno: -28...
| Reason | parallel/test-file-write-stream4 |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 4 (https://github.com/nodejs/node/pull/50607/, https://github.com/nodejs/node/pull/50596/, https://github.com/nodejs/node/pull/50662/, https://github.com/nodejs/node/pull/50599/) |
| Appeared | test-orka-macos11-x64-1, test-orka-macos11-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55541/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55610/ |
Example
not ok 789 parallel/test-file-write-stream4
---
duration_ms: 1785.99700
severity: fail
exitcode: 1
stack: |-
node:events:497
throw er; // Unhandled 'error' event
^
Error: ENOSPC: no space left on device, write
Emitted 'error' event on WriteStream instance at:
at WriteStream.onerror (node:internal/streams/readable:1026:14)
at WriteStream.emit (node:events:519:28)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -28,
code: 'ENOSPC',
syscall: 'write'
}
Node.js v22.0.0-pre
...
| Reason | sequential/test-worker-heapsnapshot-options |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 4 (https://github.com/nodejs/node/pull/50077/, https://github.com/nodejs/node/pull/50695/, https://github.com/nodejs/node/pull/50276/, https://github.com/nodejs/node/pull/50681/) |
| Appeared | test-nearform-macos10.15-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55606/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55609/ |
Example
not ok 4038 sequential/test-worker-heapsnapshot-options
---
duration_ms: 1275.36000
severity: crashed
exitcode: -5
stack: |-
Unknown type: 15492
(node:81606) internal/test/binding: These APIs are for internal testing only. Do not use them.
(Use `node --trace-warnings ...` to show where the warning was created)
#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0x7ffee65b5000
1: 0x109794652 node::NodePlatform::GetStackTracePrinter()::$_3::__invoke() [/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/out/Release/node]
2: 0x10aa62e33 V8_Fatal(char const*, ...) [/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/out/Release/node]
3: 0x109b5d02b auto v8::internal::BodyDescriptorApply<v8::internal::CallIterateBody, v8::internal::Map&, v8::internal::HeapObject&, int&, v8::internal::IterateAndScavengePromotedObjectsVisitor*&>(v8::internal::InstanceType, v8::internal::Map&, v8::internal::HeapOb...
| Reason | parallel/test-inspector-async-stack-traces-set-interval |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/50592/, https://github.com/nodejs/node/pull/50683/, https://github.com/nodejs/node/pull/50661/) |
| Appeared | test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55533/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55620/ |
Example
not ok 1867 parallel/test-inspector-async-stack-traces-set-interval
---
duration_ms: 15371.42000
severity: fail
exitcode: 1
stack: |-
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:41633/4a39f2b3-b975-4f23-bec6-b86bc918a0d1
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err]
[test] Skipping the first breakpoint in the eval script
Timed out waiting for matching notification (break on [eval]:0)
1
...
| Reason | node-api/test_threadsafe_function/test |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50680/, https://github.com/nodejs/node/pull/50682/) |
| Appeared | test-equinix-ubuntu2004_container-armv7l-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55584/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55589/ |
Example
not ok 142 node-api/test_threadsafe_function/test
---
duration_ms: 360066.11200
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-fs-watch-recursive-add-file |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50687/, https://github.com/nodejs/node/pull/50692/) |
| Appeared | test-digitalocean-alpine315_container-x64-1, test-ibm-rhel8-s390x-4 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55596/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55612/ |
Example
not ok 1352 parallel/test-fs-watch-recursive-add-file
---
duration_ms: 120105.84500
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-fs-write-file |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50669/, https://github.com/nodejs/node/pull/50680/) |
| Appeared | test-nearform-macos10.15-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55579/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55584/ |
Example
not ok 930 parallel/test-fs-write-file
---
duration_ms: 65.92300
severity: fail
exitcode: 1
stack: |-
node:internal/util/inspect:317
showHidden: inspectDefaultOptions.showHidden,
^
ReferenceError: inspectDefaultOptions is not defined
at inspect (node:internal/util/inspect:317:17)
at _mustCallInner (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/index.js:443:12)
at mustCall (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/index.js:412:10)
at Proxy.mustSucceed (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/index.js:416:10)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-fs-write-file.js:41:34)
at Module._compile (node:internal/modules/cjs/loader:1356:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/...
| Reason | parallel/test-shadow-realm-gc |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50708/, https://github.com/nodejs/node/pull/50712/) |
| Appeared | test-digitalocean-ubuntu1804-x64-1, test-ibm-rhel8-s390x-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55616/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55617/ |
Example
not ok 2572 parallel/test-shadow-realm-gc
---
duration_ms: 2815.92000
severity: crashed
exitcode: -6
stack: |-
<--- Last few GCs --->
[28277:0x55e5b13a0330] 2424 ms: Mark-Compact 29.3 (46.6) -> 10.1 (46.6) MB, 17.13 / 0.03 ms (+ 0.0 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 20 ms) (average mu = 0.875, current mu = 0.856) allocation f[28277:0x55e5b13a0330] 2555 ms: Mark-Compact 31.8 (49.9) -> 19.0 (53.9) MB, 14.17 / 0.00 ms (+ 0.5 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 54 ms) (average mu = 0.884, current mu = 0.892) allocation f
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
1: 0x55e5abe4fc20 node::Abort() [out/Release/node]
2: 0x55e5abd1e4eb [out/Release/node]
3: 0x55e5ac0a07f0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, ...
| Reason | parallel/test-string-decoder |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50098/, https://github.com/nodejs/node/pull/50077/) |
| Appeared | test-rackspace-win2016_vs2015-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55576/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55597/ |
Example
not ok 719 parallel/test-string-decoder
---
duration_ms: 415.00200
severity: fail
exitcode: 1
stack: |-
node:assert:635
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Comparison {}
- Comparison {
- code: 'ERR_STRING_TOO_LONG'
- }
at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-string-decoder.js:205:10)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: RangeError: Array buffer alloc...
| Reason | pummel/test-fs-readfile-tostring-fail |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50680/, https://github.com/nodejs/node/pull/50616/) |
| Appeared | test-orka-macos11-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55584/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55592/ |
Example
not ok 3664 pummel/test-fs-readfile-tostring-fail
---
duration_ms: 223.02500
severity: fail
exitcode: 7
stack: |-
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/pummel/test-fs-readfile-tostring-fail.js:76
throw err;
^
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOSPC: no space left on device, write
at Object.callback (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/pummel/test-fs-readfile-tostring-fail.js:34:37)
at callback (node:internal/streams/writable:756:21)
at onwriteError (node:internal/streams/writable:597:3)
at onwrite (node:internal/streams/writable:640:7)
at node:internal/fs/streams:513:5
at node:internal/fs/streams:455:14
at FSReqCallback.wrapper [as oncomplete] (node:fs:954:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: [Error: ENOSPC: no space left on device, write] {
errno: -28,
code: 'ENOSPC'...
| Reason | sequential/test-pipe |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50669/, https://github.com/nodejs/node/pull/50680/) |
| Appeared | test-nearform-macos10.15-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/55579/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/55584/ |
Example
not ok 3882 sequential/test-pipe
---
duration_ms: 299.25000
severity: fail
exitcode: 1
stack: |-
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
177 !== 49
at Socket.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/sequential/test-pipe.js:76:14)
at Socket.emit (node:events:517:28)
at addChunk (node:internal/streams/readable:335:12)
at readableAddChunk (node:internal/streams/readable:308:9)
at Readable.push (node:internal/streams/readable:245:10)
at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 177,
expected: 49,
operator: 'strictEqual'
}
Node.js v18.18.3-pre
...
Progress
-
Build timed out (after 60 minutes). Marking the build as failed.(3) -
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository(7) -
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?(5) -
fatal: No rebase in progress?(2) -
Unknown(7) -
Value of: (!expectation.read_expected)(2) -
sequential/test-single-executable-application-snapshot-and-code-cache(13) -
parallel/test-macos-app-sandbox(11) -
sequential/test-single-executable-application-snapshot(10) -
sequential/test-single-executable-application(8) -
sequential/test-single-executable-application-disable-experimental-sea-warning(8) -
sequential/test-single-executable-application-empty(8) -
sequential/test-single-executable-application-use-code-cache(8) -
parallel/test-module-loading-globalpaths(6) -
parallel/test-child-process-fork-exec-path(4) -
parallel/test-file-write-stream4(4) -
sequential/test-worker-heapsnapshot-options(4) -
parallel/test-inspector-async-stack-traces-set-interval(3) -
node-api/test_threadsafe_function/test(2) -
parallel/test-fs-watch-recursive-add-file(2) -
parallel/test-fs-write-file(2) -
parallel/test-shadow-realm-gc(2) -
parallel/test-string-decoder(2) -
pummel/test-fs-readfile-tostring-fail(2) -
sequential/test-pipe(2)
- 主要言語
- Shell
- スター
- 57
- フォーク
- 20
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
nodejs/reliability のほかの issue
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
nodejs/reliability#1666 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
nodejs/reliability#1665 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
nodejs/reliability#1664 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
nodejs/reliability#1663 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
nodejs/reliability#1662 ·
nodejs/reliability の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
community-scripts/ProxmoxVE#17396 · コメント 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
mattpocock/skills#1099 ·
-
Update Vish to 1.1.5 オープンpackage-update
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
oSoWoSo/vOid_Community_repOsitory#144 · コメント 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
-
help wanted new command
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
tldr-pages/tldr#24151 ·