[INFO] fetching crate embedded-hal-sync-pins 0.7.0...
[INFO] checking embedded-hal-sync-pins-0.7.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate embedded-hal-sync-pins 0.7.0 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate embedded-hal-sync-pins 0.7.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "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-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] [stderr]       Adding num-derive v0.3.3 (available: v0.4.2)
[INFO] [stderr]       Adding vcd v0.6.1 (available: v0.7.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f956bf275f01d05a59f208155afdf9d3ed896bed2cb7a7b54570169c6b777e2b
[INFO] running `Command { std: "docker" "start" "-a" "f956bf275f01d05a59f208155afdf9d3ed896bed2cb7a7b54570169c6b777e2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f956bf275f01d05a59f208155afdf9d3ed896bed2cb7a7b54570169c6b777e2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f956bf275f01d05a59f208155afdf9d3ed896bed2cb7a7b54570169c6b777e2b", kill_on_drop: false }`
[INFO] [stdout] f956bf275f01d05a59f208155afdf9d3ed896bed2cb7a7b54570169c6b777e2b
[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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5473bb55cf347d2b41fdfb9f8d3f605fe35daa1ce6f4f9ba15655376e69be9d5
[INFO] running `Command { std: "docker" "start" "-a" "5473bb55cf347d2b41fdfb9f8d3f605fe35daa1ce6f4f9ba15655376e69be9d5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.37
[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]     |                ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::InputPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::InputPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn is_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ~~~~~~~~~
[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]     |               ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::InputPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::InputPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn is_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ~~~~~~~~~
[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]     |                    ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn is_set_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ~~~~~~~~~
[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]     |                   ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn is_set_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ~~~~~~~~~
[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]     |                ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn is_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ~~~~~~~~~
[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]     |               ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn is_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ~~~~~~~~~
[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]     |                    ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 281 |     fn is_set_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ~~~~~~~~~
[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]     |                   ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn is_set_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ~~~~~~~~~
[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]     |                ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn is_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ~~~~~~~~~
[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]     |               ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn is_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ~~~~~~~~~
[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]     |                ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut InputOnlyPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&InputOnlyPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn is_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ~~~~~~~~~
[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]     |               ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut InputOnlyPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&InputOnlyPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn is_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ~~~~~~~~~
[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]     |                ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 163 |     fn is_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ~~~~~~~~~
[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]     |               ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 167 |     fn is_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ~~~~~~~~~
[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]     |                    ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn is_set_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ~~~~~~~~~
[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]     |                   ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn is_set_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ~~~~~~~~~
[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]     |                ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::InputPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::InputPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn is_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ~~~~~~~~~
[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]     |               ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::InputPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::InputPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn is_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ~~~~~~~~~
[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]     |                ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn is_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ~~~~~~~~~
[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]     |               ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn is_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ~~~~~~~~~
[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]     |                    ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 237 |     fn is_set_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ~~~~~~~~~
[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]     |                    ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn is_set_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ~~~~~~~~~
[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]     |                   ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 241 |     fn is_set_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ~~~~~~~~~
[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]     |                   ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn is_set_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ~~~~~~~~~
[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]     |                ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn is_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ~~~~~~~~~
[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]     |               ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn is_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ~~~~~~~~~
[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]     |                    ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 281 |     fn is_set_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ~~~~~~~~~
[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]     |                   ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn is_set_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ~~~~~~~~~
[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]     |                ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn is_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ~~~~~~~~~
[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]     |               ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&pins::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn is_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ~~~~~~~~~
[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]     |                ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut InputOnlyPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&InputOnlyPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn is_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ~~~~~~~~~
[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]     |               ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut InputOnlyPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&InputOnlyPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn is_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ~~~~~~~~~
[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]     |                ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 163 |     fn is_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ~~~~~~~~~
[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]     |               ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 167 |     fn is_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ~~~~~~~~~
[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]     |                    ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn is_set_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ~~~~~~~~~
[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]     |                   ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::PushPullPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn is_set_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ~~~~~~~~~
[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]     |                ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn is_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                ~~~~~~~~~
[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]     |               ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn is_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |               ~~~~~~~~~
[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]     |                    ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 237 |     fn is_set_high(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                    ~~~~~~~~~
[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]     |                   ^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&mut wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout]                found signature `fn(&wire::OpenDrainPin) -> Result<_, _>`
[INFO] [stdout] help: change the self-receiver type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 241 |     fn is_set_low(&mut self) -> Result<bool, Self::Error> {
[INFO] [stdout]     |                   ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-hal-sync-pins` (lib) due to 23 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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 25 previous errors
[INFO] running `Command { std: "docker" "inspect" "5473bb55cf347d2b41fdfb9f8d3f605fe35daa1ce6f4f9ba15655376e69be9d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5473bb55cf347d2b41fdfb9f8d3f605fe35daa1ce6f4f9ba15655376e69be9d5", kill_on_drop: false }`
[INFO] [stdout] 5473bb55cf347d2b41fdfb9f8d3f605fe35daa1ce6f4f9ba15655376e69be9d5
