Skip to content

Node Nightly CI

Node Nightly CI #282

Triggered via schedule June 19, 2024 12:04
Status Failure
Total duration 6h 0m 50s
Artifacts

nightly.yml

on: schedule
prepare-yarn-cache-macos  /  Prepare yarn cache for macos-latest
18s
prepare-yarn-cache-macos / Prepare yarn cache for macos-latest
prepare-yarn-cache-ubuntu  /  Prepare yarn cache for ubuntu-latest
12s
prepare-yarn-cache-ubuntu / Prepare yarn cache for ubuntu-latest
prepare-yarn-cache-windows  /  Prepare yarn cache for windows-latest
46s
prepare-yarn-cache-windows / Prepare yarn cache for windows-latest
Matrix: test-macos / test-jasmine
Matrix: test-macos / test
Matrix: test-ubuntu / test-jasmine
Matrix: test-ubuntu / test
Matrix: test-windows / test-jasmine
Matrix: test-windows / test
Notify failed build
5s
Notify failed build
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 6 warnings
--findRelatedTests flag › generates coverage report for filename: node:internal/child_process#L512
Could not find test summary in the output. OUTPUT: PASS __tests__/a.test.js ✓ a (4 ms) node:events:498 throw er; // Unhandled 'error' event ^ Error: kill EPERM at ChildProcess.kill (node:internal/child_process:512:26) at listOnTimeout (node:internal/timers:581:17) at processTimers (node:internal/timers:519:7) Emitted 'error' event on ChildProcess instance at: at ChildProcess.kill (node:internal/child_process:512:12) [... lines matching original stack trace ...] at processTimers (node:internal/timers:519:7) { errno: -4048, code: 'EPERM', syscall: 'kill' } Node.js v23.0.0-nightly20240619f9207e9207 at extractSummary (e2e/Utils.ts:245:11) at Object.<anonymous> (e2e/__tests__/findRelatedFiles.test.ts:211:38)
testMatch should able to match file with cts and mts extension: e2e/__tests__/testMatchTs.test.ts#L13
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/testMatchTs.test.ts:13:27)
can press "u" to update snapshots: e2e/__tests__/watchModeUpdateSnapshot.test.ts#L48
expect(received).toHaveLength(expected) Expected length: 2 Received length: 0 Received array: [] at Object.toHaveLength (e2e/__tests__/watchModeUpdateSnapshot.test.ts:48:19)
collects coverage only from specified files avoiding dependencies: e2e/__tests__/coverageReport.test.ts#L84
expect(received).toMatchSnapshot() Snapshot name: `collects coverage only from specified files avoiding dependencies 1` - Snapshot - 6 + Received + 0 - ----------|---------|----------|---------|---------|------------------- - File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s - ----------|---------|----------|---------|---------|------------------- - All files | 87.5 | 100 | 50 | 100 | - sum.js | 87.5 | 100 | 50 | 100 | - ----------|---------|----------|---------|---------|------------------- at Object.toMatchSnapshot (e2e/__tests__/coverageReport.test.ts:84:18)
queueRunner › passes an error to `onException` on timeout.: undefined#L1
kill EPERM at ChildProcessWorker.killChild (packages/jest-worker/build/index.js:993:23)
handles a bad revision for "changedSince": e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:61:25)
handles a bad revision for "changedSince": e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
gets changed files for hg: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:61:25)
gets changed files for hg: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
monitors only root paths for hg: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:61:25)
monitors only root paths for hg: e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
handles a bad revision for "changedSince": e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:61:25)
handles a bad revision for "changedSince": e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir' at rmSync (e2e/Utils.ts:107:8) at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
globals are undefined if passed `false` from config: e2e/__tests__/injectGlobals.test.ts#L54
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at toBe (e2e/__tests__/injectGlobals.test.ts:54:20)
globals are undefined if passed `false` from config: e2e/__tests__/injectGlobals.test.ts#L52
expect(received).toMatchSnapshot() Snapshot name: `globals are undefined if passed \`false\` from config 1` - Snapshot - 1 + Received + 25 "PASS __tests__/test.js - ✓ no globals injected" + ✓ no globals injected + + + node:events:498 + throw er; // Unhandled 'error' event + ^ + + Error: kill EPERM + at ChildProcess.kill (node:internal/child_process:512:26) + at ChildProcessWorker.killChild (D:\a\jest\jest\packages\jest-worker\build\index.js:999:17) + at ChildProcessWorker.forceExit (D:\a\jest\jest\packages\jest-worker\build\index.js:1004:33) + at Timeout._onTimeout (D:\a\jest\jest\packages\jest-worker\build\index.js:567:16) + at listOnTimeout (node:internal/timers:581:17) + at processTimers (node:internal/timers:519:7) + Emitted 'error' event on ChildProcess instance at: + at ChildProcess.kill (node:internal/child_process:512:12) + at ChildProcessWorker.killChild (D:\a\jest\jest\packages\jest-worker\build\index.js:999:17) + [... lines matching original stack trace ...] + at processTimers (node:internal/timers:519:7) { + errno: -4048, + code: 'EPERM', + syscall: 'kill' + } + + Node.js v23.0.0-nightly20240619f9207e9207" at toMatchSnapshot (e2e/__tests__/injectGlobals.test.ts:52:16)
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)
test-macos / Node nightly on macos-latest (3/4)
The job running on runner GitHub Actions 10 has exceeded the maximum execution time of 360 minutes.
test-macos / Node nightly on macos-latest (3/4)
The operation was canceled.
test-windows / Node Nightly on windows-latest using jest-jasmine2 (2/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-windows / Node Nightly on windows-latest using jest-jasmine2 (1/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-windows / Node Nightly on windows-latest using jest-jasmine2 (1/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-windows / Node nightly on windows-latest (2/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-windows / Node nightly on windows-latest (2/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
test-macos / Node Nightly on macos-latest using jest-jasmine2 (2/4)
Attempt 1 failed. Reason: Child_process exited with error code 1