[INFO] crate stm32f446-hal 0.0.1 is already in cache [INFO] testing stm32f446-hal-0.0.1 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate stm32f446-hal 0.0.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate stm32f446-hal 0.0.1 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "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-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 01ccf1376a500d63880cd017f4e0b4b3025b619cf7bf2f0111e21c817e09e80f [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" "01ccf1376a500d63880cd017f4e0b4b3025b619cf7bf2f0111e21c817e09e80f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01ccf1376a500d63880cd017f4e0b4b3025b619cf7bf2f0111e21c817e09e80f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01ccf1376a500d63880cd017f4e0b4b3025b619cf7bf2f0111e21c817e09e80f", kill_on_drop: false }` [INFO] [stdout] 01ccf1376a500d63880cd017f4e0b4b3025b619cf7bf2f0111e21c817e09e80f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 713a49b29e0a188cb39ae541dc6ddd98d3051502a37173865456216fefcbe89b [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" "713a49b29e0a188cb39ae541dc6ddd98d3051502a37173865456216fefcbe89b", kill_on_drop: false }` [INFO] [stderr] Compiling stm32f4 v0.2.3 [INFO] [stderr] Compiling nb v0.1.3 [INFO] [stderr] Compiling embedded-hal v0.2.4 [INFO] [stderr] Compiling 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: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs: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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.01s [INFO] running `Command { std: "docker" "inspect" "713a49b29e0a188cb39ae541dc6ddd98d3051502a37173865456216fefcbe89b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "713a49b29e0a188cb39ae541dc6ddd98d3051502a37173865456216fefcbe89b", kill_on_drop: false }` [INFO] [stdout] 713a49b29e0a188cb39ae541dc6ddd98d3051502a37173865456216fefcbe89b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 664765c0c9dbb6517cfe302f44d433f9d0931f1f9d25fdc84f42b76e053788f3 [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" "664765c0c9dbb6517cfe302f44d433f9d0931f1f9d25fdc84f42b76e053788f3", kill_on_drop: false }` [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 item '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] [stderr] Compiling stm32f446-hal v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs: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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: `...` 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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.97s [INFO] running `Command { std: "docker" "inspect" "664765c0c9dbb6517cfe302f44d433f9d0931f1f9d25fdc84f42b76e053788f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "664765c0c9dbb6517cfe302f44d433f9d0931f1f9d25fdc84f42b76e053788f3", kill_on_drop: false }` [INFO] [stdout] 664765c0c9dbb6517cfe302f44d433f9d0931f1f9d25fdc84f42b76e053788f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9dc6695f8ee6d0cdb00b457dbecfc2b0a92f3a9d7e98a80051c3283284bf32c7 [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" "9dc6695f8ee6d0cdb00b457dbecfc2b0a92f3a9d7e98a80051c3283284bf32c7", kill_on_drop: false }` [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: `...` 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: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: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] 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] 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] 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: 34 warnings emitted [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] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/stm32f446_hal-6d1319113714b2f3 [INFO] [stderr] Doc-tests stm32f446-hal [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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: 10 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9dc6695f8ee6d0cdb00b457dbecfc2b0a92f3a9d7e98a80051c3283284bf32c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dc6695f8ee6d0cdb00b457dbecfc2b0a92f3a9d7e98a80051c3283284bf32c7", kill_on_drop: false }` [INFO] [stdout] 9dc6695f8ee6d0cdb00b457dbecfc2b0a92f3a9d7e98a80051c3283284bf32c7