[INFO] updating cached repository https://github.com/hargoniX/stm32h7x3-hal [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4c78f9e068707a4dcc7bc315c83aa8a869cdf7f9 [INFO] checking hargoniX/stm32h7x3-hal/4c78f9e068707a4dcc7bc315c83aa8a869cdf7f9 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FhargoniX%2Fstm32h7x3-hal" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hargoniX/stm32h7x3-hal 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-9/source/.cargo/config [INFO] started tweaking git repo https://github.com/hargoniX/stm32h7x3-hal [INFO] finished tweaking git repo https://github.com/hargoniX/stm32h7x3-hal [INFO] tweaked toml for git repo https://github.com/hargoniX/stm32h7x3-hal written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/hargoniX/stm32h7x3-hal already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] b2c39d1d9d769eac3f9df70deae15aabcb3bc15bce6fa7198956333240684ad5 [INFO] running `Command { std: "docker" "start" "-a" "b2c39d1d9d769eac3f9df70deae15aabcb3bc15bce6fa7198956333240684ad5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b2c39d1d9d769eac3f9df70deae15aabcb3bc15bce6fa7198956333240684ad5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2c39d1d9d769eac3f9df70deae15aabcb3bc15bce6fa7198956333240684ad5", kill_on_drop: false }` [INFO] [stdout] b2c39d1d9d769eac3f9df70deae15aabcb3bc15bce6fa7198956333240684ad5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] a53c27a32a840777e8338efbc6da9a3823a2d14412a5a76b9d4b0dfdc104ba8c [INFO] running `Command { std: "docker" "start" "-a" "a53c27a32a840777e8338efbc6da9a3823a2d14412a5a76b9d4b0dfdc104ba8c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Checking vcell v0.1.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling cortex-m v0.6.0 [INFO] [stderr] Compiling cortex-m-rt v0.6.8 [INFO] [stderr] Compiling cortex-m v0.5.8 [INFO] [stderr] Compiling cortex-m-semihosting v0.3.3 [INFO] [stderr] Checking nb v0.1.1 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling stm32h7 v0.6.0 [INFO] [stderr] Checking r0 v0.2.2 [INFO] [stderr] Checking aligned v0.2.0 [INFO] [stderr] Checking cast v0.2.2 [INFO] [stderr] Checking panic-halt v0.2.0 [INFO] [stderr] Checking embedded-hal v0.2.2 [INFO] [stderr] Checking volatile-register v0.2.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking bme280 v0.1.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Checking generic-array v0.12.0 [INFO] [stderr] Checking as-slice v0.1.0 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling bare-metal v0.2.4 [INFO] [stderr] Checking aligned v0.3.1 [INFO] [stderr] Checking panic-itm v0.4.1 [INFO] [stderr] Checking panic-semihosting v0.5.2 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.5 [INFO] [stderr] Compiling compile_time_calculations v0.1.0 (/opt/rustwide/workdir/compile_time_calculations) [INFO] [stderr] error: could not compile `stm32h7` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name stm32h7 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stm32h7-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cortex-m-rt"' --cfg 'feature="default"' --cfg 'feature="rt"' --cfg 'feature="stm32h7x3"' -C metadata=c8943fc493a2f1f3 -C extra-filename=-c8943fc493a2f1f3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bare_metal=/opt/rustwide/target/debug/deps/libbare_metal-4055ee98116f8f49.rmeta --extern cortex_m=/opt/rustwide/target/debug/deps/libcortex_m-8768b41f135c3350.rmeta --extern cortex_m_rt=/opt/rustwide/target/debug/deps/libcortex_m_rt-f23d00b774a935c2.rmeta --extern vcell=/opt/rustwide/target/debug/deps/libvcell-b485110a8845b4d8.rmeta --cap-lints allow --cap-lints=forbid -L /opt/rustwide/target/debug/build/stm32h7-65ea7e7f48fb3c4a/out -L /opt/rustwide/target/debug/build/cortex-m-rt-3d572c830cbfcf1d/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "a53c27a32a840777e8338efbc6da9a3823a2d14412a5a76b9d4b0dfdc104ba8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a53c27a32a840777e8338efbc6da9a3823a2d14412a5a76b9d4b0dfdc104ba8c", kill_on_drop: false }` [INFO] [stdout] a53c27a32a840777e8338efbc6da9a3823a2d14412a5a76b9d4b0dfdc104ba8c