Skip to content

feat(CLI): --maxRelatedTestsDepth flag to control the depth of related test in --findRelatedTests #14445

feat(CLI): --maxRelatedTestsDepth flag to control the depth of related test in --findRelatedTests

feat(CLI): --maxRelatedTestsDepth flag to control the depth of related test in --findRelatedTests #14445

Triggered via pull request February 11, 2025 16:26
Status Failure
Total duration 21m 19s
Artifacts

nodejs.yml

on: pull_request
prepare-yarn-cache-ubuntu  /  Prepare yarn cache for ubuntu-latest
13s
prepare-yarn-cache-ubuntu / Prepare yarn cache for ubuntu-latest
prepare-yarn-cache-macos  /  Prepare yarn cache for macos-latest
23s
prepare-yarn-cache-macos / Prepare yarn cache for macos-latest
prepare-yarn-cache-windows  /  Prepare yarn cache for windows-latest
47s
prepare-yarn-cache-windows / Prepare yarn cache for windows-latest
TypeScript Compatibility
5m 34s
TypeScript Compatibility
Typecheck Examples and Tests
4m 4s
Typecheck Examples and Tests
Lint
1m 46s
Lint
Validate Yarn dependencies and constraints
14s
Validate Yarn dependencies and constraints
Node LTS on Ubuntu with leak detection
57s
Node LTS on Ubuntu with leak detection
Matrix: test-coverage
Matrix: test-ubuntu
Matrix: test-macos
Matrix: test-windows
Fit to window
Zoom out
Zoom in

Annotations

93 errors and 46 warnings
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
Node LTS on Ubuntu with coverage (4/4)
Final attempt failed. Child_process exited with error code 1
all passing › runs the tests in the correct order: e2e/__tests__/circusConcurrent.test.ts#L28
expect(received).toMatchSnapshot() Snapshot name: `all passing runs the tests in the correct order 1` - Snapshot - 2 + Received + 2 @@ -77,16 +77,16 @@ START "ten" at log (__tests__/concurrent.test.js:15:11) console.log - END: "five" + END: "six" at log (__tests__/concurrent.test.js:15:11) console.log - END: "six" + END: "five" at log (__tests__/concurrent.test.js:15:11) console.log END: "seven" at Object.toMatchSnapshot (e2e/__tests__/circusConcurrent.test.ts:28:20)
all passing › runs the tests in the correct order: e2e/__tests__/circusConcurrent.test.ts#L28
expect(received).toMatchSnapshot() Snapshot name: `all passing runs the tests in the correct order 1` - Snapshot - 2 + Received + 2 @@ -87,16 +87,16 @@ END: "six" at log (__tests__/concurrent.test.js:15:11) console.log - END: "seven" + END: "ten" at log (__tests__/concurrent.test.js:15:11) console.log - END: "ten" + END: "seven" at log (__tests__/concurrent.test.js:15:11) console.log END: "eight" at Object.toMatchSnapshot (e2e/__tests__/circusConcurrent.test.ts:28:20)
notify › does not report --notify flag: e2e/__tests__/detectOpenHandles.ts#L111
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "Jest did not exit one second after the test run has completed.· 'This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with `--detectOpenHandles` to troubleshoot this issue." at Object.toBe (e2e/__tests__/detectOpenHandles.ts:111:27)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
Ubuntu with shard 4/4 / Node LTS using jest-jasmine2
Final attempt failed. Child_process exited with error code 1
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
Ubuntu with shard 4/4 / Node v22.x
Final attempt failed. Child_process exited with error code 1
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
Ubuntu with shard 4/4 / Node v20.x
Final attempt failed. Child_process exited with error code 1
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
Ubuntu with shard 4/4 / Node v23.x
Final attempt failed. Child_process exited with error code 1
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
Ubuntu with shard 4/4 / Node v16.x
Final attempt failed. Child_process exited with error code 1
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
Ubuntu with shard 4/4 / Node v18.x
Final attempt failed. Child_process exited with error code 1
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
macOS with shard 3/3 / Node LTS using jest-jasmine2
Final attempt failed. Child_process exited with error code 1
all passing › runs the tests in the correct order: e2e/__tests__/circusConcurrent.test.ts#L28
expect(received).toMatchSnapshot() Snapshot name: `all passing runs the tests in the correct order 1` - Snapshot - 2 + Received + 2 @@ -67,21 +67,21 @@ START "nine" at log (__tests__/concurrent.test.js:15:11) console.log - END: "nine" + END: "five" at log (__tests__/concurrent.test.js:15:11) console.log START "ten" at log (__tests__/concurrent.test.js:15:11) console.log - END: "five" + END: "nine" at log (__tests__/concurrent.test.js:15:11) console.log END: "six" at Object.toMatchSnapshot (e2e/__tests__/circusConcurrent.test.ts:28:20)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
macOS with shard 3/3 / Node v16.x
Final attempt failed. Child_process exited with error code 1
can press "u" to update snapshots: e2e/__tests__/watchModeUpdateSnapshot.test.ts#L50
expect(received).toMatchSnapshot(hint) Snapshot name: `can press "u" to update snapshots: test results 1` - Snapshot - 0 + Received + 1 @@ -14,7 +14,8 @@ | ^ at Object.toMatchSnapshot (__tests__/bar.spec.js:1:35) › 1 snapshot failed. + A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them. Snapshot Summary › 1 snapshot failed from 1 test suite. Inspect your code changes or press `u` to update them." at Object.toMatchSnapshot (e2e/__tests__/watchModeUpdateSnapshot.test.ts:50:18)
all passing › runs the tests in the correct order: e2e/__tests__/circusConcurrent.test.ts#L28
expect(received).toMatchSnapshot() Snapshot name: `all passing runs the tests in the correct order 1` - Snapshot - 3 + Received + 3 @@ -82,21 +82,21 @@ END: "five" at log (__tests__/concurrent.test.js:15:11) console.log - END: "six" + END: "ten" at log (__tests__/concurrent.test.js:15:11) console.log - END: "seven" + END: "six" at log (__tests__/concurrent.test.js:15:11) console.log - END: "ten" + END: "seven" at log (__tests__/concurrent.test.js:15:11) console.log END: "eight" at Object.toMatchSnapshot (e2e/__tests__/circusConcurrent.test.ts:28:20)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
macOS with shard 3/3 / Node v18.x
Final attempt failed. Child_process exited with error code 1
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
macOS with shard 3/3 / Node v20.x
Final attempt failed. Child_process exited with error code 1
all passing › runs the tests in the correct order: e2e/__tests__/circusConcurrent.test.ts#L28
expect(received).toMatchSnapshot() Snapshot name: `all passing runs the tests in the correct order 1` - Snapshot - 2 + Received + 2 @@ -67,21 +67,21 @@ START "nine" at log (__tests__/concurrent.test.js:15:11) console.log - END: "nine" + END: "five" at log (__tests__/concurrent.test.js:15:11) console.log START "ten" at log (__tests__/concurrent.test.js:15:11) console.log - END: "five" + END: "nine" at log (__tests__/concurrent.test.js:15:11) console.log END: "six" at Object.toMatchSnapshot (e2e/__tests__/circusConcurrent.test.ts:28:20)
all passing › runs the tests in the correct order: e2e/__tests__/circusConcurrent.test.ts#L28
expect(received).toMatchSnapshot() Snapshot name: `all passing runs the tests in the correct order 1` - Snapshot - 4 + Received + 4 @@ -67,21 +67,21 @@ START "nine" at log (__tests__/concurrent.test.js:15:11) console.log - END: "nine" + END: "five" at log (__tests__/concurrent.test.js:15:11) console.log START "ten" at log (__tests__/concurrent.test.js:15:11) console.log - END: "five" + END: "nine" at log (__tests__/concurrent.test.js:15:11) console.log END: "six" @@ -92,16 +92,16 @@ END: "seven" at log (__tests__/concurrent.test.js:15:11) console.log - END: "ten" + END: "eight" at log (__tests__/concurrent.test.js:15:11) console.log - END: "eight" + END: "ten" at log (__tests__/concurrent.test.js:15:11) console.log afterAll at Object.toMatchSnapshot (e2e/__tests__/circusConcurrent.test.ts:28:20)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
Windows with shard 4/4 / Node LTS using jest-jasmine2
Final attempt failed. Child_process exited with error code 1
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
Windows with shard 4/4 / Node v16.x
Final attempt failed. Child_process exited with error code 1
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
processChild › handles `Map`: e2e/__tests__/nonSerializableStructuresInequality.test.ts#L36
Process exited at waitUntil (e2e/__tests__/nonSerializableStructuresInequality.test.ts:36:9) at Object.testIn2Workers (e2e/__tests__/nonSerializableStructuresInequality.test.ts:72:35)
processChild › handles `Map`: undefined#L1
Timed out at timeoutKill (node_modules/execa/lib/kill.js:65:23)
processChild › handles `Map`: undefined#L1
Timed out at timeoutKill (node_modules/execa/lib/kill.js:65:23)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
Windows with shard 4/4 / Node v20.x
Final attempt failed. Child_process exited with error code 1
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
macOS with shard 3/3 / Node v22.x
Final attempt failed. Child_process exited with error code 1
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
Node crawler does not pick up symlinked files by default: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:36:10)
Should throw if watchman used with haste.enableSymlinks: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:15:10)
Should throw if watchman used with haste.enableSymlinks: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:36:10)
Windows with shard 4/4 / Node v18.x
Final attempt failed. Child_process exited with error code 1
Node crawler does not pick up symlinked files by default: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:36:10)
Should throw if watchman used with haste.enableSymlinks: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:15:10)
Should throw if watchman used with haste.enableSymlinks: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\crawl-symlinks-test' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/crawlSymlinks.test.ts:36:10)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
Windows with shard 4/4 / Node v22.x
Final attempt failed. Child_process exited with error code 1
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
Windows with shard 4/4 / Node v23.x
Final attempt failed. Child_process exited with error code 1
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
prints the config object: undefined#L1
expect(received).toMatchSnapshot() Snapshot name: `prints the config object 1` - Snapshot - 0 + Received + 1 @@ -97,10 +97,11 @@ "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, + "maxRelatedTestsDepth": null, "maxWorkers": 2, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
macOS with shard 3/3 / Node v23.x
Final attempt failed. Child_process exited with error code 1
Node LTS on Ubuntu with coverage (4/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
Node LTS on Ubuntu with coverage (4/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
Node LTS on Ubuntu with coverage (3/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
Node LTS on Ubuntu with coverage (3/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 2/3 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 3/4 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 1/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 3/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 3/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 3/4 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 3/3 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1