[INFO] cloning repository https://github.com/julius-boettger/propsolve
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/julius-boettger/propsolve" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjulius-boettger%2Fpropsolve", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjulius-boettger%2Fpropsolve'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8826c020f526c922772b2c7dc26118a8fcdacf1c
[INFO] checking julius-boettger/propsolve against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjulius-boettger%2Fpropsolve" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/julius-boettger/propsolve
[INFO] finished tweaking git repo https://github.com/julius-boettger/propsolve
[INFO] tweaked toml for git repo https://github.com/julius-boettger/propsolve written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/julius-boettger/propsolve on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/julius-boettger/propsolve 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" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded terminal_size v0.4.4
[INFO] [stderr]   Downloaded stacker v0.1.23
[INFO] [stderr]   Downloaded psm v0.1.30
[INFO] [stderr]   Downloaded chumsky v0.12.0
[INFO] [stderr]   Downloaded ariadne v0.6.0
[INFO] [stderr]   Downloaded z3-sys v0.11.0
[INFO] [stderr]   Downloaded cc v1.2.60
[INFO] [stderr]   Downloaded ar_archive_writer v0.5.1
[INFO] [stderr]   Downloaded regex-automata v0.3.9
[INFO] [stderr]   Downloaded z3 v0.20.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 28620cb38bb70e412c26c36735a18e4eb3d512fccba4dd8e0efd44824cedd426
[INFO] running `Command { std: "docker" "start" "28620cb38bb70e412c26c36735a18e4eb3d512fccba4dd8e0efd44824cedd426", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28620cb38bb70e412c26c36735a18e4eb3d512fccba4dd8e0efd44824cedd426", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "28620cb38bb70e412c26c36735a18e4eb3d512fccba4dd8e0efd44824cedd426" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28620cb38bb70e412c26c36735a18e4eb3d512fccba4dd8e0efd44824cedd426", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "28620cb38bb70e412c26c36735a18e4eb3d512fccba4dd8e0efd44824cedd426" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling z3-sys v0.11.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking unicode-segmentation v1.13.2
[INFO] [stderr]     Checking ariadne v0.6.0
[INFO] [stderr]     Checking z3 v0.20.0
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking terminal_size v0.4.4
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling stacker v0.1.23
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling ar_archive_writer v0.5.1
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling psm v0.1.30
[INFO] [stderr]     Checking chumsky v0.12.0
[INFO] [stderr]     Checking propsolve v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.94s
[INFO] running `Command { std: "docker" "inspect" "28620cb38bb70e412c26c36735a18e4eb3d512fccba4dd8e0efd44824cedd426", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28620cb38bb70e412c26c36735a18e4eb3d512fccba4dd8e0efd44824cedd426", kill_on_drop: false }`
[INFO] [stdout] 28620cb38bb70e412c26c36735a18e4eb3d512fccba4dd8e0efd44824cedd426
