[INFO] crate stm32f446-hal 0.0.1 is already in cache [INFO] checking stm32f446-hal-0.0.1 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate stm32f446-hal 0.0.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate stm32f446-hal 0.0.1 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [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-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b5bdf80f13ac3019e08848f7e9c5183f4807dfd1ec41662fe62c39af095ccafd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "b5bdf80f13ac3019e08848f7e9c5183f4807dfd1ec41662fe62c39af095ccafd"` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling cortex-m v0.6.2 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking vcell v0.1.2 [INFO] [stderr] Compiling cortex-m v0.5.10 [INFO] [stderr] Checking aligned v0.2.0 [INFO] [stderr] Compiling stm32f4 v0.2.3 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking nb v0.1.2 [INFO] [stderr] Checking embedded-hal v0.2.3 [INFO] [stderr] Checking volatile-register v0.2.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking as-slice v0.1.3 [INFO] [stderr] Checking aligned v0.3.2 [INFO] [stderr] Checking stm32f446-hal v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:318:18 [INFO] [stderr] | [INFO] [stderr] 318 | 3...5 => 0b1001, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:319:18 [INFO] [stderr] | [INFO] [stderr] 319 | 6...11 => 0b1010, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:320:19 [INFO] [stderr] | [INFO] [stderr] 320 | 12...39 => 0b1011, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:321:19 [INFO] [stderr] | [INFO] [stderr] 321 | 40...95 => 0b1100, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:322:19 [INFO] [stderr] | [INFO] [stderr] 322 | 96...191 => 0b1101, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:323:20 [INFO] [stderr] | [INFO] [stderr] 323 | 192...383 => 0b1110, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:338:18 [INFO] [stderr] | [INFO] [stderr] 338 | 3...5 => 0b101, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:339:18 [INFO] [stderr] | [INFO] [stderr] 339 | 6...11 => 0b110, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:356:18 [INFO] [stderr] | [INFO] [stderr] 356 | 3...5 => 0b101, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:357:18 [INFO] [stderr] | [INFO] [stderr] 357 | 6...11 => 0b110, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:318:18 [INFO] [stderr] | [INFO] [stderr] 318 | 3...5 => 0b1001, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:319:18 [INFO] [stderr] | [INFO] [stderr] 319 | 6...11 => 0b1010, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:320:19 [INFO] [stderr] | [INFO] [stderr] 320 | 12...39 => 0b1011, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:321:19 [INFO] [stderr] | [INFO] [stderr] 321 | 40...95 => 0b1100, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:322:19 [INFO] [stderr] | [INFO] [stderr] 322 | 96...191 => 0b1101, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:323:20 [INFO] [stderr] | [INFO] [stderr] 323 | 192...383 => 0b1110, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:338:18 [INFO] [stderr] | [INFO] [stderr] 338 | 3...5 => 0b101, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:339:18 [INFO] [stderr] | [INFO] [stderr] 339 | 6...11 => 0b110, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:356:18 [INFO] [stderr] | [INFO] [stderr] 356 | 3...5 => 0b101, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/rcc.rs:357:18 [INFO] [stderr] | [INFO] [stderr] 357 | 6...11 => 0b110, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 490 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [ [INFO] [stderr] 491 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stderr] 492 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stderr] 493 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 507 | | // PA15: (15, Input), [INFO] [stderr] 508 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 490 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [ [INFO] [stderr] 491 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stderr] 492 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stderr] 493 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 507 | | // PA15: (15, Input), [INFO] [stderr] 508 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 490 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [ [INFO] [stderr] 491 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stderr] 492 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stderr] 493 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 507 | | // PA15: (15, Input), [INFO] [stderr] 508 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 510 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [ [INFO] [stderr] 511 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stderr] 512 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stderr] 513 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 527 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stderr] 528 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 510 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [ [INFO] [stderr] 511 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stderr] 512 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stderr] 513 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 527 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stderr] 528 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 510 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [ [INFO] [stderr] 511 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stderr] 512 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stderr] 513 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 527 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stderr] 528 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 530 | / gpio!(GPIOC, gpioc, gpioh, gpiocen, gpiocrst, PCx, [ [INFO] [stderr] 531 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stderr] 532 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stderr] 533 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 546 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stderr] 547 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 530 | / gpio!(GPIOC, gpioc, gpioh, gpiocen, gpiocrst, PCx, [ [INFO] [stderr] 531 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stderr] 532 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stderr] 533 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 546 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stderr] 547 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 530 | / gpio!(GPIOC, gpioc, gpioh, gpiocen, gpiocrst, PCx, [ [INFO] [stderr] 531 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stderr] 532 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stderr] 533 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 546 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stderr] 547 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 549 | / gpio!(GPIOD, gpiod, gpioh, gpioden, gpiodrst, PDx, [ [INFO] [stderr] 550 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stderr] 551 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stderr] 552 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 565 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stderr] 566 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 549 | / gpio!(GPIOD, gpiod, gpioh, gpioden, gpiodrst, PDx, [ [INFO] [stderr] 550 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stderr] 551 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stderr] 552 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 565 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stderr] 566 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 549 | / gpio!(GPIOD, gpiod, gpioh, gpioden, gpiodrst, PDx, [ [INFO] [stderr] 550 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stderr] 551 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stderr] 552 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 565 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stderr] 566 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 568 | / gpio!(GPIOE, gpioe, gpioh, gpioeen, gpioerst, PEx, [ [INFO] [stderr] 569 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stderr] 570 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stderr] 571 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 584 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stderr] 585 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 568 | / gpio!(GPIOE, gpioe, gpioh, gpioeen, gpioerst, PEx, [ [INFO] [stderr] 569 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stderr] 570 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stderr] 571 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 584 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stderr] 585 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 568 | / gpio!(GPIOE, gpioe, gpioh, gpioeen, gpioerst, PEx, [ [INFO] [stderr] 569 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stderr] 570 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stderr] 571 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 584 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stderr] 585 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 587 | / gpio!(GPIOF, gpiof, gpioh, gpiofen, gpiofrst, PFx, [ [INFO] [stderr] 588 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stderr] 589 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stderr] 590 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 603 | | PF15: (pf15, 15, Input, AFRH), [INFO] [stderr] 604 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 587 | / gpio!(GPIOF, gpiof, gpioh, gpiofen, gpiofrst, PFx, [ [INFO] [stderr] 588 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stderr] 589 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stderr] 590 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 603 | | PF15: (pf15, 15, Input, AFRH), [INFO] [stderr] 604 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 587 | / gpio!(GPIOF, gpiof, gpioh, gpiofen, gpiofrst, PFx, [ [INFO] [stderr] 588 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stderr] 589 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stderr] 590 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 603 | | PF15: (pf15, 15, Input, AFRH), [INFO] [stderr] 604 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 606 | / gpio!(GPIOG, gpiog, gpioh, gpiogen, gpiogrst, PGx, [ [INFO] [stderr] 607 | | PG0: (pg0, 0, Input, AFRL), [INFO] [stderr] 608 | | PG1: (pg1, 1, Input, AFRL), [INFO] [stderr] 609 | | PG2: (pg2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 622 | | PG15: (pg15, 15, Input, AFRH), [INFO] [stderr] 623 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 606 | / gpio!(GPIOG, gpiog, gpioh, gpiogen, gpiogrst, PGx, [ [INFO] [stderr] 607 | | PG0: (pg0, 0, Input, AFRL), [INFO] [stderr] 608 | | PG1: (pg1, 1, Input, AFRL), [INFO] [stderr] 609 | | PG2: (pg2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 622 | | PG15: (pg15, 15, Input, AFRH), [INFO] [stderr] 623 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 606 | / gpio!(GPIOG, gpiog, gpioh, gpiogen, gpiogrst, PGx, [ [INFO] [stderr] 607 | | PG0: (pg0, 0, Input, AFRL), [INFO] [stderr] 608 | | PG1: (pg1, 1, Input, AFRL), [INFO] [stderr] 609 | | PG2: (pg2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 622 | | PG15: (pg15, 15, Input, AFRH), [INFO] [stderr] 623 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 625 | / gpio!(GPIOH, gpioh, gpioh, gpiohen, gpiohrst, PHx, [ [INFO] [stderr] 626 | | PH0: (ph0, 0, Input, AFRL), [INFO] [stderr] 627 | | PH1: (ph1, 1, Input, AFRL), [INFO] [stderr] 628 | | PH2: (ph2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 641 | | PH15: (ph15, 15, Input, AFRH), [INFO] [stderr] 642 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 625 | / gpio!(GPIOH, gpioh, gpioh, gpiohen, gpiohrst, PHx, [ [INFO] [stderr] 626 | | PH0: (ph0, 0, Input, AFRL), [INFO] [stderr] 627 | | PH1: (ph1, 1, Input, AFRL), [INFO] [stderr] 628 | | PH2: (ph2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 641 | | PH15: (ph15, 15, Input, AFRH), [INFO] [stderr] 642 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 490 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [ [INFO] [stderr] 491 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stderr] 492 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stderr] 493 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 507 | | // PA15: (15, Input), [INFO] [stderr] 508 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 490 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [ [INFO] [stderr] 491 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stderr] 492 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stderr] 493 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 507 | | // PA15: (15, Input), [INFO] [stderr] 508 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 490 | / gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [ [INFO] [stderr] 491 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stderr] 492 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stderr] 493 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 507 | | // PA15: (15, Input), [INFO] [stderr] 508 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 510 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [ [INFO] [stderr] 511 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stderr] 512 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stderr] 513 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 527 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stderr] 528 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 625 | / gpio!(GPIOH, gpioh, gpioh, gpiohen, gpiohrst, PHx, [ [INFO] [stderr] 626 | | PH0: (ph0, 0, Input, AFRL), [INFO] [stderr] 627 | | PH1: (ph1, 1, Input, AFRL), [INFO] [stderr] 628 | | PH2: (ph2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 641 | | PH15: (ph15, 15, Input, AFRH), [INFO] [stderr] 642 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 510 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [ [INFO] [stderr] 511 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stderr] 512 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stderr] 513 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 527 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stderr] 528 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 510 | / gpio!(GPIOB, gpiob, gpiob, gpioben, gpiobrst, PBx, [ [INFO] [stderr] 511 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stderr] 512 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stderr] 513 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 527 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stderr] 528 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 530 | / gpio!(GPIOC, gpioc, gpioh, gpiocen, gpiocrst, PCx, [ [INFO] [stderr] 531 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stderr] 532 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stderr] 533 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 546 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stderr] 547 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 530 | / gpio!(GPIOC, gpioc, gpioh, gpiocen, gpiocrst, PCx, [ [INFO] [stderr] 531 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stderr] 532 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stderr] 533 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 546 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stderr] 547 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 530 | / gpio!(GPIOC, gpioc, gpioh, gpiocen, gpiocrst, PCx, [ [INFO] [stderr] 531 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stderr] 532 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stderr] 533 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 546 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stderr] 547 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 549 | / gpio!(GPIOD, gpiod, gpioh, gpioden, gpiodrst, PDx, [ [INFO] [stderr] 550 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stderr] 551 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stderr] 552 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 565 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stderr] 566 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 549 | / gpio!(GPIOD, gpiod, gpioh, gpioden, gpiodrst, PDx, [ [INFO] [stderr] 550 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stderr] 551 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stderr] 552 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 565 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stderr] 566 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 549 | / gpio!(GPIOD, gpiod, gpioh, gpioden, gpiodrst, PDx, [ [INFO] [stderr] 550 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stderr] 551 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stderr] 552 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 565 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stderr] 566 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 568 | / gpio!(GPIOE, gpioe, gpioh, gpioeen, gpioerst, PEx, [ [INFO] [stderr] 569 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stderr] 570 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stderr] 571 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 584 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stderr] 585 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 568 | / gpio!(GPIOE, gpioe, gpioh, gpioeen, gpioerst, PEx, [ [INFO] [stderr] 569 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stderr] 570 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stderr] 571 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 584 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stderr] 585 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 568 | / gpio!(GPIOE, gpioe, gpioh, gpioeen, gpioerst, PEx, [ [INFO] [stderr] 569 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stderr] 570 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stderr] 571 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 584 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stderr] 585 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 587 | / gpio!(GPIOF, gpiof, gpioh, gpiofen, gpiofrst, PFx, [ [INFO] [stderr] 588 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stderr] 589 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stderr] 590 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 603 | | PF15: (pf15, 15, Input, AFRH), [INFO] [stderr] 604 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 587 | / gpio!(GPIOF, gpiof, gpioh, gpiofen, gpiofrst, PFx, [ [INFO] [stderr] 588 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stderr] 589 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stderr] 590 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 603 | | PF15: (pf15, 15, Input, AFRH), [INFO] [stderr] 604 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 587 | / gpio!(GPIOF, gpiof, gpioh, gpiofen, gpiofrst, PFx, [ [INFO] [stderr] 588 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stderr] 589 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stderr] 590 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 603 | | PF15: (pf15, 15, Input, AFRH), [INFO] [stderr] 604 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 606 | / gpio!(GPIOG, gpiog, gpioh, gpiogen, gpiogrst, PGx, [ [INFO] [stderr] 607 | | PG0: (pg0, 0, Input, AFRL), [INFO] [stderr] 608 | | PG1: (pg1, 1, Input, AFRL), [INFO] [stderr] 609 | | PG2: (pg2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 622 | | PG15: (pg15, 15, Input, AFRH), [INFO] [stderr] 623 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 606 | / gpio!(GPIOG, gpiog, gpioh, gpiogen, gpiogrst, PGx, [ [INFO] [stderr] 607 | | PG0: (pg0, 0, Input, AFRL), [INFO] [stderr] 608 | | PG1: (pg1, 1, Input, AFRL), [INFO] [stderr] 609 | | PG2: (pg2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 622 | | PG15: (pg15, 15, Input, AFRH), [INFO] [stderr] 623 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 606 | / gpio!(GPIOG, gpiog, gpioh, gpiogen, gpiogrst, PGx, [ [INFO] [stderr] 607 | | PG0: (pg0, 0, Input, AFRL), [INFO] [stderr] 608 | | PG1: (pg1, 1, Input, AFRL), [INFO] [stderr] 609 | | PG2: (pg2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 622 | | PG15: (pg15, 15, Input, AFRH), [INFO] [stderr] 623 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 625 | / gpio!(GPIOH, gpioh, gpioh, gpiohen, gpiohrst, PHx, [ [INFO] [stderr] 626 | | PH0: (ph0, 0, Input, AFRL), [INFO] [stderr] 627 | | PH1: (ph1, 1, Input, AFRL), [INFO] [stderr] 628 | | PH2: (ph2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 641 | | PH15: (ph15, 15, Input, AFRH), [INFO] [stderr] 642 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:207:24 [INFO] [stderr] | [INFO] [stderr] 207 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 625 | / gpio!(GPIOH, gpioh, gpioh, gpiohen, gpiohrst, PHx, [ [INFO] [stderr] 626 | | PH0: (ph0, 0, Input, AFRL), [INFO] [stderr] 627 | | PH1: (ph1, 1, Input, AFRL), [INFO] [stderr] 628 | | PH2: (ph2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 641 | | PH15: (ph15, 15, Input, AFRH), [INFO] [stderr] 642 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:474:28 [INFO] [stderr] | [INFO] [stderr] 474 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 625 | / gpio!(GPIOH, gpioh, gpioh, gpiohen, gpiohrst, PHx, [ [INFO] [stderr] 626 | | PH0: (ph0, 0, Input, AFRL), [INFO] [stderr] 627 | | PH1: (ph1, 1, Input, AFRL), [INFO] [stderr] 628 | | PH2: (ph2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 641 | | PH15: (ph15, 15, Input, AFRH), [INFO] [stderr] 642 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 34 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 34 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.20s [INFO] running `"docker" "inspect" "b5bdf80f13ac3019e08848f7e9c5183f4807dfd1ec41662fe62c39af095ccafd"` [INFO] running `"docker" "rm" "-f" "b5bdf80f13ac3019e08848f7e9c5183f4807dfd1ec41662fe62c39af095ccafd"` [INFO] [stdout] b5bdf80f13ac3019e08848f7e9c5183f4807dfd1ec41662fe62c39af095ccafd