[INFO] fetching crate sbus 0.2.2... [INFO] testing sbus-0.2.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate sbus 0.2.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate sbus 0.2.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] started tweaking crates.io crate sbus 0.2.2 [INFO] finished tweaking crates.io crate sbus 0.2.2 [INFO] tweaked toml for crates.io crate sbus 0.2.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea1123cb712a76dd9349e086bd36d80753ef743bf452cc55145c1a2c8d289629 [INFO] running `Command { std: "docker" "start" "-a" "ea1123cb712a76dd9349e086bd36d80753ef743bf452cc55145c1a2c8d289629", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea1123cb712a76dd9349e086bd36d80753ef743bf452cc55145c1a2c8d289629", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea1123cb712a76dd9349e086bd36d80753ef743bf452cc55145c1a2c8d289629", kill_on_drop: false }` [INFO] [stdout] ea1123cb712a76dd9349e086bd36d80753ef743bf452cc55145c1a2c8d289629 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d83fc106a972f2ebc1f751bdff4eb2f8daf98558555977551ae3485c3512ea5 [INFO] running `Command { std: "docker" "start" "-a" "3d83fc106a972f2ebc1f751bdff4eb2f8daf98558555977551ae3485c3512ea5", kill_on_drop: false }` [INFO] [stderr] Compiling arraydeque v0.4.5 [INFO] [stderr] Compiling sbus v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `failsafe` [INFO] [stdout] --> src/taranis.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | failsafe: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `TaranisX7SBusPacket` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/taranis.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Copy, Clone)] [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: `frame_lost` [INFO] [stdout] --> src/taranis.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | frame_lost: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TaranisX7SBusPacket` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/taranis.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Copy, Clone)] [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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.87s [INFO] running `Command { std: "docker" "inspect" "3d83fc106a972f2ebc1f751bdff4eb2f8daf98558555977551ae3485c3512ea5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d83fc106a972f2ebc1f751bdff4eb2f8daf98558555977551ae3485c3512ea5", kill_on_drop: false }` [INFO] [stdout] 3d83fc106a972f2ebc1f751bdff4eb2f8daf98558555977551ae3485c3512ea5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 27539a92b1a9b924006453820c09855a165f198d4f233375f9c38bc4a750219e [INFO] running `Command { std: "docker" "start" "-a" "27539a92b1a9b924006453820c09855a165f198d4f233375f9c38bc4a750219e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling sbus v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `failsafe` [INFO] [stdout] --> src/taranis.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | failsafe: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `TaranisX7SBusPacket` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/taranis.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Copy, Clone)] [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: `frame_lost` [INFO] [stdout] --> src/taranis.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | frame_lost: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TaranisX7SBusPacket` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/taranis.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Copy, Clone)] [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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `failsafe` [INFO] [stdout] --> src/taranis.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | failsafe: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `TaranisX7SBusPacket` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/taranis.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Copy, Clone)] [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: `frame_lost` [INFO] [stdout] --> src/taranis.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | frame_lost: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TaranisX7SBusPacket` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/taranis.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Copy, Clone)] [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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.25s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/sbus-53ea57dd0e225d02) [INFO] running `Command { std: "docker" "inspect" "27539a92b1a9b924006453820c09855a165f198d4f233375f9c38bc4a750219e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27539a92b1a9b924006453820c09855a165f198d4f233375f9c38bc4a750219e", kill_on_drop: false }` [INFO] [stdout] 27539a92b1a9b924006453820c09855a165f198d4f233375f9c38bc4a750219e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6d72e1d5d9a91a22dbbd5135aa5f1515ebc36c72a0f49ab552c82ef66948cbb0 [INFO] running `Command { std: "docker" "start" "-a" "6d72e1d5d9a91a22dbbd5135aa5f1515ebc36c72a0f49ab552c82ef66948cbb0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: field is never read: `failsafe` [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/taranis.rs:10:5 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 10 | failsafe: bool, [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `TaranisX7SBusPacket` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/taranis.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, Copy, Clone)] [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: `frame_lost` [INFO] [stderr] --> src/taranis.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | frame_lost: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TaranisX7SBusPacket` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/taranis.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, Copy, Clone)] [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: `sbus` (lib) generated 2 warnings [INFO] [stderr] warning: `sbus` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sbus-53ea57dd0e225d02) [INFO] [stderr] Doc-tests sbus [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" "6d72e1d5d9a91a22dbbd5135aa5f1515ebc36c72a0f49ab552c82ef66948cbb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d72e1d5d9a91a22dbbd5135aa5f1515ebc36c72a0f49ab552c82ef66948cbb0", kill_on_drop: false }` [INFO] [stdout] 6d72e1d5d9a91a22dbbd5135aa5f1515ebc36c72a0f49ab552c82ef66948cbb0