[INFO] fetching crate dumpcode 0.2.0...
[INFO] building dumpcode-0.2.0 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] extracting crate dumpcode 0.2.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate dumpcode 0.2.0
[INFO] finished tweaking crates.io crate dumpcode 0.2.0
[INFO] tweaked toml for crates.io crate dumpcode 0.2.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dumpcode 0.2.0 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate dumpcode 0.2.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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded arboard v3.4.1
[INFO] [stderr]   Downloaded camino v1.1.9
[INFO] [stderr]   Downloaded image v0.25.5
[INFO] [stderr]   Downloaded error-code v3.3.1
[INFO] [stderr]   Downloaded charset v0.1.5
[INFO] [stderr]   Downloaded either v1.14.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 366345c59868c2c77617aefb83a4718a62aa0cfa4922372615921401070ba475
[INFO] running `Command { std: "docker" "start" "-a" "366345c59868c2c77617aefb83a4718a62aa0cfa4922372615921401070ba475", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "366345c59868c2c77617aefb83a4718a62aa0cfa4922372615921401070ba475", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "366345c59868c2c77617aefb83a4718a62aa0cfa4922372615921401070ba475", kill_on_drop: false }`
[INFO] [stdout] 366345c59868c2c77617aefb83a4718a62aa0cfa4922372615921401070ba475
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ce821639d2aa9b24ce4022af09bc3d218296ee6b074af51b724fda6c11291d1
[INFO] running `Command { std: "docker" "start" "-a" "6ce821639d2aa9b24ce4022af09bc3d218296ee6b074af51b724fda6c11291d1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling bstr v1.11.3
[INFO] [stderr]    Compiling x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling clap_builder v4.5.31
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling either v1.14.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling charset v0.1.5
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling image v0.25.5
[INFO] [stderr]    Compiling x11rb v0.13.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]    Compiling arboard v3.4.1
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling clap v4.5.31
[INFO] [stderr]    Compiling dumpcode v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.83s
[INFO] running `Command { std: "docker" "inspect" "6ce821639d2aa9b24ce4022af09bc3d218296ee6b074af51b724fda6c11291d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ce821639d2aa9b24ce4022af09bc3d218296ee6b074af51b724fda6c11291d1", kill_on_drop: false }`
[INFO] [stdout] 6ce821639d2aa9b24ce4022af09bc3d218296ee6b074af51b724fda6c11291d1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1184a83993bf28e153e4c9c4c450f17649f92717c065b96287ab1bf97c38711
[INFO] running `Command { std: "docker" "start" "-a" "c1184a83993bf28e153e4c9c4c450f17649f92717c065b96287ab1bf97c38711", kill_on_drop: false }`
[INFO] [stderr]    Compiling dumpcode v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] running `Command { std: "docker" "inspect" "c1184a83993bf28e153e4c9c4c450f17649f92717c065b96287ab1bf97c38711", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1184a83993bf28e153e4c9c4c450f17649f92717c065b96287ab1bf97c38711", kill_on_drop: false }`
[INFO] [stdout] c1184a83993bf28e153e4c9c4c450f17649f92717c065b96287ab1bf97c38711
