refactor(2671): move retry logic and implement tokio_retry #22123
Triggered via pull request
September 24, 2024 15:42
Status
Failure
Total duration
23m 32s
Artifacts
–
ci.yml
on: pull_request
Draft Release
0s
Outputs matrix used for cross compilation
/
setup-matrix
12s
Run Tests (WASM)
41s
Test AWS Lambda Build
42s
Check Examples
39s
Matrix: test
Matrix: Release
Homebrew Release
0s
Annotations
40 errors and 12 warnings
Check Examples:
src/cli/llm/infer_type_name.rs#L151
expected one of `,`, `=>`, `if`, `|`, or `}`, found `;`
|
Check Examples:
src/cli/llm/infer_type_name.rs#L153
expected one of `.`, `;`, `?`, `}`, or an operator, found `=>`
|
Check Examples:
src/cli/llm/infer_type_name.rs#L142
mismatched types
|
Check Examples
Process completed with exit code 101.
|
Run Tests on linux-x64-musl:
src/cli/llm/infer_type_name.rs#L151
expected one of `,`, `=>`, `if`, `|`, or `}`, found `;`
|
Run Tests on linux-x64-musl:
src/cli/llm/infer_type_name.rs#L153
expected one of `.`, `;`, `?`, `}`, or an operator, found `=>`
|
Run Tests on linux-x64-musl:
src/cli/llm/infer_type_name.rs#L142
mismatched types
|
Run Tests on linux-x64-musl
Process completed with exit code 1.
|
Run Tests on darwin-x64:
src/cli/llm/infer_type_name.rs#L151
expected one of `,`, `=>`, `if`, `|`, or `}`, found `;`
|
Run Tests on darwin-x64:
src/cli/llm/infer_type_name.rs#L153
expected one of `.`, `;`, `?`, `}`, or an operator, found `=>`
|
Run Tests on darwin-x64:
src/cli/llm/infer_type_name.rs#L142
mismatched types
|
Run Tests on darwin-x64
Process completed with exit code 1.
|
Run Tests on linux-x64-gnu:
src/cli/llm/infer_type_name.rs#L151
expected one of `,`, `=>`, `if`, `|`, or `}`, found `;`
|
Run Tests on linux-x64-gnu:
src/cli/llm/infer_type_name.rs#L153
expected one of `.`, `;`, `?`, `}`, or an operator, found `=>`
|
Run Tests on linux-x64-gnu:
src/cli/llm/infer_type_name.rs#L142
mismatched types
|
Run Tests on linux-x64-gnu
Process completed with exit code 1.
|
Run Tests on linux-arm64-musl:
src/cli/llm/infer_type_name.rs#L151
expected one of `,`, `=>`, `if`, `|`, or `}`, found `;`
|
Run Tests on linux-arm64-musl:
src/cli/llm/infer_type_name.rs#L153
expected one of `.`, `;`, `?`, `}`, or an operator, found `=>`
|
Run Tests on linux-arm64-musl:
src/cli/llm/infer_type_name.rs#L142
mismatched types
|
Run Tests on linux-arm64-musl
Process completed with exit code 1.
|
Run Tests on linux-ia32-gnu:
src/cli/llm/infer_type_name.rs#L151
expected one of `,`, `=>`, `if`, `|`, or `}`, found `;`
|
Run Tests on linux-ia32-gnu:
src/cli/llm/infer_type_name.rs#L153
expected one of `.`, `;`, `?`, `}`, or an operator, found `=>`
|
Run Tests on linux-ia32-gnu:
src/cli/llm/infer_type_name.rs#L142
mismatched types
|
Run Tests on linux-ia32-gnu
Process completed with exit code 1.
|
Run Tests on linux-arm64-gnu:
src/cli/llm/infer_type_name.rs#L151
expected one of `,`, `=>`, `if`, `|`, or `}`, found `;`
|
Run Tests on linux-arm64-gnu:
src/cli/llm/infer_type_name.rs#L153
expected one of `.`, `;`, `?`, `}`, or an operator, found `=>`
|
Run Tests on linux-arm64-gnu:
src/cli/llm/infer_type_name.rs#L142
mismatched types
|
Run Tests on linux-arm64-gnu
Process completed with exit code 1.
|
Run Tests on darwin-arm64:
src/cli/llm/infer_type_name.rs#L151
expected one of `,`, `=>`, `if`, `|`, or `}`, found `;`
|
Run Tests on darwin-arm64:
src/cli/llm/infer_type_name.rs#L153
expected one of `.`, `;`, `?`, `}`, or an operator, found `=>`
|
Run Tests on darwin-arm64:
src/cli/llm/infer_type_name.rs#L142
mismatched types
|
Run Tests on darwin-arm64
Process completed with exit code 1.
|
Run Tests on win32-x64-msvc:
src/cli/llm/infer_type_name.rs#L151
expected one of `,`, `=>`, `if`, `|`, or `}`, found `;`
|
Run Tests on win32-x64-msvc:
src/cli/llm/infer_type_name.rs#L153
expected one of `.`, `;`, `?`, `}`, or an operator, found `=>`
|
Run Tests on win32-x64-msvc:
src/cli/llm/infer_type_name.rs#L142
mismatched types
|
Run Tests on win32-x64-msvc
Process completed with exit code 1.
|
Run Tests on win32-ia32-msvc:
src/cli/llm/infer_type_name.rs#L151
expected one of `,`, `=>`, `if`, `|`, or `}`, found `;`
|
Run Tests on win32-ia32-msvc:
src/cli/llm/infer_type_name.rs#L153
expected one of `.`, `;`, `?`, `}`, or an operator, found `=>`
|
Run Tests on win32-ia32-msvc:
src/cli/llm/infer_type_name.rs#L142
mismatched types
|
Run Tests on win32-ia32-msvc
Process completed with exit code 1.
|
Check Examples
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check Examples
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check Examples
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check Examples
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check Examples
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check Examples
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run Tests on win32-arm64-msvc
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 34794 , Maximum supported length: 32766
|
Run Tests on win32-arm64-msvc
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 34794 , Maximum supported length: 32766
|
Run Tests on win32-x64-msvc
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 34794 , Maximum supported length: 32766
|
Run Tests on win32-x64-msvc
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 34794 , Maximum supported length: 32766
|
Run Tests on win32-ia32-msvc
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 34794 , Maximum supported length: 32766
|
Run Tests on win32-ia32-msvc
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 34794 , Maximum supported length: 32766
|