[INFO] crate stm32f072-hal 0.6.5 is already in cache [INFO] testing stm32f072-hal-0.6.5 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate stm32f072-hal 0.6.5 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate stm32f072-hal 0.6.5 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-10/source/.cargo/config [INFO] started tweaking crates.io crate stm32f072-hal 0.6.5 [INFO] finished tweaking crates.io crate stm32f072-hal 0.6.5 [INFO] tweaked toml for crates.io crate stm32f072-hal 0.6.5 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 87f1c3c19970d2a3862c57951c2f0ce2db2f40ba7e4fac35d05bb2c804d49922 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "87f1c3c19970d2a3862c57951c2f0ce2db2f40ba7e4fac35d05bb2c804d49922", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "87f1c3c19970d2a3862c57951c2f0ce2db2f40ba7e4fac35d05bb2c804d49922", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87f1c3c19970d2a3862c57951c2f0ce2db2f40ba7e4fac35d05bb2c804d49922", kill_on_drop: false }` [INFO] [stdout] 87f1c3c19970d2a3862c57951c2f0ce2db2f40ba7e4fac35d05bb2c804d49922 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f8f2a91cd50fe42e9b177adf5df6f958bb4cc45749e5c84fccaa659a19bf993 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4f8f2a91cd50fe42e9b177adf5df6f958bb4cc45749e5c84fccaa659a19bf993", kill_on_drop: false }` [INFO] [stderr] Compiling cortex-m v0.5.10 [INFO] [stderr] Compiling stm32f0 v0.4.0 [INFO] [stderr] Compiling aligned v0.2.0 [INFO] [stderr] Compiling stm32f072-hal v0.6.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | 3...5 => 0b1001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | 6...11 => 0b1010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:83:19 [INFO] [stdout] | [INFO] [stdout] 83 | 12...39 => 0b1011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:84:19 [INFO] [stdout] | [INFO] [stdout] 84 | 40...95 => 0b1100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | 96...191 => 0b1101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | 192...383 => 0b1110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | 3...5 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:100:18 [INFO] [stdout] | [INFO] [stdout] 100 | 6...11 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:98:14 [INFO] [stdout] | [INFO] [stdout] 98 | 1...2 => 0b000, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:99:14 [INFO] [stdout] | [INFO] [stdout] 99 | 3...5 => 0b001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:100:14 [INFO] [stdout] | [INFO] [stdout] 100 | 6...11 => 0b010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 101 | 12...23 => 0b011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | 24...47 => 0b100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:103:15 [INFO] [stdout] | [INFO] [stdout] 103 | 48...95 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | 96...191 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | 1...2 => 0b000, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:220:14 [INFO] [stdout] | [INFO] [stdout] 220 | 3...5 => 0b001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:221:14 [INFO] [stdout] | [INFO] [stdout] 221 | 6...11 => 0b010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:222:15 [INFO] [stdout] | [INFO] [stdout] 222 | 12...23 => 0b011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:223:15 [INFO] [stdout] | [INFO] [stdout] 223 | 24...47 => 0b100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | 48...95 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:225:15 [INFO] [stdout] | [INFO] [stdout] 225 | 96...191 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 87 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.87s [INFO] running `Command { std: "docker" "inspect" "4f8f2a91cd50fe42e9b177adf5df6f958bb4cc45749e5c84fccaa659a19bf993", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f8f2a91cd50fe42e9b177adf5df6f958bb4cc45749e5c84fccaa659a19bf993", kill_on_drop: false }` [INFO] [stdout] 4f8f2a91cd50fe42e9b177adf5df6f958bb4cc45749e5c84fccaa659a19bf993 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3de5f29fe165dec75799ca9f8a73edbc76381af17638676575950a8cf299bfa5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3de5f29fe165dec75799ca9f8a73edbc76381af17638676575950a8cf299bfa5", kill_on_drop: false }` [INFO] [stderr] Compiling panic-halt v0.2.0 [INFO] [stderr] Compiling numtoa v0.2.3 [INFO] [stderr] Compiling ina260 v0.2.6 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | 3...5 => 0b1001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | 6...11 => 0b1010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:83:19 [INFO] [stdout] | [INFO] [stdout] 83 | 12...39 => 0b1011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:84:19 [INFO] [stdout] | [INFO] [stdout] 84 | 40...95 => 0b1100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | 96...191 => 0b1101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | 192...383 => 0b1110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | 3...5 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:100:18 [INFO] [stdout] | [INFO] [stdout] 100 | 6...11 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:98:14 [INFO] [stdout] | [INFO] [stdout] 98 | 1...2 => 0b000, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:99:14 [INFO] [stdout] | [INFO] [stdout] 99 | 3...5 => 0b001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:100:14 [INFO] [stdout] | [INFO] [stdout] 100 | 6...11 => 0b010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 101 | 12...23 => 0b011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | 24...47 => 0b100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:103:15 [INFO] [stdout] | [INFO] [stdout] 103 | 48...95 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | 96...191 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | 1...2 => 0b000, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:220:14 [INFO] [stdout] | [INFO] [stdout] 220 | 3...5 => 0b001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:221:14 [INFO] [stdout] | [INFO] [stdout] 221 | 6...11 => 0b010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:222:15 [INFO] [stdout] | [INFO] [stdout] 222 | 12...23 => 0b011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:223:15 [INFO] [stdout] | [INFO] [stdout] 223 | 24...47 => 0b100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | 48...95 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:225:15 [INFO] [stdout] | [INFO] [stdout] 225 | 96...191 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 87 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling stm32f072-hal v0.6.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/blinky.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `stm32f072-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] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/flash_systick.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/led_hal_button_irq.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/serial_echo.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/blinky_delay.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/spi_hal_apa102c.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/i2c_hal_ssd1306alphabeter.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/i2c_hal_ina260reader.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/i2c_hal_ina260serial.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | 3...5 => 0b1001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | 6...11 => 0b1010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:83:19 [INFO] [stdout] | [INFO] [stdout] 83 | 12...39 => 0b1011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:84:19 [INFO] [stdout] | [INFO] [stdout] 84 | 40...95 => 0b1100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | 96...191 => 0b1101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | 192...383 => 0b1110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | 3...5 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:100:18 [INFO] [stdout] | [INFO] [stdout] 100 | 6...11 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:98:14 [INFO] [stdout] | [INFO] [stdout] 98 | 1...2 => 0b000, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:99:14 [INFO] [stdout] | [INFO] [stdout] 99 | 3...5 => 0b001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:100:14 [INFO] [stdout] | [INFO] [stdout] 100 | 6...11 => 0b010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 101 | 12...23 => 0b011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | 24...47 => 0b100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:103:15 [INFO] [stdout] | [INFO] [stdout] 103 | 48...95 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | 96...191 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | 1...2 => 0b000, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:220:14 [INFO] [stdout] | [INFO] [stdout] 220 | 3...5 => 0b001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:221:14 [INFO] [stdout] | [INFO] [stdout] 221 | 6...11 => 0b010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:222:15 [INFO] [stdout] | [INFO] [stdout] 222 | 12...23 => 0b011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:223:15 [INFO] [stdout] | [INFO] [stdout] 223 | 24...47 => 0b100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | 48...95 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:225:15 [INFO] [stdout] | [INFO] [stdout] 225 | 96...191 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::StatefulOutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::InputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 87 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3de5f29fe165dec75799ca9f8a73edbc76381af17638676575950a8cf299bfa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3de5f29fe165dec75799ca9f8a73edbc76381af17638676575950a8cf299bfa5", kill_on_drop: false }` [INFO] [stdout] 3de5f29fe165dec75799ca9f8a73edbc76381af17638676575950a8cf299bfa5