Node Nightly CI #383
Annotations
5 errors and 2 warnings
run tests using jest-jasmine:
undefined#L1
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
"/root/path/foo/bar/baz",
- "/root/path/foo/qux/quux",
+ "/root/path/foo/qux/quux/",
]
at Object.toEqual (packages/jest-config/src/__tests__/normalize.test.ts:245:26)
|
run tests using jest-jasmine:
undefined#L1
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
"/root/path/foo/bar/baz",
- "/root/path/foo/qux/quux",
+ "/root/path/foo/qux/quux/",
]
at Object.toEqual (packages/jest-config/src/__tests__/normalize.test.ts:245:26)
|
run tests using jest-jasmine:
e2e/__tests__/forceExit.test.ts#L37
expect(received).toMatch(expected)
Expected pattern: /TIMER_DONE/
Received string: "
PASS __tests__/test.test.js
✓ finishes before the timer is complete (3 ms)·
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 0.47 s, estimated 1 s
Ran all test suites.
node:events:484·
throw er; // Unhandled 'error' event·
^···
Error: kill EPERM·
at ChildProcess.kill (node:internal/child_process:511:26)·
at ChildProcessWorker.killChild (D:\\a\\jest\\jest\\packages\\jest-worker\\build\\index.js:1000:17)·
at ChildProcessWorker.forceExit (D:\\a\\jest\\jest\\packages\\jest-worker\\build\\index.js:1005:33)·
at Timeout._onTimeout (D:\\a\\jest\\jest\\packages\\jest-worker\\build\\index.js:567:16)·
at listOnTimeout (node:internal/timers:614:17)·
at processTimers (node:internal/timers:549:7)·
Emitted 'error' event on ChildProcess instance at:·
at ChildProcess.kill (node:internal/child_process:511:12)·
at ChildProcessWorker.killChild (D:\\a\\jest\\jest\\packages\\jest-worker\\build\\index.js:1000:17)·
[... lines matching original stack trace ...]·
at processTimers (node:internal/timers:549:7) {·
errno: -4048,·
code: 'EPERM',·
syscall: 'kill'·
}···
Node.js v23.0.0-nightly20240927668e523392"
at Object.toMatch (e2e/__tests__/forceExit.test.ts:37:18)
|
run tests using jest-jasmine:
undefined#L1
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
"/root/path/foo/bar/baz",
- "/root/path/foo/qux/quux",
+ "/root/path/foo/qux/quux/",
]
at Object.toEqual (packages/jest-config/src/__tests__/normalize.test.ts:245:26)
|
run tests using jest-jasmine
Final attempt failed. Child_process exited with error code 1
|
run tests using jest-jasmine
Attempt 1 failed. Reason: Child_process exited with error code 1
|
run tests using jest-jasmine
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Loading