[INFO] cloning repository https://github.com/boubaca/dk
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/boubaca/dk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboubaca%2Fdk", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboubaca%2Fdk'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 260f2a58021af210001fe2d852627e15b0024d76
[INFO] checking boubaca/dk against try#5ef65a4ed75279dc1b7a26cedc27293a9f4ca8db for pr-143717
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboubaca%2Fdk" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/boubaca/dk
[INFO] finished tweaking git repo https://github.com/boubaca/dk
[INFO] tweaked toml for git repo https://github.com/boubaca/dk written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/boubaca/dk on toolchain 5ef65a4ed75279dc1b7a26cedc27293a9f4ca8db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5ef65a4ed75279dc1b7a26cedc27293a9f4ca8db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/boubaca/dk 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" "+5ef65a4ed75279dc1b7a26cedc27293a9f4ca8db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+5ef65a4ed75279dc1b7a26cedc27293a9f4ca8db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4079bcfcb61dcceae524f837c2b3dee102a697aaa9b7a604d8f0f8143454f846
[INFO] running `Command { std: "docker" "start" "-a" "4079bcfcb61dcceae524f837c2b3dee102a697aaa9b7a604d8f0f8143454f846", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4079bcfcb61dcceae524f837c2b3dee102a697aaa9b7a604d8f0f8143454f846", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4079bcfcb61dcceae524f837c2b3dee102a697aaa9b7a604d8f0f8143454f846", kill_on_drop: false }`
[INFO] [stdout] 4079bcfcb61dcceae524f837c2b3dee102a697aaa9b7a604d8f0f8143454f846
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+5ef65a4ed75279dc1b7a26cedc27293a9f4ca8db" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 17f8fefbd85b7f92f8cd413df225d80b57f27cb56b530ca03afd8f737f9e5c5e
[INFO] running `Command { std: "docker" "start" "-a" "17f8fefbd85b7f92f8cd413df225d80b57f27cb56b530ca03afd8f737f9e5c5e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling cortex-m v0.7.7
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]    Compiling cortex-m-rt v0.7.5
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]     Checking vcell v0.1.3
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking bitfield v0.13.2
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling defmt v1.0.1 (https://github.com/knurling-rs/defmt/?rev=177c219#177c2195)
[INFO] [stderr]     Checking volatile-register v0.2.2
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling nrf52840-pac v0.12.2
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]    Compiling fixed v1.29.0
[INFO] [stderr]    Compiling defmt-macros v1.0.1 (https://github.com/knurling-rs/defmt/?rev=177c219#177c2195)
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]     Checking bytemuck v1.23.0
[INFO] [stderr]    Compiling nrf-hal-common v0.18.0
[INFO] [stderr]     Checking embedded-dma v0.2.0
[INFO] [stderr]     Checking embedded-storage v0.3.1
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling cortex-m-semihosting v0.5.0
[INFO] [stderr]    Compiling nrf52840-hal v0.18.0
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]    Compiling defmt-rtt v1.0.0 (https://github.com/knurling-rs/defmt/?rev=177c219#177c2195)
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking embedded-io v0.6.1
[INFO] [stderr]    Compiling dk v0.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling bare-metal v0.2.5
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking usb-device v0.3.2
[INFO] [stderr]     Checking grounded v0.2.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking nrf-usbd v0.3.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling cortex-m-rt-macros v0.7.5
[INFO] [stderr]    Compiling defmt-parser v1.0.0 (https://github.com/knurling-rs/defmt/?rev=177c219#177c2195)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.61s
[INFO] running `Command { std: "docker" "inspect" "17f8fefbd85b7f92f8cd413df225d80b57f27cb56b530ca03afd8f737f9e5c5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17f8fefbd85b7f92f8cd413df225d80b57f27cb56b530ca03afd8f737f9e5c5e", kill_on_drop: false }`
[INFO] [stdout] 17f8fefbd85b7f92f8cd413df225d80b57f27cb56b530ca03afd8f737f9e5c5e
