[INFO] cloning repository https://github.com/Fluidex/plonkit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Fluidex/plonkit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFluidex%2Fplonkit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFluidex%2Fplonkit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d6e76c675a135034ae105a67177dbdd4a74d44d2 [INFO] testing Fluidex/plonkit against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFluidex%2Fplonkit" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Fluidex/plonkit on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4/source/rust-toolchain [INFO] started tweaking git repo https://github.com/Fluidex/plonkit [INFO] finished tweaking git repo https://github.com/Fluidex/plonkit [INFO] tweaked toml for git repo https://github.com/Fluidex/plonkit written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Fluidex/plonkit already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d98f1b66bcfcaca0ecc57027e34be253f35877928b50ce760d5fa1fbc0bd21a8 [INFO] running `Command { std: "docker" "start" "-a" "d98f1b66bcfcaca0ecc57027e34be253f35877928b50ce760d5fa1fbc0bd21a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d98f1b66bcfcaca0ecc57027e34be253f35877928b50ce760d5fa1fbc0bd21a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d98f1b66bcfcaca0ecc57027e34be253f35877928b50ce760d5fa1fbc0bd21a8", kill_on_drop: false }` [INFO] [stdout] d98f1b66bcfcaca0ecc57027e34be253f35877928b50ce760d5fa1fbc0bd21a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cea67c89ca44157affecb005151f75a72eb46c5ddb27dc7194899e097e438538 [INFO] running `Command { std: "docker" "start" "-a" "cea67c89ca44157affecb005151f75a72eb46c5ddb27dc7194899e097e438538", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling futures-sink v0.3.16 [INFO] [stderr] Compiling futures-io v0.3.16 [INFO] [stderr] Compiling static_assertions v0.2.5 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling anyhow v1.0.42 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling splitmut v0.2.1 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling rlp v0.4.6 [INFO] [stderr] Compiling rlp v0.5.1 [INFO] [stderr] Compiling blake2s_simd v0.5.11 [INFO] [stderr] Compiling blake2s_const v0.6.0 (https://github.com/matter-labs/bellman?branch=beta#5809cc16) [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling generic-array v0.9.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling hex-literal-impl v0.2.2 [INFO] [stderr] Compiling impl-rlp v0.2.1 [INFO] [stderr] Compiling impl-rlp v0.3.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling uint v0.9.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling crossbeam-deque v0.7.4 [INFO] [stderr] Compiling uint v0.7.1 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling blake2 v0.9.1 [INFO] [stderr] Compiling blake2-rfc_bellman_edition v0.0.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling hex-literal v0.2.1 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling fixed-hash v0.3.2 [INFO] [stderr] Compiling fixed-hash v0.7.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling futures-executor v0.3.16 [INFO] [stderr] Compiling futures v0.3.16 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling syn-mid v0.5.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling ff_derive_ce v0.9.3 [INFO] [stderr] Compiling impl-trait-for-tuples v0.2.1 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling clap_derive-v3 v3.0.0-beta.1 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling ff_ce v0.12.0 [INFO] [stderr] Compiling proc-macro-crate v1.1.0 [INFO] [stderr] Compiling pairing_ce v0.24.2 [INFO] [stderr] Compiling parity-scale-codec-derive v2.3.1 [INFO] [stderr] Compiling clap-v3 v3.0.0-beta.1 [INFO] [stderr] Compiling bellman_ce v0.3.2 (https://github.com/matter-labs/bellman?branch=beta#5809cc16) [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling impl-serde v0.2.3 [INFO] [stderr] Compiling parity-codec v3.5.4 [INFO] [stderr] Compiling parity-scale-codec v2.3.1 [INFO] [stderr] Compiling impl-serde v0.3.1 [INFO] [stderr] Compiling mathru v0.6.10 [INFO] [stderr] Compiling ethbloom v0.11.1 [INFO] [stderr] Compiling ethbloom v0.6.4 [INFO] [stderr] Compiling impl-codec v0.5.1 [INFO] [stderr] Compiling primitive-types v0.9.1 [INFO] [stderr] Compiling impl-codec v0.2.0 [INFO] [stderr] Compiling jsonrpc-core v11.0.0 [INFO] [stderr] Compiling handlebars v3.5.5 [INFO] [stderr] Compiling primitive-types v0.3.0 [INFO] [stderr] Compiling poseidon_hash v0.0.1 (https://github.com/shamatar/poseidon_hash.git#495ae87f) [INFO] [stderr] Compiling ethereum-types v0.6.0 [INFO] [stderr] Compiling ethereum-types v0.11.0 [INFO] [stderr] Compiling ethabi v8.0.1 [INFO] [stderr] Compiling ethabi v14.1.0 [INFO] [stderr] Compiling web3 v0.8.0 [INFO] [stderr] Compiling franklin-crypto v0.0.5 (https://github.com/matter-labs/franklin-crypto?branch=beta#942368fc) [INFO] [stderr] Compiling bellman_vk_codegen v0.2.0 (https://github.com/fluidex/solidity_plonk_verifier.git#839f71db) [INFO] [stderr] Compiling recursive_aggregation_circuit v1.0.0 (https://github.com/matter-labs/recursive_aggregation_circuit.git?branch=master#30bbf42c) [INFO] [stderr] Compiling solidity_recursive_plonk_verifier v1.0.0 (https://github.com/fluidex/solidity_recursive_plonk_verifier.git#03b166df) [INFO] [stderr] Compiling plonkit v0.1.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 55s [INFO] running `Command { std: "docker" "inspect" "cea67c89ca44157affecb005151f75a72eb46c5ddb27dc7194899e097e438538", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cea67c89ca44157affecb005151f75a72eb46c5ddb27dc7194899e097e438538", kill_on_drop: false }` [INFO] [stdout] cea67c89ca44157affecb005151f75a72eb46c5ddb27dc7194899e097e438538 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 09e55133cb45dbf492acf61dbdf0b7679f5e7e13f254e9356885bbadf91f3877 [INFO] running `Command { std: "docker" "start" "-a" "09e55133cb45dbf492acf61dbdf0b7679f5e7e13f254e9356885bbadf91f3877", kill_on_drop: false }` [INFO] [stderr] Compiling plonkit v0.1.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.83s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/plonkit-dd49e0b44a7806a3) [INFO] [stderr] Executable unittests src/bin/main.rs (/opt/rustwide/target/debug/deps/plonkit-8f091ecf0d555164) [INFO] running `Command { std: "docker" "inspect" "09e55133cb45dbf492acf61dbdf0b7679f5e7e13f254e9356885bbadf91f3877", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09e55133cb45dbf492acf61dbdf0b7679f5e7e13f254e9356885bbadf91f3877", kill_on_drop: false }` [INFO] [stdout] 09e55133cb45dbf492acf61dbdf0b7679f5e7e13f254e9356885bbadf91f3877 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 108c707f175748d1a11a9937d58ddb3e78e607acf1200c8d67df6fb21255aa69 [INFO] running `Command { std: "docker" "start" "-a" "108c707f175748d1a11a9937d58ddb3e78e607acf1200c8d67df6fb21255aa69", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.31s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/plonkit-dd49e0b44a7806a3) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test r1cs_file::tests::test_reader_size_fail ... ok [INFO] [stdout] test r1cs_file::tests::sample ... ok [INFO] [stdout] test utils::tests::test_witness_to_field ... ok [INFO] [stdout] test tests::test_analyze ... ok [INFO] [stdout] test utils::tests::test_repr_to_big ... ok [INFO] [stdout] test tests::test_verify ... ok [INFO] [stdout] test plonk::tests::test_gen_key_monomial_form ... ok [INFO] [stdout] test tests::test_export_verification_key ... ok [INFO] [stdout] test tests::test_prove ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 16.49s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/main.rs (/opt/rustwide/target/debug/deps/plonkit-8f091ecf0d555164) [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] [stderr] Doc-tests plonkit [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" "108c707f175748d1a11a9937d58ddb3e78e607acf1200c8d67df6fb21255aa69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "108c707f175748d1a11a9937d58ddb3e78e607acf1200c8d67df6fb21255aa69", kill_on_drop: false }` [INFO] [stdout] 108c707f175748d1a11a9937d58ddb3e78e607acf1200c8d67df6fb21255aa69