[INFO] cloning repository https://github.com/breezy-bays-labs/dry-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/breezy-bays-labs/dry-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbreezy-bays-labs%2Fdry-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbreezy-bays-labs%2Fdry-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b851de0a97346031cd8be20b653cdad78017484d
[INFO] testing breezy-bays-labs/dry-rs against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbreezy-bays-labs%2Fdry-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/breezy-bays-labs/dry-rs
[INFO] finished tweaking git repo https://github.com/breezy-bays-labs/dry-rs
[INFO] tweaked toml for git repo https://github.com/breezy-bays-labs/dry-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/breezy-bays-labs/dry-rs on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/breezy-bays-labs/dry-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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 083d2d4aa6e945f8f49b60d36200497efea4d38127709f675ff0553d7b067325
[INFO] running `Command { std: "docker" "start" "083d2d4aa6e945f8f49b60d36200497efea4d38127709f675ff0553d7b067325", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "083d2d4aa6e945f8f49b60d36200497efea4d38127709f675ff0553d7b067325", 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" "083d2d4aa6e945f8f49b60d36200497efea4d38127709f675ff0553d7b067325" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "083d2d4aa6e945f8f49b60d36200497efea4d38127709f675ff0553d7b067325", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "083d2d4aa6e945f8f49b60d36200497efea4d38127709f675ff0553d7b067325" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling phf_shared v0.12.1
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling phf_generator v0.12.1
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling dry-examples v0.1.0 (/opt/rustwide/workdir/crates/dry-examples)
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling optfield v0.4.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling phf_macros v0.12.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling phf v0.12.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.5
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling documented-macros v0.9.2
[INFO] [stderr]    Compiling askama_parser v0.16.0
[INFO] [stderr]    Compiling documented v0.9.2
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling askama_derive v0.16.0
[INFO] [stderr]    Compiling askama_macros v0.16.0
[INFO] [stderr]    Compiling askama v0.16.0
[INFO] [stderr]    Compiling dry-core v0.1.0 (/opt/rustwide/workdir/crates/dry-core)
[INFO] [stderr]    Compiling dry4rs v0.1.0 (/opt/rustwide/workdir/crates/dry4rs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
[INFO] running `Command { std: "docker" "inspect" "083d2d4aa6e945f8f49b60d36200497efea4d38127709f675ff0553d7b067325", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "083d2d4aa6e945f8f49b60d36200497efea4d38127709f675ff0553d7b067325" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling dry-core v0.1.0 (/opt/rustwide/workdir/crates/dry-core)
[INFO] [stderr]    Compiling dry4rs v0.1.0 (/opt/rustwide/workdir/crates/dry4rs)
[INFO] [stderr]    Compiling dry-examples v0.1.0 (/opt/rustwide/workdir/crates/dry-examples)
[INFO] [stderr] error: could not compile `dry-core` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name dry_core --edition=2024 crates/dry-core/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=9d780a10f8781b79 -C extra-filename=-594560f881fb0cfa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern askama=/opt/rustwide/target/debug/deps/libaskama-28f368f414843b71.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-80907afadeff6a3f.rlib --extern clap_complete=/opt/rustwide/target/debug/deps/libclap_complete-8eb4568c3092b94a.rlib --extern comfy_table=/opt/rustwide/target/debug/deps/libcomfy_table-9457bceb204f2d1c.rlib --extern documented=/opt/rustwide/target/debug/deps/libdocumented-fd5f3bb83302df82.rlib --extern globset=/opt/rustwide/target/debug/deps/libglobset-3ddb1cca564c1872.rlib --extern ignore=/opt/rustwide/target/debug/deps/libignore-7c01799de9fcaec7.rlib --extern insta=/opt/rustwide/target/debug/deps/libinsta-a746be022160fed1.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-52c9b8cbc0ef5b57.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-2f3c545c955d8b8f.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-2399a9c5f8436f2c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-151d0991d33488b7.rlib --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-f0217ecdd817a834.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-6927daf154173634.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-fe0e4b75c19d51eb.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-56b1ae68966a4885.rlib --extern toml_edit=/opt/rustwide/target/debug/deps/libtoml_edit-4e831897b4ffa1e8.rlib --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-7cc6f300a6f0bf06.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `dry-core` (test "comparison_proptest")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name comparison_proptest --edition=2024 crates/dry-core/tests/comparison_proptest.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=90802b957e3863fa -C extra-filename=-91f495247579e5b2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern askama=/opt/rustwide/target/debug/deps/libaskama-28f368f414843b71.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-80907afadeff6a3f.rlib --extern clap_complete=/opt/rustwide/target/debug/deps/libclap_complete-8eb4568c3092b94a.rlib --extern comfy_table=/opt/rustwide/target/debug/deps/libcomfy_table-9457bceb204f2d1c.rlib --extern documented=/opt/rustwide/target/debug/deps/libdocumented-fd5f3bb83302df82.rlib --extern dry_core=/opt/rustwide/target/debug/deps/libdry_core-53530d92f884c5e1.rlib --extern globset=/opt/rustwide/target/debug/deps/libglobset-3ddb1cca564c1872.rlib --extern ignore=/opt/rustwide/target/debug/deps/libignore-7c01799de9fcaec7.rlib --extern insta=/opt/rustwide/target/debug/deps/libinsta-a746be022160fed1.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-52c9b8cbc0ef5b57.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-2f3c545c955d8b8f.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-2399a9c5f8436f2c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-151d0991d33488b7.rlib --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-f0217ecdd817a834.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-6927daf154173634.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-fe0e4b75c19d51eb.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-56b1ae68966a4885.rlib --extern toml_edit=/opt/rustwide/target/debug/deps/libtoml_edit-4e831897b4ffa1e8.rlib --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-7cc6f300a6f0bf06.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "083d2d4aa6e945f8f49b60d36200497efea4d38127709f675ff0553d7b067325", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "083d2d4aa6e945f8f49b60d36200497efea4d38127709f675ff0553d7b067325", kill_on_drop: false }`
[INFO] [stdout] 083d2d4aa6e945f8f49b60d36200497efea4d38127709f675ff0553d7b067325
