[INFO] fetching crate pca9535 2.0.0... [INFO] checking pca9535-2.0.0 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate pca9535 2.0.0 into /workspace/builds/worker-5-tc1/source [INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml [INFO] started tweaking crates.io crate pca9535 2.0.0 [INFO] finished tweaking crates.io crate pca9535 2.0.0 [INFO] tweaked toml for crates.io crate pca9535 2.0.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate pca9535 2.0.0 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 61 packages to latest compatible versions [INFO] [stderr] Adding embedded-hal-bus v0.1.0 (available: v0.3.0) [INFO] [stderr] Adding rppal v0.17.1 (available: v0.22.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rppal v0.17.1 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e028bfcfc1d8b08e448aaf4cadb0d3801e83416df8e18f98aeb4b3078a2a57f [INFO] running `Command { std: "docker" "start" "-a" "1e028bfcfc1d8b08e448aaf4cadb0d3801e83416df8e18f98aeb4b3078a2a57f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e028bfcfc1d8b08e448aaf4cadb0d3801e83416df8e18f98aeb4b3078a2a57f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e028bfcfc1d8b08e448aaf4cadb0d3801e83416df8e18f98aeb4b3078a2a57f", kill_on_drop: false }` [INFO] [stdout] 1e028bfcfc1d8b08e448aaf4cadb0d3801e83416df8e18f98aeb4b3078a2a57f [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 179a944f068cb85c0edbb743eda3a9ccad863cbfc68f499abd5e0e3cf7f56e87 [INFO] running `Command { std: "docker" "start" "-a" "179a944f068cb85c0edbb743eda3a9ccad863cbfc68f499abd5e0e3cf7f56e87", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Checking embedded-hal v1.0.0 [INFO] [stderr] Checking nb v1.1.0 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking sdd v3.0.8 [INFO] [stderr] Compiling embedded-hal-bus v0.1.0 [INFO] [stderr] Checking spin_sleep v1.3.2 [INFO] [stderr] Checking critical-section v1.2.0 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking embedded-hal v0.2.7 [INFO] [stderr] Checking embedded-hal-nb v1.0.0 [INFO] [stderr] Checking pca9535 v2.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking scc v2.3.4 [INFO] [stderr] Checking rppal v0.17.1 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Checking serial_test v3.2.0 [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | static IO_EXPANDER: Lazy< [INFO] [stdout] | _________________________^ [INFO] [stdout] 214 | | IoExpander>, [INFO] [stdout] 215 | | > = Lazy::new(|| { [INFO] [stdout] | |_____^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:220:26 [INFO] [stdout] | [INFO] [stdout] 220 | static PCA9535_GPIO: Lazy = Lazy::new(|| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | static IO_EXPANDER: Lazy>> = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:251:26 [INFO] [stdout] | [INFO] [stdout] 251 | static PCA9535_GPIO: Lazy = Lazy::new(|| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:215:9 [INFO] [stdout] | [INFO] [stdout] 215 | > = Lazy::new(|| { [INFO] [stdout] | _________^ [INFO] [stdout] 216 | | let expander = Pca9535Immediate::new(MutexDevice::new(&I2C_MUTEX), ADDR); [INFO] [stdout] 217 | | [INFO] [stdout] 218 | | IoExpander::new(expander) [INFO] [stdout] 219 | | }); [INFO] [stdout] | |______^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | IoExpander::new(expander) [INFO] [stdout] | ^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-5669531778900355082.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | IoExpander::new(expander) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander::::new` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander::::new` [INFO] [stdout] ... [INFO] [stdout] 30 | pub fn new(expander: Ex) -> IoExpander { [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-5669531778900355082.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:215:9 [INFO] [stdout] | [INFO] [stdout] 215 | > = Lazy::new(|| { [INFO] [stdout] | ^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:215:9 [INFO] [stdout] | [INFO] [stdout] 215 | > = Lazy::new(|| { [INFO] [stdout] | ^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:220:46 [INFO] [stdout] | [INFO] [stdout] 220 | static PCA9535_GPIO: Lazy = Lazy::new(|| { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 221 | | let pca9535_gpio = Pca9535GPIO { [INFO] [stdout] 222 | | _in0_3: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 3).unwrap(), [INFO] [stdout] 223 | | in0_4: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 4).unwrap(), [INFO] [stdout] ... | [INFO] [stdout] 230 | | Mutex::new(pca9535_gpio) [INFO] [stdout] 231 | | }); [INFO] [stdout] | |______^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:222:44 [INFO] [stdout] | [INFO] [stdout] 222 | _in0_3: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 3).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 222 | _in0_3: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 3).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] = help: the trait `SyncExpander` is implemented for `IoExpander` [INFO] [stdout] = note: required for `IoExpander, Pca9535Immediate<...>, ...>` to implement `SyncExpander>` [INFO] [stdout] note: required by a bound in `ExpanderInputPin` [INFO] [stdout] --> /opt/rustwide/workdir/src/pin.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct ExpanderInputPin<'a, I2C, Io> [INFO] [stdout] | ---------------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 23 | Io: SyncExpander, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `ExpanderInputPin` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-7925848431907738887.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 222 | _in0_3: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 3).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-7925848431907738887.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 222 | _in0_3: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 3).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-6769211404817049792.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:221:28 [INFO] [stdout] | [INFO] [stdout] 221 | let pca9535_gpio = Pca9535GPIO { [INFO] [stdout] | ^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] = help: the trait `SyncExpander` is implemented for `IoExpander` [INFO] [stdout] = note: required for `IoExpander, Pca9535Immediate<...>, ...>` to implement `SyncExpander>` [INFO] [stdout] note: required by a bound in `Pca9535GPIO` [INFO] [stdout] --> tests/common/mod.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 51 | pub struct Pca9535GPIO<'a, T, I2C> [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] 52 | where [INFO] [stdout] 53 | T: SyncExpander, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `Pca9535GPIO` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-10602139988809492195.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:223:43 [INFO] [stdout] | [INFO] [stdout] 223 | in0_4: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 4).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:223:20 [INFO] [stdout] | [INFO] [stdout] 223 | in0_4: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 4).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] = help: the trait `SyncExpander` is implemented for `IoExpander` [INFO] [stdout] = note: required for `IoExpander, Pca9535Immediate<...>, ...>` to implement `SyncExpander>` [INFO] [stdout] note: required by a bound in `ExpanderInputPin` [INFO] [stdout] --> /opt/rustwide/workdir/src/pin.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct ExpanderInputPin<'a, I2C, Io> [INFO] [stdout] | ---------------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 23 | Io: SyncExpander, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `ExpanderInputPin` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-10588022663814514848.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:223:20 [INFO] [stdout] | [INFO] [stdout] 223 | in0_4: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 4).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-10588022663814514848.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:223:20 [INFO] [stdout] | [INFO] [stdout] 223 | in0_4: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 4).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8182077754964804256.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:224:22 [INFO] [stdout] | [INFO] [stdout] 224 | _out0_7: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 7, PinState::High) [INFO] [stdout] | ______________________^ [INFO] [stdout] 225 | | .unwrap(), [INFO] [stdout] | |_________________________^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-10602139988809492195.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:224:46 [INFO] [stdout] | [INFO] [stdout] 224 | _out0_7: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 7, PinState::High) [INFO] [stdout] | ^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:224:22 [INFO] [stdout] | [INFO] [stdout] 224 | _out0_7: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 7, PinState::High) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] = help: the trait `SyncExpander` is implemented for `IoExpander` [INFO] [stdout] = note: required for `IoExpander, Pca9535Immediate<...>, ...>` to implement `SyncExpander>` [INFO] [stdout] note: required by a bound in `ExpanderOutputPin` [INFO] [stdout] --> /opt/rustwide/workdir/src/pin.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ExpanderOutputPin<'a, I2C, Io> [INFO] [stdout] | ----------------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 38 | Io: SyncExpander, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `ExpanderOutputPin` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-12848024662446656011.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:224:22 [INFO] [stdout] | [INFO] [stdout] 224 | _out0_7: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 7, PinState::High) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-12848024662446656011.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:226:21 [INFO] [stdout] | [INFO] [stdout] 226 | out1_5: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank1, 5, PinState::Low) [INFO] [stdout] | _____________________^ [INFO] [stdout] 227 | | .unwrap(), [INFO] [stdout] | |_________________________^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-10602139988809492195.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:226:45 [INFO] [stdout] | [INFO] [stdout] 226 | out1_5: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank1, 5, PinState::Low) [INFO] [stdout] | ^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:240:9 [INFO] [stdout] | [INFO] [stdout] 240 | / Lazy::new(|| { [INFO] [stdout] 241 | | let expander = Pca9535Cached::new( [INFO] [stdout] 242 | | MutexDevice::new(&I2C_MUTEX), [INFO] [stdout] 243 | | ADDR, [INFO] [stdout] ... | [INFO] [stdout] 249 | | IoExpander::new(expander) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |__________^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:249:13 [INFO] [stdout] | [INFO] [stdout] 249 | IoExpander::new(expander) [INFO] [stdout] | ^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:249:13 [INFO] [stdout] | [INFO] [stdout] 249 | IoExpander::new(expander) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander::::new` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander::::new` [INFO] [stdout] ... [INFO] [stdout] 30 | pub fn new(expander: Ex) -> IoExpander { [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:240:9 [INFO] [stdout] | [INFO] [stdout] 240 | Lazy::new(|| { [INFO] [stdout] | ^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:226:21 [INFO] [stdout] | [INFO] [stdout] 226 | out1_5: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank1, 5, PinState::Low) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] = help: the trait `SyncExpander` is implemented for `IoExpander` [INFO] [stdout] = note: required for `IoExpander, Pca9535Immediate<...>, ...>` to implement `SyncExpander>` [INFO] [stdout] note: required by a bound in `ExpanderOutputPin` [INFO] [stdout] --> /opt/rustwide/workdir/src/pin.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ExpanderOutputPin<'a, I2C, Io> [INFO] [stdout] | ----------------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 38 | Io: SyncExpander, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `ExpanderOutputPin` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-9038553325909980280.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:240:9 [INFO] [stdout] | [INFO] [stdout] 240 | Lazy::new(|| { [INFO] [stdout] | ^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:226:21 [INFO] [stdout] | [INFO] [stdout] 226 | out1_5: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank1, 5, PinState::Low) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-9038553325909980280.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:251:46 [INFO] [stdout] | [INFO] [stdout] 251 | static PCA9535_GPIO: Lazy = Lazy::new(|| { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 252 | | let pca9535_gpio = Pca9535GPIO { [INFO] [stdout] 253 | | _in0_3: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 3).unwrap(), [INFO] [stdout] 254 | | in0_4: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 4).unwrap(), [INFO] [stdout] ... | [INFO] [stdout] 261 | | Mutex::new(pca9535_gpio) [INFO] [stdout] 262 | | }); [INFO] [stdout] | |______^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:253:44 [INFO] [stdout] | [INFO] [stdout] 253 | _in0_3: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 3).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:230:9 [INFO] [stdout] | [INFO] [stdout] 230 | Mutex::new(pca9535_gpio) [INFO] [stdout] | ^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | _in0_3: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 3).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] = help: the trait `SyncExpander` is implemented for `IoExpander` [INFO] [stdout] = note: required for `IoExpander, Pca9535Cached<..., ...>, ...>` to implement `SyncExpander>` [INFO] [stdout] note: required by a bound in `ExpanderInputPin` [INFO] [stdout] --> /opt/rustwide/workdir/src/pin.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct ExpanderInputPin<'a, I2C, Io> [INFO] [stdout] | ---------------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 23 | Io: SyncExpander, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `ExpanderInputPin` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:230:9 [INFO] [stdout] | [INFO] [stdout] 230 | Mutex::new(pca9535_gpio) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:220:46 [INFO] [stdout] | [INFO] [stdout] 220 | static PCA9535_GPIO: Lazy = Lazy::new(|| { [INFO] [stdout] | ^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | _in0_3: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 3).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | _in0_3: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 3).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:220:46 [INFO] [stdout] | [INFO] [stdout] 220 | static PCA9535_GPIO: Lazy = Lazy::new(|| { [INFO] [stdout] | ^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:252:28 [INFO] [stdout] | [INFO] [stdout] 252 | let pca9535_gpio = Pca9535GPIO { [INFO] [stdout] | ^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] = help: the trait `SyncExpander` is implemented for `IoExpander` [INFO] [stdout] = note: required for `IoExpander, Pca9535Cached<..., ...>, ...>` to implement `SyncExpander>` [INFO] [stdout] note: required by a bound in `Pca9535GPIO` [INFO] [stdout] --> tests/common/mod.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 51 | pub struct Pca9535GPIO<'a, T, I2C> [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] 52 | where [INFO] [stdout] 53 | T: SyncExpander, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `Pca9535GPIO` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:254:43 [INFO] [stdout] | [INFO] [stdout] 254 | in0_4: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 4).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:254:20 [INFO] [stdout] | [INFO] [stdout] 254 | in0_4: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 4).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] = help: the trait `SyncExpander` is implemented for `IoExpander` [INFO] [stdout] = note: required for `IoExpander, Pca9535Cached<..., ...>, ...>` to implement `SyncExpander>` [INFO] [stdout] note: required by a bound in `ExpanderInputPin` [INFO] [stdout] --> /opt/rustwide/workdir/src/pin.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct ExpanderInputPin<'a, I2C, Io> [INFO] [stdout] | ---------------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 23 | Io: SyncExpander, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `ExpanderInputPin` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:254:20 [INFO] [stdout] | [INFO] [stdout] 254 | in0_4: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 4).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:254:20 [INFO] [stdout] | [INFO] [stdout] 254 | in0_4: ExpanderInputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 4).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:255:22 [INFO] [stdout] | [INFO] [stdout] 255 | _out0_7: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 7, PinState::High) [INFO] [stdout] | ______________________^ [INFO] [stdout] 256 | | .unwrap(), [INFO] [stdout] | |_________________________^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:237:32 [INFO] [stdout] | [INFO] [stdout] 237 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:237:32 [INFO] [stdout] | [INFO] [stdout] 237 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:255:46 [INFO] [stdout] | [INFO] [stdout] 255 | _out0_7: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 7, PinState::High) [INFO] [stdout] | ^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:255:22 [INFO] [stdout] | [INFO] [stdout] 255 | _out0_7: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 7, PinState::High) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] = help: the trait `SyncExpander` is implemented for `IoExpander` [INFO] [stdout] = note: required for `IoExpander, Pca9535Cached<..., ...>, ...>` to implement `SyncExpander>` [INFO] [stdout] note: required by a bound in `ExpanderOutputPin` [INFO] [stdout] --> /opt/rustwide/workdir/src/pin.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ExpanderOutputPin<'a, I2C, Io> [INFO] [stdout] | ----------------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 38 | Io: SyncExpander, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `ExpanderOutputPin` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:255:22 [INFO] [stdout] | [INFO] [stdout] 255 | _out0_7: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank0, 7, PinState::High) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:257:21 [INFO] [stdout] | [INFO] [stdout] 257 | out1_5: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank1, 5, PinState::Low) [INFO] [stdout] | _____________________^ [INFO] [stdout] 258 | | .unwrap(), [INFO] [stdout] | |_________________________^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `is_high` exists for struct `ExpanderInputPin<'static, MutexDevice<'static, I2c>, ...>`, but its trait bounds were not satisfied [INFO] [stdout] --> tests/immediate.rs:241:36 [INFO] [stdout] | [INFO] [stdout] 241 | assert!(pca9535_gpio.in0_4.is_high().unwrap()); [INFO] [stdout] | ^^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/pin.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct ExpanderInputPin<'a, I2C, Io> [INFO] [stdout] | ---------------------------------------- doesn't satisfy `_: InputPin` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expander/io.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------------------------------- doesn't satisfy `_: SyncExpander>` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `IoExpander, Pca9535Immediate>, Mutex>>>: SyncExpander>` [INFO] [stdout] which is required by `ExpanderInputPin<'static, embedded_hal_bus::i2c::MutexDevice<'static, rppal::i2c::I2c>, IoExpander, Pca9535Immediate>, Mutex>>>>: embedded_hal::digital::InputPin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:257:45 [INFO] [stdout] | [INFO] [stdout] 257 | out1_5: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank1, 5, PinState::Low) [INFO] [stdout] | ^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:257:21 [INFO] [stdout] | [INFO] [stdout] 257 | out1_5: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank1, 5, PinState::Low) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] = help: the trait `SyncExpander` is implemented for `IoExpander` [INFO] [stdout] = note: required for `IoExpander, Pca9535Cached<..., ...>, ...>` to implement `SyncExpander>` [INFO] [stdout] note: required by a bound in `ExpanderOutputPin` [INFO] [stdout] --> /opt/rustwide/workdir/src/pin.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ExpanderOutputPin<'a, I2C, Io> [INFO] [stdout] | ----------------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 38 | Io: SyncExpander, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `ExpanderOutputPin` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:241:17 [INFO] [stdout] | [INFO] [stdout] 241 | assert!(pca9535_gpio.in0_4.is_high().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:248:32 [INFO] [stdout] | [INFO] [stdout] 248 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:257:21 [INFO] [stdout] | [INFO] [stdout] 257 | out1_5: ExpanderOutputPin::new(&*IO_EXPANDER, GPIOBank::Bank1, 5, PinState::Low) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'_, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:248:32 [INFO] [stdout] | [INFO] [stdout] 248 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:261:9 [INFO] [stdout] | [INFO] [stdout] 261 | Mutex::new(pca9535_gpio) [INFO] [stdout] | ^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:261:9 [INFO] [stdout] | [INFO] [stdout] 261 | Mutex::new(pca9535_gpio) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:251:46 [INFO] [stdout] | [INFO] [stdout] 251 | static PCA9535_GPIO: Lazy = Lazy::new(|| { [INFO] [stdout] | ^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `is_low` exists for struct `ExpanderInputPin<'static, MutexDevice<'static, I2c>, ...>`, but its trait bounds were not satisfied [INFO] [stdout] --> tests/immediate.rs:252:36 [INFO] [stdout] | [INFO] [stdout] 252 | assert!(pca9535_gpio.in0_4.is_low().unwrap()); [INFO] [stdout] | ^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/pin.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct ExpanderInputPin<'a, I2C, Io> [INFO] [stdout] | ---------------------------------------- doesn't satisfy `_: InputPin` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expander/io.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------------------------------- doesn't satisfy `_: SyncExpander>` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `IoExpander, Pca9535Immediate>, Mutex>>>: SyncExpander>` [INFO] [stdout] which is required by `ExpanderInputPin<'static, embedded_hal_bus::i2c::MutexDevice<'static, rppal::i2c::I2c>, IoExpander, Pca9535Immediate>, Mutex>>>>: embedded_hal::digital::InputPin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:251:46 [INFO] [stdout] | [INFO] [stdout] 251 | static PCA9535_GPIO: Lazy = Lazy::new(|| { [INFO] [stdout] | ^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:252:17 [INFO] [stdout] | [INFO] [stdout] 252 | assert!(pca9535_gpio.in0_4.is_low().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:268:32 [INFO] [stdout] | [INFO] [stdout] 268 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:268:32 [INFO] [stdout] | [INFO] [stdout] 268 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:259:32 [INFO] [stdout] | [INFO] [stdout] 259 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:259:32 [INFO] [stdout] | [INFO] [stdout] 259 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `set_low` exists for struct `ExpanderOutputPin<'static, MutexDevice<'static, I2c>, ...>`, but its trait bounds were not satisfied [INFO] [stdout] --> tests/immediate.rs:261:29 [INFO] [stdout] | [INFO] [stdout] 261 | pca9535_gpio.out1_5.set_low().unwrap(); [INFO] [stdout] | ^^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/pin.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ExpanderOutputPin<'a, I2C, Io> [INFO] [stdout] | ----------------------------------------- doesn't satisfy `_: OutputPin` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expander/io.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------------------------------- doesn't satisfy `_: SyncExpander>` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `IoExpander, Pca9535Immediate>, Mutex>>>: SyncExpander>` [INFO] [stdout] which is required by `ExpanderOutputPin<'static, embedded_hal_bus::i2c::MutexDevice<'static, rppal::i2c::I2c>, IoExpander, Pca9535Immediate>, Mutex>>>>: embedded_hal::digital::OutputPin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:261:9 [INFO] [stdout] | [INFO] [stdout] 261 | pca9535_gpio.out1_5.set_low().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:270:32 [INFO] [stdout] | [INFO] [stdout] 270 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:270:32 [INFO] [stdout] | [INFO] [stdout] 270 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `set_high` exists for struct `ExpanderOutputPin<'static, MutexDevice<'static, I2c>, ...>`, but its trait bounds were not satisfied [INFO] [stdout] --> tests/immediate.rs:272:29 [INFO] [stdout] | [INFO] [stdout] 272 | pca9535_gpio.out1_5.set_high().unwrap(); [INFO] [stdout] | ^^^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/pin.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ExpanderOutputPin<'a, I2C, Io> [INFO] [stdout] | ----------------------------------------- doesn't satisfy `_: OutputPin` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expander/io.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------------------------------- doesn't satisfy `_: SyncExpander>` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `IoExpander, Pca9535Immediate>, Mutex>>>: SyncExpander>` [INFO] [stdout] which is required by `ExpanderOutputPin<'static, embedded_hal_bus::i2c::MutexDevice<'static, rppal::i2c::I2c>, IoExpander, Pca9535Immediate>, Mutex>>>>: embedded_hal::digital::OutputPin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/immediate.rs:272:9 [INFO] [stdout] | [INFO] [stdout] 272 | pca9535_gpio.out1_5.set_high().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex>>` is not implemented for `Mutex>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/immediate-308a5bac6062fd6b.long-type-8188385585172133294.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `is_high` exists for struct `ExpanderInputPin<'static, MutexDevice<'static, I2c>, ...>`, but its trait bounds were not satisfied [INFO] [stdout] --> tests/cached.rs:272:36 [INFO] [stdout] | [INFO] [stdout] 272 | assert!(pca9535_gpio.in0_4.is_high().unwrap()); [INFO] [stdout] | ^^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/pin.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct ExpanderInputPin<'a, I2C, Io> [INFO] [stdout] | ---------------------------------------- doesn't satisfy `_: InputPin` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expander/io.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------------------------------- doesn't satisfy `_: SyncExpander>` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `IoExpander, Pca9535Cached, ShareableInputPin<'static, rppal::gpio::InputPin>>, Mutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>>: SyncExpander>` [INFO] [stdout] which is required by `ExpanderInputPin<'static, embedded_hal_bus::i2c::MutexDevice<'static, rppal::i2c::I2c>, IoExpander, Pca9535Cached, ShareableInputPin<'static, rppal::gpio::InputPin>>, Mutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>>>: embedded_hal::digital::InputPin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:272:17 [INFO] [stdout] | [INFO] [stdout] 272 | assert!(pca9535_gpio.in0_4.is_high().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:279:32 [INFO] [stdout] | [INFO] [stdout] 279 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:279:32 [INFO] [stdout] | [INFO] [stdout] 279 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `is_low` exists for struct `ExpanderInputPin<'static, MutexDevice<'static, I2c>, ...>`, but its trait bounds were not satisfied [INFO] [stdout] --> tests/cached.rs:283:36 [INFO] [stdout] | [INFO] [stdout] 283 | assert!(pca9535_gpio.in0_4.is_low().unwrap()); [INFO] [stdout] | ^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/pin.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct ExpanderInputPin<'a, I2C, Io> [INFO] [stdout] | ---------------------------------------- doesn't satisfy `_: InputPin` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expander/io.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------------------------------- doesn't satisfy `_: SyncExpander>` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `IoExpander, Pca9535Cached, ShareableInputPin<'static, rppal::gpio::InputPin>>, Mutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>>: SyncExpander>` [INFO] [stdout] which is required by `ExpanderInputPin<'static, embedded_hal_bus::i2c::MutexDevice<'static, rppal::i2c::I2c>, IoExpander, Pca9535Cached, ShareableInputPin<'static, rppal::gpio::InputPin>>, Mutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>>>: embedded_hal::digital::InputPin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:283:17 [INFO] [stdout] | [INFO] [stdout] 283 | assert!(pca9535_gpio.in0_4.is_low().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:290:32 [INFO] [stdout] | [INFO] [stdout] 290 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:290:32 [INFO] [stdout] | [INFO] [stdout] 290 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `set_low` exists for struct `ExpanderOutputPin<'static, MutexDevice<'static, I2c>, ...>`, but its trait bounds were not satisfied [INFO] [stdout] --> tests/cached.rs:292:29 [INFO] [stdout] | [INFO] [stdout] 292 | pca9535_gpio.out1_5.set_low().unwrap(); [INFO] [stdout] | ^^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/pin.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ExpanderOutputPin<'a, I2C, Io> [INFO] [stdout] | ----------------------------------------- doesn't satisfy `_: OutputPin` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expander/io.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------------------------------- doesn't satisfy `_: SyncExpander>` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `IoExpander, Pca9535Cached, ShareableInputPin<'static, rppal::gpio::InputPin>>, Mutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>>: SyncExpander>` [INFO] [stdout] which is required by `ExpanderOutputPin<'static, embedded_hal_bus::i2c::MutexDevice<'static, rppal::i2c::I2c>, IoExpander, Pca9535Cached, ShareableInputPin<'static, rppal::gpio::InputPin>>, Mutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>>>: embedded_hal::digital::OutputPin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:292:9 [INFO] [stdout] | [INFO] [stdout] 292 | pca9535_gpio.out1_5.set_low().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:301:32 [INFO] [stdout] | [INFO] [stdout] 301 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pca9535` (test "immediate") due to 45 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:301:32 [INFO] [stdout] | [INFO] [stdout] 301 | let mut pca9535_gpio = PCA9535_GPIO.lock().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `set_high` exists for struct `ExpanderOutputPin<'static, MutexDevice<'static, I2c>, ...>`, but its trait bounds were not satisfied [INFO] [stdout] --> tests/cached.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | pca9535_gpio.out1_5.set_high().unwrap(); [INFO] [stdout] | ^^^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/pin.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ExpanderOutputPin<'a, I2C, Io> [INFO] [stdout] | ----------------------------------------- doesn't satisfy `_: OutputPin` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expander/io.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------------------------------- doesn't satisfy `_: SyncExpander>` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `IoExpander, Pca9535Cached, ShareableInputPin<'static, rppal::gpio::InputPin>>, Mutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>>: SyncExpander>` [INFO] [stdout] which is required by `ExpanderOutputPin<'static, embedded_hal_bus::i2c::MutexDevice<'static, rppal::i2c::I2c>, IoExpander, Pca9535Cached, ShareableInputPin<'static, rppal::gpio::InputPin>>, Mutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>>>: embedded_hal::digital::OutputPin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Mutex>: ExpanderMutex<...>` is not satisfied [INFO] [stdout] --> tests/cached.rs:303:9 [INFO] [stdout] | [INFO] [stdout] 303 | pca9535_gpio.out1_5.set_high().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] = help: the trait `ExpanderMutex, ShareableInputPin<'static, rppal::gpio::InputPin>>>` is not implemented for `Mutex, ...>>` [INFO] [stdout] note: required by a bound in `IoExpander` [INFO] [stdout] --> /opt/rustwide/workdir/src/expander/io.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct IoExpander [INFO] [stdout] | ---------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 16 | Em: ExpanderMutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `IoExpander` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cached-2738bed21460bf90.long-type-8282794334611290992.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pca9535` (test "cached") due to 45 previous errors [INFO] running `Command { std: "docker" "inspect" "179a944f068cb85c0edbb743eda3a9ccad863cbfc68f499abd5e0e3cf7f56e87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "179a944f068cb85c0edbb743eda3a9ccad863cbfc68f499abd5e0e3cf7f56e87", kill_on_drop: false }` [INFO] [stdout] 179a944f068cb85c0edbb743eda3a9ccad863cbfc68f499abd5e0e3cf7f56e87