[INFO] cloning repository https://github.com/batmendbar/whir [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/batmendbar/whir" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbatmendbar%2Fwhir", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbatmendbar%2Fwhir'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 88cbde0bff773104af4a09c639a32b6eff339e82 [INFO] building batmendbar/whir against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbatmendbar%2Fwhir" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/batmendbar/whir [INFO] finished tweaking git repo https://github.com/batmendbar/whir [INFO] tweaked toml for git repo https://github.com/batmendbar/whir written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/batmendbar/whir on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/batmendbar/whir 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a2423780ba2e76b45d6f8e2d5aa9844c9bfe46fb208268333121a41450ee662c [INFO] running `Command { std: "docker" "start" "-a" "a2423780ba2e76b45d6f8e2d5aa9844c9bfe46fb208268333121a41450ee662c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2423780ba2e76b45d6f8e2d5aa9844c9bfe46fb208268333121a41450ee662c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2423780ba2e76b45d6f8e2d5aa9844c9bfe46fb208268333121a41450ee662c", kill_on_drop: false }` [INFO] [stdout] a2423780ba2e76b45d6f8e2d5aa9844c9bfe46fb208268333121a41450ee662c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f737ea89d01b4b8242fde458735725cda356656ef02dd35681380ff58b3d0cc [INFO] running `Command { std: "docker" "start" "-a" "3f737ea89d01b4b8242fde458735725cda356656ef02dd35681380ff58b3d0cc", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling once_cell v1.21.1 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling cc v1.2.17 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling tracing-subscriber v0.2.25 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling clap_builder v4.5.32 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling blake3 v1.7.0 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling bytemuck v1.22.0 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling ark-std v0.5.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling enum-ordinalize-derive v4.3.1 [INFO] [stderr] Compiling ark-serialize-derive v0.5.0 [INFO] [stderr] Compiling ark-ff-macros v0.5.0 [INFO] [stderr] Compiling ark-ff-asm v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling ark-serialize v0.5.0 [INFO] [stderr] Compiling merlin v3.0.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling ark-crypto-primitives-macros v0.5.0 [INFO] [stderr] Compiling enum-ordinalize v4.3.0 [INFO] [stderr] Compiling educe v0.6.0 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling clap v4.5.32 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling ark-ff v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ark-poly v0.5.0 [INFO] [stderr] Compiling ark-relations v0.5.1 [INFO] [stderr] Compiling ark-snark v0.5.1 [INFO] [stderr] Compiling ark-ec v0.5.0 [INFO] [stderr] Compiling spongefish v0.2.0 (https://github.com/arkworks-rs/spongefish#cbdd6662) [INFO] [stderr] Compiling ark-crypto-primitives v0.5.0 [INFO] [stderr] Compiling spongefish-pow v0.1.0 (https://github.com/arkworks-rs/spongefish#cbdd6662) [INFO] [stderr] Compiling whir v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `whir` (bin "benchmark") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name benchmark --edition=2021 src/bin/benchmark.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::all' '--allow=clippy::suboptimal_flops' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::many_single_char_names' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_truncation' --cfg 'feature="default"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "parallel", "rayon", "tracing"))' -C metadata=00aac2f55d22194e -C extra-filename=-8067b3f42eaa77ad --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ark_crypto_primitives=/opt/rustwide/target/debug/deps/libark_crypto_primitives-b557513e8edc5d2e.rlib --extern ark_ff=/opt/rustwide/target/debug/deps/libark_ff-9237a66630cd1f65.rlib --extern ark_poly=/opt/rustwide/target/debug/deps/libark_poly-6dd00fa7b47d0d2c.rlib --extern ark_serialize=/opt/rustwide/target/debug/deps/libark_serialize-697ac81e7d91aa1d.rlib --extern ark_std=/opt/rustwide/target/debug/deps/libark_std-38208c72a17e4452.rlib --extern blake3=/opt/rustwide/target/debug/deps/libblake3-d826c8ef7dd61de8.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-bfc9f410f0414b12.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-28742b4ca144387c.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-3db4797dc23645d3.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-64e111d9857c0489.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-8c9c043f71b8b9db.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9e5e1c9e73b2c31f.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-7faa624690ec8f90.rlib --extern sha3=/opt/rustwide/target/debug/deps/libsha3-7b280c1e0b718d7b.rlib --extern spongefish=/opt/rustwide/target/debug/deps/libspongefish-5d18f14d5e346c45.rlib --extern spongefish_pow=/opt/rustwide/target/debug/deps/libspongefish_pow-63eab59d1fe88654.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2feaa5f29d0623c3.rlib --extern whir=/opt/rustwide/target/debug/deps/libwhir-0230bd984f9f1da9.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/blake3-3ebaa7684956a371/out -L native=/opt/rustwide/target/debug/build/blake3-3ebaa7684956a371/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `whir` (bin "main") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name main --edition=2021 src/bin/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::all' '--allow=clippy::suboptimal_flops' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::many_single_char_names' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_truncation' --cfg 'feature="default"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "parallel", "rayon", "tracing"))' -C metadata=6e39fa8163e00214 -C extra-filename=-7e684b9193f0d52c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ark_crypto_primitives=/opt/rustwide/target/debug/deps/libark_crypto_primitives-b557513e8edc5d2e.rlib --extern ark_ff=/opt/rustwide/target/debug/deps/libark_ff-9237a66630cd1f65.rlib --extern ark_poly=/opt/rustwide/target/debug/deps/libark_poly-6dd00fa7b47d0d2c.rlib --extern ark_serialize=/opt/rustwide/target/debug/deps/libark_serialize-697ac81e7d91aa1d.rlib --extern ark_std=/opt/rustwide/target/debug/deps/libark_std-38208c72a17e4452.rlib --extern blake3=/opt/rustwide/target/debug/deps/libblake3-d826c8ef7dd61de8.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-bfc9f410f0414b12.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-28742b4ca144387c.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-3db4797dc23645d3.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-64e111d9857c0489.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-8c9c043f71b8b9db.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9e5e1c9e73b2c31f.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-7faa624690ec8f90.rlib --extern sha3=/opt/rustwide/target/debug/deps/libsha3-7b280c1e0b718d7b.rlib --extern spongefish=/opt/rustwide/target/debug/deps/libspongefish-5d18f14d5e346c45.rlib --extern spongefish_pow=/opt/rustwide/target/debug/deps/libspongefish_pow-63eab59d1fe88654.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2feaa5f29d0623c3.rlib --extern whir=/opt/rustwide/target/debug/deps/libwhir-0230bd984f9f1da9.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/blake3-3ebaa7684956a371/out -L native=/opt/rustwide/target/debug/build/blake3-3ebaa7684956a371/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "3f737ea89d01b4b8242fde458735725cda356656ef02dd35681380ff58b3d0cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f737ea89d01b4b8242fde458735725cda356656ef02dd35681380ff58b3d0cc", kill_on_drop: false }` [INFO] [stdout] 3f737ea89d01b4b8242fde458735725cda356656ef02dd35681380ff58b3d0cc