[INFO] crate stm32f30x-hal 0.2.0 is already in cache
[INFO] checking stm32f30x-hal-0.2.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate stm32f30x-hal 0.2.0 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate stm32f30x-hal 0.2.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate stm32f30x-hal 0.2.0
[INFO] finished tweaking crates.io crate stm32f30x-hal 0.2.0
[INFO] tweaked toml for crates.io crate stm32f30x-hal 0.2.0 written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 19a4f3ad03313b5d42b2757b0998e5c12c1fda34735143db05a90d1460868d7b
[INFO] running `"docker" "start" "-a" "19a4f3ad03313b5d42b2757b0998e5c12c1fda34735143db05a90d1460868d7b"`
[INFO] [stderr]    Compiling stm32f30x v0.7.1
[INFO] [stderr]     Checking stm32f30x-hal v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: `...` range patterns are deprecated
[INFO] [stderr]    --> src/rcc.rs:162:18
[INFO] [stderr]     |
[INFO] [stderr] 162 |                 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:27:9
[INFO] [stderr]     |
[INFO] [stderr] 27  | #![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:163:18
[INFO] [stderr]     |
[INFO] [stderr] 163 |                 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:164:19
[INFO] [stderr]     |
[INFO] [stderr] 164 |                 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:165:19
[INFO] [stderr]     |
[INFO] [stderr] 165 |                 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:166:19
[INFO] [stderr]     |
[INFO] [stderr] 166 |                 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:167:20
[INFO] [stderr]     |
[INFO] [stderr] 167 |                 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:181:18
[INFO] [stderr]     |
[INFO] [stderr] 181 |                 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:182:18
[INFO] [stderr]     |
[INFO] [stderr] 182 |                 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:197:18
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 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:198:18
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 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:104:26
[INFO] [stderr]     |
[INFO] [stderr] 104 |                           1...2 => 0b000,
[INFO] [stderr]     |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [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:105:26
[INFO] [stderr]     |
[INFO] [stderr] 105 |                           3...5 => 0b001,
[INFO] [stderr]     |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [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:106:26
[INFO] [stderr]     |
[INFO] [stderr] 106 |                           6...11 => 0b010,
[INFO] [stderr]     |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [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:107:27
[INFO] [stderr]     |
[INFO] [stderr] 107 |                           12...23 => 0b011,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [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:108:27
[INFO] [stderr]     |
[INFO] [stderr] 108 |                           24...39 => 0b100,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [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:109:27
[INFO] [stderr]     |
[INFO] [stderr] 109 |                           40...95 => 0b101,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [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:110:27
[INFO] [stderr]     |
[INFO] [stderr] 110 |                           96...191 => 0b110,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:97:17
[INFO] [stderr]     |
[INFO] [stderr] 97  |               use hal::digital::OutputPin;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 472 | / gpio!(GPIOA, gpioa, gpioa, iopaen, ioparst, PAx, [
[INFO] [stderr] 473 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 474 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 475 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 489 | |     // PA15: (15, Input<Floating>),
[INFO] [stderr] 490 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:27:9
[INFO] [stderr]     |
[INFO] [stderr] 27  | #![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:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 472 | / gpio!(GPIOA, gpioa, gpioa, iopaen, ioparst, PAx, [
[INFO] [stderr] 473 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 474 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 475 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 489 | |     // PA15: (15, Input<Floating>),
[INFO] [stderr] 490 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:456:28
[INFO] [stderr]     |
[INFO] [stderr] 456 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 472 | / gpio!(GPIOA, gpioa, gpioa, iopaen, ioparst, PAx, [
[INFO] [stderr] 473 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 474 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 475 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 489 | |     // PA15: (15, Input<Floating>),
[INFO] [stderr] 490 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:97:17
[INFO] [stderr]     |
[INFO] [stderr] 97  |               use hal::digital::OutputPin;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 492 | / gpio!(GPIOB, gpiob, gpiob, iopben, iopbrst, PBx, [
[INFO] [stderr] 493 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 494 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 495 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 509 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 510 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 492 | / gpio!(GPIOB, gpiob, gpiob, iopben, iopbrst, PBx, [
[INFO] [stderr] 493 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 494 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 495 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 509 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 510 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:456:28
[INFO] [stderr]     |
[INFO] [stderr] 456 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 492 | / gpio!(GPIOB, gpiob, gpiob, iopben, iopbrst, PBx, [
[INFO] [stderr] 493 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 494 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 495 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 509 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 510 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:97:17
[INFO] [stderr]     |
[INFO] [stderr] 97  |               use hal::digital::OutputPin;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 512 | / gpio!(GPIOC, gpioc, gpioc, iopcen, iopcrst, PCx, [
[INFO] [stderr] 513 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 514 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 515 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 528 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 529 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 512 | / gpio!(GPIOC, gpioc, gpioc, iopcen, iopcrst, PCx, [
[INFO] [stderr] 513 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 514 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 515 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 528 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 529 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:456:28
[INFO] [stderr]     |
[INFO] [stderr] 456 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 512 | / gpio!(GPIOC, gpioc, gpioc, iopcen, iopcrst, PCx, [
[INFO] [stderr] 513 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 514 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 515 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 528 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 529 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:97:17
[INFO] [stderr]     |
[INFO] [stderr] 97  |               use hal::digital::OutputPin;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 531 | / gpio!(GPIOD, gpiod, gpioc, iopden, iopdrst, PDx, [
[INFO] [stderr] 532 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 533 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 534 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 547 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 548 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 531 | / gpio!(GPIOD, gpiod, gpioc, iopden, iopdrst, PDx, [
[INFO] [stderr] 532 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 533 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 534 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 547 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 548 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:456:28
[INFO] [stderr]     |
[INFO] [stderr] 456 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 531 | / gpio!(GPIOD, gpiod, gpioc, iopden, iopdrst, PDx, [
[INFO] [stderr] 532 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 533 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 534 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 547 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 548 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:97:17
[INFO] [stderr]     |
[INFO] [stderr] 97  |               use hal::digital::OutputPin;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 550 | / gpio!(GPIOE, gpioe, gpioc, iopeen, ioperst, PEx, [
[INFO] [stderr] 551 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 552 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 553 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 566 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 567 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 550 | / gpio!(GPIOE, gpioe, gpioc, iopeen, ioperst, PEx, [
[INFO] [stderr] 551 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 552 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 553 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 566 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 567 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:456:28
[INFO] [stderr]     |
[INFO] [stderr] 456 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 550 | / gpio!(GPIOE, gpioe, gpioc, iopeen, ioperst, PEx, [
[INFO] [stderr] 551 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 552 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 553 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 566 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 567 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:97:17
[INFO] [stderr]     |
[INFO] [stderr] 97  |               use hal::digital::OutputPin;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 569 | / gpio!(GPIOF, gpiof, gpioc, iopfen, iopfrst, PFx, [
[INFO] [stderr] 570 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 571 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 572 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 576 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 577 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 569 | / gpio!(GPIOF, gpiof, gpioc, iopfen, iopfrst, PFx, [
[INFO] [stderr] 570 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 571 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 572 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 576 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 577 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:456:28
[INFO] [stderr]     |
[INFO] [stderr] 456 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 569 | / gpio!(GPIOF, gpiof, gpioc, iopfen, iopfrst, PFx, [
[INFO] [stderr] 570 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 571 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 572 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 576 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 577 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [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:162:18
[INFO] [stderr]     |
[INFO] [stderr] 162 |                 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:27:9
[INFO] [stderr]     |
[INFO] [stderr] 27  | #![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:163:18
[INFO] [stderr]     |
[INFO] [stderr] 163 |                 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:164:19
[INFO] [stderr]     |
[INFO] [stderr] 164 |                 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:165:19
[INFO] [stderr]     |
[INFO] [stderr] 165 |                 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:166:19
[INFO] [stderr]     |
[INFO] [stderr] 166 |                 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:167:20
[INFO] [stderr]     |
[INFO] [stderr] 167 |                 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:181:18
[INFO] [stderr]     |
[INFO] [stderr] 181 |                 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:182:18
[INFO] [stderr]     |
[INFO] [stderr] 182 |                 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:197:18
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 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:198:18
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 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:104:26
[INFO] [stderr]     |
[INFO] [stderr] 104 |                           1...2 => 0b000,
[INFO] [stderr]     |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [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:105:26
[INFO] [stderr]     |
[INFO] [stderr] 105 |                           3...5 => 0b001,
[INFO] [stderr]     |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [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:106:26
[INFO] [stderr]     |
[INFO] [stderr] 106 |                           6...11 => 0b010,
[INFO] [stderr]     |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [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:107:27
[INFO] [stderr]     |
[INFO] [stderr] 107 |                           12...23 => 0b011,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [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:108:27
[INFO] [stderr]     |
[INFO] [stderr] 108 |                           24...39 => 0b100,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [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:109:27
[INFO] [stderr]     |
[INFO] [stderr] 109 |                           40...95 => 0b101,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [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:110:27
[INFO] [stderr]     |
[INFO] [stderr] 110 |                           96...191 => 0b110,
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 205 | / hal! {
[INFO] [stderr] 206 | |     SPI1: (spi1, APB2, spi1en, spi1rst, pclk2),
[INFO] [stderr] 207 | |     SPI2: (spi2, APB1, spi2en, spi2rst, pclk1),
[INFO] [stderr] 208 | |     SPI3: (spi3, APB1, spi3en, spi3rst, pclk1),
[INFO] [stderr] 209 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:97:17
[INFO] [stderr]     |
[INFO] [stderr] 97  |               use hal::digital::OutputPin;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 472 | / gpio!(GPIOA, gpioa, gpioa, iopaen, ioparst, PAx, [
[INFO] [stderr] 473 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 474 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 475 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 489 | |     // PA15: (15, Input<Floating>),
[INFO] [stderr] 490 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:27:9
[INFO] [stderr]     |
[INFO] [stderr] 27  | #![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:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 472 | / gpio!(GPIOA, gpioa, gpioa, iopaen, ioparst, PAx, [
[INFO] [stderr] 473 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 474 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 475 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 489 | |     // PA15: (15, Input<Floating>),
[INFO] [stderr] 490 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:456:28
[INFO] [stderr]     |
[INFO] [stderr] 456 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 472 | / gpio!(GPIOA, gpioa, gpioa, iopaen, ioparst, PAx, [
[INFO] [stderr] 473 | |     PA0: (pa0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 474 | |     PA1: (pa1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 475 | |     PA2: (pa2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 489 | |     // PA15: (15, Input<Floating>),
[INFO] [stderr] 490 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:97:17
[INFO] [stderr]     |
[INFO] [stderr] 97  |               use hal::digital::OutputPin;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 492 | / gpio!(GPIOB, gpiob, gpiob, iopben, iopbrst, PBx, [
[INFO] [stderr] 493 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 494 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 495 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 509 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 510 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 492 | / gpio!(GPIOB, gpiob, gpiob, iopben, iopbrst, PBx, [
[INFO] [stderr] 493 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 494 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 495 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 509 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 510 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:456:28
[INFO] [stderr]     |
[INFO] [stderr] 456 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 492 | / gpio!(GPIOB, gpiob, gpiob, iopben, iopbrst, PBx, [
[INFO] [stderr] 493 | |     PB0: (pb0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 494 | |     PB1: (pb1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 495 | |     PB2: (pb2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 509 | |     PB15: (pb15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 510 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:97:17
[INFO] [stderr]     |
[INFO] [stderr] 97  |               use hal::digital::OutputPin;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 512 | / gpio!(GPIOC, gpioc, gpioc, iopcen, iopcrst, PCx, [
[INFO] [stderr] 513 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 514 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 515 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 528 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 529 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 512 | / gpio!(GPIOC, gpioc, gpioc, iopcen, iopcrst, PCx, [
[INFO] [stderr] 513 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 514 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 515 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 528 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 529 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:456:28
[INFO] [stderr]     |
[INFO] [stderr] 456 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 512 | / gpio!(GPIOC, gpioc, gpioc, iopcen, iopcrst, PCx, [
[INFO] [stderr] 513 | |     PC0: (pc0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 514 | |     PC1: (pc1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 515 | |     PC2: (pc2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 528 | |     PC15: (pc15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 529 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:97:17
[INFO] [stderr]     |
[INFO] [stderr] 97  |               use hal::digital::OutputPin;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 531 | / gpio!(GPIOD, gpiod, gpioc, iopden, iopdrst, PDx, [
[INFO] [stderr] 532 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 533 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 534 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 547 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 548 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 531 | / gpio!(GPIOD, gpiod, gpioc, iopden, iopdrst, PDx, [
[INFO] [stderr] 532 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 533 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 534 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 547 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 548 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:456:28
[INFO] [stderr]     |
[INFO] [stderr] 456 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 531 | / gpio!(GPIOD, gpiod, gpioc, iopden, iopdrst, PDx, [
[INFO] [stderr] 532 | |     PD0: (pd0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 533 | |     PD1: (pd1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 534 | |     PD2: (pd2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 547 | |     PD15: (pd15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 548 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:97:17
[INFO] [stderr]     |
[INFO] [stderr] 97  |               use hal::digital::OutputPin;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 550 | / gpio!(GPIOE, gpioe, gpioc, iopeen, ioperst, PEx, [
[INFO] [stderr] 551 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 552 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 553 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 566 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 567 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 550 | / gpio!(GPIOE, gpioe, gpioc, iopeen, ioperst, PEx, [
[INFO] [stderr] 551 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 552 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 553 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 566 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 567 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:456:28
[INFO] [stderr]     |
[INFO] [stderr] 456 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 550 | / gpio!(GPIOE, gpioe, gpioc, iopeen, ioperst, PEx, [
[INFO] [stderr] 551 | |     PE0: (pe0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 552 | |     PE1: (pe1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 553 | |     PE2: (pe2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 566 | |     PE15: (pe15, 15, Input<Floating>, AFRH),
[INFO] [stderr] 567 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:97:17
[INFO] [stderr]     |
[INFO] [stderr] 97  |               use hal::digital::OutputPin;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 569 | / gpio!(GPIOF, gpiof, gpioc, iopfen, iopfrst, PFx, [
[INFO] [stderr] 570 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 571 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 572 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 576 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 577 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |               impl<MODE> OutputPin for $PXx<Output<MODE>> {
[INFO] [stderr]     |                          ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 569 | / gpio!(GPIOF, gpiof, gpioc, iopfen, iopfrst, PFx, [
[INFO] [stderr] 570 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 571 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 572 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 576 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 577 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use 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:456:28
[INFO] [stderr]     |
[INFO] [stderr] 456 |                   impl<MODE> OutputPin for $PXi<Output<MODE>> {
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 569 | / gpio!(GPIOF, gpiof, gpioc, iopfen, iopfrst, PFx, [
[INFO] [stderr] 570 | |     PF0: (pf0, 0, Input<Floating>, AFRL),
[INFO] [stderr] 571 | |     PF1: (pf1, 1, Input<Floating>, AFRL),
[INFO] [stderr] 572 | |     PF2: (pf2, 2, Input<Floating>, AFRL),
[INFO] [stderr] ...   |
[INFO] [stderr] 576 | |     PF10: (pf10, 10, Input<Floating>, AFRH),
[INFO] [stderr] 577 | | ]);
[INFO] [stderr]     | |___- in this macro invocation
[INFO] [stderr]     |
[INFO] [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 35 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `stm32f30x-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: aborting due to 35 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `stm32f30x-hal`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "19a4f3ad03313b5d42b2757b0998e5c12c1fda34735143db05a90d1460868d7b"`
[INFO] running `"docker" "rm" "-f" "19a4f3ad03313b5d42b2757b0998e5c12c1fda34735143db05a90d1460868d7b"`
[INFO] [stdout] 19a4f3ad03313b5d42b2757b0998e5c12c1fda34735143db05a90d1460868d7b
