[INFO] crate stm32f446-hal 0.0.1 is already in cache [INFO] extracting crate stm32f446-hal 0.0.1 into work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/stm32f446-hal/0.0.1 [INFO] extracting crate stm32f446-hal 0.0.1 into work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/stm32f446-hal/0.0.1 [INFO] validating manifest of stm32f446-hal-0.0.1 on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of stm32f446-hal-0.0.1 on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing stm32f446-hal-0.0.1 [INFO] finished frobbing stm32f446-hal-0.0.1 [INFO] frobbed toml for stm32f446-hal-0.0.1 written to work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/stm32f446-hal/0.0.1/Cargo.toml [INFO] started frobbing stm32f446-hal-0.0.1 [INFO] finished frobbing stm32f446-hal-0.0.1 [INFO] frobbed toml for stm32f446-hal-0.0.1 written to work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/stm32f446-hal/0.0.1/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking stm32f446-hal-0.0.1 against try#f45cc3094ee337acd688771b9234318046b0572d for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-6/try#f45cc3094ee337acd688771b9234318046b0572d:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/stm32f446-hal/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e1976a154e8706962f60c817df134ddaf67e8348cfa72ed269b722600cdce7c6 [INFO] running `"docker" "start" "-a" "e1976a154e8706962f60c817df134ddaf67e8348cfa72ed269b722600cdce7c6"` [INFO] [stderr] Compiling stm32f4 v0.2.3 [INFO] [stderr] Checking nb v0.1.2 [INFO] [stderr] Checking embedded-hal v0.2.3 [INFO] [stderr] Checking stm32f446-hal v0.0.1 (/opt/crater/workdir) [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] [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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] [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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] Finished dev [unoptimized + debuginfo] target(s) in 1m 00s [INFO] running `"docker" "inspect" "e1976a154e8706962f60c817df134ddaf67e8348cfa72ed269b722600cdce7c6"` [INFO] running `"docker" "rm" "-f" "e1976a154e8706962f60c817df134ddaf67e8348cfa72ed269b722600cdce7c6"` [INFO] [stdout] e1976a154e8706962f60c817df134ddaf67e8348cfa72ed269b722600cdce7c6