[INFO] crate pcf857x 0.2.0 is already in cache [INFO] extracting crate pcf857x 0.2.0 into work/ex/pr-60944/sources/master#589beb979c0f1a9736e02e578913db88398c3ba5/reg/pcf857x/0.2.0 [INFO] extracting crate pcf857x 0.2.0 into work/ex/pr-60944/sources/try#42445ded8fd34235a676755cb5d079658ed51f6a/reg/pcf857x/0.2.0 [INFO] validating manifest of pcf857x-0.2.0 on toolchain master#589beb979c0f1a9736e02e578913db88398c3ba5 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+589beb979c0f1a9736e02e578913db88398c3ba5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of pcf857x-0.2.0 on toolchain try#42445ded8fd34235a676755cb5d079658ed51f6a [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+42445ded8fd34235a676755cb5d079658ed51f6a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing pcf857x-0.2.0 [INFO] finished frobbing pcf857x-0.2.0 [INFO] frobbed toml for pcf857x-0.2.0 written to work/ex/pr-60944/sources/master#589beb979c0f1a9736e02e578913db88398c3ba5/reg/pcf857x/0.2.0/Cargo.toml [INFO] started frobbing pcf857x-0.2.0 [INFO] finished frobbing pcf857x-0.2.0 [INFO] frobbed toml for pcf857x-0.2.0 written to work/ex/pr-60944/sources/try#42445ded8fd34235a676755cb5d079658ed51f6a/reg/pcf857x/0.2.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+589beb979c0f1a9736e02e578913db88398c3ba5-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+42445ded8fd34235a676755cb5d079658ed51f6a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+589beb979c0f1a9736e02e578913db88398c3ba5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+42445ded8fd34235a676755cb5d079658ed51f6a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking pcf857x-0.2.0 against master#589beb979c0f1a9736e02e578913db88398c3ba5 for pr-60944 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60944/worker-0/master#589beb979c0f1a9736e02e578913db88398c3ba5:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60944/sources/master#589beb979c0f1a9736e02e578913db88398c3ba5/reg/pcf857x/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+589beb979c0f1a9736e02e578913db88398c3ba5-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] dc86085ebb9e9ebf63a25fb57a142af328db4684df176e01f5ad5b92aa1bcb20 [INFO] running `"docker" "start" "-a" "dc86085ebb9e9ebf63a25fb57a142af328db4684df176e01f5ad5b92aa1bcb20"` [INFO] [stderr] Checking pcf857x v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/lib.rs:160:9 [INFO] [stderr] | [INFO] [stderr] 160 | pub use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/lib.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | pub use hal::digital::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/pins.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/pins.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | pub use hal::digital::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/pins.rs:86:28 [INFO] [stderr] | [INFO] [stderr] 86 | impl<'a, S, E> OutputPin for $PX<'a, S, E> [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | / io_pin_impl!( P0, P1, P2, P3, P4, P5, P6, P7, [INFO] [stderr] 131 | | P10, P11, P12, P13, P14, P15, P16, P17 ); [INFO] [stderr] | |______________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/pins.rs:107:28 [INFO] [stderr] | [INFO] [stderr] 107 | impl<'a, S, E> InputPin for $PX<'a, S, E> [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | / io_pin_impl!( P0, P1, P2, P3, P4, P5, P6, P7, [INFO] [stderr] 131 | | P10, P11, P12, P13, P14, P15, P16, P17 ); [INFO] [stderr] | |______________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/devices/pcf8574.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/devices/pcf8575.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/lib.rs:160:9 [INFO] [stderr] | [INFO] [stderr] 160 | pub use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/lib.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | pub use hal::digital::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/pins.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/pins.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | pub use hal::digital::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/pins.rs:86:28 [INFO] [stderr] | [INFO] [stderr] 86 | impl<'a, S, E> OutputPin for $PX<'a, S, E> [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | / io_pin_impl!( P0, P1, P2, P3, P4, P5, P6, P7, [INFO] [stderr] 131 | | P10, P11, P12, P13, P14, P15, P16, P17 ); [INFO] [stderr] | |______________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/pins.rs:107:28 [INFO] [stderr] | [INFO] [stderr] 107 | impl<'a, S, E> InputPin for $PX<'a, S, E> [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | / io_pin_impl!( P0, P1, P2, P3, P4, P5, P6, P7, [INFO] [stderr] 131 | | P10, P11, P12, P13, P14, P15, P16, P17 ); [INFO] [stderr] | |______________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/devices/pcf8574.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/devices/pcf8575.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 127 | pin_test!(p0, 1); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 127 | pin_test!(p0, 1); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 128 | pin_test!(p1, 2); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 128 | pin_test!(p1, 2); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 129 | pin_test!(p2, 4); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 129 | pin_test!(p2, 4); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | pin_test!(p3, 8); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | pin_test!(p3, 8); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | pin_test!(p4, 16); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | pin_test!(p4, 16); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 132 | pin_test!(p5, 32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 132 | pin_test!(p5, 32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | pin_test!(p6, 64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | pin_test!(p6, 64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 134 | pin_test!(p7, 128); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 134 | pin_test!(p7, 128); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 135 | pin_test!(p10, 256); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 135 | pin_test!(p10, 256); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 136 | pin_test!(p11, 512); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 136 | pin_test!(p11, 512); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 137 | pin_test!(p12, 1024); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 137 | pin_test!(p12, 1024); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 138 | pin_test!(p13, 2048); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 138 | pin_test!(p13, 2048); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 139 | pin_test!(p14, 4096); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 139 | pin_test!(p14, 4096); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 140 | pin_test!(p15, 8192); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 140 | pin_test!(p15, 8192); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 141 | pin_test!(p16, 16384); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 141 | pin_test!(p16, 16384); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | use pcf857x::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | pin_test!(p17, 32768); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | use pcf857x::InputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | pin_test!(p17, 32768); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 127 | pin_test!(p0, 1); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 128 | pin_test!(p1, 2); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 129 | pin_test!(p2, 4); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | pin_test!(p3, 8); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | pin_test!(p4, 16); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 132 | pin_test!(p5, 32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | pin_test!(p6, 64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 134 | pin_test!(p7, 128); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 135 | pin_test!(p10, 256); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 136 | pin_test!(p11, 512); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 137 | pin_test!(p12, 1024); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 138 | pin_test!(p13, 2048); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 139 | pin_test!(p14, 4096); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 140 | pin_test!(p15, 8192); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 141 | pin_test!(p16, 16384); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | pin_test!(p17, 32768); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 127 | pin_test!(p0, 1); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 128 | pin_test!(p1, 2); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 129 | pin_test!(p2, 4); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | pin_test!(p3, 8); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | pin_test!(p4, 16); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 132 | pin_test!(p5, 32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | parts.$px.set_high(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | pin_test!(p6, 64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 134 | pin_test!(p7, 128); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 135 | pin_test!(p10, 256); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 136 | pin_test!(p11, 512); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 137 | pin_test!(p12, 1024); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 138 | pin_test!(p13, 2048); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 139 | pin_test!(p14, 4096); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 140 | pin_test!(p15, 8192); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 141 | pin_test!(p16, 16384); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | pin_test!(p17, 32768); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 127 | pin_test!(p0, 1); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 128 | pin_test!(p1, 2); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 129 | pin_test!(p2, 4); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | pin_test!(p3, 8); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | pin_test!(p4, 16); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 132 | pin_test!(p5, 32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | pin_test!(p6, 64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 134 | pin_test!(p7, 128); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | parts.$px.set_low(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 135 | pin_test!(p10, 256); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 136 | pin_test!(p11, 512); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 137 | pin_test!(p12, 1024); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 138 | pin_test!(p13, 2048); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 139 | pin_test!(p14, 4096); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 140 | pin_test!(p15, 8192); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 141 | pin_test!(p16, 16384); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | pin_test!(p17, 32768); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 127 | pin_test!(p0, 1); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 128 | pin_test!(p1, 2); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 129 | pin_test!(p2, 4); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | pin_test!(p3, 8); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] ... [INFO] [stderr] | [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | pin_test!(p4, 16); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(parts.$px.is_high()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 132 | pin_test!(p5, 32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | pin_test!(p6, 64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 134 | pin_test!(p7, 128); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 135 | pin_test!(p10, 256); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 136 | pin_test!(p11, 512); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 137 | pin_test!(p12, 1024); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 138 | pin_test!(p13, 2048); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | pcf8574_tests!(Pcf8574, pcf8574_tests, 0b010_0000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 139 | pin_test!(p14, 4096); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 140 | pin_test!(p15, 8192); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 141 | pin_test!(p16, 16384); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8575.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | pin_test!(p17, 32768); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'pcf857x::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> tests/pcf8574.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | assert!(parts.$px.is_low()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | pcf8574_tests!(Pcf8574a, pcf8574a_tests, 0b011_1000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.43s [INFO] running `"docker" "inspect" "dc86085ebb9e9ebf63a25fb57a142af328db4684df176e01f5ad5b92aa1bcb20"` [INFO] running `"docker" "rm" "-f" "dc86085ebb9e9ebf63a25fb57a142af328db4684df176e01f5ad5b92aa1bcb20"` [INFO] [stdout] dc86085ebb9e9ebf63a25fb57a142af328db4684df176e01f5ad5b92aa1bcb20