[INFO] fetching crate stm32f446-hal 0.0.1... [INFO] checking stm32f446-hal-0.0.1 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate stm32f446-hal 0.0.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate stm32f446-hal 0.0.1 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate stm32f446-hal 0.0.1 [INFO] finished tweaking crates.io crate stm32f446-hal 0.0.1 [INFO] tweaked toml for crates.io crate stm32f446-hal 0.0.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded stm32f4 v0.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9302dc423c9cdd5eca932b38c695f21f99bead75ad0d98e144d47e6f42e4df78 [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" "9302dc423c9cdd5eca932b38c695f21f99bead75ad0d98e144d47e6f42e4df78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9302dc423c9cdd5eca932b38c695f21f99bead75ad0d98e144d47e6f42e4df78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9302dc423c9cdd5eca932b38c695f21f99bead75ad0d98e144d47e6f42e4df78", kill_on_drop: false }` [INFO] [stdout] 9302dc423c9cdd5eca932b38c695f21f99bead75ad0d98e144d47e6f42e4df78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f39656f5750d942d184e47ebe7d3cf342519fdea14d153ff7eb41a1a67bf3907 [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" "f39656f5750d942d184e47ebe7d3cf342519fdea14d153ff7eb41a1a67bf3907", kill_on_drop: false }` [INFO] [stderr] Compiling stm32f4 v0.2.3 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Checking cast v0.2.3 [INFO] [stderr] Checking embedded-hal v0.2.4 [INFO] [stderr] Checking stm32f446-hal v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:318:18 [INFO] [stdout] | [INFO] [stdout] 318 | 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:319:18 [INFO] [stdout] | [INFO] [stdout] 319 | 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:320:19 [INFO] [stdout] | [INFO] [stdout] 320 | 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:321:19 [INFO] [stdout] | [INFO] [stdout] 321 | 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:322:19 [INFO] [stdout] | [INFO] [stdout] 322 | 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:323:20 [INFO] [stdout] | [INFO] [stdout] 323 | 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:338:18 [INFO] [stdout] | [INFO] [stdout] 338 | 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:339:18 [INFO] [stdout] | [INFO] [stdout] 339 | 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/rcc.rs:356:18 [INFO] [stdout] | [INFO] [stdout] 356 | 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:357:18 [INFO] [stdout] | [INFO] [stdout] 357 | 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/rcc.rs:318:18 [INFO] [stdout] | [INFO] [stdout] 318 | 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:319:18 [INFO] [stdout] | [INFO] [stdout] 319 | 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:320:19 [INFO] [stdout] | [INFO] [stdout] 320 | 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:321:19 [INFO] [stdout] | [INFO] [stdout] 321 | 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:322:19 [INFO] [stdout] | [INFO] [stdout] 322 | 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:323:20 [INFO] [stdout] | [INFO] [stdout] 323 | 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:338:18 [INFO] [stdout] | [INFO] [stdout] 338 | 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:339:18 [INFO] [stdout] | [INFO] [stdout] 339 | 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/rcc.rs:356:18 [INFO] [stdout] | [INFO] [stdout] 356 | 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:357:18 [INFO] [stdout] | [INFO] [stdout] 357 | 6...11 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 490 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [ [INFO] [stdout] 491 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stdout] 492 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stdout] 493 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 507 | | // PA15: (15, Input), [INFO] [stdout] 508 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 490 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [ [INFO] [stdout] 491 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stdout] 492 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stdout] 493 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 507 | | // PA15: (15, 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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 490 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [ [INFO] [stdout] 491 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stdout] 492 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stdout] 493 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 507 | | // PA15: (15, 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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [ [INFO] [stdout] 511 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stdout] 512 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stdout] 513 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 527 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stdout] 528 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [ [INFO] [stdout] 511 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stdout] 512 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stdout] 513 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 527 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stdout] 528 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [ [INFO] [stdout] 511 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stdout] 512 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stdout] 513 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 527 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stdout] 528 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 490 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [ [INFO] [stdout] 491 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stdout] 492 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stdout] 493 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 507 | | // PA15: (15, Input), [INFO] [stdout] 508 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 490 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [ [INFO] [stdout] 491 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stdout] 492 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stdout] 493 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 507 | | // PA15: (15, 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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 490 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [ [INFO] [stdout] 491 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stdout] 492 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stdout] 493 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 507 | | // PA15: (15, 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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 530 | / gpio!(GPIOC, gpioc, gpioh, gpiocen, gpiocrst, PCx, [ [INFO] [stdout] 531 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stdout] 532 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stdout] 533 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 546 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stdout] 547 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [ [INFO] [stdout] 511 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stdout] 512 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stdout] 513 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 527 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stdout] 528 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 530 | / gpio!(GPIOC, gpioc, gpioh, gpiocen, gpiocrst, PCx, [ [INFO] [stdout] 531 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stdout] 532 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stdout] 533 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 546 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stdout] 547 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 530 | / gpio!(GPIOC, gpioc, gpioh, gpiocen, gpiocrst, PCx, [ [INFO] [stdout] 531 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stdout] 532 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stdout] 533 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 546 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stdout] 547 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [ [INFO] [stdout] 511 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stdout] 512 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stdout] 513 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 527 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stdout] 528 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [ [INFO] [stdout] 511 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stdout] 512 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stdout] 513 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 527 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stdout] 528 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 530 | / gpio!(GPIOC, gpioc, gpioh, gpiocen, gpiocrst, PCx, [ [INFO] [stdout] 531 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stdout] 532 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stdout] 533 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 546 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stdout] 547 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 530 | / gpio!(GPIOC, gpioc, gpioh, gpiocen, gpiocrst, PCx, [ [INFO] [stdout] 531 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stdout] 532 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stdout] 533 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 546 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stdout] 547 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 530 | / gpio!(GPIOC, gpioc, gpioh, gpiocen, gpiocrst, PCx, [ [INFO] [stdout] 531 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stdout] 532 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stdout] 533 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 546 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stdout] 547 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 549 | / gpio!(GPIOD, gpiod, gpioh, gpioden, gpiodrst, PDx, [ [INFO] [stdout] 550 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stdout] 551 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stdout] 552 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 565 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stdout] 566 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 549 | / gpio!(GPIOD, gpiod, gpioh, gpioden, gpiodrst, PDx, [ [INFO] [stdout] 550 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stdout] 551 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stdout] 552 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 565 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stdout] 566 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 549 | / gpio!(GPIOD, gpiod, gpioh, gpioden, gpiodrst, PDx, [ [INFO] [stdout] 550 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stdout] 551 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stdout] 552 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 565 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stdout] 566 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 549 | / gpio!(GPIOD, gpiod, gpioh, gpioden, gpiodrst, PDx, [ [INFO] [stdout] 550 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stdout] 551 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stdout] 552 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 565 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stdout] 566 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 549 | / gpio!(GPIOD, gpiod, gpioh, gpioden, gpiodrst, PDx, [ [INFO] [stdout] 550 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stdout] 551 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stdout] 552 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 565 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stdout] 566 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 549 | / gpio!(GPIOD, gpiod, gpioh, gpioden, gpiodrst, PDx, [ [INFO] [stdout] 550 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stdout] 551 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stdout] 552 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 565 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stdout] 566 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 568 | / gpio!(GPIOE, gpioe, gpioh, gpioeen, gpioerst, PEx, [ [INFO] [stdout] 569 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stdout] 570 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stdout] 571 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 584 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stdout] 585 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 568 | / gpio!(GPIOE, gpioe, gpioh, gpioeen, gpioerst, PEx, [ [INFO] [stdout] 569 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stdout] 570 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stdout] 571 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 584 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stdout] 585 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 568 | / gpio!(GPIOE, gpioe, gpioh, gpioeen, gpioerst, PEx, [ [INFO] [stdout] 569 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stdout] 570 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stdout] 571 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 584 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stdout] 585 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 568 | / gpio!(GPIOE, gpioe, gpioh, gpioeen, gpioerst, PEx, [ [INFO] [stdout] 569 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stdout] 570 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stdout] 571 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 584 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stdout] 585 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / gpio!(GPIOF, gpiof, gpioh, gpiofen, gpiofrst, PFx, [ [INFO] [stdout] 588 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stdout] 589 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stdout] 590 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 603 | | PF15: (pf15, 15, Input, AFRH), [INFO] [stdout] 604 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / gpio!(GPIOF, gpiof, gpioh, gpiofen, gpiofrst, PFx, [ [INFO] [stdout] 588 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stdout] 589 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stdout] 590 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 603 | | PF15: (pf15, 15, Input, AFRH), [INFO] [stdout] 604 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 568 | / gpio!(GPIOE, gpioe, gpioh, gpioeen, gpioerst, PEx, [ [INFO] [stdout] 569 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stdout] 570 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stdout] 571 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 584 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stdout] 585 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / gpio!(GPIOF, gpiof, gpioh, gpiofen, gpiofrst, PFx, [ [INFO] [stdout] 588 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stdout] 589 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stdout] 590 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 603 | | PF15: (pf15, 15, Input, AFRH), [INFO] [stdout] 604 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 568 | / gpio!(GPIOE, gpioe, gpioh, gpioeen, gpioerst, PEx, [ [INFO] [stdout] 569 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stdout] 570 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stdout] 571 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 584 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stdout] 585 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 606 | / gpio!(GPIOG, gpiog, gpioh, gpiogen, gpiogrst, PGx, [ [INFO] [stdout] 607 | | PG0: (pg0, 0, Input, AFRL), [INFO] [stdout] 608 | | PG1: (pg1, 1, Input, AFRL), [INFO] [stdout] 609 | | PG2: (pg2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 622 | | PG15: (pg15, 15, Input, AFRH), [INFO] [stdout] 623 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 606 | / gpio!(GPIOG, gpiog, gpioh, gpiogen, gpiogrst, PGx, [ [INFO] [stdout] 607 | | PG0: (pg0, 0, Input, AFRL), [INFO] [stdout] 608 | | PG1: (pg1, 1, Input, AFRL), [INFO] [stdout] 609 | | PG2: (pg2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 622 | | PG15: (pg15, 15, Input, AFRH), [INFO] [stdout] 623 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 606 | / gpio!(GPIOG, gpiog, gpioh, gpiogen, gpiogrst, PGx, [ [INFO] [stdout] 607 | | PG0: (pg0, 0, Input, AFRL), [INFO] [stdout] 608 | | PG1: (pg1, 1, Input, AFRL), [INFO] [stdout] 609 | | PG2: (pg2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 622 | | PG15: (pg15, 15, Input, AFRH), [INFO] [stdout] 623 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / gpio!(GPIOF, gpiof, gpioh, gpiofen, gpiofrst, PFx, [ [INFO] [stdout] 588 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stdout] 589 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stdout] 590 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 603 | | PF15: (pf15, 15, Input, AFRH), [INFO] [stdout] 604 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 625 | / gpio!(GPIOH, gpioh, gpioh, gpiohen, gpiohrst, PHx, [ [INFO] [stdout] 626 | | PH0: (ph0, 0, Input, AFRL), [INFO] [stdout] 627 | | PH1: (ph1, 1, Input, AFRL), [INFO] [stdout] 628 | | PH2: (ph2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 641 | | PH15: (ph15, 15, Input, AFRH), [INFO] [stdout] 642 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / gpio!(GPIOF, gpiof, gpioh, gpiofen, gpiofrst, PFx, [ [INFO] [stdout] 588 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stdout] 589 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stdout] 590 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 603 | | PF15: (pf15, 15, Input, AFRH), [INFO] [stdout] 604 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 625 | / gpio!(GPIOH, gpioh, gpioh, gpiohen, gpiohrst, PHx, [ [INFO] [stdout] 626 | | PH0: (ph0, 0, Input, AFRL), [INFO] [stdout] 627 | | PH1: (ph1, 1, Input, AFRL), [INFO] [stdout] 628 | | PH2: (ph2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 641 | | PH15: (ph15, 15, Input, AFRH), [INFO] [stdout] 642 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 587 | / gpio!(GPIOF, gpiof, gpioh, gpiofen, gpiofrst, PFx, [ [INFO] [stdout] 588 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stdout] 589 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stdout] 590 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 603 | | PF15: (pf15, 15, Input, AFRH), [INFO] [stdout] 604 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 625 | / gpio!(GPIOH, gpioh, gpioh, gpiohen, gpiohrst, PHx, [ [INFO] [stdout] 626 | | PH0: (ph0, 0, Input, AFRL), [INFO] [stdout] 627 | | PH1: (ph1, 1, Input, AFRL), [INFO] [stdout] 628 | | PH2: (ph2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 641 | | PH15: (ph15, 15, Input, AFRH), [INFO] [stdout] 642 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 606 | / gpio!(GPIOG, gpiog, gpioh, gpiogen, gpiogrst, PGx, [ [INFO] [stdout] 607 | | PG0: (pg0, 0, Input, AFRL), [INFO] [stdout] 608 | | PG1: (pg1, 1, Input, AFRL), [INFO] [stdout] 609 | | PG2: (pg2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 622 | | PG15: (pg15, 15, Input, AFRH), [INFO] [stdout] 623 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 606 | / gpio!(GPIOG, gpiog, gpioh, gpiogen, gpiogrst, PGx, [ [INFO] [stdout] 607 | | PG0: (pg0, 0, Input, AFRL), [INFO] [stdout] 608 | | PG1: (pg1, 1, Input, AFRL), [INFO] [stdout] 609 | | PG2: (pg2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 622 | | PG15: (pg15, 15, Input, AFRH), [INFO] [stdout] 623 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 606 | / gpio!(GPIOG, gpiog, gpioh, gpiogen, gpiogrst, PGx, [ [INFO] [stdout] 607 | | PG0: (pg0, 0, Input, AFRL), [INFO] [stdout] 608 | | PG1: (pg1, 1, Input, AFRL), [INFO] [stdout] 609 | | PG2: (pg2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 622 | | PG15: (pg15, 15, Input, AFRH), [INFO] [stdout] 623 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 625 | / gpio!(GPIOH, gpioh, gpioh, gpiohen, gpiohrst, PHx, [ [INFO] [stdout] 626 | | PH0: (ph0, 0, Input, AFRL), [INFO] [stdout] 627 | | PH1: (ph1, 1, Input, AFRL), [INFO] [stdout] 628 | | PH2: (ph2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 641 | | PH15: (ph15, 15, Input, AFRH), [INFO] [stdout] 642 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 625 | / gpio!(GPIOH, gpioh, gpioh, gpiohen, gpiohrst, PHx, [ [INFO] [stdout] 626 | | PH0: (ph0, 0, Input, AFRL), [INFO] [stdout] 627 | | PH1: (ph1, 1, Input, AFRL), [INFO] [stdout] 628 | | PH2: (ph2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 641 | | PH15: (ph15, 15, Input, AFRH), [INFO] [stdout] 642 | | ]); [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 trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:474:28 [INFO] [stdout] | [INFO] [stdout] 474 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 625 | / gpio!(GPIOH, gpioh, gpioh, gpiohen, gpiohrst, PHx, [ [INFO] [stdout] 626 | | PH0: (ph0, 0, Input, AFRL), [INFO] [stdout] 627 | | PH1: (ph1, 1, Input, AFRL), [INFO] [stdout] 628 | | PH2: (ph2, 2, Input, AFRL), [INFO] [stdout] ... | [INFO] [stdout] 641 | | PH15: (ph15, 15, Input, AFRH), [INFO] [stdout] 642 | | ]); [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: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.39s [INFO] running `Command { std: "docker" "inspect" "f39656f5750d942d184e47ebe7d3cf342519fdea14d153ff7eb41a1a67bf3907", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f39656f5750d942d184e47ebe7d3cf342519fdea14d153ff7eb41a1a67bf3907", kill_on_drop: false }` [INFO] [stdout] f39656f5750d942d184e47ebe7d3cf342519fdea14d153ff7eb41a1a67bf3907