Skip to content

Node Nightly CI

Node Nightly CI #359

Triggered via schedule September 4, 2024 12:05
Status Failure
Total duration 14m 30s
Artifacts

nightly.yml

on: schedule
prepare-yarn-cache-macos  /  Prepare yarn cache for macos-latest
25s
prepare-yarn-cache-macos / Prepare yarn cache for macos-latest
prepare-yarn-cache-ubuntu  /  Prepare yarn cache for ubuntu-latest
13s
prepare-yarn-cache-ubuntu / Prepare yarn cache for ubuntu-latest
prepare-yarn-cache-windows  /  Prepare yarn cache for windows-latest
34s
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
2s
Notify failed build
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 4 warnings
test-macos / Node Nightly on macos-latest using jest-jasmine2 (1/4)
Unexpected HTTP response: 500
test-macos / Node nightly on macos-latest (1/4)
Unexpected HTTP response: 500
test-macos / Node nightly on macos-latest (4/4)
Unexpected HTTP response: 500
test-macos / Node nightly on macos-latest (2/4)
Unexpected HTTP response: 500
test-macos / Node Nightly on macos-latest using jest-jasmine2 (4/4)
Unexpected HTTP response: 500
test-ubuntu / Node Nightly on ubuntu-latest using jest-jasmine2 (1/4)
Unexpected HTTP response: 524
globalSetup works with ESM modules: e2e/__tests__/globalSetup.test.ts#L202
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/globalSetup.test.ts:202:20)
outputs coverage report when text and text-summary is requested: e2e/__tests__/coverageReport.test.ts#L144
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/coverageReport.test.ts:144:20)
collects coverage only from multiple specified files: e2e/__tests__/coverageReport.test.ts#L66
expect(received).toMatchSnapshot() Snapshot name: `collects coverage only from multiple specified files 1` - Snapshot - 7 + Received + 0 - --------------|---------|----------|---------|---------|------------------- - File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s - --------------|---------|----------|---------|---------|------------------- - All files | 100 | 100 | 100 | 100 | - file.js | 100 | 100 | 100 | 100 | - otherFile.js | 100 | 100 | 100 | 100 | - --------------|---------|----------|---------|---------|------------------- at Object.toMatchSnapshot (e2e/__tests__/coverageReport.test.ts:66:18)
outputs coverage report when text is requested: e2e/__tests__/coverageReport.test.ts#L117
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/coverageReport.test.ts:117:20)
globalSetup is triggered once before all test suites: node:internal/child_process#L512
Can't parse JSON. ERROR: SyntaxError Unexpected end of JSON input STDOUT: STDERR: PASS __tests__/setup1.test.js PASS __tests__/setup2.test.js PASS __tests__/setup3.test.js 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:614:17) at process.processTimers (node:internal/timers:549:7) Emitted 'error' event on ChildProcess instance at: at ChildProcess.kill (node:internal/child_process:512:12) [... lines matching original stack trace ...] at process.processTimers (node:internal/timers:549:7) { errno: -4048, code: 'EPERM', syscall: 'kill' } Node.js v23.0.0-nightly2024090403fe00e3da at json (e2e/runJest.ts:157:11) at Object.<anonymous> (e2e/__tests__/globalSetup.test.ts:57:29)
collects coverage only from specified file: e2e/__tests__/coverageReport.test.ts#L49
expect(received).toMatchSnapshot() Snapshot name: `collects coverage only from specified file 1` - Snapshot - 6 + Received + 0 - ----------|---------|----------|---------|---------|------------------- - File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s - ----------|---------|----------|---------|---------|------------------- - All files | 100 | 100 | 100 | 100 | - file.js | 100 | 100 | 100 | 100 | - ----------|---------|----------|---------|---------|------------------- at Object.toMatchSnapshot (e2e/__tests__/coverageReport.test.ts:49:18)
test-windows / Node Nightly on windows-latest using jest-jasmine2 (1/4)
Final attempt failed. Child_process exited with error code 1
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)
outputs coverage report: e2e/__tests__/coverageReport.test.ts#L33
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/coverageReport.test.ts:33:20)
outputs coverage report: e2e/__tests__/coverageReport.test.ts#L30
expect(received).toMatchSnapshot() Snapshot name: `outputs coverage report 1` - Snapshot - 15 + Received + 0 - -------------------------------------|---------|----------|---------|---------|------------------- - File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s - -------------------------------------|---------|----------|---------|---------|------------------- - All files | 60 | 0 | 50 | 60 | - coverage-report | 47.36 | 0 | 25 | 50 | - file.js | 100 | 100 | 100 | 100 | - notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8-19 - otherFile.js | 100 | 100 | 100 | 100 | - sum.js | 87.5 | 100 | 50 | 100 | - sumDependency.js | 0 | 0 | 0 | 0 | 8-13 - coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 | - identical.js | 100 | 100 | 100 | 100 | - coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 | - identical.js | 100 | 100 | 100 | 100 | - -------------------------------------|---------|----------|---------|---------|------------------- at Object.toMatchSnapshot (e2e/__tests__/coverageReport.test.ts:30:18)
collects coverage from duplicate files avoiding shared cache: e2e/__tests__/coverageReport.test.ts#L180
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/coverageReport.test.ts:180:20)
collects coverage from duplicate files avoiding shared cache: e2e/__tests__/coverageReport.test.ts#L179
expect(received).toMatchSnapshot() Snapshot name: `collects coverage from duplicate files avoiding shared cache 1` - Snapshot - 9 + Received + 0 - ---------------|---------|----------|---------|---------|------------------- - File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s - ---------------|---------|----------|---------|---------|------------------- - All files | 100 | 100 | 100 | 100 | - a | 100 | 100 | 100 | 100 | - identical.js | 100 | 100 | 100 | 100 | - b | 100 | 100 | 100 | 100 | - identical.js | 100 | 100 | 100 | 100 | - ---------------|---------|----------|---------|---------|------------------- at Object.toMatchSnapshot (e2e/__tests__/coverageReport.test.ts:179:18)
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 (1/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
test-windows / Node nightly on windows-latest (1/4)
Attempt 2 failed. Reason: Child_process exited with error code 1