[INFO] fetching crate rfm9x 0.1.2... [INFO] testing rfm9x-0.1.2 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", 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] bd4bfaeec1f61558c89a2d88aec276417c14ac1a24318633cee15e340a60b29e [INFO] running `Command { std: "docker" "start" "-a" "bd4bfaeec1f61558c89a2d88aec276417c14ac1a24318633cee15e340a60b29e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd4bfaeec1f61558c89a2d88aec276417c14ac1a24318633cee15e340a60b29e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd4bfaeec1f61558c89a2d88aec276417c14ac1a24318633cee15e340a60b29e", kill_on_drop: false }` [INFO] [stdout] bd4bfaeec1f61558c89a2d88aec276417c14ac1a24318633cee15e340a60b29e [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f5da9841d4d1bd46a72384aaa8018dd7b3037be39a1e5dad55602beb7640e6a [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" "0f5da9841d4d1bd46a72384aaa8018dd7b3037be39a1e5dad55602beb7640e6a", 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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.45s [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0f5da9841d4d1bd46a72384aaa8018dd7b3037be39a1e5dad55602beb7640e6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f5da9841d4d1bd46a72384aaa8018dd7b3037be39a1e5dad55602beb7640e6a", kill_on_drop: false }` [INFO] [stdout] 0f5da9841d4d1bd46a72384aaa8018dd7b3037be39a1e5dad55602beb7640e6a [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d053f0810ea8a8b22fa5aabf55ada51e644ebc4ce2ccc8fe4d98a0ba9dfcb7a [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" "0d053f0810ea8a8b22fa5aabf55ada51e644ebc4ce2ccc8fe4d98a0ba9dfcb7a", 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 1.76s [INFO] running `Command { std: "docker" "inspect" "0d053f0810ea8a8b22fa5aabf55ada51e644ebc4ce2ccc8fe4d98a0ba9dfcb7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d053f0810ea8a8b22fa5aabf55ada51e644ebc4ce2ccc8fe4d98a0ba9dfcb7a", kill_on_drop: false }` [INFO] [stdout] 0d053f0810ea8a8b22fa5aabf55ada51e644ebc4ce2ccc8fe4d98a0ba9dfcb7a [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" "+1.60.0" "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] 7a997f5239860053f6e6ce98ca4c0e002049a7464b0cc9dcab7f8c6067e3d96b [INFO] running `Command { std: "docker" "start" "-a" "7a997f5239860053f6e6ce98ca4c0e002049a7464b0cc9dcab7f8c6067e3d96b", 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.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rfm9x-17db71a9db174cb1) [INFO] [stdout] [INFO] [stderr] Doc-tests rfm9x [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] [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" "7a997f5239860053f6e6ce98ca4c0e002049a7464b0cc9dcab7f8c6067e3d96b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a997f5239860053f6e6ce98ca4c0e002049a7464b0cc9dcab7f8c6067e3d96b", kill_on_drop: false }` [INFO] [stdout] 7a997f5239860053f6e6ce98ca4c0e002049a7464b0cc9dcab7f8c6067e3d96b