Skip to content

Added arrayEqualsWithoutOrder #14259

Added arrayEqualsWithoutOrder

Added arrayEqualsWithoutOrder #14259

Triggered via pull request December 18, 2024 17:49
Status Failure
Total duration 21m 50s
Artifacts

nodejs.yml

on: pull_request
prepare-yarn-cache-ubuntu  /  Prepare yarn cache for ubuntu-latest
17s
prepare-yarn-cache-ubuntu / Prepare yarn cache for ubuntu-latest
prepare-yarn-cache-macos  /  Prepare yarn cache for macos-latest
17s
prepare-yarn-cache-macos / Prepare yarn cache for macos-latest
prepare-yarn-cache-windows  /  Prepare yarn cache for windows-latest
1m 8s
prepare-yarn-cache-windows / Prepare yarn cache for windows-latest
TypeScript Compatibility
2m 57s
TypeScript Compatibility
Typecheck Examples and Tests
2m 33s
Typecheck Examples and Tests
Lint
1m 34s
Lint
Validate Yarn dependencies and constraints
13s
Validate Yarn dependencies and constraints
Node LTS on Ubuntu with leak detection
50s
Node LTS on Ubuntu with leak detection
Matrix: test-coverage
Matrix: test-ubuntu
Matrix: test-macos
Matrix: test-windows
Fit to window
Zoom out
Zoom in

Annotations

238 errors and 88 warnings
Node LTS on Ubuntu with leak detection
Process completed with exit code 1.
Lint: packages/expect/src/__tests__/asymmetricMatchers.test.ts#L154
Replace `false` with `⏎····false,⏎··`
Lint: packages/expect/src/__tests__/asymmetricMatchers.test.ts#L161
Replace `"You·must·provide·an·array·to·ArrayEqualsWithoutOrder,·not·'string'."` with `⏎····"You·must·provide·an·array·to·ArrayEqualsWithoutOrder,·not·'string'.",⏎··`
Lint: packages/expect/src/__tests__/asymmetricMatchers.test.ts#L165
Replace `true` with `⏎····true,⏎··`
Lint: packages/expect/src/__tests__/asymmetricMatchers.test.ts#L183
Replace `"You·must·provide·an·array·to·ArrayNotEqualsWithoutOrder,·not·'string'."` with `⏎····"You·must·provide·an·array·to·ArrayNotEqualsWithoutOrder,·not·'string'.",⏎··`
Lint: packages/expect/src/asymmetricMatchers.ts#L420
Replace `sample:·Array<unknown>):·ArrayEqualsWithoutOrder·=>·⏎·` with `⏎··sample:·Array<unknown>,⏎):·ArrayEqualsWithoutOrder·=>`
Lint: packages/expect/src/asymmetricMatchers.ts#L422
Replace `sample:·Array<unknown>):·ArrayEqualsWithoutOrder·=>·⏎·` with `⏎··sample:·Array<unknown>,⏎):·ArrayEqualsWithoutOrder·=>`
Typecheck Examples and Tests: packages/expect/src/index.ts#L102
Type '{ (actual: any, ...rest: Array<any>): any; extend(matchers: MatchersObject): void; addEqualityTesters(customTesters: Tester[]): void; anything: () => AsymmetricMatcher; ... 11 more ...; extractExpectedAssertionsErrors: () => ExpectedAssertionsErrors; }' is not assignable to type 'Expect'.
Typecheck Examples and Tests: packages/expect/src/index.ts#L398
Property 'arrayEqualsWithoutOrder' is missing in type '{ arrayContaining: (sample: Array<unknown>) => ArrayContaining; closeTo: (expected: number, precision?: number) => CloseTo; objectContaining: (sample: Record<string, unknown>) => ObjectContaining; stringContaining: (expected: string) => StringContaining; stringMatching: (expected: string | RegExp) => StringMatching; }' but required in type 'Omit<AsymmetricMatchers, "any" | "anything">'.
Typecheck Examples and Tests
Process completed with exit code 1.
TypeScript Compatibility: packages/expect/src/index.ts#L102
Type '{ (actual: any, ...rest: Array<any>): any; extend(matchers: MatchersObject): void; addEqualityTesters(customTesters: Tester[]): void; anything: () => AsymmetricMatcher; ... 11 more ...; extractExpectedAssertionsErrors: () => ExpectedAssertionsErrors; }' is not assignable to type 'Expect'.
TypeScript Compatibility: packages/expect/src/index.ts#L398
Property 'arrayEqualsWithoutOrder' is missing in type '{ arrayContaining: (sample: Array<unknown>) => ArrayContaining; closeTo: (expected: number, precision?: number) => CloseTo; objectContaining: (sample: Record<string, unknown>) => ObjectContaining; stringContaining: (expected: string) => StringContaining; stringMatching: (expected: string | RegExp) => StringMatching; }' but required in type 'Omit<AsymmetricMatchers, "any" | "anything">'.
TypeScript Compatibility
Process completed with exit code 1.
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:6319) ExperimentalWarning: CommonJS module /home/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /home/runner/work/jest/jest/jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:7259) ExperimentalWarning: CommonJS module /home/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /home/runner/work/jest/jest/jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:11416) ExperimentalWarning: CommonJS module /home/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /home/runner/work/jest/jest/jest.config.mjs using require(). 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)
Node LTS on Ubuntu with coverage (3/4)
Final attempt failed. Child_process exited with error code 1
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:14051) ExperimentalWarning: CommonJS module /Users/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /Users/runner/work/jest/jest/jest.config.mjs using require(). 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)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:6028) ExperimentalWarning: CommonJS module /home/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /home/runner/work/jest/jest/jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:6911) ExperimentalWarning: CommonJS module /home/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /home/runner/work/jest/jest/jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:10818) ExperimentalWarning: CommonJS module /home/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /home/runner/work/jest/jest/jest.config.mjs using require(). 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)
Ubuntu with shard 3/4 / Node LTS using jest-jasmine2
Final attempt failed. Child_process exited with error code 1
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:12667) ExperimentalWarning: CommonJS module /Users/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /Users/runner/work/jest/jest/jest.config.mjs using require(). 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)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:14053) ExperimentalWarning: CommonJS module /Users/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /Users/runner/work/jest/jest/jest.config.mjs using require(). 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)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22) at runMicrotasks (<anonymous>)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at runMicrotasks (<anonymous>) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6) at runMicrotasks (<anonymous>)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22) at runMicrotasks (<anonymous>)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at runMicrotasks (<anonymous>) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6) at runMicrotasks (<anonymous>)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:6334) ExperimentalWarning: CommonJS module /home/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /home/runner/work/jest/jest/jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:7223) ExperimentalWarning: CommonJS module /home/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /home/runner/work/jest/jest/jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:11336) ExperimentalWarning: CommonJS module /home/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /home/runner/work/jest/jest/jest.config.mjs using require(). 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)
Ubuntu with shard 3/4 / Node v23.x
Final attempt failed. Child_process exited with error code 1
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:13781) ExperimentalWarning: CommonJS module /Users/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /Users/runner/work/jest/jest/jest.config.mjs using require(). 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)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:15201) ExperimentalWarning: CommonJS module /Users/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /Users/runner/work/jest/jest/jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:6384) ExperimentalWarning: CommonJS module /home/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /home/runner/work/jest/jest/jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:7270) ExperimentalWarning: CommonJS module /home/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /home/runner/work/jest/jest/jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:11377) ExperimentalWarning: CommonJS module /home/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /home/runner/work/jest/jest/jest.config.mjs using require(). 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)
Ubuntu with shard 3/4 / Node v22.x
Final attempt failed. Child_process exited with error code 1
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
handles a bad revision for "changedSince": e2e/Utils.ts#L107
EPERM, Permission denied: \\?\C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir '\\?\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
EPERM, Permission denied: \\?\C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir '\\?\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)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
ArrayNotEqualsWithoutOrder does not match: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
ArrayNotEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayNotContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
ArrayEqualsWithoutOrder matches: undefined#L1
expect(received).toEqual(expected) // deep equality Expected: true Received: false at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
ArrayEqualsWithoutOrder throws for non-arrays: undefined#L1
expect(received).toThrow(expected) Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'." Received message: "You must provide an array to ArrayContaining, not 'string'." at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13) at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
processChild › handles circular inequality properly: e2e/__tests__/nonSerializableStructuresInequality.test.ts#L36
Process exited at waitUntil (e2e/__tests__/nonSerializableStructuresInequality.test.ts:36:9) at Object.testIn2Workers (e2e/__tests__/nonSerializableStructuresInequality.test.ts:56:35)
processChild › handles circular inequality properly: undefined#L1
Timed out at timeoutKill (node_modules/execa/lib/kill.js:65:23)
processChild › handles circular inequality properly: undefined#L1
Timed out at timeoutKill (node_modules/execa/lib/kill.js:65:23)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:2908) ExperimentalWarning: CommonJS module D:\\a\\jest\\jest\\packages\\jest-util\\build\\index.js is loading ES Module D:\\a\\jest\\jest\\jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:3060) ExperimentalWarning: CommonJS module D:\\a\\jest\\jest\\packages\\jest-util\\build\\index.js is loading ES Module D:\\a\\jest\\jest\\jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:5492) ExperimentalWarning: CommonJS module D:\\a\\jest\\jest\\packages\\jest-util\\build\\index.js is loading ES Module D:\\a\\jest\\jest\\jest.config.mjs using require(). 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)
Windows with shard 3/4 / Node LTS using jest-jasmine2
Final attempt failed. Child_process exited with error code 1
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:4928) ExperimentalWarning: CommonJS module D:\\a\\jest\\jest\\packages\\jest-util\\build\\index.js is loading ES Module D:\\a\\jest\\jest\\jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:7140) ExperimentalWarning: CommonJS module D:\\a\\jest\\jest\\packages\\jest-util\\build\\index.js is loading ES Module D:\\a\\jest\\jest\\jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:4520) ExperimentalWarning: CommonJS module D:\\a\\jest\\jest\\packages\\jest-util\\build\\index.js is loading ES Module D:\\a\\jest\\jest\\jest.config.mjs using require(). 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)
Windows with shard 3/4 / Node v23.x
Final attempt failed. Child_process exited with error code 1
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:1340) ExperimentalWarning: CommonJS module D:\\a\\jest\\jest\\packages\\jest-util\\build\\index.js is loading ES Module D:\\a\\jest\\jest\\jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:3252) ExperimentalWarning: CommonJS module D:\\a\\jest\\jest\\packages\\jest-util\\build\\index.js is loading ES Module D:\\a\\jest\\jest\\jest.config.mjs using require(). 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)
Repl › cli › runs without errors: undefined#L1
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "(node:3376) ExperimentalWarning: CommonJS module D:\\a\\jest\\jest\\packages\\jest-util\\build\\index.js is loading ES Module D:\\a\\jest\\jest\\jest.config.mjs using require(). 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)
Windows with shard 3/4 / Node v22.x
Final attempt failed. Child_process exited with error code 1
prepare-yarn-cache-ubuntu / Prepare yarn cache for ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Validate Yarn dependencies and constraints
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Node LTS on Ubuntu with leak detection
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 1/4 / Node v22.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 1/4 / Node v20.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 1/4 / Node v18.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 1/4 / Node LTS using jest-jasmine2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 1/4 / Node v16.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Node LTS on Ubuntu with coverage (1/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 1/4 / Node v23.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Node LTS on Ubuntu with coverage (4/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Typecheck Examples and Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
TypeScript Compatibility
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 4/4 / Node LTS using jest-jasmine2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 4/4 / Node v16.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 4/4 / Node v18.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Node LTS on Ubuntu with coverage (3/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Node LTS on Ubuntu with coverage (3/4)
Attempt 1 failed. Reason: Child_process exited with error code 1
Node LTS on Ubuntu with coverage (3/4)
Attempt 2 failed. Reason: Child_process exited with error code 1
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
Node LTS on Ubuntu with coverage (2/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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 LTS using jest-jasmine2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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 v20.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 4/4 / Node v22.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 4/4 / Node v23.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 2/4 / Node v16.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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 2/4 / Node v23.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 2/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 3/4 / Node LTS using jest-jasmine2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 3/4 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 3/4 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v18.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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 v20.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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 v22.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 2/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 2/4 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 3/4 / Node v16.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 3/4 / Node v20.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 3/4 / Node v18.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
macOS with shard 2/3 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 2/3 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
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
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
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
Ubuntu with shard 3/4 / Node v23.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 3/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 3/4 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
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
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 v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
macOS with shard 2/3 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 3/4 / Node v22.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu with shard 3/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Ubuntu with shard 3/4 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
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
Windows with shard 2/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 2/4 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1
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 LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 4/4 / Node v18.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 3/4 / Node LTS using jest-jasmine2
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 3/4 / Node LTS using jest-jasmine2
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 3/4 / Node v23.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 3/4 / Node v23.x
Attempt 2 failed. Reason: Child_process exited with error code 1
Windows with shard 3/4 / Node v22.x
Attempt 1 failed. Reason: Child_process exited with error code 1
Windows with shard 3/4 / Node v22.x
Attempt 2 failed. Reason: Child_process exited with error code 1