[INFO] fetching crate embedded-hal-sync-pins 0.7.0...
[INFO] checking embedded-hal-sync-pins-0.7.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate embedded-hal-sync-pins 0.7.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate embedded-hal-sync-pins 0.7.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate embedded-hal-sync-pins 0.7.0
[INFO] finished tweaking crates.io crate embedded-hal-sync-pins 0.7.0
[INFO] tweaked toml for crates.io crate embedded-hal-sync-pins 0.7.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vcd v0.6.1
[INFO] [stderr]   Downloaded embedded-hal v1.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e823c49ba34acef15af93e1a3b6d63802053a6cbc42ae65471cc691893a0c6dc
[INFO] running `Command { std: "docker" "start" "-a" "e823c49ba34acef15af93e1a3b6d63802053a6cbc42ae65471cc691893a0c6dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e823c49ba34acef15af93e1a3b6d63802053a6cbc42ae65471cc691893a0c6dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e823c49ba34acef15af93e1a3b6d63802053a6cbc42ae65471cc691893a0c6dc", kill_on_drop: false }`
[INFO] [stdout] e823c49ba34acef15af93e1a3b6d63802053a6cbc42ae65471cc691893a0c6dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 359dfdf8e394cd99753993dfe7aa994757b0e5157b24571d6c6ecabe497a9015
[INFO] running `Command { std: "docker" "start" "-a" "359dfdf8e394cd99753993dfe7aa994757b0e5157b24571d6c6ecabe497a9015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking embedded-hal-sync-pins v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `embedded_hal::digital::ToggleableOutputPin`
[INFO] [stdout]  --> src/wire.rs:2:69
[INFO] [stdout]   |
[INFO] [stdout] 2 | use embedded_hal::digital::{InputPin, OutputPin, StatefulOutputPin, ToggleableOutputPin};
[INFO] [stdout]   |                                                                     ^^^^^^^^^^^^^^^^^^^ no `ToggleableOutputPin` in `digital`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `embedded_hal::digital::ToggleableOutputPin`
[INFO] [stdout]  --> src/wire.rs:2:69
[INFO] [stdout]   |
[INFO] [stdout] 2 | use embedded_hal::digital::{InputPin, OutputPin, StatefulOutputPin, ToggleableOutputPin};
[INFO] [stdout]   |                                                                     ^^^^^^^^^^^^^^^^^^^ no `ToggleableOutputPin` in `digital`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToggleableOutputPin` in module `hal`
[INFO] [stdout]    --> src/pins.rs:202:11
[INFO] [stdout]     |
[INFO] [stdout] 202 | impl hal::ToggleableOutputPin for PushPullPin {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ not found in `hal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToggleableOutputPin` in module `hal`
[INFO] [stdout]    --> src/pins.rs:290:11
[INFO] [stdout]     |
[INFO] [stdout] 290 | impl hal::ToggleableOutputPin for OpenDrainPin {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ not found in `hal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hal::ToggleableOutputPin`
[INFO] [stdout]    --> src/pins.rs:397:7
[INFO] [stdout]     |
[INFO] [stdout] 397 |         use hal::ToggleableOutputPin;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^ no `ToggleableOutputPin` in `digital`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hal::ToggleableOutputPin`
[INFO] [stdout]    --> src/pins.rs:425:7
[INFO] [stdout]     |
[INFO] [stdout] 425 |         use hal::ToggleableOutputPin;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^ no `ToggleableOutputPin` in `digital`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToggleableOutputPin` in module `hal`
[INFO] [stdout]    --> src/pins.rs:202:11
[INFO] [stdout]     |
[INFO] [stdout] 202 | impl hal::ToggleableOutputPin for PushPullPin {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ not found in `hal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToggleableOutputPin` in module `hal`
[INFO] [stdout]    --> src/pins.rs:290:11
[INFO] [stdout]     |
[INFO] [stdout] 290 | impl hal::ToggleableOutputPin for OpenDrainPin {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ not found in `hal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::InputPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::InputPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::InputPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::InputPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:193:17
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:197:16
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:215:13
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:219:12
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:281:17
[INFO] [stdout]     |
[INFO] [stdout] 281 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:285:16
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:303:13
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:307:12
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:144:13
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut InputOnlyPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&InputOnlyPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:148:12
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut InputOnlyPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&InputOnlyPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:163:13
[INFO] [stdout]     |
[INFO] [stdout] 163 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::InputPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::InputPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::InputPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::InputPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:185:17
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:189:16
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:215:13
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:193:17
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:197:16
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:219:12
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:237:17
[INFO] [stdout]     |
[INFO] [stdout] 237 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:215:13
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:241:16
[INFO] [stdout]     |
[INFO] [stdout] 241 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:219:12
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:281:17
[INFO] [stdout]     |
[INFO] [stdout] 281 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:285:16
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:303:13
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:307:12
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0053, E0405, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0053`.
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:144:13
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut InputOnlyPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&InputOnlyPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:148:12
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut InputOnlyPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&InputOnlyPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:163:13
[INFO] [stdout]     |
[INFO] [stdout] 163 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:185:17
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:189:16
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:215:13
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:219:12
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:237:17
[INFO] [stdout]     |
[INFO] [stdout] 237 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:241:16
[INFO] [stdout]     |
[INFO] [stdout] 241 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-hal-sync-pins` (lib) due to 24 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 25 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0053, E0405, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0053`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-hal-sync-pins` (lib test) due to 26 previous errors
[INFO] running `Command { std: "docker" "inspect" "359dfdf8e394cd99753993dfe7aa994757b0e5157b24571d6c6ecabe497a9015", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "359dfdf8e394cd99753993dfe7aa994757b0e5157b24571d6c6ecabe497a9015", kill_on_drop: false }`
[INFO] [stdout] 359dfdf8e394cd99753993dfe7aa994757b0e5157b24571d6c6ecabe497a9015
[INFO] checking embedded-hal-sync-pins-0.7.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate embedded-hal-sync-pins 0.7.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate embedded-hal-sync-pins 0.7.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate embedded-hal-sync-pins 0.7.0
[INFO] finished tweaking crates.io crate embedded-hal-sync-pins 0.7.0
[INFO] tweaked toml for crates.io crate embedded-hal-sync-pins 0.7.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 19ded5d645b5f2bdb4fbf1a90445934f10616a03f5e7f1e5de4894a64ba1aa14
[INFO] running `Command { std: "docker" "start" "-a" "19ded5d645b5f2bdb4fbf1a90445934f10616a03f5e7f1e5de4894a64ba1aa14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19ded5d645b5f2bdb4fbf1a90445934f10616a03f5e7f1e5de4894a64ba1aa14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19ded5d645b5f2bdb4fbf1a90445934f10616a03f5e7f1e5de4894a64ba1aa14", kill_on_drop: false }`
[INFO] [stdout] 19ded5d645b5f2bdb4fbf1a90445934f10616a03f5e7f1e5de4894a64ba1aa14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7bbfeb2bc568af16e114822721b94ce6d5e30b118541e8651954de8c5a12c42a
[INFO] running `Command { std: "docker" "start" "-a" "7bbfeb2bc568af16e114822721b94ce6d5e30b118541e8651954de8c5a12c42a", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking embedded-hal-sync-pins v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `embedded_hal::digital::ToggleableOutputPin`
[INFO] [stdout]  --> src/wire.rs:2:69
[INFO] [stdout]   |
[INFO] [stdout] 2 | use embedded_hal::digital::{InputPin, OutputPin, StatefulOutputPin, ToggleableOutputPin};
[INFO] [stdout]   |                                                                     ^^^^^^^^^^^^^^^^^^^ no `ToggleableOutputPin` in `digital`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `embedded_hal::digital::ToggleableOutputPin`
[INFO] [stdout]  --> src/wire.rs:2:69
[INFO] [stdout]   |
[INFO] [stdout] 2 | use embedded_hal::digital::{InputPin, OutputPin, StatefulOutputPin, ToggleableOutputPin};
[INFO] [stdout]   |                                                                     ^^^^^^^^^^^^^^^^^^^ no `ToggleableOutputPin` in `digital`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hal::ToggleableOutputPin`
[INFO] [stdout]    --> src/pins.rs:397:7
[INFO] [stdout]     |
[INFO] [stdout] 397 |         use hal::ToggleableOutputPin;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^ no `ToggleableOutputPin` in `digital`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hal::ToggleableOutputPin`
[INFO] [stdout]    --> src/pins.rs:425:7
[INFO] [stdout]     |
[INFO] [stdout] 425 |         use hal::ToggleableOutputPin;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^ no `ToggleableOutputPin` in `digital`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToggleableOutputPin` in module `hal`
[INFO] [stdout]    --> src/pins.rs:202:11
[INFO] [stdout]     |
[INFO] [stdout] 202 | impl hal::ToggleableOutputPin for PushPullPin {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ not found in `hal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToggleableOutputPin` in module `hal`
[INFO] [stdout]    --> src/pins.rs:290:11
[INFO] [stdout]     |
[INFO] [stdout] 290 | impl hal::ToggleableOutputPin for OpenDrainPin {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ not found in `hal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToggleableOutputPin` in module `hal`
[INFO] [stdout]    --> src/pins.rs:202:11
[INFO] [stdout]     |
[INFO] [stdout] 202 | impl hal::ToggleableOutputPin for PushPullPin {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ not found in `hal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToggleableOutputPin` in module `hal`
[INFO] [stdout]    --> src/pins.rs:290:11
[INFO] [stdout]     |
[INFO] [stdout] 290 | impl hal::ToggleableOutputPin for OpenDrainPin {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ not found in `hal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::InputPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::InputPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::InputPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::InputPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:193:17
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:197:16
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:215:13
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::InputPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::InputPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:219:12
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::InputPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::InputPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:281:17
[INFO] [stdout]     |
[INFO] [stdout] 281 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:285:16
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:303:13
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:307:12
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:193:17
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:197:16
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:215:13
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:219:12
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:281:17
[INFO] [stdout]     |
[INFO] [stdout] 281 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:285:16
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:303:13
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/pins.rs:307:12
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:144:13
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut InputOnlyPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&InputOnlyPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:148:12
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut InputOnlyPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&InputOnlyPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:163:13
[INFO] [stdout]     |
[INFO] [stdout] 163 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:185:17
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:189:16
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:215:13
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:219:12
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:237:17
[INFO] [stdout]     |
[INFO] [stdout] 237 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:241:16
[INFO] [stdout]     |
[INFO] [stdout] 241 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:144:13
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut InputOnlyPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&InputOnlyPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:148:12
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut InputOnlyPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&InputOnlyPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:163:13
[INFO] [stdout]     |
[INFO] [stdout] 163 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0053, E0405, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0053`.
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:185:17
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:189:16
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:215:13
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn is_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                types differ in mutability
[INFO] [stdout]     |                help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:219:12
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn is_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               types differ in mutability
[INFO] [stdout]     |               help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_high` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:237:17
[INFO] [stdout]     |
[INFO] [stdout] 237 |     fn is_set_high(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    types differ in mutability
[INFO] [stdout]     |                    help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `is_set_low` has an incompatible type for trait
[INFO] [stdout]    --> src/wire.rs:241:16
[INFO] [stdout]     |
[INFO] [stdout] 241 |     fn is_set_low(&self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   types differ in mutability
[INFO] [stdout]     |                   help: change the self-receiver type to match the trait: `&mut self`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 25 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0053, E0405, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0053`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-hal-sync-pins` (lib) due to 24 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `embedded-hal-sync-pins` (lib test) due to 26 previous errors
[INFO] running `Command { std: "docker" "inspect" "7bbfeb2bc568af16e114822721b94ce6d5e30b118541e8651954de8c5a12c42a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bbfeb2bc568af16e114822721b94ce6d5e30b118541e8651954de8c5a12c42a", kill_on_drop: false }`
[INFO] [stdout] 7bbfeb2bc568af16e114822721b94ce6d5e30b118541e8651954de8c5a12c42a
