[INFO] cloning repository https://github.com/worldcoin/kzg-ceremony-participant [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/worldcoin/kzg-ceremony-participant" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fworldcoin%2Fkzg-ceremony-participant", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fworldcoin%2Fkzg-ceremony-participant'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 171d9a5f25ed52b73f8577dc6a0a3cc15ee68fcc [INFO] checking worldcoin/kzg-ceremony-participant against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fworldcoin%2Fkzg-ceremony-participant" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/worldcoin/kzg-ceremony-participant on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config [INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain [INFO] started tweaking git repo https://github.com/worldcoin/kzg-ceremony-participant [INFO] finished tweaking git repo https://github.com/worldcoin/kzg-ceremony-participant [INFO] tweaked toml for git repo https://github.com/worldcoin/kzg-ceremony-participant written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/worldcoin/kzg-ceremony-participant 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" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/ethereum/kzg-ceremony-sequencer.git` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded spmc v0.3.0 [INFO] [stderr] Downloaded ruint-macro v1.0.0 [INFO] [stderr] Downloaded ark-bls12-381 v0.3.0 [INFO] [stderr] Downloaded wasm-bindgen-rayon v1.0.3 [INFO] [stderr] Downloaded ruint v1.3.0 [INFO] [stderr] Downloaded blst v0.3.10 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2b6ada44644cb49c2fcfaa6b6e4b0b97f221d04083d5d4dcde899aa5816e2e82 [INFO] running `Command { std: "docker" "start" "-a" "2b6ada44644cb49c2fcfaa6b6e4b0b97f221d04083d5d4dcde899aa5816e2e82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2b6ada44644cb49c2fcfaa6b6e4b0b97f221d04083d5d4dcde899aa5816e2e82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b6ada44644cb49c2fcfaa6b6e4b0b97f221d04083d5d4dcde899aa5816e2e82", kill_on_drop: false }` [INFO] [stdout] 2b6ada44644cb49c2fcfaa6b6e4b0b97f221d04083d5d4dcde899aa5816e2e82 [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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e0b8f181e4a9432a8a662c8f0a03a7d6b4c33cf0ecb6a38cb820cfc0cf54062e [INFO] running `Command { std: "docker" "start" "-a" "e0b8f181e4a9432a8a662c8f0a03a7d6b4c33cf0ecb6a38cb820cfc0cf54062e", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling ucd-trie v0.1.4 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Checking either v1.8.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.82 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling semver v1.0.13 [INFO] [stderr] Compiling paste v1.0.8 [INFO] [stderr] Compiling once_cell v1.13.1 [INFO] [stderr] Compiling blst v0.3.10 [INFO] [stderr] Compiling wasm-bindgen v0.2.82 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Checking cpufeatures v0.2.5 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling ruint-macro v1.0.0 [INFO] [stderr] Compiling hex-literal v0.3.4 [INFO] [stderr] Checking crossbeam-epoch v0.9.10 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking crossbeam-deque v0.8.2 [INFO] [stderr] Compiling ruint v1.3.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.3 [INFO] [stderr] Checking digest v0.10.5 [INFO] [stderr] Checking sha2 v0.10.6 [INFO] [stderr] Checking ark-std v0.3.0 [INFO] [stderr] Checking ark-serialize v0.3.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.82 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling zeroize_derive v1.3.2 [INFO] [stderr] Compiling ark-ff-macros v0.3.0 [INFO] [stderr] Compiling ark-ff-asm v0.3.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.82 [INFO] [stderr] Checking zeroize v1.5.7 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.82 [INFO] [stderr] Checking secrecy v0.8.0 [INFO] [stderr] Checking tracing v0.1.36 [INFO] [stderr] Compiling pest v2.3.0 [INFO] [stderr] Checking console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Checking serde v1.0.144 [INFO] [stderr] Compiling ark-ff v0.3.0 [INFO] [stderr] Checking serde_json v1.0.85 [INFO] [stderr] Checking ark-ec v0.3.0 [INFO] [stderr] Checking ark-bls12-381 v0.3.0 [INFO] [stderr] Checking kzg-ceremony-crypto v0.1.0 (https://github.com/ethereum/kzg-ceremony-sequencer.git#7f175c35) [INFO] [stderr] Checking kate-ptau-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.13s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.82 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6` [INFO] running `Command { std: "docker" "inspect" "e0b8f181e4a9432a8a662c8f0a03a7d6b4c33cf0ecb6a38cb820cfc0cf54062e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0b8f181e4a9432a8a662c8f0a03a7d6b4c33cf0ecb6a38cb820cfc0cf54062e", kill_on_drop: false }` [INFO] [stdout] e0b8f181e4a9432a8a662c8f0a03a7d6b4c33cf0ecb6a38cb820cfc0cf54062e [INFO] checking worldcoin/kzg-ceremony-participant against try#645bb72776a6a56a1a8f52631a44bd082b2ba509 for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fworldcoin%2Fkzg-ceremony-participant" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/worldcoin/kzg-ceremony-participant on toolchain 645bb72776a6a56a1a8f52631a44bd082b2ba509 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config [INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain [INFO] started tweaking git repo https://github.com/worldcoin/kzg-ceremony-participant [INFO] finished tweaking git repo https://github.com/worldcoin/kzg-ceremony-participant [INFO] tweaked toml for git repo https://github.com/worldcoin/kzg-ceremony-participant written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/worldcoin/kzg-ceremony-participant 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" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70a2b81795115ed2e44ffe682ba40bd218fa14a5d75fc1471238ca7d5d38b8aa [INFO] running `Command { std: "docker" "start" "-a" "70a2b81795115ed2e44ffe682ba40bd218fa14a5d75fc1471238ca7d5d38b8aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70a2b81795115ed2e44ffe682ba40bd218fa14a5d75fc1471238ca7d5d38b8aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70a2b81795115ed2e44ffe682ba40bd218fa14a5d75fc1471238ca7d5d38b8aa", kill_on_drop: false }` [INFO] [stdout] 70a2b81795115ed2e44ffe682ba40bd218fa14a5d75fc1471238ca7d5d38b8aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd945606292778cf763b0c279317cc0c955a811c439a3004402e7983135f9c5f [INFO] running `Command { std: "docker" "start" "-a" "cd945606292778cf763b0c279317cc0c955a811c439a3004402e7983135f9c5f", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling ucd-trie v0.1.4 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Checking either v1.8.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.82 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling semver v1.0.13 [INFO] [stderr] Compiling paste v1.0.8 [INFO] [stderr] Compiling once_cell v1.13.1 [INFO] [stderr] Compiling blst v0.3.10 [INFO] [stderr] Compiling wasm-bindgen v0.2.82 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Checking cpufeatures v0.2.5 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Compiling hex-literal v0.3.4 [INFO] [stderr] Compiling ruint-macro v1.0.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking crossbeam-epoch v0.9.10 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Compiling ruint v1.3.0 [INFO] [stderr] Checking crossbeam-deque v0.8.2 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.10.3 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking digest v0.10.5 [INFO] [stderr] Checking sha2 v0.10.6 [INFO] [stderr] Checking ark-std v0.3.0 [INFO] [stderr] Checking ark-serialize v0.3.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.82 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling zeroize_derive v1.3.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling ark-ff-macros v0.3.0 [INFO] [stderr] Compiling ark-ff-asm v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.82 [INFO] [stderr] Checking zeroize v1.5.7 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.82 [INFO] [stderr] Checking secrecy v0.8.0 [INFO] [stderr] Compiling pest v2.3.0 [INFO] [stderr] Checking tracing v0.1.36 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Checking console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling ark-ff v0.3.0 [INFO] [stderr] Checking serde v1.0.144 [INFO] [stderr] Checking serde_json v1.0.85 [INFO] [stderr] Checking ark-ec v0.3.0 [INFO] [stderr] Checking ark-bls12-381 v0.3.0 [INFO] [stderr] Checking kzg-ceremony-crypto v0.1.0 (https://github.com/ethereum/kzg-ceremony-sequencer.git#7f175c35) [INFO] [stderr] Checking kate-ptau-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.54s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.82 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5` [INFO] running `Command { std: "docker" "inspect" "cd945606292778cf763b0c279317cc0c955a811c439a3004402e7983135f9c5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd945606292778cf763b0c279317cc0c955a811c439a3004402e7983135f9c5f", kill_on_drop: false }` [INFO] [stdout] cd945606292778cf763b0c279317cc0c955a811c439a3004402e7983135f9c5f