Node Nightly CI #399
Annotations
6 errors and 2 warnings
run tests:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "(node:5224) ExperimentalWarning: Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)"
at Object.toBe (packages/jest-repl/src/__tests__/jest_repl.test.js:31:36)
|
run tests:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "(node:3596) ExperimentalWarning: Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)"
at Object.toBe (packages/jest-repl/src/__tests__/jest_repl.test.js:31:36)
|
run tests:
e2e/__tests__/coverageProviderV8.test.ts#L118
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at Object.toBe (e2e/__tests__/coverageProviderV8.test.ts:118:20)
|
run tests:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "(node:4036) ExperimentalWarning: Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)"
at Object.toBe (packages/jest-repl/src/__tests__/jest_repl.test.js:31:36)
|
run tests:
e2e/__tests__/onlyFailuresNonWatch.test.ts#L39
expect(received).toMatch(expected)
Expected substring: "PASS __tests__/b.js"
Received string: "FAIL __tests__/a.js
● bar·
expect(received).toBe(expected) // Object.is equality·
Expected: \"foo\"
Received: \"bar\"·
> 1 | test('bar', () => { expect('bar').toBe('foo'); });
| ^·
at Object.toBe (__tests__/a.js:1:35)·
node:events:485·
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: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:512: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-nightly20241014129ca9e319"
at Object.toMatch (e2e/__tests__/onlyFailuresNonWatch.test.ts:39:18)
|
run tests
Final attempt failed. Child_process exited with error code 1
|
run tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
run tests
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Loading