[INFO] cloning repository https://github.com/kilic/whir
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kilic/whir" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkilic%2Fwhir", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkilic%2Fwhir'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bb44c6fd55b449eb064ee0263e0a2652bb1fd59e
[INFO] testing kilic/whir against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkilic%2Fwhir" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kilic/whir
[INFO] finished tweaking git repo https://github.com/kilic/whir
[INFO] tweaked toml for git repo https://github.com/kilic/whir written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kilic/whir on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kilic/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" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/plonky3/plonky3.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded transpose v0.2.3
[INFO] [stderr]   Downloaded tracing-forest v0.1.6
[INFO] [stderr]   Downloaded strength_reduce v0.2.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 45f0c20e16fec85f10b892af72d48ac64b09953c8b910e921141d0c4226e4d21
[INFO] running `Command { std: "docker" "start" "-a" "45f0c20e16fec85f10b892af72d48ac64b09953c8b910e921141d0c4226e4d21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "45f0c20e16fec85f10b892af72d48ac64b09953c8b910e921141d0c4226e4d21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45f0c20e16fec85f10b892af72d48ac64b09953c8b910e921141d0c4226e4d21", kill_on_drop: false }`
[INFO] [stdout] 45f0c20e16fec85f10b892af72d48ac64b09953c8b910e921141d0c4226e4d21
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b6418559c44fd42ed41723301bf60ecc1d89d2b362e073b92f2b450d547fb899
[INFO] running `Command { std: "docker" "start" "-a" "b6418559c44fd42ed41723301bf60ecc1d89d2b362e073b92f2b450d547fb899", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling spin v0.10.0
[INFO] [stderr]    Compiling p3-maybe-rayon v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling transpose v0.2.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling p3-util v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling p3-field v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-matrix v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-symmetric v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-challenger v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-dft v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-multilinear-util v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-mds v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-poseidon2 v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-monty-31 v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-goldilocks v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-baby-bear v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-koala-bear v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling whir v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.19s
[INFO] running `Command { std: "docker" "inspect" "b6418559c44fd42ed41723301bf60ecc1d89d2b362e073b92f2b450d547fb899", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6418559c44fd42ed41723301bf60ecc1d89d2b362e073b92f2b450d547fb899", kill_on_drop: false }`
[INFO] [stdout] b6418559c44fd42ed41723301bf60ecc1d89d2b362e073b92f2b450d547fb899
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ac13dd523347101c8eeb5ff509cc5cd9946fe7a979e250566128a13a8c96d7fe
[INFO] running `Command { std: "docker" "start" "-a" "ac13dd523347101c8eeb5ff509cc5cd9946fe7a979e250566128a13a8c96d7fe", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling clap_builder v4.5.49
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling transpose v0.2.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling clap v4.5.49
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tracing-forest v0.1.6
[INFO] [stderr]    Compiling p3-util v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling p3-field v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-matrix v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-symmetric v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-challenger v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-dft v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-multilinear-util v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-mds v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-poseidon2 v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-monty-31 v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-goldilocks v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-koala-bear v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling p3-baby-bear v0.3.0 (https://github.com/plonky3/plonky3.git#b1f8c020)
[INFO] [stderr]    Compiling whir v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 36.21s
[INFO] running `Command { std: "docker" "inspect" "ac13dd523347101c8eeb5ff509cc5cd9946fe7a979e250566128a13a8c96d7fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac13dd523347101c8eeb5ff509cc5cd9946fe7a979e250566128a13a8c96d7fe", kill_on_drop: false }`
[INFO] [stdout] ac13dd523347101c8eeb5ff509cc5cd9946fe7a979e250566128a13a8c96d7fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 464d31a76b73290b35f6277b792b2751c1a11eb8241404d3098b32f9dcb04808
[INFO] running `Command { std: "docker" "start" "-a" "464d31a76b73290b35f6277b792b2751c1a11eb8241404d3098b32f9dcb04808", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.70s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/whir-9a1dc9f6a98274ca)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test merkle::test::bench_merkle_base_packed ... ignored
[INFO] [stdout] test merkle::test::bench_merkle_ext_packed ... ignored
[INFO] [stdout] test pcs::test::test_simple_whir_no_transpose ... ok
[INFO] [stdout] test pcs::test::whir_bench ... ignored
[INFO] [stdout] test poly::test::test_eq ... ok
[INFO] [stdout] test pcs::sumcheck::compress::eq::test::test_compress_eqs ... ok
[INFO] [stdout] test poly::test::test_univariate ... ok
[INFO] [stdout] test poly::test::test_multilinear ... ok
[INFO] [stdout] test transcript::test::test_test_transcript ... ok
[INFO] [stdout] test pcs::sumcheck::compress::pow::test::test_compress_pows ... ok
[INFO] [stdout] test pcs::test::test_simple_whir ... ok
[INFO] [stdout] test utils::tests::test_par_horner ... ok
[INFO] [stdout] test merkle::test::test_merkle_base_rustcrypto ... ok
[INFO] [stdout] test merkle::test::test_merkle_ext_rustcrypto ... ok
[INFO] [stdout] test transcript::test::test_transcript_poseidon ... ok
[INFO] [stdout] test pcs::sumcheck::test::test_compress_packed ... ok
[INFO] [stdout] test pcs::sumcheck::compress::test::test_compress_packed ... ok
[INFO] [stdout] test transcript::test::test_transcript_rustcrypto ... ok
[INFO] [stdout] test pcs::sumcheck::test::test_sumcheck ... ok
[INFO] [stdout] test merkle::test::test_merkle_ext_packed ... ok
[INFO] [stdout] test merkle::test::test_merkle_ext ... ok
[INFO] [stdout] test merkle::test::test_merkle_base_packed ... ok
[INFO] [stdout] test merkle::test::test_merkle_base ... ok
[INFO] [stdout] test field::test_serialization has been running for over 60 seconds
[INFO] [stdout] test pcs::test::test_whir_poseidon has been running for over 60 seconds
[INFO] [stdout] test pcs::test::test_whir_rust_crypto has been running for over 60 seconds
[INFO] [stdout] test field::test_serialization ... ok
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "464d31a76b73290b35f6277b792b2751c1a11eb8241404d3098b32f9dcb04808", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "464d31a76b73290b35f6277b792b2751c1a11eb8241404d3098b32f9dcb04808", kill_on_drop: false }`
[INFO] [stdout] 464d31a76b73290b35f6277b792b2751c1a11eb8241404d3098b32f9dcb04808
