[INFO] cloning repository https://github.com/JacquesDurand/notify-done [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JacquesDurand/notify-done" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJacquesDurand%2Fnotify-done", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJacquesDurand%2Fnotify-done'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c355ea7512ec580428a45f892e3042dddfc213b3 [INFO] testing JacquesDurand/notify-done against 1.97.0-beta.6 for beta-1.98-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJacquesDurand%2Fnotify-done" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/JacquesDurand/notify-done [INFO] finished tweaking git repo https://github.com/JacquesDurand/notify-done [INFO] tweaked toml for git repo https://github.com/JacquesDurand/notify-done written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/JacquesDurand/notify-done on toolchain 1.97.0-beta.6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/JacquesDurand/notify-done already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/aya-rs/aya` [INFO] [stderr] Updating git submodule `https://github.com/libbpf/libbpf` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded time-core v0.1.7 [INFO] [stderr] Downloaded mac-notification-sys v0.6.9 [INFO] [stderr] Downloaded notify-rust v4.11.7 [INFO] [stderr] Downloaded tauri-winrt-notification v0.7.2 [INFO] [stderr] Downloaded clap_lex v0.7.7 [INFO] [stderr] Downloaded clap v4.5.54 [INFO] [stderr] Downloaded time v0.3.45 [INFO] [stderr] Downloaded cc v1.2.54 [INFO] [stderr] Downloaded jiff-static v0.2.18 [INFO] [stderr] Downloaded clap_builder v4.5.54 [INFO] [stderr] Downloaded object v0.38.1 [INFO] [stderr] Downloaded jiff v0.2.18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] f5984293b8dba4190b2260fe53de624540ad7000c68b8187c188d8cb9f9826e4 [INFO] running `Command { std: "docker" "start" "f5984293b8dba4190b2260fe53de624540ad7000c68b8187c188d8cb9f9826e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f5984293b8dba4190b2260fe53de624540ad7000c68b8187c188d8cb9f9826e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5984293b8dba4190b2260fe53de624540ad7000c68b8187c188d8cb9f9826e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f5984293b8dba4190b2260fe53de624540ad7000c68b8187c188d8cb9f9826e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5984293b8dba4190b2260fe53de624540ad7000c68b8187c188d8cb9f9826e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling futures-lite v2.6.1 [INFO] [stderr] Compiling endi v1.1.1 [INFO] [stderr] Compiling async-io v2.6.0 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling object v0.38.1 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling clap_lex v0.7.7 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling clap_builder v4.5.54 [INFO] [stderr] Compiling uuid v1.19.0 [INFO] [stderr] Compiling ordered-stream v0.2.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling jiff v0.2.18 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling async-executor v1.13.3 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling async-channel v2.5.0 [INFO] [stderr] Compiling async-lock v3.4.2 [INFO] [stderr] Compiling async-broadcast v0.7.2 [INFO] [stderr] Compiling blocking v1.6.2 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling toml_parser v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling toml_edit v0.23.10+spec-1.0.0 [INFO] [stderr] Compiling ctrlc v3.5.1 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling env_filter v0.1.4 [INFO] [stderr] Compiling polling v3.11.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling enumflags2_derive v0.7.12 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling async-signal v0.2.13 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling async-process v2.5.0 [INFO] [stderr] Compiling aya-obj v0.2.2 (https://github.com/aya-rs/aya?branch=main#e7466181) [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling clap v4.5.54 [INFO] [stderr] Compiling xtask v0.1.0 (/opt/rustwide/workdir/xtask) [INFO] [stderr] Compiling aya v0.13.2 (https://github.com/aya-rs/aya?branch=main#e7466181) [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling zvariant_utils v3.3.0 [INFO] [stderr] Compiling enumflags2 v0.7.12 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling notify-done-common v0.1.0 (/opt/rustwide/workdir/notify-done-common) [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling zvariant_derive v5.9.2 [INFO] [stderr] Compiling zvariant v5.9.2 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling zbus_names v4.3.1 [INFO] [stderr] Compiling notify-done-daemon v0.1.0 (/opt/rustwide/workdir/notify-done-daemon) [INFO] [stdout] warning: method `should_ignore` is never used [INFO] [stdout] --> notify-done-daemon/src/config.rs:116:12 [INFO] [stdout] | [INFO] [stdout] 98 | impl DaemonConfig { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 116 | pub fn should_ignore(&self, comm: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `send_test` is never used [INFO] [stdout] --> notify-done-daemon/src/notifier.rs:85:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl Notifier { [INFO] [stdout] | ------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 85 | pub async fn send_test(&self, session: &UserSession) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `ppid` is never read [INFO] [stdout] --> notify-done-daemon/src/process_tracker.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct TrackedProcess { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 11 | pub ppid: u32, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TrackedProcess` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `tgid` and `filename` are never read [INFO] [stdout] --> notify-done-daemon/src/process_tracker.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct CompletedProcess { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 22 | pub pid: u32, [INFO] [stdout] 23 | pub tgid: u32, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub filename: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CompletedProcess` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `active_processes`, `history`, and `active_count` are never used [INFO] [stdout] --> notify-done-daemon/src/process_tracker.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 41 | impl ProcessTracker { [INFO] [stdout] | ------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 113 | pub fn active_processes(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | pub fn history(&self) -> &[CompletedProcess] { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 123 | pub fn active_count(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling zbus_macros v5.13.2 [INFO] [stderr] Compiling zbus v5.13.2 [INFO] [stderr] Compiling notify-rust v4.11.7 [INFO] [stderr] Compiling nd v0.1.0 (/opt/rustwide/workdir/nd) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.28s [INFO] running `Command { std: "docker" "inspect" "f5984293b8dba4190b2260fe53de624540ad7000c68b8187c188d8cb9f9826e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5984293b8dba4190b2260fe53de624540ad7000c68b8187c188d8cb9f9826e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling notify-done-common v0.1.0 (/opt/rustwide/workdir/notify-done-common) [INFO] [stderr] Compiling xtask v0.1.0 (/opt/rustwide/workdir/xtask) [INFO] [stderr] Compiling notify-done-daemon v0.1.0 (/opt/rustwide/workdir/notify-done-daemon) [INFO] [stderr] Compiling nd v0.1.0 (/opt/rustwide/workdir/nd) [INFO] [stdout] warning: method `should_ignore` is never used [INFO] [stdout] --> notify-done-daemon/src/config.rs:116:12 [INFO] [stdout] | [INFO] [stdout] 98 | impl DaemonConfig { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 116 | pub fn should_ignore(&self, comm: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `send_test` is never used [INFO] [stdout] --> notify-done-daemon/src/notifier.rs:85:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl Notifier { [INFO] [stdout] | ------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 85 | pub async fn send_test(&self, session: &UserSession) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `ppid` is never read [INFO] [stdout] --> notify-done-daemon/src/process_tracker.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct TrackedProcess { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 11 | pub ppid: u32, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TrackedProcess` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `tgid` and `filename` are never read [INFO] [stdout] --> notify-done-daemon/src/process_tracker.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct CompletedProcess { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 22 | pub pid: u32, [INFO] [stdout] 23 | pub tgid: u32, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub filename: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CompletedProcess` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `active_processes`, `history`, and `active_count` are never used [INFO] [stdout] --> notify-done-daemon/src/process_tracker.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 41 | impl ProcessTracker { [INFO] [stdout] | ------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 113 | pub fn active_processes(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | pub fn history(&self) -> &[CompletedProcess] { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 123 | pub fn active_count(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s [INFO] running `Command { std: "docker" "inspect" "f5984293b8dba4190b2260fe53de624540ad7000c68b8187c188d8cb9f9826e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5984293b8dba4190b2260fe53de624540ad7000c68b8187c188d8cb9f9826e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] warning: method `should_ignore` is never used [INFO] [stderr] --> notify-done-daemon/src/config.rs:116:12 [INFO] [stderr] | [INFO] [stderr] 98 | impl DaemonConfig { [INFO] [stderr] | ----------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 116 | pub fn should_ignore(&self, comm: &str) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: method `send_test` is never used [INFO] [stderr] --> notify-done-daemon/src/notifier.rs:85:18 [INFO] [stderr] | [INFO] [stderr] 11 | impl Notifier { [INFO] [stderr] | ------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 85 | pub async fn send_test(&self, session: &UserSession) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `ppid` is never read [INFO] [stderr] --> notify-done-daemon/src/process_tracker.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct TrackedProcess { [INFO] [stderr] | -------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 11 | pub ppid: u32, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `TrackedProcess` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `tgid` and `filename` are never read [INFO] [stderr] --> notify-done-daemon/src/process_tracker.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 21 | pub struct CompletedProcess { [INFO] [stderr] | ---------------- fields in this struct [INFO] [stderr] 22 | pub pid: u32, [INFO] [stderr] 23 | pub tgid: u32, [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 26 | pub filename: String, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `CompletedProcess` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: methods `active_processes`, `history`, and `active_count` are never used [INFO] [stderr] --> notify-done-daemon/src/process_tracker.rs:113:12 [INFO] [stderr] | [INFO] [stderr] 41 | impl ProcessTracker { [INFO] [stderr] | ------------------- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 113 | pub fn active_processes(&self) -> impl Iterator { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 118 | pub fn history(&self) -> &[CompletedProcess] { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 123 | pub fn active_count(&self) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `notify-done-daemon` (bin "notify-done-daemon" test) generated 5 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nd-f00623a1c4dfb976) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/notify_done_common-d17d404caacb229d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/notify_done_daemon-f8fc97096bc886d6) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/xtask-f5edce37e4d571b8) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests notify_done_common [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f5984293b8dba4190b2260fe53de624540ad7000c68b8187c188d8cb9f9826e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5984293b8dba4190b2260fe53de624540ad7000c68b8187c188d8cb9f9826e4", kill_on_drop: false }` [INFO] [stdout] f5984293b8dba4190b2260fe53de624540ad7000c68b8187c188d8cb9f9826e4