[INFO] cloning repository https://github.com/liskin/2024-07-10-cargo-lock-git-bug
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/liskin/2024-07-10-cargo-lock-git-bug" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliskin%2F2024-07-10-cargo-lock-git-bug", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliskin%2F2024-07-10-cargo-lock-git-bug'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 010e8fdcd945c9ee29ec7a659ce0fa7ccae12039
[INFO] checking liskin/2024-07-10-cargo-lock-git-bug against master#36b21637e93b038453924d3c66821089e71d8baa for pr-143164
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliskin%2F2024-07-10-cargo-lock-git-bug" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/liskin/2024-07-10-cargo-lock-git-bug
[INFO] finished tweaking git repo https://github.com/liskin/2024-07-10-cargo-lock-git-bug
[INFO] tweaked toml for git repo https://github.com/liskin/2024-07-10-cargo-lock-git-bug written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/liskin/2024-07-10-cargo-lock-git-bug on toolchain 36b21637e93b038453924d3c66821089e71d8baa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/liskin/2024-07-10-cargo-lock-git-bug 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" "+36b21637e93b038453924d3c66821089e71d8baa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/tokio-rs/tracing`
[INFO] [stderr]     Updating git repository `https://github.com/tokio-rs/tracing`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d05e53f464be1324f9c16f30a71ff83ca68899aa3afd0e0568040394c71e4f15
[INFO] running `Command { std: "docker" "start" "-a" "d05e53f464be1324f9c16f30a71ff83ca68899aa3afd0e0568040394c71e4f15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d05e53f464be1324f9c16f30a71ff83ca68899aa3afd0e0568040394c71e4f15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d05e53f464be1324f9c16f30a71ff83ca68899aa3afd0e0568040394c71e4f15", kill_on_drop: false }`
[INFO] [stdout] d05e53f464be1324f9c16f30a71ff83ca68899aa3afd0e0568040394c71e4f15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 31ee5784d6bbcb82e95679ef676a8c382fb45cb167c725c3c694a7555033061c
[INFO] running `Command { std: "docker" "start" "-a" "31ee5784d6bbcb82e95679ef676a8c382fb45cb167c725c3c694a7555033061c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing-core v0.1.32 (https://github.com/tokio-rs/tracing?branch=v0.1.x#6d00d7d9)
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking tracing-log v0.2.0 (https://github.com/tokio-rs/tracing?branch=v0.1.x#6d00d7d9)
[INFO] [stderr]     Checking tracing-subscriber v0.3.18 (https://github.com/tokio-rs/tracing?branch=v0.1.x#6d00d7d9)
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.70
[INFO] [stderr]    Compiling tracing-attributes v0.1.27 (https://github.com/tokio-rs/tracing?branch=v0.1.x#6d00d7d9)
[INFO] [stderr]     Checking tracing v0.1.40 (https://github.com/tokio-rs/tracing?branch=v0.1.x#6d00d7d9)
[INFO] [stderr]     Checking cargobug v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s
[INFO] running `Command { std: "docker" "inspect" "31ee5784d6bbcb82e95679ef676a8c382fb45cb167c725c3c694a7555033061c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31ee5784d6bbcb82e95679ef676a8c382fb45cb167c725c3c694a7555033061c", kill_on_drop: false }`
[INFO] [stdout] 31ee5784d6bbcb82e95679ef676a8c382fb45cb167c725c3c694a7555033061c
