Skip to content

👷 Move build chain to ESM #9645

👷 Move build chain to ESM

👷 Move build chain to ESM #9645

Triggered via pull request March 13, 2024 07:35
Status Failure
Total duration 5m 15s
Artifacts 1

build-status.yml

on: pull_request
Warm up Yarn cache
16s
Warm up Yarn cache
Matrix: Warm up Yarn cache (others)
Build production packages
1m 9s
Build production packages
No dedupe required
10s
No dedupe required
Package quality
8s
Package quality
Format & Lint
35s
Format & Lint
All version bump declared
11s
All version bump declared
Build documentation
1m 23s
Build documentation
Matrix: Test types
Matrix: Test
Publish documentation
0s
Publish documentation
Pre All checks passed
0s
Pre All checks passed
All checks passed
0s
All checks passed
Check publish any package
0s
Check publish any package
Check publish @fast-check/ava
0s
Check publish @fast-check/ava
Check publish @fast-check/expect-type
0s
Check publish @fast-check/expect-type
Check publish fast-check
0s
Check publish fast-check
Check publish @fast-check/jest
0s
Check publish @fast-check/jest
Check publish @fast-check/packaged
0s
Check publish @fast-check/packaged
Check publish @fast-check/poisoning
0s
Check publish @fast-check/poisoning
Check publish @fast-check/vitest
0s
Check publish @fast-check/vitest
Check publish @fast-check/worker
0s
Check publish @fast-check/worker
Publish @fast-check/ava
0s
Publish @fast-check/ava
Publish @fast-check/expect-type
0s
Publish @fast-check/expect-type
Publish fast-check
0s
Publish fast-check
Publish @fast-check/jest
0s
Publish @fast-check/jest
Publish @fast-check/packaged
0s
Publish @fast-check/packaged
Publish @fast-check/poisoning
0s
Publish @fast-check/poisoning
Publish @fast-check/vitest
0s
Publish @fast-check/vitest
Publish @fast-check/worker
0s
Publish @fast-check/worker
Fit to window
Zoom out
Zoom in

Annotations

80 errors and 38 warnings
All version bump declared
Process completed with exit code 1.
Format & Lint: packages/fast-check/test/e2e/arbitraries/Arbitrary.spec.ts#L1
'jest' is defined but never used
Format & Lint
Process completed with exit code 1.
Test types (*)
Cannot find module '@fast-check/ava' or its corresponding type declarations.
Test types (*)
Parameter 't' implicitly has an 'any' type.
Test types (*)
Parameter 'a' implicitly has an 'any' type.
Test types (*)
Parameter 'b' implicitly has an 'any' type.
Test types (*)
Parameter 'c' implicitly has an 'any' type.
Test types (*)
Cannot find module '@fast-check/expect-type' or its corresponding type declarations.
Test types (*)
Cannot find module '@fast-check/jest' or its corresponding type declarations.
Test types (*)
Parameter 'a' implicitly has an 'any' type.
Test types (*)
Parameter 'b' implicitly has an 'any' type.
Test types (*)
Parameter 'c' implicitly has an 'any' type.
Test types (next)
The job was canceled because "_" failed.
Test types (next)
Cannot find module '@fast-check/ava' or its corresponding type declarations.
Test types (next)
Parameter 't' implicitly has an 'any' type.
Test types (next)
Parameter 'a' implicitly has an 'any' type.
Test types (next)
Parameter 'b' implicitly has an 'any' type.
Test types (next)
Parameter 'c' implicitly has an 'any' type.
Test types (next)
Cannot find module '@fast-check/expect-type' or its corresponding type declarations.
Test types (next)
Cannot find module 'fast-check' or its corresponding type declarations.
Test types (next)
Cannot find module '@fast-check/expect-type' or its corresponding type declarations.
Test types (next)
An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.
Test types (next)
Parameter '_a' implicitly has an 'any' type.
Typecheck
Argument of type 'undefined' is not assignable to parameter of type 'never'.
Typecheck
Argument of type 'undefined' is not assignable to parameter of type 'never'.
Typecheck
'jest' is declared but its value is never read.
Typecheck
Property 'generate' in type 'FakeArbitrary' is not assignable to the same property in base type 'Arbitrary<T>'.
Typecheck
Property 'shrink' in type 'FakeArbitrary' is not assignable to the same property in base type 'Arbitrary<T>'.
Typecheck
Property 'filter' in type 'FakeArbitrary' is not assignable to the same property in base type 'Arbitrary<T>'.
Typecheck
Property 'map' in type 'FakeArbitrary' is not assignable to the same property in base type 'Arbitrary<T>'.
Typecheck
Property 'chain' in type 'FakeArbitrary' is not assignable to the same property in base type 'Arbitrary<T>'.
Typecheck
Property 'noShrink' in type 'FakeArbitrary' is not assignable to the same property in base type 'Arbitrary<T>'.
Typecheck
Property 'noBias' in type 'FakeArbitrary' is not assignable to the same property in base type 'Arbitrary<T>'.
Test types (rc)
The job was canceled because "_" failed.
Test types (rc)
Cannot find module '@fast-check/expect-type' or its corresponding type declarations.
Test types (rc)
Cannot find module '@fast-check/ava' or its corresponding type declarations.
Test types (rc)
Parameter 't' implicitly has an 'any' type.
Test types (rc)
Parameter 'a' implicitly has an 'any' type.
Test types (rc)
Parameter 'b' implicitly has an 'any' type.
Test types (rc)
Parameter 'c' implicitly has an 'any' type.
Test types (rc)
Cannot find module '@fast-check/jest' or its corresponding type declarations.
Test types (rc)
Parameter 'a' implicitly has an 'any' type.
Test types (rc)
Parameter 'b' implicitly has an 'any' type.
Test types (rc)
Parameter 'c' implicitly has an 'any' type.
Test types (4.1)
The job was canceled because "_" failed.
Test types (4.1)
Cannot find module '@fast-check/expect-type' or its corresponding type declarations.
Test types (4.1)
Cannot find module '@fast-check/ava' or its corresponding type declarations.
Test types (4.1)
Parameter 't' implicitly has an 'any' type.
Test types (4.1)
Parameter 'a' implicitly has an 'any' type.
Test types (4.1)
Parameter 'b' implicitly has an 'any' type.
Test types (4.1)
Parameter 'c' implicitly has an 'any' type.
Test types (4.1)
Cannot find module 'fast-check' or its corresponding type declarations.
Test types (4.1)
Cannot find module '@fast-check/expect-type' or its corresponding type declarations.
Test types (4.1)
An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.
Test types (4.1)
Parameter '_a' implicitly has an 'any' type.
Test types (4.4)
The job was canceled because "_" failed.
Test types (4.4)
Cannot find module '@fast-check/expect-type' or its corresponding type declarations.
Test types (4.4)
Cannot find module '@fast-check/ava' or its corresponding type declarations.
Test types (4.4)
Parameter 't' implicitly has an 'any' type.
Test types (4.4)
Parameter 'a' implicitly has an 'any' type.
Test types (4.4)
Parameter 'b' implicitly has an 'any' type.
Test types (4.4)
Parameter 'c' implicitly has an 'any' type.
Test types (4.4)
Cannot find module '@fast-check/jest' or its corresponding type declarations.
Test types (4.4)
Parameter 'a' implicitly has an 'any' type.
Test types (4.4)
Parameter 'b' implicitly has an 'any' type.
Test types (4.4)
Parameter 'c' implicitly has an 'any' type.
Build documentation
Process completed with exit code 3.
Test (fast-check, test, 18.x, ubuntu-latest)
Process completed with exit code 1.
Test (fast-check, test, 20.x, ubuntu-latest)
The job was canceled because "fast-check_test_18_x_ubun" failed.
Test (fast-check, test, 20.x, ubuntu-latest)
Process completed with exit code 1.
Test (fast-check, test, latest, ubuntu-latest)
The job was canceled because "fast-check_test_18_x_ubun" failed.
Test (fast-check, test, latest, ubuntu-latest)
Process completed with exit code 1.
Test (@fast-check/jest, test, latest, ubuntu-latest)
The job was canceled because "fast-check_test_18_x_ubun" failed.
Test (@fast-check/jest, test, latest, ubuntu-latest)
The operation was canceled.
Test (@fast-check/jest, test, 20.x, ubuntu-latest)
The job was canceled because "fast-check_test_18_x_ubun" failed.
Test (@fast-check/jest, test, 20.x, ubuntu-latest)
The operation was canceled.
Test (@fast-check/jest, test, 18.x, ubuntu-latest)
The job was canceled because "fast-check_test_18_x_ubun" failed.
Test (@fast-check/jest, test, 18.x, ubuntu-latest)
The operation was canceled.
All checks passed
Process completed with exit code 1.
Format & Lint: packages/fast-check/test/e2e/model/CounterCommands.ts#L24
Unexpected empty method 'run'
Format & Lint: packages/fast-check/test/e2e/model/CounterCommands.ts#L29
Unexpected empty method 'run'
Format & Lint: packages/fast-check/test/e2e/model/CounterCommands.ts#L42
Unexpected empty method 'run'
Format & Lint: packages/fast-check/test/e2e/model/StepCommands.ts#L11
Unexpected empty method 'run'
Format & Lint: packages/fast-check/test/unit/arbitrary/__test-helpers__/ArbitraryAssertions.ts#L44
'biasFactorArbitrary' was used before it was defined
Format & Lint: packages/fast-check/test/unit/arbitrary/__test-helpers__/ArbitraryAssertions.ts#L52
'randomFromSeed' was used before it was defined
Format & Lint: packages/fast-check/test/unit/arbitrary/__test-helpers__/ArbitraryAssertions.ts#L53
'randomFromSeed' was used before it was defined
Format & Lint: packages/fast-check/test/unit/arbitrary/__test-helpers__/ArbitraryAssertions.ts#L59
'assertEquality' was used before it was defined
Format & Lint: packages/fast-check/test/unit/arbitrary/__test-helpers__/ArbitraryAssertions.ts#L91
'biasFactorArbitrary' was used before it was defined
Format & Lint: packages/fast-check/test/unit/arbitrary/__test-helpers__/ArbitraryAssertions.ts#L99
'randomFromSeed' was used before it was defined
Build production packages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/packaged, test, 18.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/packaged, test, latest, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/ava, test, 20.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/ava, test, 18.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/packaged, test, 20.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test types (*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/ava, test, latest, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/packaged, test, 20.x, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/examples, test, 20.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/poisoning, test, latest, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/poisoning, test, 18.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/poisoning, test, 20.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/packaged, test, 20.x, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/worker, test, 20.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test bundle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/worker, test, 18.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/worker, test, latest, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/vitest, test, latest, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/vitest, test, 18.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (@fast-check/vitest, test, 20.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (fast-check, e2e, 20.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (fast-check, e2e, 20.x, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (fast-check, e2e, 20.x, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (website, test, 20.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (fast-check, test, 18.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
bundles Expired
304 KB