Skip to content

feat(runtime): use compileFunction over new Script #14345

feat(runtime): use compileFunction over new Script

feat(runtime): use compileFunction over new Script #14345

Triggered via pull request January 16, 2025 10:58
Status Failure
Total duration 19m 22s
Artifacts

nodejs.yml

on: pull_request
prepare-yarn-cache-ubuntu  /  Prepare yarn cache for ubuntu-latest
15s
prepare-yarn-cache-ubuntu / Prepare yarn cache for ubuntu-latest
prepare-yarn-cache-macos  /  Prepare yarn cache for macos-latest
21s
prepare-yarn-cache-macos / Prepare yarn cache for macos-latest
prepare-yarn-cache-windows  /  Prepare yarn cache for windows-latest
36s
prepare-yarn-cache-windows / Prepare yarn cache for windows-latest
TypeScript Compatibility
3m 40s
TypeScript Compatibility
Typecheck Examples and Tests
3m 49s
Typecheck Examples and Tests
Lint
1m 45s
Lint
Validate Yarn dependencies and constraints
13s
Validate Yarn dependencies and constraints
Node LTS on Ubuntu with leak detection
46s
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

27 errors and 45 warnings
TypeScript Compatibility: packages/jest-reporters/src/CoverageReporter.ts#L470
Property 'wrapperLength' does not exist on type 'TransformResult'.
TypeScript Compatibility
Process completed with exit code 1.
Typecheck Examples and Tests: packages/jest-reporters/src/CoverageReporter.ts#L470
Property 'wrapperLength' does not exist on type 'TransformResult'.
Typecheck Examples and Tests
Process completed with exit 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 @@ -27,21 +27,21 @@ START "five" at log (__tests__/concurrent.test.js:15:11) console.log - END: "three" + END: "one" at log (__tests__/concurrent.test.js:15:11) console.log START "six" at log (__tests__/concurrent.test.js:15:11) console.log - END: "one" + END: "three" at log (__tests__/concurrent.test.js:15:11) console.log START "seven" at Object.toMatchSnapshot (e2e/__tests__/circusConcurrent.test.ts:28:20)
check is not leaking memory: e2e/__tests__/jestEnvironmentJsdom.test.ts#L26
expect(received).toMatch(expected) Expected pattern: /PASS\s__tests__\/a.test.js/ Received string: "FAIL __tests__/b.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../home/runner/work/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· FAIL __tests__/a.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../home/runner/work/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· Test Suites: 2 failed, 2 total Tests: 0 total Snapshots: 0 total Time: 16.548 s Ran all test suites." at Object.toMatch (e2e/__tests__/jestEnvironmentJsdom.test.ts:26:18)
check is not leaking memory: e2e/__tests__/jestEnvironmentJsdom.test.ts#L26
expect(received).toMatch(expected) Expected pattern: /PASS\s__tests__\/a.test.js/ Received string: "FAIL __tests__/b.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../home/runner/work/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· FAIL __tests__/a.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../home/runner/work/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· Test Suites: 2 failed, 2 total Tests: 0 total Snapshots: 0 total Time: 12.27 s Ran all test suites." at Object.toMatch (e2e/__tests__/jestEnvironmentJsdom.test.ts:26:18)
check is not leaking memory: e2e/__tests__/jestEnvironmentJsdom.test.ts#L26
expect(received).toMatch(expected) Expected pattern: /PASS\s__tests__\/a.test.js/ Received string: "FAIL __tests__/b.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../home/runner/work/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· FAIL __tests__/a.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../home/runner/work/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· Test Suites: 2 failed, 2 total Tests: 0 total Snapshots: 0 total Time: 12.049 s Ran all test suites." at Object.toMatch (e2e/__tests__/jestEnvironmentJsdom.test.ts:26:18)
Ubuntu with shard 4/4 / Node v16.x
Final attempt failed. Child_process exited with error code 1
Windows with shard 1/4 / Node v22.x
RPC failed; curl 92 HTTP/2 stream 3 was not closed cleanly: CANCEL (err 8)
Windows with shard 1/4 / Node v22.x
40 bytes of body are still expected
Windows with shard 1/4 / Node v22.x
early EOF
Windows with shard 1/4 / Node v22.x
fetch-pack: invalid index-pack output
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)
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 @@ -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)
check is not leaking memory: e2e/__tests__/jestEnvironmentJsdom.test.ts#L26
expect(received).toMatch(expected) Expected pattern: /PASS\s__tests__\/a.test.js/ Received string: "FAIL __tests__/b.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../../../../../../Users/runner/work/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· FAIL __tests__/a.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../../../../../../Users/runner/work/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· Test Suites: 2 failed, 2 total Tests: 0 total Snapshots: 0 total Time: 17.058 s Ran all test suites." at Object.toMatch (e2e/__tests__/jestEnvironmentJsdom.test.ts:26:18)
check is not leaking memory: e2e/__tests__/jestEnvironmentJsdom.test.ts#L26
expect(received).toMatch(expected) Expected pattern: /PASS\s__tests__\/a.test.js/ Received string: "FAIL __tests__/b.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../../../../../../Users/runner/work/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· FAIL __tests__/a.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../../../../../../Users/runner/work/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· Test Suites: 2 failed, 2 total Tests: 0 total Snapshots: 0 total Time: 9.589 s Ran all test suites." at Object.toMatch (e2e/__tests__/jestEnvironmentJsdom.test.ts:26:18)
check is not leaking memory: e2e/__tests__/jestEnvironmentJsdom.test.ts#L26
expect(received).toMatch(expected) Expected pattern: /PASS\s__tests__\/a.test.js/ Received string: "FAIL __tests__/b.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../../../../../../Users/runner/work/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· FAIL __tests__/a.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (../../../../../../../Users/runner/work/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· Test Suites: 2 failed, 2 total Tests: 0 total Snapshots: 0 total Time: 9.394 s Ran all test suites." at Object.toMatch (e2e/__tests__/jestEnvironmentJsdom.test.ts:26:18)
macOS with shard 3/3 / Node v16.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 - 2 + Received + 2 @@ -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)
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)
Windows with shard 3/4 / Node v22.x
Final attempt failed. Child_process exited with error code 1
check is not leaking memory: e2e/__tests__/jestEnvironmentJsdom.test.ts#L26
expect(received).toMatch(expected) Expected pattern: /PASS\s__tests__\/a.test.js/ Received string: "FAIL __tests__/b.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (D:/a/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· FAIL __tests__/a.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (D:/a/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· Test Suites: 2 failed, 2 total Tests: 0 total Snapshots: 0 total Time: 23.146 s Ran all test suites." at Object.toMatch (e2e/__tests__/jestEnvironmentJsdom.test.ts:26:18)
check is not leaking memory: e2e/__tests__/jestEnvironmentJsdom.test.ts#L26
expect(received).toMatch(expected) Expected pattern: /PASS\s__tests__\/a.test.js/ Received string: "FAIL __tests__/b.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (D:/a/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· FAIL __tests__/a.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (D:/a/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· Test Suites: 2 failed, 2 total Tests: 0 total Snapshots: 0 total Time: 18.949 s Ran all test suites." at Object.toMatch (e2e/__tests__/jestEnvironmentJsdom.test.ts:26:18)
check is not leaking memory: e2e/__tests__/jestEnvironmentJsdom.test.ts#L26
expect(received).toMatch(expected) Expected pattern: /PASS\s__tests__\/a.test.js/ Received string: "FAIL __tests__/b.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (D:/a/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· FAIL __tests__/a.test.js ● Test suite failed to run· EXPERIMENTAL FEATURE! Your test suite is leaking memory. Please ensure all references are cleaned.· There is a number of things that can leak memory: - Async operations that have not finished (e.g. fs.readFile). - Timers not properly mocked (e.g. setInterval, setTimeout). - Keeping references to the global scope.· at onResult (D:/a/jest/jest/packages/jest-core/build/index.js:1053:18) at Array.map (<anonymous>)· Test Suites: 2 failed, 2 total Tests: 0 total Snapshots: 0 total Time: 18.009 s Ran all test suites." at Object.toMatch (e2e/__tests__/jestEnvironmentJsdom.test.ts:26:18)
Windows with shard 4/4 / Node v16.x
Final attempt failed. Child_process exited with error code 1
prepare-yarn-cache-ubuntu / Prepare yarn cache for ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Validate Yarn dependencies and constraints
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Node LTS on Ubuntu with leak detection
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 1/4 / Node v20.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 1/4 / Node v18.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Node LTS on Ubuntu with coverage (1/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 1/4 / Node v23.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 1/4 / Node v16.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 1/4 / Node v22.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 1/4 / Node LTS using jest-jasmine2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 2/4 / Node v22.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Node LTS on Ubuntu with coverage (4/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 2/4 / Node v23.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 2/4 / Node v20.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Node LTS on Ubuntu with coverage (2/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Node LTS on Ubuntu with coverage (3/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 2/4 / Node LTS using jest-jasmine2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 2/4 / Node v18.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 2/4 / Node v16.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
TypeScript Compatibility
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Typecheck Examples and Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 3/4 / Node LTS using jest-jasmine2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 4/4 / Node LTS using jest-jasmine2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 4/4 / Node v22.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 3/4 / Node v22.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 4/4 / Node v23.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 3/4 / Node v20.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 3/4 / Node v23.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 4/4 / Node v18.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 4/4 / Node v20.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 3/4 / Node v18.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 3/4 / Node v16.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 3/4 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 4/4 / Node v16.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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
macOS with shard 2/3 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 3/4 / Node v18.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 3/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 3/4 / Node v22.x
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