[INFO] fetching crate pcf857x 0.2.0... [INFO] extracting crate pcf857x 0.2.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/pcf857x/0.2.0 [INFO] extracting crate pcf857x 0.2.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/pcf857x/0.2.0 [INFO] validating manifest of pcf857x-0.2.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of pcf857x-0.2.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-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-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/pcf857x/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing pcf857x-0.2.0 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/pcf857x/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] efa49e03f9de306c0bdbbad3ee0d9d6554badf46566ece255fb52e762bc6dda1 [INFO] running `"docker" "start" "-a" "efa49e03f9de306c0bdbbad3ee0d9d6554badf46566ece255fb52e762bc6dda1"` [INFO] [stderr] Compiling 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] Finished dev [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `"docker" "inspect" "efa49e03f9de306c0bdbbad3ee0d9d6554badf46566ece255fb52e762bc6dda1"` [INFO] running `"docker" "rm" "-f" "efa49e03f9de306c0bdbbad3ee0d9d6554badf46566ece255fb52e762bc6dda1"` [INFO] [stdout] efa49e03f9de306c0bdbbad3ee0d9d6554badf46566ece255fb52e762bc6dda1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/pcf857x/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 2313ed2b2a3a6adbd21eeb743cfcf0d79615b3947cb4bf46fe70258757887219 [INFO] running `"docker" "start" "-a" "2313ed2b2a3a6adbd21eeb743cfcf0d79615b3947cb4bf46fe70258757887219"` [INFO] [stderr] Compiling embedded-hal-mock v0.2.0 [INFO] [stderr] Compiling pcf857x v0.2.0 (/opt/crater/workdir) [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': 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] 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] [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] 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] [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': 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/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 '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::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 3.67s [INFO] running `"docker" "inspect" "2313ed2b2a3a6adbd21eeb743cfcf0d79615b3947cb4bf46fe70258757887219"` [INFO] running `"docker" "rm" "-f" "2313ed2b2a3a6adbd21eeb743cfcf0d79615b3947cb4bf46fe70258757887219"` [INFO] [stdout] 2313ed2b2a3a6adbd21eeb743cfcf0d79615b3947cb4bf46fe70258757887219 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/pcf857x/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] ebf3a2a69f2da9afa7963f9de1afdc502d2675937365c9e22c4e842721618152 [INFO] running `"docker" "start" "-a" "ebf3a2a69f2da9afa7963f9de1afdc502d2675937365c9e22c4e842721618152"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/pcf857x-e158256fc5b6a535 [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test devices::pcf8574::tests::pcf8574_tests::read_conserves_output_high_pins ... ok [INFO] [stdout] test devices::pcf8574::tests::pcf8574_tests::can_read_multiple_words ... ok [INFO] [stdout] test devices::pcf8574::tests::pcf8574a_tests::can_read_multiple_words ... ok [INFO] [stdout] test devices::pcf8574::tests::pcf8574_tests::reading_multiple_words_conserves_high_pins ... ok [INFO] [stdout] test devices::pcf8574::tests::pcf8574_tests::can_read_pins ... ok [INFO] [stdout] test devices::pcf8575::tests::read_conserves_output_high_pins ... ok [INFO] [stdout] test devices::pcf8575::tests::can_convert_u16_to_u8_array ... ok [INFO] [stdout] test devices::pcf8575::tests::can_read_multiple_words ... ok [INFO] [stdout] test devices::pcf8574::tests::pcf8574a_tests::read_conserves_output_high_pins ... ok [INFO] [stdout] test devices::pcf8574::tests::pcf8574a_tests::reading_multiple_words_conserves_high_pins ... ok [INFO] [stdout] test devices::pcf8575::tests::can_convert_u8_array_to_u16 ... ok [INFO] [stdout] test devices::pcf8575::tests::can_read_pins ... ok [INFO] [stdout] test devices::pcf8574::tests::pcf8574a_tests::can_read_pins ... ok [INFO] [stdout] test devices::pcf8575::tests::reading_multiple_words_conserves_high_pins ... ok [INFO] [stdout] test tests::can_generate_alternative_addresses ... ok [INFO] [stdout] test tests::can_get_default_address ... ok [INFO] [stdout] test tests::pin_flags_are_correct ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/pcf8574-c6b26e52863de5a2 [INFO] [stdout] [INFO] [stdout] running 76 tests [INFO] [stdout] test pcf8574_tests::empty_array_read_does_nothing ... ok [INFO] [stdout] test pcf8574_tests::p0::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574_tests::p0::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574_tests::can_write_multiple_words ... ok [INFO] [stdout] test pcf8574_tests::can_set_output_values ... ok [INFO] [stdout] test pcf8574_tests::p0::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574_tests::p0::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574_tests::p1::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574_tests::p2::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574_tests::p1::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574_tests::p2::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574_tests::p1::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574_tests::p3::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574_tests::p2::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574_tests::p2::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574_tests::p1::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574_tests::p3::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574_tests::p3::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574_tests::p4::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574_tests::p3::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574_tests::p5::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574_tests::p5::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574_tests::p4::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574_tests::p5::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574_tests::p4::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574_tests::p4::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574_tests::p7::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574_tests::p7::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574_tests::p6::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574_tests::read_multiple_words_but_wrong_pin_flag_returns_error ... ok [INFO] [stdout] test pcf8574_tests::p6::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574_tests::p7::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574a_tests::can_set_output_values ... ok [INFO] [stdout] test pcf8574_tests::p5::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574a_tests::p0::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574_tests::read_wrong_pin_flag_returns_error ... ok [INFO] [stdout] test pcf8574a_tests::can_write_multiple_words ... ok [INFO] [stdout] test pcf8574a_tests::empty_array_read_does_nothing ... ok [INFO] [stdout] test pcf8574a_tests::p0::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574a_tests::p0::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574a_tests::p1::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574a_tests::p1::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574a_tests::p0::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574a_tests::p1::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574a_tests::p1::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574a_tests::p2::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574a_tests::p2::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574a_tests::p2::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574a_tests::p2::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574a_tests::p3::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574a_tests::p3::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574_tests::p6::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574a_tests::p4::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574_tests::p6::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574_tests::write_empty_array_does_nothing ... ok [INFO] [stdout] test pcf8574_tests::p7::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574a_tests::p4::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574a_tests::p3::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574a_tests::p3::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574a_tests::p4::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574a_tests::p5::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574a_tests::p4::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574a_tests::p5::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574a_tests::p6::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574a_tests::p5::can_split_and_get_is_low ... ok [INFO] [stdout] test pcf8574a_tests::p7::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574a_tests::p7::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574a_tests::read_multiple_words_but_wrong_pin_flag_returns_error ... ok [INFO] [stdout] test pcf8574a_tests::read_wrong_pin_flag_returns_error ... ok [INFO] [stdout] test pcf8574a_tests::write_empty_array_does_nothing ... ok [INFO] [stdout] test pcf8574a_tests::p7::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574a_tests::p6::can_split_and_get_is_high ... ok [INFO] [stdout] test pcf8574a_tests::p6::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574a_tests::p5::can_split_and_set_low ... ok [INFO] [stdout] test pcf8574a_tests::p6::can_split_and_set_high ... ok [INFO] [stdout] test pcf8574a_tests::p7::can_split_and_get_is_low ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 76 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/pcf8575-d6d4cd70ff96cd57 [INFO] [stdout] [INFO] [stdout] running 69 tests [INFO] [stdout] test can_set_output_values ... ok [INFO] [stdout] test can_write_multiple_words ... ok [INFO] [stdout] test p0::can_split_and_get_is_high ... ok [INFO] [stdout] test p0::can_split_and_set_low ... ok [INFO] [stdout] test p10::can_split_and_set_high ... ok [INFO] [stdout] test p10::can_split_and_get_is_high ... ok [INFO] [stdout] test p0::can_split_and_set_high ... ok [INFO] [stdout] test p11::can_split_and_get_is_high ... ok [INFO] [stdout] test p10::can_split_and_set_low ... ok [INFO] [stdout] test p10::can_split_and_get_is_low ... ok [INFO] [stdout] test p11::can_split_and_set_high ... ok [INFO] [stdout] test p12::can_split_and_get_is_low ... ok [INFO] [stdout] test p12::can_split_and_set_low ... ok [INFO] [stdout] test p11::can_split_and_set_low ... ok [INFO] [stdout] test p12::can_split_and_get_is_high ... ok [INFO] [stdout] test p11::can_split_and_get_is_low ... ok [INFO] [stdout] test p13::can_split_and_get_is_high ... ok [INFO] [stdout] test p12::can_split_and_set_high ... ok [INFO] [stdout] test p13::can_split_and_get_is_low ... ok [INFO] [stdout] test p0::can_split_and_get_is_low ... ok [INFO] [stdout] test p13::can_split_and_set_low ... ok [INFO] [stdout] test p13::can_split_and_set_high ... ok [INFO] [stdout] test p14::can_split_and_set_high ... ok [INFO] [stdout] test p15::can_split_and_get_is_low ... ok [INFO] [stdout] test p14::can_split_and_set_low ... ok [INFO] [stdout] test p15::can_split_and_get_is_high ... ok [INFO] [stdout] test p15::can_split_and_set_low ... ok [INFO] [stdout] test p16::can_split_and_set_low ... ok [INFO] [stdout] test p16::can_split_and_set_high ... ok [INFO] [stdout] test p17::can_split_and_get_is_high ... ok [INFO] [stdout] test p16::can_split_and_get_is_high ... ok [INFO] [stdout] test p14::can_split_and_get_is_low ... ok [INFO] [stdout] test p14::can_split_and_get_is_high ... ok [INFO] [stdout] test p15::can_split_and_set_high ... ok [INFO] [stdout] test p16::can_split_and_get_is_low ... ok [INFO] [stdout] test p17::can_split_and_get_is_low ... ok [INFO] [stdout] test p17::can_split_and_set_low ... ok [INFO] [stdout] test p17::can_split_and_set_high ... ok [INFO] [stdout] test p1::can_split_and_set_high ... ok [INFO] [stdout] test p1::can_split_and_get_is_low ... ok [INFO] [stdout] test p1::can_split_and_set_low ... ok [INFO] [stdout] test p2::can_split_and_get_is_high ... ok [INFO] [stdout] test p2::can_split_and_get_is_low ... ok [INFO] [stdout] test p2::can_split_and_set_high ... ok [INFO] [stdout] test p2::can_split_and_set_low ... ok [INFO] [stdout] test p1::can_split_and_get_is_high ... ok [INFO] [stdout] test p4::can_split_and_get_is_high ... ok [INFO] [stdout] test p4::can_split_and_get_is_low ... ok [INFO] [stdout] test p3::can_split_and_set_low ... ok [INFO] [stdout] test p4::can_split_and_set_low ... ok [INFO] [stdout] test p3::can_split_and_set_high ... ok [INFO] [stdout] test p3::can_split_and_get_is_high ... ok [INFO] [stdout] test p4::can_split_and_set_high ... ok [INFO] [stdout] test p3::can_split_and_get_is_low ... ok [INFO] [stdout] test p6::can_split_and_set_high ... ok [INFO] [stdout] test p6::can_split_and_set_low ... ok [INFO] [stdout] test p5::can_split_and_set_high ... ok [INFO] [stdout] test p5::can_split_and_set_low ... ok [INFO] [stdout] test p6::can_split_and_get_is_high ... ok [INFO] [stdout] test p6::can_split_and_get_is_low ... ok [INFO] [stdout] test p5::can_split_and_get_is_high ... ok [INFO] [stdout] test read_multiple_words_with_odd_size_array_returns_error ... ok [INFO] [stdout] test p7::can_split_and_get_is_low ... ok [INFO] [stdout] test write_array_with_odd_word_count_returns_error ... ok [INFO] [stdout] test write_empty_array_does_nothing ... ok [INFO] [stdout] test p7::can_split_and_set_high ... ok [INFO] [stdout] test p7::can_split_and_set_low ... ok [INFO] [stdout] test p7::can_split_and_get_is_high ... ok [INFO] [stdout] test p5::can_split_and_get_is_low ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests pcf857x [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - PinFlag (line 177) ... ok [INFO] [stdout] test src/lib.rs - (line 111) ... ok [INFO] [stdout] test src/lib.rs - (line 88) ... ok [INFO] [stdout] test src/lib.rs - (line 55) ... ok [INFO] [stdout] test src/lib.rs - (line 132) ... ok [INFO] [stdout] test src/lib.rs - (line 71) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ebf3a2a69f2da9afa7963f9de1afdc502d2675937365c9e22c4e842721618152"` [INFO] running `"docker" "rm" "-f" "ebf3a2a69f2da9afa7963f9de1afdc502d2675937365c9e22c4e842721618152"` [INFO] [stdout] ebf3a2a69f2da9afa7963f9de1afdc502d2675937365c9e22c4e842721618152