Skip to content

upgrade workspace

upgrade workspace #17

Triggered via push August 26, 2024 05:19
Status Failure
Total duration 34s
Artifacts

ci.yaml

on: push
Typecheck
20s
Typecheck
Format & Lint (Biome)
10s
Format & Lint (Biome)
Format (Cargo)
6s
Format (Cargo)
Clippy
24s
Clippy
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
Format & Lint (Biome)
Process completed with exit code 1.
lint group `all` has the same priority (-1) as a lint: Cargo.toml#L11
error: lint group `all` has the same priority (-1) as a lint --> Cargo.toml:11:1 | 11 | all = { level = "warn", priority = -1 } | ^^^ 12 | cargo = { level = "warn", priority = -1 } 13 | unwrap_used = { level = "warn", priority = -1 } | ----------- has the same priority as this lint | = note: the order of the lints in the table is ignored by Cargo = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority = note: `#[deny(clippy::lint_groups_priority)]` on by default help: to have lints override the group set `all` to a lower priority | 11 | all = { level = "warn", priority = -2 } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lint group `cargo` has the same priority (-1) as a lint: Cargo.toml#L12
error: lint group `cargo` has the same priority (-1) as a lint --> Cargo.toml:12:1 | 12 | cargo = { level = "warn", priority = -1 } | ^^^^^ 13 | unwrap_used = { level = "warn", priority = -1 } | ----------- has the same priority as this lint | = note: the order of the lints in the table is ignored by Cargo = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority help: to have lints override the group set `cargo` to a lower priority | 12 | cargo = { level = "warn", priority = -2 } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Clippy
Clippy had exited with the 101 exit code
lint group `all` has the same priority (-1) as a lint: Cargo.toml#L11
warning: lint group `all` has the same priority (-1) as a lint --> Cargo.toml:11:1 | 11 | all = { level = "warn", priority = -1 } | ^^^ 12 | cargo = { level = "warn", priority = -1 } 13 | unwrap_used = { level = "warn", priority = -1 } | ----------- has the same priority as this lint | = note: the order of the lints in the table is ignored by Cargo = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority = note: `-W clippy::lint-groups-priority` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]` help: to have lints override the group set `all` to a lower priority | 11 | all = { level = "warn", priority = -2 } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lint group `cargo` has the same priority (-1) as a lint: Cargo.toml#L12
warning: lint group `cargo` has the same priority (-1) as a lint --> Cargo.toml:12:1 | 12 | cargo = { level = "warn", priority = -1 } | ^^^^^ 13 | unwrap_used = { level = "warn", priority = -1 } | ----------- has the same priority as this lint | = note: the order of the lints in the table is ignored by Cargo = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority help: to have lints override the group set `cargo` to a lower priority | 12 | cargo = { level = "warn", priority = -2 } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
package `rspc` is missing `package.readme` metadata: middleware/playground/src/lib.rs#L1
warning: package `rspc` is missing `package.readme` metadata | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata = note: `-W clippy::cargo-common-metadata` implied by `-W clippy::cargo` = help: to override `-W clippy::cargo` add `#[allow(clippy::cargo_common_metadata)]`
package `rspc-axum` is missing `package.readme` metadata: middleware/playground/src/lib.rs#L1
warning: package `rspc-axum` is missing `package.readme` metadata | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
package `rspc-tauri` is missing `package.description` metadata: middleware/playground/src/lib.rs#L1
warning: package `rspc-tauri` is missing `package.description` metadata | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
package `rspc-tauri` is missing `either package.license or package.license_file` metadata: middleware/playground/src/lib.rs#L1
warning: package `rspc-tauri` is missing `either package.license or package.license_file` metadata | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
package `rspc-tauri` is missing `package.repository` metadata: middleware/playground/src/lib.rs#L1
warning: package `rspc-tauri` is missing `package.repository` metadata | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
package `rspc-tauri` is missing `package.readme` metadata: middleware/playground/src/lib.rs#L1
warning: package `rspc-tauri` is missing `package.readme` metadata | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
package `rspc` is missing `package.readme` metadata: integrations/tauri/src/lib.rs#L1
warning: package `rspc` is missing `package.readme` metadata | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata = note: `-W clippy::cargo-common-metadata` implied by `-W clippy::cargo` = help: to override `-W clippy::cargo` add `#[allow(clippy::cargo_common_metadata)]`
package `rspc-tauri` is missing `package.keywords` metadata: middleware/playground/src/lib.rs#L1
warning: package `rspc-tauri` is missing `package.keywords` metadata | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata