[INFO] fetching crate embedded-hal-sync-pins 0.3.1... [INFO] testing embedded-hal-sync-pins-0.3.1 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate embedded-hal-sync-pins 0.3.1 into /workspace/builds/worker-112/source [INFO] validating manifest of crates.io crate embedded-hal-sync-pins 0.3.1 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate embedded-hal-sync-pins 0.3.1 [INFO] finished tweaking crates.io crate embedded-hal-sync-pins 0.3.1 [INFO] tweaked toml for crates.io crate embedded-hal-sync-pins 0.3.1 written to /workspace/builds/worker-112/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 97f38b92b1051e82e246d20db329286a4dabc89fc896e1d4e2d1bdaa3ee0300c [INFO] running `Command { std: "docker" "start" "-a" "97f38b92b1051e82e246d20db329286a4dabc89fc896e1d4e2d1bdaa3ee0300c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "97f38b92b1051e82e246d20db329286a4dabc89fc896e1d4e2d1bdaa3ee0300c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97f38b92b1051e82e246d20db329286a4dabc89fc896e1d4e2d1bdaa3ee0300c", kill_on_drop: false }` [INFO] [stdout] 97f38b92b1051e82e246d20db329286a4dabc89fc896e1d4e2d1bdaa3ee0300c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be06570c8a7d69743d35b065e5647daa645162595bbffd9a275e745f818fbc85 [INFO] running `Command { std: "docker" "start" "-a" "be06570c8a7d69743d35b065e5647daa645162595bbffd9a275e745f818fbc85", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling embedded-hal v1.0.0-alpha.6 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling embedded-time v0.10.1 [INFO] [stderr] Compiling embedded-hal-sync-pins v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `embedded_hal::digital::toggleable` [INFO] [stdout] --> src/wire.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | use embedded_hal::digital::toggleable::Default as ToggleDefault; [INFO] [stdout] | ^^^^^^^^^^ could not find `toggleable` in `digital` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `embedded_hal::digital::InputPin`, `embedded_hal::digital::OutputPin`, `embedded_hal::digital::StatefulOutputPin` [INFO] [stdout] --> src/wire.rs:2:29 [INFO] [stdout] | [INFO] [stdout] 2 | use embedded_hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ no `StatefulOutputPin` in `digital` [INFO] [stdout] | | | [INFO] [stdout] | | no `OutputPin` in `digital` [INFO] [stdout] | no `InputPin` in `digital` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `toggleable` in `hal` [INFO] [stdout] --> src/pins.rs:183:11 [INFO] [stdout] | [INFO] [stdout] 183 | impl hal::toggleable::Default for PushPullPin {} [INFO] [stdout] | ^^^^^^^^^^ could not find `toggleable` in `hal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `toggleable` in `hal` [INFO] [stdout] --> src/pins.rs:261:11 [INFO] [stdout] | [INFO] [stdout] 261 | impl hal::toggleable::Default for OpenDrainPin {} [INFO] [stdout] | ^^^^^^^^^^ could not find `toggleable` in `hal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `InputPin` in module `hal` [INFO] [stdout] --> src/pins.rs:114:11 [INFO] [stdout] | [INFO] [stdout] 114 | impl hal::InputPin for InputPin { [INFO] [stdout] | ^^^^^^^^ not found in `hal` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use crate::pins::hal::blocking::InputPin; [INFO] [stdout] | [INFO] [stdout] 12 | use embedded_hal::digital::blocking::InputPin; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `OutputPin` in module `hal` [INFO] [stdout] --> src/pins.rs:159:11 [INFO] [stdout] | [INFO] [stdout] 159 | impl hal::OutputPin for PushPullPin { [INFO] [stdout] | ^^^^^^^^^ not found in `hal` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use crate::pins::hal::blocking::OutputPin; [INFO] [stdout] | [INFO] [stdout] 12 | use embedded_hal::digital::blocking::OutputPin; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StatefulOutputPin` in module `hal` [INFO] [stdout] --> src/pins.rs:173:11 [INFO] [stdout] | [INFO] [stdout] 173 | impl hal::StatefulOutputPin for PushPullPin { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `hal` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use crate::pins::hal::blocking::StatefulOutputPin; [INFO] [stdout] | [INFO] [stdout] 12 | use embedded_hal::digital::blocking::StatefulOutputPin; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `InputPin` in module `hal` [INFO] [stdout] --> src/pins.rs:185:11 [INFO] [stdout] | [INFO] [stdout] 185 | impl hal::InputPin for PushPullPin { [INFO] [stdout] | ^^^^^^^^ not found in `hal` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use crate::pins::hal::blocking::InputPin; [INFO] [stdout] | [INFO] [stdout] 12 | use embedded_hal::digital::blocking::InputPin; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `OutputPin` in module `hal` [INFO] [stdout] --> src/pins.rs:237:11 [INFO] [stdout] | [INFO] [stdout] 237 | impl hal::OutputPin for OpenDrainPin { [INFO] [stdout] | ^^^^^^^^^ not found in `hal` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use crate::pins::hal::blocking::OutputPin; [INFO] [stdout] | [INFO] [stdout] 12 | use embedded_hal::digital::blocking::OutputPin; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StatefulOutputPin` in module `hal` [INFO] [stdout] --> src/pins.rs:251:11 [INFO] [stdout] | [INFO] [stdout] 251 | impl hal::StatefulOutputPin for OpenDrainPin { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `hal` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use crate::pins::hal::blocking::StatefulOutputPin; [INFO] [stdout] | [INFO] [stdout] 12 | use embedded_hal::digital::blocking::StatefulOutputPin; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `InputPin` in module `hal` [INFO] [stdout] --> src/pins.rs:263:11 [INFO] [stdout] | [INFO] [stdout] 263 | impl hal::InputPin for OpenDrainPin { [INFO] [stdout] | ^^^^^^^^ not found in `hal` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use crate::pins::hal::blocking::InputPin; [INFO] [stdout] | [INFO] [stdout] 12 | use embedded_hal::digital::blocking::InputPin; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `embedded-hal-sync-pins` due to 12 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "be06570c8a7d69743d35b065e5647daa645162595bbffd9a275e745f818fbc85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be06570c8a7d69743d35b065e5647daa645162595bbffd9a275e745f818fbc85", kill_on_drop: false }` [INFO] [stdout] be06570c8a7d69743d35b065e5647daa645162595bbffd9a275e745f818fbc85