[INFO] fetching crate stm32f411ve-disco 0.1.0...
[INFO] testing stm32f411ve-disco-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate stm32f411ve-disco 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate stm32f411ve-disco 0.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate stm32f411ve-disco 0.1.0
[INFO] tweaked toml for crates.io crate stm32f411ve-disco 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate stm32f411ve-disco 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate stm32f411ve-disco 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 64beb3c0a56648197898e2276434e5f338b3cf1f08aa06e906b941f53eb697a1
[INFO] running `Command { std: "docker" "start" "-a" "64beb3c0a56648197898e2276434e5f338b3cf1f08aa06e906b941f53eb697a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64beb3c0a56648197898e2276434e5f338b3cf1f08aa06e906b941f53eb697a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64beb3c0a56648197898e2276434e5f338b3cf1f08aa06e906b941f53eb697a1", kill_on_drop: false }`
[INFO] [stdout] 64beb3c0a56648197898e2276434e5f338b3cf1f08aa06e906b941f53eb697a1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf265a632bd14c91572cee3f3a1bb5a6fa539a2a594b6e6dfa2d355d381a15f0
[INFO] running `Command { std: "docker" "start" "-a" "bf265a632bd14c91572cee3f3a1bb5a6fa539a2a594b6e6dfa2d355d381a15f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling defmt v1.0.1
[INFO] [stderr]    Compiling defmt-macros v1.0.1
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling cortex-m v0.7.7
[INFO] [stderr]    Compiling nb v1.1.0
[INFO] [stderr]    Compiling cortex-m-rt v0.7.5
[INFO] [stderr]    Compiling critical-section v1.2.0
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling vcell v0.1.3
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stdout] error[E0463]: can't find crate for `core`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the `thumbv7em-none-eabihf` target may not be installed
[INFO] [stdout]   = help: consider downloading the target with `rustup target add thumbv7em-none-eabihf`
[INFO] [stdout]   = help: consider building the standard library from source with `cargo build -Zbuild-std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `core`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the `thumbv7em-none-eabihf` target may not be installed
[INFO] [stdout]   = help: consider downloading the target with `rustup target add thumbv7em-none-eabihf`
[INFO] [stdout]   = help: consider building the standard library from source with `cargo build -Zbuild-std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nb` (lib) due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0463]: can't find crate for `core`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the `thumbv7em-none-eabihf` target may not be installed
[INFO] [stdout]   = help: consider downloading the target with `rustup target add thumbv7em-none-eabihf`
[INFO] [stdout]   = help: consider building the standard library from source with `cargo build -Zbuild-std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `core`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the `thumbv7em-none-eabihf` target may not be installed
[INFO] [stdout]   = help: consider downloading the target with `rustup target add thumbv7em-none-eabihf`
[INFO] [stdout]   = help: consider building the standard library from source with `cargo build -Zbuild-std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bitflags` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `byteorder` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `vcell` (lib) due to 1 previous error
[INFO] [stdout] error[E0463]: can't find crate for `core`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the `thumbv7em-none-eabihf` target may not be installed
[INFO] [stdout]   = help: consider downloading the target with `rustup target add thumbv7em-none-eabihf`
[INFO] [stdout]   = help: consider building the standard library from source with `cargo build -Zbuild-std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `void` (lib) due to 1 previous error
[INFO] [stdout] error[E0463]: can't find crate for `core`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the `thumbv7em-none-eabihf` target may not be installed
[INFO] [stdout]   = help: consider downloading the target with `rustup target add thumbv7em-none-eabihf`
[INFO] [stdout]   = help: consider building the standard library from source with `cargo build -Zbuild-std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `core`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the `thumbv7em-none-eabihf` target may not be installed
[INFO] [stdout]   = help: consider downloading the target with `rustup target add thumbv7em-none-eabihf`
[INFO] [stdout]   = help: consider building the standard library from source with `cargo build -Zbuild-std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `critical-section` (lib) due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `stable_deref_trait` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "bf265a632bd14c91572cee3f3a1bb5a6fa539a2a594b6e6dfa2d355d381a15f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf265a632bd14c91572cee3f3a1bb5a6fa539a2a594b6e6dfa2d355d381a15f0", kill_on_drop: false }`
[INFO] [stdout] bf265a632bd14c91572cee3f3a1bb5a6fa539a2a594b6e6dfa2d355d381a15f0
