[INFO] updating cached repository https://github.com/reidwagner/discorust-led
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 3c358098c02da63baf3f329731203464ba27ec3b
[INFO] checking reidwagner/discorust-led against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freidwagner%2Fdiscorust-led" "/workspace/builds/worker-6/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/reidwagner/discorust-led on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/reidwagner/discorust-led
[INFO] finished tweaking git repo https://github.com/reidwagner/discorust-led
[INFO] tweaked toml for git repo https://github.com/reidwagner/discorust-led written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/reidwagner/discorust-led already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] c80bc336d5cd6453141bf8ff8cf6b643bdfc058d9ac7de7e7fa0a2fb730dff3c
[INFO] running `"docker" "start" "-a" "c80bc336d5cd6453141bf8ff8cf6b643bdfc058d9ac7de7e7fa0a2fb730dff3c"`
[INFO] [stderr]    Compiling syn v0.15.29
[INFO] [stderr]    Compiling rand_core v0.4.0
[INFO] [stderr]     Checking vcell v0.1.0
[INFO] [stderr]    Compiling cortex-m v0.5.8
[INFO] [stderr]    Compiling cortex-m-rt v0.6.7
[INFO] [stderr]    Compiling stm32f4 v0.6.0
[INFO] [stderr]    Compiling cortex-m-semihosting v0.3.2
[INFO] [stderr]    Compiling proc-macro2 v0.4.27
[INFO] [stderr]    Compiling bare-metal v0.2.4
[INFO] [stderr]     Checking volatile-register v0.2.0
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand v0.5.6
[INFO] [stderr]    Compiling quote v0.6.11
[INFO] [stderr]    Compiling cortex-m-rt-macros v0.1.5
[INFO] [stderr]     Checking stm32f4xx-hal v0.3.0
[INFO] [stderr]     Checking discorust-led v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: language item required, but not found: `eh_personality`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'stm32f4xx_hal::prelude::_embedded_hal_digital_OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]   --> src/main.rs:35:12
[INFO] [stderr]    |
[INFO] [stderr] 35 |     gpio13.set_high();
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'stm32f4xx_hal::prelude::_embedded_hal_digital_OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]   --> src/main.rs:38:16
[INFO] [stderr]    |
[INFO] [stderr] 38 |         gpio13.set_high();
[INFO] [stderr]    |                ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'stm32f4xx_hal::prelude::_embedded_hal_digital_OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
[INFO] [stderr]   --> src/main.rs:40:16
[INFO] [stderr]    |
[INFO] [stderr] 40 |         gpio13.set_low();
[INFO] [stderr]    |                ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `discorust-led`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "c80bc336d5cd6453141bf8ff8cf6b643bdfc058d9ac7de7e7fa0a2fb730dff3c"`
[INFO] running `"docker" "rm" "-f" "c80bc336d5cd6453141bf8ff8cf6b643bdfc058d9ac7de7e7fa0a2fb730dff3c"`
[INFO] [stdout] c80bc336d5cd6453141bf8ff8cf6b643bdfc058d9ac7de7e7fa0a2fb730dff3c
