Skip to content

nix: fix broken flake #40

nix: fix broken flake

nix: fix broken flake #40

Triggered via pull request June 9, 2024 18:28
Status Failure
Total duration 56s
Artifacts

checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
lint group `all` has the same priority (0) as a lint: crates/jrsonnet-interner/src/lib.rs#L115
error: lint group `all` has the same priority (0) as a lint --> Cargo.toml:115:1 | 115 | all = "warn" | ^^^ ------ has an implicit priority of 0 ... 119 | ptr_arg = "allow" | ------- 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: `-D clippy::lint-groups-priority` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::lint_groups_priority)]` help: to have lints override the group set `all` to a lower priority | 115 | all = { level = "warn", priority = -1 } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lint group `nursery` has the same priority (0) as a lint: crates/jrsonnet-interner/src/lib.rs#L116
error: lint group `nursery` has the same priority (0) as a lint --> Cargo.toml:116:1 | 116 | nursery = "warn" | ^^^^^^^ ------ has an implicit priority of 0 ... 119 | ptr_arg = "allow" | ------- 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 `nursery` to a lower priority | 116 | nursery = { level = "warn", priority = -1 } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lint group `pedantic` has the same priority (0) as a lint: crates/jrsonnet-interner/src/lib.rs#L117
error: lint group `pedantic` has the same priority (0) as a lint --> Cargo.toml:117:1 | 117 | pedantic = "warn" | ^^^^^^^^ ------ has an implicit priority of 0 118 | 119 | ptr_arg = "allow" | ------- 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 `pedantic` to a lower priority | 117 | pedantic = { level = "warn", priority = -1 } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aborting due to 3 previous errors
error: aborting due to 3 previous errors
Lints
clippy-action doesn't have permissions to view Check Runs, disabling!
Lints
Resource not accessible by integration