Update NodeEnvironment to provide dispose global symbols #13342
nodejs.yml
on: pull_request
prepare-yarn-cache-ubuntu
/
Prepare yarn cache for ubuntu-latest
14s
prepare-yarn-cache-macos
/
Prepare yarn cache for macos-latest
34s
prepare-yarn-cache-windows
/
Prepare yarn cache for windows-latest
1m 0s
TypeScript Compatibility
6m 48s
Typecheck Examples and Tests
4m 40s
Lint
2m 0s
Validate Yarn dependencies and constraints
14s
Node LTS on Ubuntu with leak detection
1m 10s
Matrix: test-coverage
Matrix: test-ubuntu
Matrix: test-macos
Matrix: test-windows
Annotations
72 errors and 93 warnings
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Ubuntu with shard 2/4 / Node v20.x
Final attempt failed. Child_process exited with error code 1
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Ubuntu with shard 2/4 / Node v21.x
Final attempt failed. Child_process exited with error code 1
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Node LTS on Ubuntu with coverage (2/4)
Final attempt failed. Child_process exited with error code 1
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Ubuntu with shard 2/4 / Node v18.x
Final attempt failed. Child_process exited with error code 1
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Ubuntu with shard 2/4 / Node v16.x
Final attempt failed. Child_process exited with error code 1
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Ubuntu with shard 2/4 / Node LTS using jest-jasmine2
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 2`
- Snapshot - 0
+ Received + 1
PASS __tests__/bar.spec.js
✓ bar
› 1 snapshot updated.
+ 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 updated from 1 test suite.
at Object.toMatchSnapshot (e2e/__tests__/watchModeUpdateSnapshot.test.ts:50:18)
|
can press "t" to filter by test name:
e2e/__tests__/watchModePatterns.test.ts#L70
expect(received).toMatchSnapshot(hint)
Snapshot name: `can press "t" to filter by test name: test results 1`
- Snapshot - 0
+ Received + 1
PASS __tests__/bar.spec.js
PASS __tests__/foo.spec.js
+ 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.
at Object.toMatchSnapshot (e2e/__tests__/watchModePatterns.test.ts:70:18)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Windows with shard 2/4 / Node LTS using jest-jasmine2
Final attempt failed. Child_process exited with error code 1
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
handles a bad revision for "changedSince":
e2e/Utils.ts#L105
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir'
at rmSync (e2e/Utils.ts:105:8)
at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:61:25)
|
handles a bad revision for "changedSince":
e2e/Utils.ts#L105
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir'
at rmSync (e2e/Utils.ts:105:8)
at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
|
gets changed files for hg:
e2e/Utils.ts#L105
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir'
at rmSync (e2e/Utils.ts:105:8)
at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:61:25)
|
gets changed files for hg:
e2e/Utils.ts#L105
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir'
at rmSync (e2e/Utils.ts:105:8)
at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
|
monitors only root paths for hg:
e2e/Utils.ts#L105
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir'
at rmSync (e2e/Utils.ts:105:8)
at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:61:25)
|
monitors only root paths for hg:
e2e/Utils.ts#L105
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir'
at rmSync (e2e/Utils.ts:105:8)
at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
|
handles a bad revision for "changedSince":
e2e/Utils.ts#L105
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir'
at rmSync (e2e/Utils.ts:105:8)
at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:61:25)
|
handles a bad revision for "changedSince":
e2e/Utils.ts#L105
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir'
at rmSync (e2e/Utils.ts:105:8)
at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Windows with shard 2/4 / Node v16.x
Final attempt failed. Child_process exited with error code 1
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Windows with shard 2/4 / Node v21.x
Final attempt failed. Child_process exited with error code 1
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Windows with shard 2/4 / Node v18.x
Final attempt failed. Child_process exited with error code 1
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
macOS with shard 2/3 / Node v20.x
Final attempt failed. Child_process exited with error code 1
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
macOS with shard 2/3 / Node v18.x
Final attempt failed. Child_process exited with error code 1
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
macOS with shard 2/3 / Node v16.x
Final attempt failed. Child_process exited with error code 1
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
macOS with shard 2/3 / Node v21.x
Final attempt failed. Child_process exited with error code 1
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
Any.asymmetricMatch() on primitive wrapper classes:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (packages/expect/src/__tests__/asymmetricMatchers.test.ts:56:22)
|
macOS with shard 2/3 / Node LTS using jest-jasmine2
Final attempt failed. Child_process exited with error code 1
|
Ubuntu with shard 1/4 / Node v20.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 1/4 / Node v21.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 1/4 / Node v18.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 1/4 / Node v16.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Node LTS on Ubuntu with coverage (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 1/4 / Node LTS using jest-jasmine2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Node LTS on Ubuntu with coverage (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Node LTS on Ubuntu with coverage (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 3/4 / Node LTS using jest-jasmine2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 3/4 / Node v16.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 3/4 / Node v20.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 3/4 / Node v18.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 4/4 / Node LTS using jest-jasmine2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 4/4 / Node v16.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 3/4 / Node v21.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 2/4 / Node v20.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 2/4 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Ubuntu with shard 2/4 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Ubuntu with shard 2/4 / Node v21.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 2/4 / Node v21.x
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Ubuntu with shard 2/4 / Node v21.x
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Ubuntu with shard 4/4 / Node v18.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Node LTS on Ubuntu with coverage (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Node LTS on Ubuntu with coverage (2/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Node LTS on Ubuntu with coverage (2/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Ubuntu with shard 2/4 / Node v18.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 2/4 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Ubuntu with shard 2/4 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Ubuntu with shard 2/4 / Node v16.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 2/4 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Ubuntu with shard 2/4 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Ubuntu with shard 4/4 / Node v20.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 2/4 / Node LTS using jest-jasmine2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu with shard 2/4 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Ubuntu with shard 2/4 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Ubuntu with shard 4/4 / Node v21.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 1/3 / Node LTS using jest-jasmine2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 1/3 / Node v18.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 1/3 / Node v21.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 1/3 / Node v16.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 1/4 / Node v16.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 1/4 / Node v21.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 1/4 / Node v20.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 1/4 / Node v18.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 1/4 / Node LTS using jest-jasmine2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 1/4 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Windows with shard 1/4 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Windows with shard 3/4 / Node v16.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 3/4 / Node v20.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 3/4 / Node v18.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 3/4 / Node v21.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 1/3 / Node v20.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 3/4 / Node LTS using jest-jasmine2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 4/4 / Node LTS using jest-jasmine2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 2/4 / Node LTS using jest-jasmine2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 2/4 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Windows with shard 2/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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 4/4 / Node v18.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 4/4 / Node v20.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 2/4 / Node v20.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 2/4 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Windows with shard 2/4 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Windows with shard 4/4 / Node v21.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 2/4 / Node v16.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 2/4 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Windows with shard 2/4 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Windows with shard 2/4 / Node v21.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 2/4 / Node v21.x
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Windows with shard 2/4 / Node v21.x
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Windows with shard 2/4 / Node v18.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows with shard 2/4 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Windows with shard 2/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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 2/3 / Node v20.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 2/3 / Node v20.x
Attempt 1 failed. Reason: Child_process exited with error code 1
|
macOS with shard 2/3 / Node v20.x
Attempt 2 failed. Reason: Child_process exited with error code 1
|
macOS with shard 2/3 / Node v18.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 2/3 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
|
macOS with shard 2/3 / Node v18.x
Attempt 2 failed. Reason: Child_process exited with error code 1
|
macOS with shard 2/3 / Node v16.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 2/3 / Node v16.x
Attempt 1 failed. Reason: Child_process exited with error code 1
|
macOS with shard 2/3 / Node v16.x
Attempt 2 failed. Reason: Child_process exited with error code 1
|
macOS with shard 3/3 / Node v16.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 3/3 / Node v18.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 3/3 / Node v20.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 2/3 / Node v21.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 2/3 / Node v21.x
Attempt 1 failed. Reason: Child_process exited with error code 1
|
macOS with shard 2/3 / Node v21.x
Attempt 2 failed. Reason: Child_process exited with error code 1
|
macOS with shard 3/3 / Node v21.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 2/3 / Node LTS using jest-jasmine2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS with shard 2/3 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
|
macOS with shard 2/3 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
|