Skip to content

Explicit public API types #1156

Explicit public API types

Explicit public API types #1156

Triggered via pull request April 2, 2024 12:36
Status Failure
Total duration 4m 58s
Artifacts

waspc-ci.yaml

on: pull_request
Cancel redundant actions already in progress
5s
Cancel redundant actions already in progress
Matrix: Build Wasp
Fit to window
Zoom out
Zoom in

Annotations

32 errors and 15 warnings
Build Wasp (ubuntu-20.04, 18, 8.10.7, 3.6.2.0)
Argument of type 'unknown' is not assignable to parameter of type '(GetResult<{ id: number; description: string; isDone: boolean; userId: number; }, unknown> & {})[]'.
Build Wasp (ubuntu-20.04, 18, 8.10.7, 3.6.2.0)
Argument of type 'unknown' is not assignable to parameter of type '(GetResult<{ id: number; description: string; isDone: boolean; userId: number; }, unknown> & {})[]'.
Build Wasp (ubuntu-20.04, 18, 8.10.7, 3.6.2.0)
Property 'id' does not exist on type 'unknown'.
Build Wasp (ubuntu-20.04, 18, 8.10.7, 3.6.2.0)
Property 'description' does not exist on type 'unknown'.
Build Wasp (ubuntu-20.04, 18, 8.10.7, 3.6.2.0)
Property 'isDone' does not exist on type 'unknown'.
Build Wasp (ubuntu-20.04, 18, 8.10.7, 3.6.2.0)
Argument of type 'unknown' is not assignable to parameter of type 'GetResult<{ id: number; description: string; isDone: boolean; userId: number; }, unknown> & {}'.
Build Wasp (ubuntu-20.04, 18, 8.10.7, 3.6.2.0)
Property 'isDone' does not exist on type 'unknown'.
Build Wasp (ubuntu-20.04, 18, 8.10.7, 3.6.2.0)
Argument of type 'unknown' is not assignable to parameter of type 'number'.
Build Wasp (ubuntu-20.04, 18, 8.10.7, 3.6.2.0)
Process completed with exit code 2.
Build Wasp (ubuntu-20.04, latest, 8.10.7, 3.6.2.0)
Argument of type 'unknown' is not assignable to parameter of type '(GetResult<{ id: number; description: string; isDone: boolean; userId: number; }, unknown> & {})[]'.
Build Wasp (ubuntu-20.04, latest, 8.10.7, 3.6.2.0)
Argument of type 'unknown' is not assignable to parameter of type '(GetResult<{ id: number; description: string; isDone: boolean; userId: number; }, unknown> & {})[]'.
Build Wasp (ubuntu-20.04, latest, 8.10.7, 3.6.2.0)
Property 'id' does not exist on type 'unknown'.
Build Wasp (ubuntu-20.04, latest, 8.10.7, 3.6.2.0)
Property 'description' does not exist on type 'unknown'.
Build Wasp (ubuntu-20.04, latest, 8.10.7, 3.6.2.0)
Property 'isDone' does not exist on type 'unknown'.
Build Wasp (ubuntu-20.04, latest, 8.10.7, 3.6.2.0)
Argument of type 'unknown' is not assignable to parameter of type 'GetResult<{ id: number; description: string; isDone: boolean; userId: number; }, unknown> & {}'.
Build Wasp (ubuntu-20.04, latest, 8.10.7, 3.6.2.0)
Property 'isDone' does not exist on type 'unknown'.
Build Wasp (ubuntu-20.04, latest, 8.10.7, 3.6.2.0)
Argument of type 'unknown' is not assignable to parameter of type 'number'.
Build Wasp (ubuntu-20.04, latest, 8.10.7, 3.6.2.0)
Process completed with exit code 2.
Build Wasp (ubuntu-20.04, 20, 8.10.7, 3.6.2.0)
The job was canceled because "ubuntu-20_04_18_8_10_7_3_" failed.
Build Wasp (ubuntu-20.04, 20, 8.10.7, 3.6.2.0)
Argument of type 'unknown' is not assignable to parameter of type '(GetResult<{ id: number; description: string; isDone: boolean; userId: number; }, unknown> & {})[]'.
Build Wasp (ubuntu-20.04, 20, 8.10.7, 3.6.2.0)
Argument of type 'unknown' is not assignable to parameter of type '(GetResult<{ id: number; description: string; isDone: boolean; userId: number; }, unknown> & {})[]'.
Build Wasp (ubuntu-20.04, 20, 8.10.7, 3.6.2.0)
Property 'id' does not exist on type 'unknown'.
Build Wasp (ubuntu-20.04, 20, 8.10.7, 3.6.2.0)
Property 'description' does not exist on type 'unknown'.
Build Wasp (ubuntu-20.04, 20, 8.10.7, 3.6.2.0)
Property 'isDone' does not exist on type 'unknown'.
Build Wasp (ubuntu-20.04, 20, 8.10.7, 3.6.2.0)
Argument of type 'unknown' is not assignable to parameter of type 'GetResult<{ id: number; description: string; isDone: boolean; userId: number; }, unknown> & {}'.
Build Wasp (ubuntu-20.04, 20, 8.10.7, 3.6.2.0)
Property 'isDone' does not exist on type 'unknown'.
Build Wasp (ubuntu-20.04, 20, 8.10.7, 3.6.2.0)
Argument of type 'unknown' is not assignable to parameter of type 'number'.
Build Wasp (ubuntu-20.04, 20, 8.10.7, 3.6.2.0)
The operation was canceled.
Build Wasp (windows-latest, latest, 8.10.7, 3.6.2.0)
The job was canceled because "ubuntu-20_04_18_8_10_7_3_" failed.
Build Wasp (windows-latest, latest, 8.10.7, 3.6.2.0)
The operation was canceled.
Build Wasp (macos-latest, latest, 8.10.7, 3.6.2.0)
The job was canceled because "ubuntu-20_04_18_8_10_7_3_" failed.
Build Wasp (macos-latest, latest, 8.10.7, 3.6.2.0)
The operation was canceled.
Cancel redundant actions already in progress
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Wasp (ubuntu-20.04, 18, 8.10.7, 3.6.2.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, haskell/actions/setup@v2, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Wasp (ubuntu-20.04, 18, 8.10.7, 3.6.2.0)
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
Build Wasp (ubuntu-20.04, 18, 8.10.7, 3.6.2.0)
Defined but not used: ‘debouncerRunningEvents’
Build Wasp (ubuntu-20.04, 18, 8.10.7, 3.6.2.0)
The qualified import of ‘Language.LSP.Types.Lens’ is redundant
Build Wasp (ubuntu-20.04, latest, 8.10.7, 3.6.2.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, haskell/actions/setup@v2, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Wasp (ubuntu-20.04, latest, 8.10.7, 3.6.2.0)
Defined but not used: ‘debouncerRunningEvents’
Build Wasp (ubuntu-20.04, latest, 8.10.7, 3.6.2.0)
The qualified import of ‘Language.LSP.Types.Lens’ is redundant
Build Wasp (ubuntu-20.04, latest, 8.10.7, 3.6.2.0)
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
Build Wasp (ubuntu-20.04, 20, 8.10.7, 3.6.2.0)
Defined but not used: ‘debouncerRunningEvents’
Build Wasp (ubuntu-20.04, 20, 8.10.7, 3.6.2.0)
The qualified import of ‘Language.LSP.Types.Lens’ is redundant
Build Wasp (ubuntu-20.04, 20, 8.10.7, 3.6.2.0)
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
Build Wasp (windows-latest, latest, 8.10.7, 3.6.2.0)
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
Build Wasp (windows-latest, latest, 8.10.7, 3.6.2.0)
Defined but not used: ‘debouncerRunningEvents’
Build Wasp (macos-latest, latest, 8.10.7, 3.6.2.0)
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).