[INFO] crate shift-register-driver 0.1.1 is already in cache
[INFO] checking shift-register-driver-0.1.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate shift-register-driver 0.1.1 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate shift-register-driver 0.1.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate shift-register-driver 0.1.1
[INFO] finished tweaking crates.io crate shift-register-driver 0.1.1
[INFO] tweaked toml for crates.io crate shift-register-driver 0.1.1 written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 6f6ceeb9143e56f383537f12036c2fcb72aef58bc3c9cc342542f4537f6b0edb
[INFO] running `"docker" "start" "-a" "6f6ceeb9143e56f383537f12036c2fcb72aef58bc3c9cc342542f4537f6b0edb"`
[INFO] [stderr]     Checking shift-register-driver v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/sipo.rs:15:25
[INFO] [stderr]    |
[INFO] [stderr] 15 |     shift_register: &'a ShiftRegisterInternal,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ShiftRegisterInternal`
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:5:9
[INFO] [stderr]    |
[INFO] [stderr] 5  | #![deny(warnings)]
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/sipo.rs:21:32
[INFO] [stderr]    |
[INFO] [stderr] 21 |     fn new(shift_register: &'a ShiftRegisterInternal, index: usize) -> Self {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ShiftRegisterInternal`
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use hal::digital::OutputPin;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]  --> src/lib.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | #![deny(warnings)]
[INFO] [stderr]   |         ^^^^^^^^
[INFO] [stderr]   = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:26:10
[INFO] [stderr]    |
[INFO] [stderr] 26 | impl<'a> OutputPin for ShiftRegisterPin<'a>
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 260 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `shift-register-driver`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/sipo.rs:15:25
[INFO] [stderr]    |
[INFO] [stderr] 15 |     shift_register: &'a ShiftRegisterInternal,
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ShiftRegisterInternal`
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:5:9
[INFO] [stderr]    |
[INFO] [stderr] 5  | #![deny(warnings)]
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/sipo.rs:21:32
[INFO] [stderr]    |
[INFO] [stderr] 21 |     fn new(shift_register: &'a ShiftRegisterInternal, index: usize) -> Self {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ShiftRegisterInternal`
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use hal::digital::OutputPin;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]  --> src/lib.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | #![deny(warnings)]
[INFO] [stderr]   |         ^^^^^^^^
[INFO] [stderr]   = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:26:10
[INFO] [stderr]    |
[INFO] [stderr] 26 | impl<'a> OutputPin for ShiftRegisterPin<'a>
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:41:25
[INFO] [stderr]     |
[INFO] [stderr] 41  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:42:25
[INFO] [stderr]     |
[INFO] [stderr] 42  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:43:25
[INFO] [stderr]     |
[INFO] [stderr] 43  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:52:25
[INFO] [stderr]     |
[INFO] [stderr] 52  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:53:25
[INFO] [stderr]     |
[INFO] [stderr] 53  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:54:25
[INFO] [stderr]     |
[INFO] [stderr] 54  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:75:25
[INFO] [stderr]     |
[INFO] [stderr] 75  |             where Pin1: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:76:25
[INFO] [stderr]     |
[INFO] [stderr] 76  |                   Pin2: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: 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/sipo.rs:77:25
[INFO] [stderr]     |
[INFO] [stderr] 77  |                   Pin3: OutputPin,
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/sipo.rs:94:28
[INFO] [stderr]     |
[INFO] [stderr] 94  |                     pins = mem::uninitialized();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | ShiftRegisterBuilder!(ShiftRegister8, 8);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | ShiftRegisterBuilder!(ShiftRegister16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 | ShiftRegisterBuilder!(ShiftRegister24, 24);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 | ShiftRegisterBuilder!(ShiftRegister32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 | ShiftRegisterBuilder!(ShiftRegister40, 40);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 | ShiftRegisterBuilder!(ShiftRegister48, 48);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 | ShiftRegisterBuilder!(ShiftRegister56, 56);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 | ShiftRegisterBuilder!(ShiftRegister64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 | ShiftRegisterBuilder!(ShiftRegister72, 72);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 | ShiftRegisterBuilder!(ShiftRegister80, 80);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 | ShiftRegisterBuilder!(ShiftRegister88, 88);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 | ShiftRegisterBuilder!(ShiftRegister96, 96);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 | ShiftRegisterBuilder!(ShiftRegister104, 104);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 | ShiftRegisterBuilder!(ShiftRegister112, 112);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 | ShiftRegisterBuilder!(ShiftRegister120, 120);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:60:41
[INFO] [stderr]     |
[INFO] [stderr] 60  |                 self.latch.borrow_mut().set_low();
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:63:83
[INFO] [stderr]     |
[INFO] [stderr] 63  |                     if output_state[output_state.len()-i] {self.data.borrow_mut().set_high();}
[INFO] [stderr]     |                                                                                   ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:64:54
[INFO] [stderr]     |
[INFO] [stderr] 64  |                         else {self.data.borrow_mut().set_low();}
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:65:45
[INFO] [stderr]     |
[INFO] [stderr] 65  |                     self.clock.borrow_mut().set_high();
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:66:45
[INFO] [stderr]     |
[INFO] [stderr] 66  |                     self.clock.borrow_mut().set_low();
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/sipo.rs:69:41
[INFO] [stderr]     |
[INFO] [stderr] 69  |                 self.latch.borrow_mut().set_high();
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | ShiftRegisterBuilder!(ShiftRegister128, 128);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 260 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `shift-register-driver`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "6f6ceeb9143e56f383537f12036c2fcb72aef58bc3c9cc342542f4537f6b0edb"`
[INFO] running `"docker" "rm" "-f" "6f6ceeb9143e56f383537f12036c2fcb72aef58bc3c9cc342542f4537f6b0edb"`
[INFO] [stdout] 6f6ceeb9143e56f383537f12036c2fcb72aef58bc3c9cc342542f4537f6b0edb
