[INFO] fetching crate stm32l151-hal 0.5.0...
[INFO] checking stm32l151-hal-0.5.0 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3
[INFO] extracting crate stm32l151-hal 0.5.0 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate stm32l151-hal 0.5.0 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-0/source/.cargo/config
[INFO] started tweaking crates.io crate stm32l151-hal 0.5.0
[INFO] finished tweaking crates.io crate stm32l151-hal 0.5.0
[INFO] tweaked toml for crates.io crate stm32l151-hal 0.5.0 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8f1a49f3c1edd07e66cc63018bb0784a0ec5e0012236426de7f00eb4ce25ded7
[INFO] running `Command { std: "docker" "start" "-a" "8f1a49f3c1edd07e66cc63018bb0784a0ec5e0012236426de7f00eb4ce25ded7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f1a49f3c1edd07e66cc63018bb0784a0ec5e0012236426de7f00eb4ce25ded7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f1a49f3c1edd07e66cc63018bb0784a0ec5e0012236426de7f00eb4ce25ded7", kill_on_drop: false }`
[INFO] [stdout] 8f1a49f3c1edd07e66cc63018bb0784a0ec5e0012236426de7f00eb4ce25ded7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 34d1d5c6dac53fb64d202342f1634c991a43acf4f5eec115ea354decb8a291db
[INFO] running `Command { std: "docker" "start" "-a" "34d1d5c6dac53fb64d202342f1634c991a43acf4f5eec115ea354decb8a291db", kill_on_drop: false }`
[INFO] [stderr] Compiling syn v1.0.75
[INFO] [stderr] Compiling stm32l1 v0.3.2
[INFO] [stderr] Checking cortex-m v0.7.3
[INFO] [stderr] Checking cortex-m v0.6.7
[INFO] [stderr] Checking cortex-m v0.5.11
[INFO] [stderr] Compiling cortex-m-rt-macros v0.6.15
[INFO] [stderr] Checking cortex-m-rt v0.6.15
[INFO] [stderr] Checking stm32l151-hal v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stdout] --> src/gpio.rs:18:32
[INFO] [stdout] |
[INFO] [stdout] 18 | use hal::digital::{InputPin, OutputPin};
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | / gpio!(GPIOA, gpioa, gpioa, gpiopaen, gpioparst, [
[INFO] [stdout] 146 | | PA0: (pa0, 0, Input, afrl),
[INFO] [stdout] 147 | | PA1: (pa1, 1, Input, afrl),
[INFO] [stdout] 148 | | PA2: (pa2, 2, Input, afrl),
[INFO] [stdout] ... |
[INFO] [stdout] 161 | | PA15: (pa15, 15, Input, afrh),
[INFO] [stdout] 162 | | ]);
[INFO] [stdout] | |___- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stdout] --> src/gpio.rs:18:42
[INFO] [stdout] |
[INFO] [stdout] 18 | use hal::digital::{InputPin, OutputPin};
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | / gpio!(GPIOA, gpioa, gpioa, gpiopaen, gpioparst, [
[INFO] [stdout] 146 | | PA0: (pa0, 0, Input, afrl),
[INFO] [stdout] 147 | | PA1: (pa1, 1, Input, afrl),
[INFO] [stdout] 148 | | PA2: (pa2, 2, Input, afrl),
[INFO] [stdout] ... |
[INFO] [stdout] 161 | | PA15: (pa15, 15, Input, afrh),
[INFO] [stdout] 162 | | ]);
[INFO] [stdout] | |___- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stdout] --> src/gpio.rs:121:22
[INFO] [stdout] |
[INFO] [stdout] 121 | impl InputPin for $PXi {
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | / gpio!(GPIOA, gpioa, gpioa, gpiopaen, gpioparst, [
[INFO] [stdout] 146 | | PA0: (pa0, 0, Input, afrl),
[INFO] [stdout] 147 | | PA1: (pa1, 1, Input, afrl),
[INFO] [stdout] 148 | | PA2: (pa2, 2, Input, afrl),
[INFO] [stdout] ... |
[INFO] [stdout] 161 | | PA15: (pa15, 15, Input, afrh),
[INFO] [stdout] 162 | | ]);
[INFO] [stdout] | |___- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stdout] --> src/gpio.rs:131:22
[INFO] [stdout] |
[INFO] [stdout] 131 | impl OutputPin for $PXi