[INFO] fetching crate p3-monolith 0.3.3-succinct...
[INFO] testing p3-monolith-0.3.3-succinct against 1.95.0 for beta-1.96-2
[INFO] extracting crate p3-monolith 0.3.3-succinct into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate p3-monolith 0.3.3-succinct
[INFO] finished tweaking crates.io crate p3-monolith 0.3.3-succinct
[INFO] tweaked toml for crates.io crate p3-monolith 0.3.3-succinct written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate p3-monolith 0.3.3-succinct on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate p3-monolith 0.3.3-succinct 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded p3-matrix v0.3.3-succinct
[INFO] [stderr]   Downloaded p3-util v0.3.3-succinct
[INFO] [stderr]   Downloaded p3-poseidon2 v0.3.3-succinct
[INFO] [stderr]   Downloaded p3-mds v0.3.3-succinct
[INFO] [stderr]   Downloaded p3-maybe-rayon v0.3.3-succinct
[INFO] [stderr]   Downloaded p3-mersenne-31 v0.3.3-succinct
[INFO] [stderr]   Downloaded p3-field v0.3.3-succinct
[INFO] [stderr]   Downloaded p3-symmetric v0.3.3-succinct
[INFO] [stderr]   Downloaded generic-array v1.3.5
[INFO] [stderr]   Downloaded p3-dft v0.3.3-succinct
[INFO] [stderr]   Downloaded sha3 v0.10.9
[INFO] [stderr]   Downloaded p3-goldilocks v0.3.3-succinct
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] af69b3ae6d4363e9342303997ac714de13e623d5d430c0b2fcca35fd0b9623db
[INFO] running `Command { std: "docker" "start" "-a" "af69b3ae6d4363e9342303997ac714de13e623d5d430c0b2fcca35fd0b9623db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af69b3ae6d4363e9342303997ac714de13e623d5d430c0b2fcca35fd0b9623db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af69b3ae6d4363e9342303997ac714de13e623d5d430c0b2fcca35fd0b9623db", kill_on_drop: false }`
[INFO] [stdout] af69b3ae6d4363e9342303997ac714de13e623d5d430c0b2fcca35fd0b9623db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ceb502a059e7a24050f2576276198ffe62100169fefb0f913a963f6ceb93163e
[INFO] running `Command { std: "docker" "start" "-a" "ceb502a059e7a24050f2576276198ffe62100169fefb0f913a963f6ceb93163e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling p3-maybe-rayon v0.3.3-succinct
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling gcd v2.3.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling p3-mersenne-31 v0.3.3-succinct
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling generic-array v1.3.5
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha3 v0.10.9
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling p3-util v0.3.3-succinct
[INFO] [stderr]    Compiling p3-field v0.3.3-succinct
[INFO] [stderr]    Compiling p3-matrix v0.3.3-succinct
[INFO] [stderr]    Compiling p3-symmetric v0.3.3-succinct
[INFO] [stderr]    Compiling p3-dft v0.3.3-succinct
[INFO] [stderr]    Compiling p3-mds v0.3.3-succinct
[INFO] [stderr]    Compiling p3-poseidon2 v0.3.3-succinct
[INFO] [stderr]    Compiling p3-goldilocks v0.3.3-succinct
[INFO] [stderr]    Compiling p3-monolith v0.3.3-succinct (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.34s
[INFO] running `Command { std: "docker" "inspect" "ceb502a059e7a24050f2576276198ffe62100169fefb0f913a963f6ceb93163e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ceb502a059e7a24050f2576276198ffe62100169fefb0f913a963f6ceb93163e", kill_on_drop: false }`
[INFO] [stdout] ceb502a059e7a24050f2576276198ffe62100169fefb0f913a963f6ceb93163e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b8e24a5e847400ef110feec32a7d299f2edb59fd6fecca2b12c45b132d3c56fc
[INFO] running `Command { std: "docker" "start" "-a" "b8e24a5e847400ef110feec32a7d299f2edb59fd6fecca2b12c45b132d3c56fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling p3-util v0.3.3-succinct
[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 ciborium v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling p3-field v0.3.3-succinct
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling p3-matrix v0.3.3-succinct
[INFO] [stderr]    Compiling p3-symmetric v0.3.3-succinct
[INFO] [stderr]    Compiling p3-dft v0.3.3-succinct
[INFO] [stderr]    Compiling p3-mds v0.3.3-succinct
[INFO] [stderr]    Compiling p3-poseidon2 v0.3.3-succinct
[INFO] [stderr]    Compiling p3-goldilocks v0.3.3-succinct
[INFO] [stderr]    Compiling p3-mersenne-31 v0.3.3-succinct
[INFO] [stderr]    Compiling p3-monolith v0.3.3-succinct (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 52.13s
[INFO] running `Command { std: "docker" "inspect" "b8e24a5e847400ef110feec32a7d299f2edb59fd6fecca2b12c45b132d3c56fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8e24a5e847400ef110feec32a7d299f2edb59fd6fecca2b12c45b132d3c56fc", kill_on_drop: false }`
[INFO] [stdout] b8e24a5e847400ef110feec32a7d299f2edb59fd6fecca2b12c45b132d3c56fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 589cf8ebd3096900fde99c12194cb2a1f7fc2aadf4508f08991bc518041e6ccd
[INFO] running `Command { std: "docker" "start" "-a" "589cf8ebd3096900fde99c12194cb2a1f7fc2aadf4508f08991bc518041e6ccd", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p3_monolith-e530a22e14bb15d3)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test monolith::tests::test_monolith_31 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests p3_monolith
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "589cf8ebd3096900fde99c12194cb2a1f7fc2aadf4508f08991bc518041e6ccd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "589cf8ebd3096900fde99c12194cb2a1f7fc2aadf4508f08991bc518041e6ccd", kill_on_drop: false }`
[INFO] [stdout] 589cf8ebd3096900fde99c12194cb2a1f7fc2aadf4508f08991bc518041e6ccd
