[INFO] cloning repository https://github.com/missdeer/ace-tool-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/missdeer/ace-tool-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmissdeer%2Face-tool-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmissdeer%2Face-tool-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ecaca92d5086280793e654dc7dee56d403b433e
[INFO] testing missdeer/ace-tool-rs against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmissdeer%2Face-tool-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/missdeer/ace-tool-rs
[INFO] finished tweaking git repo https://github.com/missdeer/ace-tool-rs
[INFO] tweaked toml for git repo https://github.com/missdeer/ace-tool-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/missdeer/ace-tool-rs on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/missdeer/ace-tool-rs 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2792223373ba2bc099a7bb20cc7aace4e452abc51ffff85ce9ed28ff78ab6019
[INFO] running `Command { std: "docker" "start" "-a" "2792223373ba2bc099a7bb20cc7aace4e452abc51ffff85ce9ed28ff78ab6019", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2792223373ba2bc099a7bb20cc7aace4e452abc51ffff85ce9ed28ff78ab6019", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2792223373ba2bc099a7bb20cc7aace4e452abc51ffff85ce9ed28ff78ab6019", kill_on_drop: false }`
[INFO] [stdout] 2792223373ba2bc099a7bb20cc7aace4e452abc51ffff85ce9ed28ff78ab6019
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 00f622daa4f207111ffce6be0f47cf056d7638de9885bbddd9b5183365924428
[INFO] running `Command { std: "docker" "start" "-a" "00f622daa4f207111ffce6be0f47cf056d7638de9885bbddd9b5183365924428", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling libc v0.2.181
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling compression-core v0.4.31
[INFO] [stderr]    Compiling zmij v1.0.20
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling is-docker v0.2.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling is-wsl v0.4.0
[INFO] [stderr]    Compiling clap_builder v4.5.57
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling brotli v8.0.2
[INFO] [stderr]    Compiling encoding_rs_io v0.1.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling uuid v1.20.0
[INFO] [stderr]    Compiling open v5.3.3
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling compression-codecs v0.4.36
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling clap v4.5.57
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling async-compression v0.4.39
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling ace-tool-rs v0.1.16 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
[INFO] running `Command { std: "docker" "inspect" "00f622daa4f207111ffce6be0f47cf056d7638de9885bbddd9b5183365924428", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00f622daa4f207111ffce6be0f47cf056d7638de9885bbddd9b5183365924428", kill_on_drop: false }`
[INFO] [stdout] 00f622daa4f207111ffce6be0f47cf056d7638de9885bbddd9b5183365924428
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4fb631ad0e872a950050e37817ac6a8fbf6ccbf73c18ae713c590833003c04e
[INFO] running `Command { std: "docker" "start" "-a" "e4fb631ad0e872a950050e37817ac6a8fbf6ccbf73c18ae713c590833003c04e", kill_on_drop: false }`
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling ace-tool-rs v0.1.16 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `ace-tool-rs` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name ace_tool --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a5d6d159216d531 -C extra-filename=-c455ce5f9bc595c3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-09dcdff9c940b341.rlib --extern bincode=/opt/rustwide/target/debug/deps/libbincode-46fb949ef47f1062.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-53e85efbd6ba7acb.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-21990c75de6d736d.rlib --extern encoding_rs=/opt/rustwide/target/debug/deps/libencoding_rs-8656bb43f7a59443.rlib --extern encoding_rs_io=/opt/rustwide/target/debug/deps/libencoding_rs_io-0c163b5240292d40.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-78ffb2b6939b3b29.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-aa11f1b7b510398f.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-09aa3a678b9a6799.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-aac1592504894206.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-f7722214758892b0.rlib --extern ignore=/opt/rustwide/target/debug/deps/libignore-b71cd32ef21cc57b.rlib --extern open=/opt/rustwide/target/debug/deps/libopen-749e9472990570e3.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-b70ed3d550464998.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-c080f97ee61390a8.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-d1417a4219e60321.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-66ae700f1d4976ac.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-272e20708b580cb2.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-5684f42aafce0fad.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-e7917d23dfd6c50e.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-9259e78e0645cdfe.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-41dc905e61e62c1b.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-2ee13e94f1fa2bad.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-14b23d7e44451748.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-9e0e65adb9b444fb.rlib --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-ee8993f0698390b9.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-f38518a2348a36e4.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-63f1df739b18206e/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e4fb631ad0e872a950050e37817ac6a8fbf6ccbf73c18ae713c590833003c04e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4fb631ad0e872a950050e37817ac6a8fbf6ccbf73c18ae713c590833003c04e", kill_on_drop: false }`
[INFO] [stdout] e4fb631ad0e872a950050e37817ac6a8fbf6ccbf73c18ae713c590833003c04e
