[INFO] cloning repository https://github.com/t0rbik/carbon-decode
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/t0rbik/carbon-decode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft0rbik%2Fcarbon-decode", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft0rbik%2Fcarbon-decode'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0e9dffae192217d8123a3992ab78a92faabe0879
[INFO] checking t0rbik/carbon-decode against master#42f4793e5a514858221b07ac379029d90353913e for pr-148952
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft0rbik%2Fcarbon-decode" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/t0rbik/carbon-decode
[INFO] finished tweaking git repo https://github.com/t0rbik/carbon-decode
[INFO] tweaked toml for git repo https://github.com/t0rbik/carbon-decode written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/t0rbik/carbon-decode on toolchain 42f4793e5a514858221b07ac379029d90353913e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/t0rbik/carbon-decode 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" "+42f4793e5a514858221b07ac379029d90353913e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded alloy-sol-macro-expander v0.8.22
[INFO] [stderr]   Downloaded alloy-sol-macro-input v0.8.22
[INFO] [stderr]   Downloaded alloy-core v0.8.22
[INFO] [stderr]   Downloaded alloy-sol-type-parser v0.8.22
[INFO] [stderr]   Downloaded alloy-sol-macro v0.8.22
[INFO] [stderr]   Downloaded alloy-json-abi v0.8.22
[INFO] [stderr]   Downloaded base64ct v1.7.1
[INFO] [stderr]   Downloaded syn-solidity v0.8.22
[INFO] [stderr]   Downloaded alloy-dyn-abi v0.8.22
[INFO] [stderr]   Downloaded alloy-sol-types v0.8.22
[INFO] [stderr]   Downloaded alloy-primitives v0.8.22
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2fce3d7ba4166ad54e741308956bfecc70dcfc75630152e0f86a8e8917e28efe
[INFO] running `Command { std: "docker" "start" "-a" "2fce3d7ba4166ad54e741308956bfecc70dcfc75630152e0f86a8e8917e28efe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2fce3d7ba4166ad54e741308956bfecc70dcfc75630152e0f86a8e8917e28efe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2fce3d7ba4166ad54e741308956bfecc70dcfc75630152e0f86a8e8917e28efe", kill_on_drop: false }`
[INFO] [stdout] 2fce3d7ba4166ad54e741308956bfecc70dcfc75630152e0f86a8e8917e28efe
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 76b2161765ae1fee5e5a4c95036061175989f0888edc17efb3cbb0fa4f385623
[INFO] running `Command { std: "docker" "start" "-a" "76b2161765ae1fee5e5a4c95036061175989f0888edc17efb3cbb0fa4f385623", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling const-hex v1.14.0
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]     Checking once_cell v1.21.0
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling syn-solidity v0.8.22
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]    Compiling alloy-sol-macro-input v0.8.22
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling alloy-sol-macro-expander v0.8.22
[INFO] [stderr]    Compiling alloy-sol-macro v0.8.22
[INFO] [stderr]     Checking ruint v1.13.1
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking alloy-primitives v0.8.22
[INFO] [stderr]     Checking alloy-sol-types v0.8.22
[INFO] [stderr]     Checking alloy-core v0.8.22
[INFO] [stderr]     Checking carbon-defi-decode v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.16s
[INFO] running `Command { std: "docker" "inspect" "76b2161765ae1fee5e5a4c95036061175989f0888edc17efb3cbb0fa4f385623", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76b2161765ae1fee5e5a4c95036061175989f0888edc17efb3cbb0fa4f385623", kill_on_drop: false }`
[INFO] [stdout] 76b2161765ae1fee5e5a4c95036061175989f0888edc17efb3cbb0fa4f385623
