fix install #237
quality.yml
on: pull_request
Rust Quality Gate
1m 16s
Annotations
12 errors and 5 warnings
failed to resolve: use of undeclared crate or module `env_logger`:
rar-common/src/util.rs#L259
error[E0433]: failed to resolve: use of undeclared crate or module `env_logger`
--> rar-common/src/util.rs:259:5
|
259 | env_logger::Builder::from_default_env()
| ^^^^^^^^^^ use of undeclared crate or module `env_logger`
|
help: consider importing this struct
|
1 + use std::thread::Builder;
|
help: if you import `Builder`, refer to it directly
|
259 - env_logger::Builder::from_default_env()
259 + Builder::from_default_env()
|
|
unresolved import `log`:
rar-common/src/util.rs#L13
error[E0432]: unresolved import `log`
--> rar-common/src/util.rs:13:5
|
13 | use log::{debug, warn};
| ^^^ use of undeclared crate or module `log`
|
unresolved import `log`:
rar-common/src/plugin/hierarchy.rs#L11
error[E0432]: unresolved import `log`
--> rar-common/src/plugin/hierarchy.rs:11:5
|
11 | use log::{debug, warn};
| ^^^ use of undeclared crate or module `log`
|
unresolved import `log`:
rar-common/src/plugin/hashchecker.rs#L9
error[E0432]: unresolved import `log`
--> rar-common/src/plugin/hashchecker.rs:9:5
|
9 | use log::{debug, warn};
| ^^^ use of undeclared crate or module `log`
|
unresolved import `log`:
rar-common/src/database/options.rs#L20
error[E0432]: unresolved import `log`
--> rar-common/src/database/options.rs:20:5
|
20 | use log::warn;
| ^^^ use of undeclared crate or module `log`
|
unresolved import `log`:
rar-common/src/database/options.rs#L18
error[E0432]: unresolved import `log`
--> rar-common/src/database/options.rs:18:5
|
18 | use log::debug;
| ^^^ use of undeclared crate or module `log`
|
unresolved import `log`:
rar-common/src/database/migration.rs#L3
error[E0432]: unresolved import `log`
--> rar-common/src/database/migration.rs:3:5
|
3 | use log::debug;
| ^^^ use of undeclared crate or module `log`
|
unresolved import `log`:
rar-common/src/database/finder.rs#L12
error[E0432]: unresolved import `log`
--> rar-common/src/database/finder.rs:12:5
|
12 | use log::{debug, warn};
| ^^^ use of undeclared crate or module `log`
|
unresolved import `log`:
rar-common/src/database/mod.rs#L10
error[E0432]: unresolved import `log`
--> rar-common/src/database/mod.rs:10:5
|
10 | use log::debug;
| ^^^ use of undeclared crate or module `log`
|
unresolved import `log`:
rar-common/src/api.rs#L6
error[E0432]: unresolved import `log`
--> rar-common/src/api.rs:6:5
|
6 | use log::debug;
| ^^^ use of undeclared crate or module `log`
|
unresolved import `log`:
rar-common/src/lib.rs#L57
error[E0432]: unresolved import `log`
--> rar-common/src/lib.rs:57:5
|
57 | use log::debug;
| ^^^ use of undeclared crate or module `log`
|
Rust Quality Gate
Clippy had exited with the 101 exit code
|
Rust Quality Gate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rust Quality Gate
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/
|
Rust Quality Gate
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/
|
Rust Quality Gate
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/
|
Rust Quality Gate
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/
|