Skip to content

Update old MacOS dependency #171

Update old MacOS dependency

Update old MacOS dependency #171

Triggered via push February 2, 2025 23:48
Status Success
Total duration 2m 43s
Artifacts 9

rust.yml

on: push
Matrix: CD
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
the borrowed expression implements the required traits: tests/cli.rs#L43
warning: the borrowed expression implements the required traits --> tests/cli.rs:43:19 | 43 | sudo.args(&["-n", "-E"]).arg(cmd.get_program()).args(cmd.get_args()); | ^^^^^^^^^^^^^ help: change this to: `["-n", "-E"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
use of `unwrap_or_else` to construct default value: src/lib.rs#L1067
warning: use of `unwrap_or_else` to construct default value --> src/lib.rs:1067:67 | 1067 | let user_suffix = user_id().map(|id| format!("-u{}", id)).unwrap_or_else(String::new); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `unwrap_or_default()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default = note: `#[warn(clippy::unwrap_or_default)]` on by default
use of `unwrap_or_else` to construct default value: src/lib.rs#L1067
warning: use of `unwrap_or_else` to construct default value --> src/lib.rs:1067:67 | 1067 | let user_suffix = user_id().map(|id| format!("-u{}", id)).unwrap_or_else(String::new); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `unwrap_or_default()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default = note: `#[warn(clippy::unwrap_or_default)]` on by default
CD (arm-unknown-linux-gnueabihf - ubuntu-20.04)
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/version_check/0.9.5/download` (146.75.94.137), got 502
CD (arm-unknown-linux-gnueabihf - ubuntu-20.04)
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/proc-macro2/1.0.93/download` (146.75.94.137), got 502
CD (arm-unknown-linux-gnueabihf - ubuntu-20.04)
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/nix/0.29.0/download` (146.75.94.137), got 502

Artifacts

Produced during runtime
Name Size
bkt.v0.8.2.aarch64-apple-darwin
579 KB
bkt.v0.8.2.aarch64-unknown-linux-gnu
622 KB
bkt.v0.8.2.arm-unknown-linux-gnueabihf
634 KB
bkt.v0.8.2.i686-unknown-linux-gnu
678 KB
bkt.v0.8.2.i686-unknown-linux-musl
707 KB
bkt.v0.8.2.x86_64-apple-darwin
590 KB
bkt.v0.8.2.x86_64-pc-windows-msvc
463 KB
bkt.v0.8.2.x86_64-unknown-linux-gnu
629 KB
bkt.v0.8.2.x86_64-unknown-linux-musl
689 KB