1/2, greatly refactor error handling #230
rust.yml
on: push
Build, test (x86)
1m 34s
fossa-scan
17s
Docker
0s
Annotations
3 errors and 15 warnings
|
Build, test (x86)
could not compile `databricks_kube` (test "remote_api_resource_test") due to previous error
|
Build, test (x86)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Build, test (x86)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build, test (x86)
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/
|
Build, test (x86)
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/
|
Build, test (x86)
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/
|
Build, test (x86)
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/
|
Build, test (x86)
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
|
Build, test (x86):
databricks-kube/src/error.rs#L1
unused import: `databricks_rust_jobs::models::Job`
|
Build, test (x86):
databricks-kube/src/error.rs#L2
unused import: `Deserialize`
|
Build, test (x86):
databricks-kube/src/error.rs#L3
unused import: `json`
|
Build, test (x86):
databricks-kube/src/error.rs#L4
unused import: `std::any::Any`
|
Build, test (x86):
databricks-kube/src/error.rs#L6
unused import: `std::sync::Arc`
|
Build, test (x86):
databricks-kube/src/traits/remote_api_resource.rs#L8
unused import: `DeepMerge`
|
Build, test (x86):
databricks-kube/src/traits/remote_api_resource.rs#L18
unused import: `databricks_rust_jobs::apis::Error::Reqwest`
|
Build, test (x86):
databricks-kube/src/traits/remote_api_resource.rs#L90
unused variable: `e`
|
Build, test (x86)
`databricks_kube` (lib) generated 8 warnings (run `cargo fix --lib -p databricks_kube` to apply 8 suggestions)
|