[INFO] cloning repository https://github.com/AntoineF4C5/testZKEngineWasm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AntoineF4C5/testZKEngineWasm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntoineF4C5%2FtestZKEngineWasm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntoineF4C5%2FtestZKEngineWasm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e4812ef5b653e5b4cdc4c28dd059bdfed361f1c0 [INFO] testing AntoineF4C5/testZKEngineWasm against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntoineF4C5%2FtestZKEngineWasm" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AntoineF4C5/testZKEngineWasm on toolchain nightly-2025-01-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AntoineF4C5/testZKEngineWasm [INFO] finished tweaking git repo https://github.com/AntoineF4C5/testZKEngineWasm [INFO] tweaked toml for git repo https://github.com/AntoineF4C5/testZKEngineWasm written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/AntoineF4C5/testZKEngineWasm 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" "+nightly-2025-01-18" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6990cf4ad71d712f01dce743d7c6dd1a366177457d9114c855a8c5ac3d4a57e1 [INFO] running `Command { std: "docker" "start" "-a" "6990cf4ad71d712f01dce743d7c6dd1a366177457d9114c855a8c5ac3d4a57e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6990cf4ad71d712f01dce743d7c6dd1a366177457d9114c855a8c5ac3d4a57e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6990cf4ad71d712f01dce743d7c6dd1a366177457d9114c855a8c5ac3d4a57e1", kill_on_drop: false }` [INFO] [stdout] 6990cf4ad71d712f01dce743d7c6dd1a366177457d9114c855a8c5ac3d4a57e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ee25457ff180198a08a0c4ffcd2ab68e7554d3dfdc96e5acba4dc7147a4805b [INFO] running `Command { std: "docker" "start" "-a" "0ee25457ff180198a08a0c4ffcd2ab68e7554d3dfdc96e5acba4dc7147a4805b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling cc v1.1.13 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling serde v1.0.208 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling io-lifetimes v0.7.5 [INFO] [stderr] Compiling syn v2.0.75 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling constant_time_eq v0.3.0 [INFO] [stderr] Compiling arrayref v0.3.8 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling leb128 v0.2.5 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling rustix v0.35.16 [INFO] [stderr] Compiling addchain v0.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling linux-raw-sys v0.0.46 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling blst v0.3.13 [INFO] [stderr] Compiling io-extras v0.15.0 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling cap-primitives v0.26.1 [INFO] [stderr] Compiling ambient-authority v0.0.1 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling wast v35.0.2 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling fs-set-times v0.17.1 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling ff_derive v0.13.0 [INFO] [stderr] Compiling ff v0.13.0 [INFO] [stderr] Compiling maybe-owned v0.3.4 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling cap-std v0.26.1 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling shellexpand v2.1.2 [INFO] [stderr] Compiling blake2b_simd v1.0.2 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling sppark v0.1.8 [INFO] [stderr] Compiling pairing v0.23.0 [INFO] [stderr] Compiling semolina v0.1.4 [INFO] [stderr] Compiling vergen v8.3.2 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling byte-slice-cast v1.2.2 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling serde_derive v1.0.208 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling witx v0.9.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling wiggle-generate v2.0.2 [INFO] [stderr] Compiling wasm-encoder v0.215.0 [INFO] [stderr] Compiling blake2s_simd v1.0.2 [INFO] [stderr] Compiling cmake v0.1.51 [INFO] [stderr] Compiling cap-fs-ext v0.26.1 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Compiling wiggle-macro v2.0.2 [INFO] [stderr] Compiling unicode-width v0.1.13 [INFO] [stderr] Compiling serde_json v1.0.125 [INFO] [stderr] Compiling wasi-common v2.0.2 [INFO] [stderr] Compiling system-interface v0.23.0 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling bytes v1.7.1 [INFO] [stderr] Compiling halo2curves v0.6.1 [INFO] [stderr] Compiling cpufeatures v0.2.13 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling wiggle v2.0.2 [INFO] [stderr] Compiling wast v215.0.0 [INFO] [stderr] Compiling tempfile v3.12.0 [INFO] [stderr] Compiling tokio v1.39.3 [INFO] [stderr] Compiling libz-ng-sys v1.1.15 [INFO] [stderr] Compiling cap-rand v0.26.1 [INFO] [stderr] Compiling grumpkin-msm v0.1.0 (https://github.com/lurk-lab/grumpkin-msm?branch=dev#414da3bc) [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling indexmap-nostd v0.4.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling ref-cast v1.0.23 [INFO] [stdout] error[E0080]: evaluation of constant value failed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wast-215.0.0/src/lexer.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | assert!(std::mem::size_of::() <= std::mem::size_of::() * 2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: std::mem::size_of::() <= std::mem::size_of::() * 2', /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wast-215.0.0/src/lexer.rs:65:5 [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling blstrs v0.7.1 [INFO] [stderr] Compiling pasta_curves v0.5.1 [INFO] [stderr] Compiling arecibo v0.2.0 (https://github.com/wyattbenno777/arecibo?branch=wyatt_dev#9dd45d2b) [INFO] [stderr] Compiling wasmparser-nostd v0.100.2 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling serde_arrays v0.1.0 [INFO] [stderr] Compiling bellpepper-core v0.4.0 [INFO] [stderr] Compiling sha256 v1.5.0 [INFO] [stdout] error[E0080]: evaluation of constant value failed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmparser-nostd-0.100.2/src/validator/types.rs:384:5 [INFO] [stdout] | [INFO] [stdout] 384 | assert!(::core::mem::size_of::() <= 16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: ::core::mem::size_of::() <= 16', /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmparser-nostd-0.100.2/src/validator/types.rs:384:5 [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bellpepper v0.4.1 (https://github.com/lurk-lab/bellpepper?branch=dev#d0225bf6) [INFO] [stderr] Compiling neptune v13.0.0 (https://github.com/lurk-lab/neptune?branch=dev#b6fb1f93) [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling wasmi_core v0.13.0 (https://github.com/AntoineF4C5/zkEngine_dev?branch=main#58ee5848) [INFO] [stdout] For more information about this error, try `rustc --explain E0080`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wasmparser-nostd` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0080`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wast` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "0ee25457ff180198a08a0c4ffcd2ab68e7554d3dfdc96e5acba4dc7147a4805b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ee25457ff180198a08a0c4ffcd2ab68e7554d3dfdc96e5acba4dc7147a4805b", kill_on_drop: false }` [INFO] [stdout] 0ee25457ff180198a08a0c4ffcd2ab68e7554d3dfdc96e5acba4dc7147a4805b