[INFO] crate oxcc-stm32f767-hal 0.2.0 is already in cache
[INFO] checking oxcc-stm32f767-hal-0.2.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate oxcc-stm32f767-hal 0.2.0 into /workspace/builds/worker-2/source
[INFO] validating manifest of crates.io crate oxcc-stm32f767-hal 0.2.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate oxcc-stm32f767-hal 0.2.0
[INFO] finished tweaking crates.io crate oxcc-stm32f767-hal 0.2.0
[INFO] tweaked toml for crates.io crate oxcc-stm32f767-hal 0.2.0 written to /workspace/builds/worker-2/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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] e3c398f79307c938433e372853c6add8992aac7160d7a159980292a7fbd64589
[INFO] running `"docker" "start" "-a" "e3c398f79307c938433e372853c6add8992aac7160d7a159980292a7fbd64589"`
[INFO] [stderr]    Compiling cortex-m v0.6.2
[INFO] [stderr]    Compiling oxcc-stm32f767 v0.1.0
[INFO] [stderr]     Checking embedded_types v0.3.2
[INFO] [stderr]     Checking generic-array v0.13.2
[INFO] [stderr]    Compiling bare-metal v0.2.5
[INFO] [stderr]    Compiling cortex-m v0.5.10
[INFO] [stderr]     Checking as-slice v0.1.3
[INFO] [stderr]     Checking aligned v0.3.2
[INFO] [stderr]     Checking oxcc-stm32f767-hal v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:330:18
[INFO] [stderr]     |
[INFO] [stderr] 330 |                 3...5 => 0b1001,
[INFO] [stderr]     |                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:1:9
[INFO] [stderr]     |
[INFO] [stderr] 1   | #![deny(warnings)]
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     = note: `#[deny(ellipsis_inclusive_range_patterns)]` implied by `#[deny(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:331:18
[INFO] [stderr]     |
[INFO] [stderr] 331 |                 6...11 => 0b1010,
[INFO] [stderr]     |                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:332:19
[INFO] [stderr]     |
[INFO] [stderr] 332 |                 12...39 => 0b1011,
[INFO] [stderr]     |                   ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:333:19
[INFO] [stderr]     |
[INFO] [stderr] 333 |                 40...95 => 0b1100,
[INFO] [stderr]     |                   ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:334:19
[INFO] [stderr]     |
[INFO] [stderr] 334 |                 96...191 => 0b1101,
[INFO] [stderr]     |                   ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:335:20
[INFO] [stderr]     |
[INFO] [stderr] 335 |                 192...383 => 0b1110,
[INFO] [stderr]     |                    ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:349:18
[INFO] [stderr]     |
[INFO] [stderr] 349 |                 3...5 => 0b101,
[INFO] [stderr]     |                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:350:18
[INFO] [stderr]     |
[INFO] [stderr] 350 |                 6...11 => 0b110,
[INFO] [stderr]     |                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:365:18
[INFO] [stderr]     |
[INFO] [stderr] 365 |                 3...5 => 0b101,
[INFO] [stderr]     |                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:366:18
[INFO] [stderr]     |
[INFO] [stderr] 366 |                 6...11 => 0b110,
[INFO] [stderr]     |                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:92:26
[INFO] [stderr]     |
[INFO] [stderr] 92  |                           1...2 => 0b000, // pclk/2
[INFO] [stderr]     |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:93:26
[INFO] [stderr]     |
[INFO] [stderr] 93  |                           3...5 => 0b001, // pclk/4
[INFO] [stderr]     |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr] 94  |                           6...11 => 0b010,
[INFO] [stderr]     |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:95:27
[INFO] [stderr]     |
[INFO] [stderr] 95  |                           12...23 => 0b011,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:96:27
[INFO] [stderr]     |
[INFO] [stderr] 96  |                           24...47 => 0b100,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:97:27
[INFO] [stderr]     |
[INFO] [stderr] 97  |                           48...95 => 0b101,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:98:27
[INFO] [stderr]     |
[INFO] [stderr] 98  |                           96...191 => 0b110, // pclk/128
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:330:18
[INFO] [stderr]     |
[INFO] [stderr] 330 |                 3...5 => 0b1001,
[INFO] [stderr]     |                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:1:9
[INFO] [stderr]     |
[INFO] [stderr] 1   | #![deny(warnings)]
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     = note: `#[deny(ellipsis_inclusive_range_patterns)]` implied by `#[deny(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:331:18
[INFO] [stderr]     |
[INFO] [stderr] 331 |                 6...11 => 0b1010,
[INFO] [stderr]     |                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:332:19
[INFO] [stderr]     |
[INFO] [stderr] 332 |                 12...39 => 0b1011,
[INFO] [stderr]     |                   ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:333:19
[INFO] [stderr]     |
[INFO] [stderr] 333 |                 40...95 => 0b1100,
[INFO] [stderr]     |                   ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:334:19
[INFO] [stderr]     |
[INFO] [stderr] 334 |                 96...191 => 0b1101,
[INFO] [stderr]     |                   ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:335:20
[INFO] [stderr]     |
[INFO] [stderr] 335 |                 192...383 => 0b1110,
[INFO] [stderr]     |                    ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:349:18
[INFO] [stderr]     |
[INFO] [stderr] 349 |                 3...5 => 0b101,
[INFO] [stderr]     |                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:350:18
[INFO] [stderr]     |
[INFO] [stderr] 350 |                 6...11 => 0b110,
[INFO] [stderr]     |                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:365:18
[INFO] [stderr]     |
[INFO] [stderr] 365 |                 3...5 => 0b101,
[INFO] [stderr]     |                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:366:18
[INFO] [stderr]     |
[INFO] [stderr] 366 |                 6...11 => 0b110,
[INFO] [stderr]     |                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:92:26
[INFO] [stderr]     |
[INFO] [stderr] 92  |                           1...2 => 0b000, // pclk/2
[INFO] [stderr]     |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:93:26
[INFO] [stderr]     |
[INFO] [stderr] 93  |                           3...5 => 0b001, // pclk/4
[INFO] [stderr]     |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr] 94  |                           6...11 => 0b010,
[INFO] [stderr]     |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:95:27
[INFO] [stderr]     |
[INFO] [stderr] 95  |                           12...23 => 0b011,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:96:27
[INFO] [stderr]     |
[INFO] [stderr] 96  |                           24...47 => 0b100,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:97:27
[INFO] [stderr]     |
[INFO] [stderr] 97  |                           48...95 => 0b101,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/spi.rs:98:27
[INFO] [stderr]     |
[INFO] [stderr] 98  |                           96...191 => 0b110, // pclk/128
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 196 | / hal! {
[INFO] [stderr] 197 | |     SPI1: (spi1, spi1en, spi1rst, APB2),
[INFO] [stderr] 198 | |     SPI2: (spi2, spi2en, spi2rst, APB1),
[INFO] [stderr] 199 | |     SPI3: (spi3, spi3en, spi3rst, APB1),
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:1:9
[INFO] [stderr]     |
[INFO] [stderr] 1   | #![deny(warnings)]
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:53
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:72
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                                          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:209:24
[INFO] [stderr]     |
[INFO] [stderr] 209 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:221:25
[INFO] [stderr]     |
[INFO] [stderr] 221 |               impl <MODE> StatefulOutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:232:25
[INFO] [stderr]     |
[INFO] [stderr] 232 |               impl <MODE> toggleable::Default for $PXx<Output<MODE>> {}
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:517:28
[INFO] [stderr]     |
[INFO] [stderr] 517 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:529:29
[INFO] [stderr]     |
[INFO] [stderr] 529 |                   impl <MODE> StatefulOutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:540:29
[INFO] [stderr]     |
[INFO] [stderr] 540 |                   impl <MODE> toggleable::Default for $PXi<Output<MODE>> {}
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:542:28
[INFO] [stderr]     |
[INFO] [stderr] 542 |                   impl<MODE> InputPin for $PXi<Input<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:53
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:72
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                                          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:209:24
[INFO] [stderr]     |
[INFO] [stderr] 209 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:221:25
[INFO] [stderr]     |
[INFO] [stderr] 221 |               impl <MODE> StatefulOutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:232:25
[INFO] [stderr]     |
[INFO] [stderr] 232 |               impl <MODE> toggleable::Default for $PXx<Output<MODE>> {}
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:517:28
[INFO] [stderr]     |
[INFO] [stderr] 517 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:529:29
[INFO] [stderr]     |
[INFO] [stderr] 529 |                   impl <MODE> StatefulOutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:540:29
[INFO] [stderr]     |
[INFO] [stderr] 540 |                   impl <MODE> toggleable::Default for $PXi<Output<MODE>> {}
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:542:28
[INFO] [stderr]     |
[INFO] [stderr] 542 |                   impl<MODE> InputPin for $PXi<Input<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:53
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:72
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                                          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:209:24
[INFO] [stderr]     |
[INFO] [stderr] 209 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:221:25
[INFO] [stderr]     |
[INFO] [stderr] 221 |               impl <MODE> StatefulOutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:232:25
[INFO] [stderr]     |
[INFO] [stderr] 232 |               impl <MODE> toggleable::Default for $PXx<Output<MODE>> {}
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:517:28
[INFO] [stderr]     |
[INFO] [stderr] 517 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:529:29
[INFO] [stderr]     |
[INFO] [stderr] 529 |                   impl <MODE> StatefulOutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:540:29
[INFO] [stderr]     |
[INFO] [stderr] 540 |                   impl <MODE> toggleable::Default for $PXi<Output<MODE>> {}
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:542:28
[INFO] [stderr]     |
[INFO] [stderr] 542 |                   impl<MODE> InputPin for $PXi<Input<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:53
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:72
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                                          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:209:24
[INFO] [stderr]     |
[INFO] [stderr] 209 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:221:25
[INFO] [stderr]     |
[INFO] [stderr] 221 |               impl <MODE> StatefulOutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:232:25
[INFO] [stderr]     |
[INFO] [stderr] 232 |               impl <MODE> toggleable::Default for $PXx<Output<MODE>> {}
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:517:28
[INFO] [stderr]     |
[INFO] [stderr] 517 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:529:29
[INFO] [stderr]     |
[INFO] [stderr] 529 |                   impl <MODE> StatefulOutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:540:29
[INFO] [stderr]     |
[INFO] [stderr] 540 |                   impl <MODE> toggleable::Default for $PXi<Output<MODE>> {}
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:542:28
[INFO] [stderr]     |
[INFO] [stderr] 542 |                   impl<MODE> InputPin for $PXi<Input<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:53
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:72
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                                          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:209:24
[INFO] [stderr]     |
[INFO] [stderr] 209 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:221:25
[INFO] [stderr]     |
[INFO] [stderr] 221 |               impl <MODE> StatefulOutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:232:25
[INFO] [stderr]     |
[INFO] [stderr] 232 |               impl <MODE> toggleable::Default for $PXx<Output<MODE>> {}
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:517:28
[INFO] [stderr]     |
[INFO] [stderr] 517 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:529:29
[INFO] [stderr]     |
[INFO] [stderr] 529 |                   impl <MODE> StatefulOutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:540:29
[INFO] [stderr]     |
[INFO] [stderr] 540 |                   impl <MODE> toggleable::Default for $PXi<Output<MODE>> {}
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:542:28
[INFO] [stderr]     |
[INFO] [stderr] 542 |                   impl<MODE> InputPin for $PXi<Input<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:53
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:72
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                                          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:209:24
[INFO] [stderr]     |
[INFO] [stderr] 209 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:221:25
[INFO] [stderr]     |
[INFO] [stderr] 221 |               impl <MODE> StatefulOutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:232:25
[INFO] [stderr]     |
[INFO] [stderr] 232 |               impl <MODE> toggleable::Default for $PXx<Output<MODE>> {}
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:517:28
[INFO] [stderr]     |
[INFO] [stderr] 517 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:529:29
[INFO] [stderr]     |
[INFO] [stderr] 529 |                   impl <MODE> StatefulOutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:540:29
[INFO] [stderr]     |
[INFO] [stderr] 540 |                   impl <MODE> toggleable::Default for $PXi<Output<MODE>> {}
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:542:28
[INFO] [stderr]     |
[INFO] [stderr] 542 |                   impl<MODE> InputPin for $PXi<Input<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:1:9
[INFO] [stderr]     |
[INFO] [stderr] 1   | #![deny(warnings)]
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:53
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:72
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                                          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:209:24
[INFO] [stderr]     |
[INFO] [stderr] 209 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:221:25
[INFO] [stderr]     |
[INFO] [stderr] 221 |               impl <MODE> StatefulOutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:232:25
[INFO] [stderr]     |
[INFO] [stderr] 232 |               impl <MODE> toggleable::Default for $PXx<Output<MODE>> {}
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:517:28
[INFO] [stderr]     |
[INFO] [stderr] 517 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:529:29
[INFO] [stderr]     |
[INFO] [stderr] 529 |                   impl <MODE> StatefulOutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:540:29
[INFO] [stderr]     |
[INFO] [stderr] 540 |                   impl <MODE> toggleable::Default for $PXi<Output<MODE>> {}
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:542:28
[INFO] [stderr]     |
[INFO] [stderr] 542 |                   impl<MODE> InputPin for $PXi<Input<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:53
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:72
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                                          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:209:24
[INFO] [stderr]     |
[INFO] [stderr] 209 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:221:25
[INFO] [stderr]     |
[INFO] [stderr] 221 |               impl <MODE> StatefulOutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:232:25
[INFO] [stderr]     |
[INFO] [stderr] 232 |               impl <MODE> toggleable::Default for $PXx<Output<MODE>> {}
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:517:28
[INFO] [stderr]     |
[INFO] [stderr] 517 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:529:29
[INFO] [stderr]     |
[INFO] [stderr] 529 |                   impl <MODE> StatefulOutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:540:29
[INFO] [stderr]     |
[INFO] [stderr] 540 |                   impl <MODE> toggleable::Default for $PXi<Output<MODE>> {}
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:542:28
[INFO] [stderr]     |
[INFO] [stderr] 542 |                   impl<MODE> InputPin for $PXi<Input<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:53
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:72
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                                          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:209:24
[INFO] [stderr]     |
[INFO] [stderr] 209 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:221:25
[INFO] [stderr]     |
[INFO] [stderr] 221 |               impl <MODE> StatefulOutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:232:25
[INFO] [stderr]     |
[INFO] [stderr] 232 |               impl <MODE> toggleable::Default for $PXx<Output<MODE>> {}
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:517:28
[INFO] [stderr]     |
[INFO] [stderr] 517 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:529:29
[INFO] [stderr]     |
[INFO] [stderr] 529 |                   impl <MODE> StatefulOutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:540:29
[INFO] [stderr]     |
[INFO] [stderr] 540 |                   impl <MODE> toggleable::Default for $PXi<Output<MODE>> {}
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:542:28
[INFO] [stderr]     |
[INFO] [stderr] 542 |                   impl<MODE> InputPin for $PXi<Input<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:53
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:72
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                                          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:209:24
[INFO] [stderr]     |
[INFO] [stderr] 209 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:221:25
[INFO] [stderr]     |
[INFO] [stderr] 221 |               impl <MODE> StatefulOutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:232:25
[INFO] [stderr]     |
[INFO] [stderr] 232 |               impl <MODE> toggleable::Default for $PXx<Output<MODE>> {}
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:517:28
[INFO] [stderr]     |
[INFO] [stderr] 517 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:529:29
[INFO] [stderr]     |
[INFO] [stderr] 529 |                   impl <MODE> StatefulOutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:540:29
[INFO] [stderr]     |
[INFO] [stderr] 540 |                   impl <MODE> toggleable::Default for $PXi<Output<MODE>> {}
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:542:28
[INFO] [stderr]     |
[INFO] [stderr] 542 |                   impl<MODE> InputPin for $PXi<Input<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:53
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:72
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                                          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:209:24
[INFO] [stderr]     |
[INFO] [stderr] 209 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:221:25
[INFO] [stderr]     |
[INFO] [stderr] 221 |               impl <MODE> StatefulOutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:232:25
[INFO] [stderr]     |
[INFO] [stderr] 232 |               impl <MODE> toggleable::Default for $PXx<Output<MODE>> {}
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:517:28
[INFO] [stderr]     |
[INFO] [stderr] 517 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:529:29
[INFO] [stderr]     |
[INFO] [stderr] 529 |                   impl <MODE> StatefulOutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:540:29
[INFO] [stderr]     |
[INFO] [stderr] 540 |                   impl <MODE> toggleable::Default for $PXi<Output<MODE>> {}
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:542:28
[INFO] [stderr]     |
[INFO] [stderr] 542 |                   impl<MODE> InputPin for $PXi<Input<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:53
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:100:72
[INFO] [stderr]     |
[INFO] [stderr] 100 |               use hal::digital::{InputPin, OutputPin, StatefulOutputPin, toggleable};
[INFO] [stderr]     |                                                                          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:209:24
[INFO] [stderr]     |
[INFO] [stderr] 209 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:221:25
[INFO] [stderr]     |
[INFO] [stderr] 221 |               impl <MODE> StatefulOutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:232:25
[INFO] [stderr]     |
[INFO] [stderr] 232 |               impl <MODE> toggleable::Default for $PXx<Output<MODE>> {}
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:517:28
[INFO] [stderr]     |
[INFO] [stderr] 517 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:529:29
[INFO] [stderr]     |
[INFO] [stderr] 529 |                   impl <MODE> StatefulOutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::toggleable::Default': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:540:29
[INFO] [stderr]     |
[INFO] [stderr] 540 |                   impl <MODE> toggleable::Default for $PXi<Output<MODE>> {}
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:542:28
[INFO] [stderr]     |
[INFO] [stderr] 542 |                   impl<MODE> InputPin for $PXi<Input<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:223:27
[INFO] [stderr]     |
[INFO] [stderr] 223 |                       !self.is_set_low()
[INFO] [stderr]     |                             ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:223:27
[INFO] [stderr]     |
[INFO] [stderr] 223 |                       !self.is_set_low()
[INFO] [stderr]     |                             ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:223:27
[INFO] [stderr]     |
[INFO] [stderr] 223 |                       !self.is_set_low()
[INFO] [stderr]     |                             ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:223:27
[INFO] [stderr]     |
[INFO] [stderr] 223 |                       !self.is_set_low()
[INFO] [stderr]     |                             ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:223:27
[INFO] [stderr]     |
[INFO] [stderr] 223 |                       !self.is_set_low()
[INFO] [stderr]     |                             ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:223:27
[INFO] [stderr]     |
[INFO] [stderr] 223 |                       !self.is_set_low()
[INFO] [stderr]     |                             ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:223:27
[INFO] [stderr]     |
[INFO] [stderr] 223 |                       !self.is_set_low()
[INFO] [stderr]     |                             ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:223:27
[INFO] [stderr]     |
[INFO] [stderr] 223 |                       !self.is_set_low()
[INFO] [stderr]     |                             ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:223:27
[INFO] [stderr]     |
[INFO] [stderr] 223 |                       !self.is_set_low()
[INFO] [stderr]     |                             ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:223:27
[INFO] [stderr]     |
[INFO] [stderr] 223 |                       !self.is_set_low()
[INFO] [stderr]     |                             ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:223:27
[INFO] [stderr]     |
[INFO] [stderr] 223 |                       !self.is_set_low()
[INFO] [stderr]     |                             ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:223:27
[INFO] [stderr]     |
[INFO] [stderr] 223 |                       !self.is_set_low()
[INFO] [stderr]     |                             ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:531:31
[INFO] [stderr]     |
[INFO] [stderr] 531 |                           !self.is_set_low()
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:531:31
[INFO] [stderr]     |
[INFO] [stderr] 531 |                           !self.is_set_low()
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:531:31
[INFO] [stderr]     |
[INFO] [stderr] 531 |                           !self.is_set_low()
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:531:31
[INFO] [stderr]     |
[INFO] [stderr] 531 |                           !self.is_set_low()
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:531:31
[INFO] [stderr]     |
[INFO] [stderr] 531 |                           !self.is_set_low()
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:531:31
[INFO] [stderr]     |
[INFO] [stderr] 531 |                           !self.is_set_low()
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:544:31
[INFO] [stderr]     |
[INFO] [stderr] 544 |                           !self.is_low()
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:544:31
[INFO] [stderr]     |
[INFO] [stderr] 544 |                           !self.is_low()
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:544:31
[INFO] [stderr]     |
[INFO] [stderr] 544 |                           !self.is_low()
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:544:31
[INFO] [stderr]     |
[INFO] [stderr] 544 |                           !self.is_low()
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:544:31
[INFO] [stderr]     |
[INFO] [stderr] 544 |                           !self.is_low()
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:544:31
[INFO] [stderr]     |
[INFO] [stderr] 544 |                           !self.is_low()
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [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 101 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `oxcc-stm32f767-hal`.
[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: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:531:31
[INFO] [stderr]     |
[INFO] [stderr] 531 |                           !self.is_set_low()
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:531:31
[INFO] [stderr]     |
[INFO] [stderr] 531 |                           !self.is_set_low()
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:531:31
[INFO] [stderr]     |
[INFO] [stderr] 531 |                           !self.is_set_low()
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:531:31
[INFO] [stderr]     |
[INFO] [stderr] 531 |                           !self.is_set_low()
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:531:31
[INFO] [stderr]     |
[INFO] [stderr] 531 |                           !self.is_set_low()
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::StatefulOutputPin::is_set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:531:31
[INFO] [stderr]     |
[INFO] [stderr] 531 |                           !self.is_set_low()
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:544:31
[INFO] [stderr]     |
[INFO] [stderr] 544 |                           !self.is_low()
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 557 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [
[INFO] [stderr] 558 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 559 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 560 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 575 | |     PA15: (pa15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 576 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:544:31
[INFO] [stderr]     |
[INFO] [stderr] 544 |                           !self.is_low()
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 578 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [
[INFO] [stderr] 579 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 580 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 581 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 596 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 597 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:544:31
[INFO] [stderr]     |
[INFO] [stderr] 544 |                           !self.is_low()
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 599 | / gpio!(GPIOC, gpioc, gpioc, gpiocen, gpiocrst, PCx, [
[INFO] [stderr] 600 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 601 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 602 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 615 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 616 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:544:31
[INFO] [stderr]     |
[INFO] [stderr] 544 |                           !self.is_low()
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 618 | / gpio!(GPIOD, gpiod, gpiod, gpioden, gpiodrst, PDx, [
[INFO] [stderr] 619 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 620 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 621 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 634 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 635 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:544:31
[INFO] [stderr]     |
[INFO] [stderr] 544 |                           !self.is_low()
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 | / gpio!(GPIOE, gpioe, gpioe, gpioeen, gpioerst, PEx, [
[INFO] [stderr] 638 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 639 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 640 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 653 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 654 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'hal::digital::InputPin::is_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]    --> src/gpio.rs:544:31
[INFO] [stderr]     |
[INFO] [stderr] 544 |                           !self.is_low()
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 656 | / gpio!(GPIOF, gpiof, gpiof, gpiofen, gpiofrst, PFx, [
[INFO] [stderr] 657 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 658 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 659 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 664 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 665 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [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 101 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `oxcc-stm32f767-hal`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "e3c398f79307c938433e372853c6add8992aac7160d7a159980292a7fbd64589"`
[INFO] running `"docker" "rm" "-f" "e3c398f79307c938433e372853c6add8992aac7160d7a159980292a7fbd64589"`
[INFO] [stdout] e3c398f79307c938433e372853c6add8992aac7160d7a159980292a7fbd64589
