[INFO] crate stm32f30x-hal 0.2.0 is already in cache [INFO] extracting crate stm32f30x-hal 0.2.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/stm32f30x-hal/0.2.0 [INFO] extracting crate stm32f30x-hal 0.2.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/stm32f30x-hal/0.2.0 [INFO] validating manifest of stm32f30x-hal-0.2.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of stm32f30x-hal-0.2.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing stm32f30x-hal-0.2.0 [INFO] finished frobbing stm32f30x-hal-0.2.0 [INFO] frobbed toml for stm32f30x-hal-0.2.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/stm32f30x-hal/0.2.0/Cargo.toml [INFO] started frobbing stm32f30x-hal-0.2.0 [INFO] finished frobbing stm32f30x-hal-0.2.0 [INFO] frobbed toml for stm32f30x-hal-0.2.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/stm32f30x-hal/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing stm32f30x-hal-0.2.0 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/stm32f30x-hal/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] c41d8ce6e0cd97b961dd093c7954de619d54ea0cb9e6d0307391b8bf25a4ab7d [INFO] running `"docker" "start" "-a" "c41d8ce6e0cd97b961dd093c7954de619d54ea0cb9e6d0307391b8bf25a4ab7d"` [INFO] [stderr] Compiling stm32f30x v0.7.1 [INFO] [stderr] Compiling stm32f30x-hal v0.2.0 (/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] 472 | / gpio!(GPIOA, gpioa, gpioa, iopaen, ioparst, PAx, [ [INFO] [stderr] 473 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stderr] 474 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stderr] 475 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 489 | | // PA15: (15, Input), [INFO] [stderr] 490 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(deprecated)] implied by #[warn(warnings)] [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:206:24 [INFO] [stderr] | [INFO] [stderr] 206 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 472 | / gpio!(GPIOA, gpioa, gpioa, iopaen, ioparst, PAx, [ [INFO] [stderr] 473 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stderr] 474 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stderr] 475 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 489 | | // PA15: (15, Input), [INFO] [stderr] 490 | | ]); [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:456:28 [INFO] [stderr] | [INFO] [stderr] 456 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 472 | / gpio!(GPIOA, gpioa, gpioa, iopaen, ioparst, PAx, [ [INFO] [stderr] 473 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stderr] 474 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stderr] 475 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 489 | | // PA15: (15, Input), [INFO] [stderr] 490 | | ]); [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] 492 | / gpio!(GPIOB, gpiob, gpiob, iopben, iopbrst, PBx, [ [INFO] [stderr] 493 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stderr] 494 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stderr] 495 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 509 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stderr] 510 | | ]); [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:206:24 [INFO] [stderr] | [INFO] [stderr] 206 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 492 | / gpio!(GPIOB, gpiob, gpiob, iopben, iopbrst, PBx, [ [INFO] [stderr] 493 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stderr] 494 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stderr] 495 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 509 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stderr] 510 | | ]); [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:456:28 [INFO] [stderr] | [INFO] [stderr] 456 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 492 | / gpio!(GPIOB, gpiob, gpiob, iopben, iopbrst, PBx, [ [INFO] [stderr] 493 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stderr] 494 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stderr] 495 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 509 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stderr] 510 | | ]); [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] 512 | / gpio!(GPIOC, gpioc, gpioc, iopcen, iopcrst, PCx, [ [INFO] [stderr] 513 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stderr] 514 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stderr] 515 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 528 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stderr] 529 | | ]); [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:206:24 [INFO] [stderr] | [INFO] [stderr] 206 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 512 | / gpio!(GPIOC, gpioc, gpioc, iopcen, iopcrst, PCx, [ [INFO] [stderr] 513 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stderr] 514 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stderr] 515 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 528 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stderr] 529 | | ]); [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:456:28 [INFO] [stderr] | [INFO] [stderr] 456 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 512 | / gpio!(GPIOC, gpioc, gpioc, iopcen, iopcrst, PCx, [ [INFO] [stderr] 513 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stderr] 514 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stderr] 515 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 528 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stderr] 529 | | ]); [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] 531 | / gpio!(GPIOD, gpiod, gpioc, iopden, iopdrst, PDx, [ [INFO] [stderr] 532 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stderr] 533 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stderr] 534 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 547 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stderr] 548 | | ]); [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:206:24 [INFO] [stderr] | [INFO] [stderr] 206 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 531 | / gpio!(GPIOD, gpiod, gpioc, iopden, iopdrst, PDx, [ [INFO] [stderr] 532 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stderr] 533 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stderr] 534 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 547 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stderr] 548 | | ]); [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:456:28 [INFO] [stderr] | [INFO] [stderr] 456 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 531 | / gpio!(GPIOD, gpiod, gpioc, iopden, iopdrst, PDx, [ [INFO] [stderr] 532 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stderr] 533 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stderr] 534 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 547 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stderr] 548 | | ]); [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] 550 | / gpio!(GPIOE, gpioe, gpioc, iopeen, ioperst, PEx, [ [INFO] [stderr] 551 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stderr] 552 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stderr] 553 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 566 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stderr] 567 | | ]); [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:206:24 [INFO] [stderr] | [INFO] [stderr] 206 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 550 | / gpio!(GPIOE, gpioe, gpioc, iopeen, ioperst, PEx, [ [INFO] [stderr] 551 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stderr] 552 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stderr] 553 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 566 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stderr] 567 | | ]); [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:456:28 [INFO] [stderr] | [INFO] [stderr] 456 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 550 | / gpio!(GPIOE, gpioe, gpioc, iopeen, ioperst, PEx, [ [INFO] [stderr] 551 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stderr] 552 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stderr] 553 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 566 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stderr] 567 | | ]); [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] 569 | / gpio!(GPIOF, gpiof, gpioc, iopfen, iopfrst, PFx, [ [INFO] [stderr] 570 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stderr] 571 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stderr] 572 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 576 | | PF10: (pf10, 10, Input, AFRH), [INFO] [stderr] 577 | | ]); [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:206:24 [INFO] [stderr] | [INFO] [stderr] 206 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 569 | / gpio!(GPIOF, gpiof, gpioc, iopfen, iopfrst, PFx, [ [INFO] [stderr] 570 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stderr] 571 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stderr] 572 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 576 | | PF10: (pf10, 10, Input, AFRH), [INFO] [stderr] 577 | | ]); [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:456:28 [INFO] [stderr] | [INFO] [stderr] 456 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 569 | / gpio!(GPIOF, gpiof, gpioc, iopfen, iopfrst, PFx, [ [INFO] [stderr] 570 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stderr] 571 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stderr] 572 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 576 | | PF10: (pf10, 10, Input, AFRH), [INFO] [stderr] 577 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.63s [INFO] running `"docker" "inspect" "c41d8ce6e0cd97b961dd093c7954de619d54ea0cb9e6d0307391b8bf25a4ab7d"` [INFO] running `"docker" "rm" "-f" "c41d8ce6e0cd97b961dd093c7954de619d54ea0cb9e6d0307391b8bf25a4ab7d"` [INFO] [stdout] c41d8ce6e0cd97b961dd093c7954de619d54ea0cb9e6d0307391b8bf25a4ab7d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/stm32f30x-hal/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] fd907d9aa2712d7118c12d13a3c7d018502cac4c5e9d2753680bf351101637fb [INFO] running `"docker" "start" "-a" "fd907d9aa2712d7118c12d13a3c7d018502cac4c5e9d2753680bf351101637fb"` [INFO] [stderr] Compiling stm32f30x-hal v0.2.0 (/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] 472 | / gpio!(GPIOA, gpioa, gpioa, iopaen, ioparst, PAx, [ [INFO] [stderr] 473 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stderr] 474 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stderr] 475 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 489 | | // PA15: (15, Input), [INFO] [stderr] 490 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(deprecated)] implied by #[warn(warnings)] [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:206:24 [INFO] [stderr] | [INFO] [stderr] 206 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 472 | / gpio!(GPIOA, gpioa, gpioa, iopaen, ioparst, PAx, [ [INFO] [stderr] 473 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stderr] 474 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stderr] 475 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 489 | | // PA15: (15, Input), [INFO] [stderr] 490 | | ]); [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:456:28 [INFO] [stderr] | [INFO] [stderr] 456 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 472 | / gpio!(GPIOA, gpioa, gpioa, iopaen, ioparst, PAx, [ [INFO] [stderr] 473 | | PA0: (pa0, 0, Input, AFRL), [INFO] [stderr] 474 | | PA1: (pa1, 1, Input, AFRL), [INFO] [stderr] 475 | | PA2: (pa2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 489 | | // PA15: (15, Input), [INFO] [stderr] 490 | | ]); [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] 492 | / gpio!(GPIOB, gpiob, gpiob, iopben, iopbrst, PBx, [ [INFO] [stderr] 493 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stderr] 494 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stderr] 495 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 509 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stderr] 510 | | ]); [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:206:24 [INFO] [stderr] | [INFO] [stderr] 206 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 492 | / gpio!(GPIOB, gpiob, gpiob, iopben, iopbrst, PBx, [ [INFO] [stderr] 493 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stderr] 494 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stderr] 495 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 509 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stderr] 510 | | ]); [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:456:28 [INFO] [stderr] | [INFO] [stderr] 456 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 492 | / gpio!(GPIOB, gpiob, gpiob, iopben, iopbrst, PBx, [ [INFO] [stderr] 493 | | PB0: (pb0, 0, Input, AFRL), [INFO] [stderr] 494 | | PB1: (pb1, 1, Input, AFRL), [INFO] [stderr] 495 | | PB2: (pb2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 509 | | PB15: (pb15, 15, Input, AFRH), [INFO] [stderr] 510 | | ]); [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] 512 | / gpio!(GPIOC, gpioc, gpioc, iopcen, iopcrst, PCx, [ [INFO] [stderr] 513 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stderr] 514 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stderr] 515 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 528 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stderr] 529 | | ]); [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:206:24 [INFO] [stderr] | [INFO] [stderr] 206 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 512 | / gpio!(GPIOC, gpioc, gpioc, iopcen, iopcrst, PCx, [ [INFO] [stderr] 513 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stderr] 514 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stderr] 515 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 528 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stderr] 529 | | ]); [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:456:28 [INFO] [stderr] | [INFO] [stderr] 456 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 512 | / gpio!(GPIOC, gpioc, gpioc, iopcen, iopcrst, PCx, [ [INFO] [stderr] 513 | | PC0: (pc0, 0, Input, AFRL), [INFO] [stderr] 514 | | PC1: (pc1, 1, Input, AFRL), [INFO] [stderr] 515 | | PC2: (pc2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 528 | | PC15: (pc15, 15, Input, AFRH), [INFO] [stderr] 529 | | ]); [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] 531 | / gpio!(GPIOD, gpiod, gpioc, iopden, iopdrst, PDx, [ [INFO] [stderr] 532 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stderr] 533 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stderr] 534 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 547 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stderr] 548 | | ]); [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:206:24 [INFO] [stderr] | [INFO] [stderr] 206 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 531 | / gpio!(GPIOD, gpiod, gpioc, iopden, iopdrst, PDx, [ [INFO] [stderr] 532 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stderr] 533 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stderr] 534 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 547 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stderr] 548 | | ]); [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:456:28 [INFO] [stderr] | [INFO] [stderr] 456 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 531 | / gpio!(GPIOD, gpiod, gpioc, iopden, iopdrst, PDx, [ [INFO] [stderr] 532 | | PD0: (pd0, 0, Input, AFRL), [INFO] [stderr] 533 | | PD1: (pd1, 1, Input, AFRL), [INFO] [stderr] 534 | | PD2: (pd2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 547 | | PD15: (pd15, 15, Input, AFRH), [INFO] [stderr] 548 | | ]); [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] 550 | / gpio!(GPIOE, gpioe, gpioc, iopeen, ioperst, PEx, [ [INFO] [stderr] 551 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stderr] 552 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stderr] 553 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 566 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stderr] 567 | | ]); [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:206:24 [INFO] [stderr] | [INFO] [stderr] 206 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 550 | / gpio!(GPIOE, gpioe, gpioc, iopeen, ioperst, PEx, [ [INFO] [stderr] 551 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stderr] 552 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stderr] 553 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 566 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stderr] 567 | | ]); [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:456:28 [INFO] [stderr] | [INFO] [stderr] 456 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 550 | / gpio!(GPIOE, gpioe, gpioc, iopeen, ioperst, PEx, [ [INFO] [stderr] 551 | | PE0: (pe0, 0, Input, AFRL), [INFO] [stderr] 552 | | PE1: (pe1, 1, Input, AFRL), [INFO] [stderr] 553 | | PE2: (pe2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 566 | | PE15: (pe15, 15, Input, AFRH), [INFO] [stderr] 567 | | ]); [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] 569 | / gpio!(GPIOF, gpiof, gpioc, iopfen, iopfrst, PFx, [ [INFO] [stderr] 570 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stderr] 571 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stderr] 572 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 576 | | PF10: (pf10, 10, Input, AFRH), [INFO] [stderr] 577 | | ]); [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:206:24 [INFO] [stderr] | [INFO] [stderr] 206 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 569 | / gpio!(GPIOF, gpiof, gpioc, iopfen, iopfrst, PFx, [ [INFO] [stderr] 570 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stderr] 571 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stderr] 572 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 576 | | PF10: (pf10, 10, Input, AFRH), [INFO] [stderr] 577 | | ]); [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:456:28 [INFO] [stderr] | [INFO] [stderr] 456 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 569 | / gpio!(GPIOF, gpiof, gpioc, iopfen, iopfrst, PFx, [ [INFO] [stderr] 570 | | PF0: (pf0, 0, Input, AFRL), [INFO] [stderr] 571 | | PF1: (pf1, 1, Input, AFRL), [INFO] [stderr] 572 | | PF2: (pf2, 2, Input, AFRL), [INFO] [stderr] ... | [INFO] [stderr] 576 | | PF10: (pf10, 10, Input, AFRH), [INFO] [stderr] 577 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.03s [INFO] running `"docker" "inspect" "fd907d9aa2712d7118c12d13a3c7d018502cac4c5e9d2753680bf351101637fb"` [INFO] running `"docker" "rm" "-f" "fd907d9aa2712d7118c12d13a3c7d018502cac4c5e9d2753680bf351101637fb"` [INFO] [stdout] fd907d9aa2712d7118c12d13a3c7d018502cac4c5e9d2753680bf351101637fb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/stm32f30x-hal/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] f59c9fb751760990ebf7bc3d99773c81f13de473ec373ca1a60a079373cdeb64 [INFO] running `"docker" "start" "-a" "f59c9fb751760990ebf7bc3d99773c81f13de473ec373ca1a60a079373cdeb64"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/stm32f30x_hal-c73a0f45b18e2ddb [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] Doc-tests stm32f30x-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] running `"docker" "inspect" "f59c9fb751760990ebf7bc3d99773c81f13de473ec373ca1a60a079373cdeb64"` [INFO] running `"docker" "rm" "-f" "f59c9fb751760990ebf7bc3d99773c81f13de473ec373ca1a60a079373cdeb64"` [INFO] [stdout] f59c9fb751760990ebf7bc3d99773c81f13de473ec373ca1a60a079373cdeb64