[INFO] fetching crate rf24-rs 0.3.0... [INFO] checking rf24-rs-0.3.0 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate rf24-rs 0.3.0 into /workspace/builds/worker-2-tc2/source [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate rf24-rs 0.3.0 [INFO] finished tweaking crates.io crate rf24-rs 0.3.0 [INFO] tweaked toml for crates.io crate rf24-rs 0.3.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rf24-rs 0.3.0 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rf24-rs 0.3.0 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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe7f2abc156b48cff56293560f6204cf4ef81fbb57a5a7ced1317edd69d1199d [INFO] running `Command { std: "docker" "start" "-a" "fe7f2abc156b48cff56293560f6204cf4ef81fbb57a5a7ced1317edd69d1199d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe7f2abc156b48cff56293560f6204cf4ef81fbb57a5a7ced1317edd69d1199d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe7f2abc156b48cff56293560f6204cf4ef81fbb57a5a7ced1317edd69d1199d", kill_on_drop: false }` [INFO] [stdout] fe7f2abc156b48cff56293560f6204cf4ef81fbb57a5a7ced1317edd69d1199d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c899e2cd8c409e02542b074b1fdd0f09d2c4c12437805fb32af8c9667264df22 [INFO] running `Command { std: "docker" "start" "-a" "c899e2cd8c409e02542b074b1fdd0f09d2c4c12437805fb32af8c9667264df22", kill_on_drop: false }` [INFO] [stderr] Checking embedded-hal v1.0.0 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling bitfield-struct v0.9.5 [INFO] [stderr] Checking rf24-rs v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/lib.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | use embedded_hal_mock::eh1::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 78 - use embedded_hal_mock::eh1::{ [INFO] [stdout] 78 + use embedded_hal::eh1::{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/radio/rf24/auto_ack.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 85 - use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] 85 + use embedded_hal::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/radio/rf24/channel.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 31 - use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] 31 + use embedded_hal::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/radio/rf24/init.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | use embedded_hal_mock::eh1::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 136 - use embedded_hal_mock::eh1::{ [INFO] [stdout] 136 + use embedded_hal::eh1::{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/radio/rf24/crc_length.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 36 - use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] 36 + use embedded_hal::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/radio/rf24/data_rate.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 49 - use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] 49 + use embedded_hal::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/radio/rf24/fifo.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 60 - use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] 60 + use embedded_hal::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/radio/rf24/pa_level.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 32 - use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] 32 + use embedded_hal::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/radio/rf24/payload_length.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 59 - use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] 59 + use embedded_hal::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/radio/rf24/pipe.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 83 - use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] 83 + use embedded_hal::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/radio/rf24/power.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 68 - use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] 68 + use embedded_hal::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/radio/rf24/radio.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | use embedded_hal_mock::eh1::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 207 - use embedded_hal_mock::eh1::{ [INFO] [stdout] 207 + use embedded_hal::eh1::{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/radio/rf24/status.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 44 - use embedded_hal_mock::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] 44 + use embedded_hal::eh1::spi::Transaction as SpiTransaction; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] --> src/radio/rf24/mod.rs:320:9 [INFO] [stdout] | [INFO] [stdout] 320 | use embedded_hal_mock::eh1::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_hal_mock` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 320 - use embedded_hal_mock::eh1::{ [INFO] [stdout] 320 + use embedded_hal::eh1::{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rf24-rs` (lib test) due to 14 previous errors [INFO] running `Command { std: "docker" "inspect" "c899e2cd8c409e02542b074b1fdd0f09d2c4c12437805fb32af8c9667264df22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c899e2cd8c409e02542b074b1fdd0f09d2c4c12437805fb32af8c9667264df22", kill_on_drop: false }` [INFO] [stdout] c899e2cd8c409e02542b074b1fdd0f09d2c4c12437805fb32af8c9667264df22