[INFO] crate pcf857x 0.2.0 is already in cache [INFO] extracting crate pcf857x 0.2.0 into work/ex/pr-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/reg/pcf857x/0.2.0 [INFO] extracting crate pcf857x 0.2.0 into work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/reg/pcf857x/0.2.0 [INFO] validating manifest of pcf857x-0.2.0 on toolchain master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of pcf857x-0.2.0 on toolchain try#58b21121d0b447ceb3f1a655155d802191acf044 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-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-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/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-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/reg/pcf857x/0.2.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking pcf857x-0.2.0 against master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504 for pr-61100 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-61100/worker-7/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/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" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d527204682ce470b5abbf53729637423c21c75015413b41d20a43179fba0f9b4 [INFO] running `"docker" "start" "-a" "d527204682ce470b5abbf53729637423c21c75015413b41d20a43179fba0f9b4"` [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/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/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/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/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/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/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/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/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_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_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_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_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/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/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/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/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::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::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::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::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::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::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::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::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::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/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] [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/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/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/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/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/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_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_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_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_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_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] 131 | pin_test!(p4, 16); [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/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/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/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] [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/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/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/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/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/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/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::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::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/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/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/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/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_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/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/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/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/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/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::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::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::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/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/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/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/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/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/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/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/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/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_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_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_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/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/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/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/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/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/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/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/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/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] 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.89s [INFO] running `"docker" "inspect" "d527204682ce470b5abbf53729637423c21c75015413b41d20a43179fba0f9b4"` [INFO] running `"docker" "rm" "-f" "d527204682ce470b5abbf53729637423c21c75015413b41d20a43179fba0f9b4"` [INFO] [stdout] d527204682ce470b5abbf53729637423c21c75015413b41d20a43179fba0f9b4