[INFO] fetching crate rfm9x 0.1.2... [INFO] testing rfm9x-0.1.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate rfm9x 0.1.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate rfm9x 0.1.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1/source/.cargo/config [INFO] started tweaking crates.io crate rfm9x 0.1.2 [INFO] finished tweaking crates.io crate rfm9x 0.1.2 [INFO] tweaked toml for crates.io crate rfm9x 0.1.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate rfm9x 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd4285f87baf9835b7847ddd59e9ef3e6b1e992b17d2daf29ed8d7613548a7e6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dd4285f87baf9835b7847ddd59e9ef3e6b1e992b17d2daf29ed8d7613548a7e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd4285f87baf9835b7847ddd59e9ef3e6b1e992b17d2daf29ed8d7613548a7e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd4285f87baf9835b7847ddd59e9ef3e6b1e992b17d2daf29ed8d7613548a7e6", kill_on_drop: false }` [INFO] [stdout] dd4285f87baf9835b7847ddd59e9ef3e6b1e992b17d2daf29ed8d7613548a7e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 42863887f7747d3ec4e82f7f421873fa6fa8c224a7de2def54ec6560a529d006 [INFO] running `Command { std: "docker" "start" "-a" "42863887f7747d3ec4e82f7f421873fa6fa8c224a7de2def54ec6560a529d006", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling rppal v0.11.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling rfm9x v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `old_mode` [INFO] [stdout] --> src/rfm95.rs:196:2 [INFO] [stdout] | [INFO] [stdout] 196 | old_mode: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ModeChangeFailedErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rfm95.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `new_mode` [INFO] [stdout] --> src/rfm95.rs:197:2 [INFO] [stdout] | [INFO] [stdout] 197 | new_mode: Mode, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ModeChangeFailedErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rfm95.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `set_mode` [INFO] [stdout] --> src/rfm95.rs:198:2 [INFO] [stdout] | [INFO] [stdout] 198 | set_mode: u8 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ModeChangeFailedErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rfm95.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.24s [INFO] running `Command { std: "docker" "inspect" "42863887f7747d3ec4e82f7f421873fa6fa8c224a7de2def54ec6560a529d006", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42863887f7747d3ec4e82f7f421873fa6fa8c224a7de2def54ec6560a529d006", kill_on_drop: false }` [INFO] [stdout] 42863887f7747d3ec4e82f7f421873fa6fa8c224a7de2def54ec6560a529d006 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cc3fa280bf3477e32458464e7cab75329fa804295d234b5123636204e9fd4e51 [INFO] running `Command { std: "docker" "start" "-a" "cc3fa280bf3477e32458464e7cab75329fa804295d234b5123636204e9fd4e51", kill_on_drop: false }` [INFO] [stderr] Compiling rfm9x v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `old_mode` [INFO] [stdout] --> src/rfm95.rs:196:2 [INFO] [stdout] | [INFO] [stdout] 196 | old_mode: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ModeChangeFailedErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rfm95.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `new_mode` [INFO] [stdout] --> src/rfm95.rs:197:2 [INFO] [stdout] | [INFO] [stdout] 197 | new_mode: Mode, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ModeChangeFailedErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rfm95.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `set_mode` [INFO] [stdout] --> src/rfm95.rs:198:2 [INFO] [stdout] | [INFO] [stdout] 198 | set_mode: u8 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ModeChangeFailedErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rfm95.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `old_mode` [INFO] [stdout] --> src/rfm95.rs:196:2 [INFO] [stdout] | [INFO] [stdout] 196 | old_mode: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ModeChangeFailedErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rfm95.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `new_mode` [INFO] [stdout] --> src/rfm95.rs:197:2 [INFO] [stdout] | [INFO] [stdout] 197 | new_mode: Mode, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ModeChangeFailedErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rfm95.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `set_mode` [INFO] [stdout] --> src/rfm95.rs:198:2 [INFO] [stdout] | [INFO] [stdout] 198 | set_mode: u8 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ModeChangeFailedErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rfm95.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.35s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rfm9x-8144827d09a70272) [INFO] running `Command { std: "docker" "inspect" "cc3fa280bf3477e32458464e7cab75329fa804295d234b5123636204e9fd4e51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc3fa280bf3477e32458464e7cab75329fa804295d234b5123636204e9fd4e51", kill_on_drop: false }` [INFO] [stdout] cc3fa280bf3477e32458464e7cab75329fa804295d234b5123636204e9fd4e51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 539c888a3c70caee9f1812ab23ce8da94e1d5256c93d426a821c5163db7f5e6b [INFO] running `Command { std: "docker" "start" "-a" "539c888a3c70caee9f1812ab23ce8da94e1d5256c93d426a821c5163db7f5e6b", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `old_mode` [INFO] [stderr] --> src/rfm95.rs:196:2 [INFO] [stderr] | [INFO] [stderr] 196 | old_mode: u8, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `ModeChangeFailedErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rfm95.rs:194:10 [INFO] [stderr] | [INFO] [stderr] 194 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `new_mode` [INFO] [stderr] --> src/rfm95.rs:197:2 [INFO] [stderr] | [INFO] [stderr] 197 | new_mode: Mode, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ModeChangeFailedErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rfm95.rs:194:10 [INFO] [stderr] | [INFO] [stderr] 194 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `set_mode` [INFO] [stderr] --> src/rfm95.rs:198:2 [INFO] [stderr] | [INFO] [stderr] 198 | set_mode: u8 [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ModeChangeFailedErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rfm95.rs:194:10 [INFO] [stderr] | [INFO] [stderr] 194 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rfm9x` (lib) generated 3 warnings [INFO] [stderr] warning: `rfm9x` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rfm9x-8144827d09a70272) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests rfm9x [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] [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" "539c888a3c70caee9f1812ab23ce8da94e1d5256c93d426a821c5163db7f5e6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "539c888a3c70caee9f1812ab23ce8da94e1d5256c93d426a821c5163db7f5e6b", kill_on_drop: false }` [INFO] [stdout] 539c888a3c70caee9f1812ab23ce8da94e1d5256c93d426a821c5163db7f5e6b