[INFO] cloning repository https://github.com/Pratyush/snark-tutorial [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Pratyush/snark-tutorial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPratyush%2Fsnark-tutorial", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPratyush%2Fsnark-tutorial'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 167402d477dff2def4ee95c58d2e41c84be0ac77 [INFO] testing Pratyush/snark-tutorial against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPratyush%2Fsnark-tutorial" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Pratyush/snark-tutorial on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Pratyush/snark-tutorial [INFO] finished tweaking git repo https://github.com/Pratyush/snark-tutorial [INFO] tweaked toml for git repo https://github.com/Pratyush/snark-tutorial written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Pratyush/snark-tutorial already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d1539482906b392b83af5c2fc31662d600a0586e1bbc222120140390e41e7a8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0d1539482906b392b83af5c2fc31662d600a0586e1bbc222120140390e41e7a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d1539482906b392b83af5c2fc31662d600a0586e1bbc222120140390e41e7a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d1539482906b392b83af5c2fc31662d600a0586e1bbc222120140390e41e7a8", kill_on_drop: false }` [INFO] [stdout] 0d1539482906b392b83af5c2fc31662d600a0586e1bbc222120140390e41e7a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22b7343e7b673dbf2fea59fd799ee07b84d658e572ac0fe07334f42a242d161b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "22b7343e7b673dbf2fea59fd799ee07b84d658e572ac0fe07334f42a242d161b", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling nibble_vec v0.0.4 [INFO] [stderr] Compiling bench-utils v0.1.0 (https://github.com/scipr-lab/zexe#2e8b03a1) [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling blake2 v0.7.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling radix_trie v0.1.5 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Compiling algebra v0.1.0 (https://github.com/scipr-lab/zexe#2e8b03a1) [INFO] [stderr] Compiling r1cs-core v0.1.0 (https://github.com/scipr-lab/zexe#2e8b03a1) [INFO] [stderr] Compiling ff-fft v0.1.0 (https://github.com/scipr-lab/zexe#2e8b03a1) [INFO] [stderr] Compiling r1cs-std v0.1.0 (https://github.com/scipr-lab/zexe#2e8b03a1) [INFO] [stderr] Compiling gm17 v0.1.0 (https://github.com/scipr-lab/zexe#2e8b03a1) [INFO] [stderr] Compiling crypto-primitives v0.1.0 (https://github.com/scipr-lab/zexe#2e8b03a1) [INFO] [stderr] Compiling snark-tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 53.25s [INFO] running `Command { std: "docker" "inspect" "22b7343e7b673dbf2fea59fd799ee07b84d658e572ac0fe07334f42a242d161b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22b7343e7b673dbf2fea59fd799ee07b84d658e572ac0fe07334f42a242d161b", kill_on_drop: false }` [INFO] [stdout] 22b7343e7b673dbf2fea59fd799ee07b84d658e572ac0fe07334f42a242d161b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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] a49cbedcda5ab76eea28b99c2abe2fdea0c8dce35c7ede405a2fdd05db087ce2 [INFO] running `Command { std: "docker" "start" "-a" "a49cbedcda5ab76eea28b99c2abe2fdea0c8dce35c7ede405a2fdd05db087ce2", kill_on_drop: false }` [INFO] [stderr] Compiling snark-tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.20s [INFO] running `Command { std: "docker" "inspect" "a49cbedcda5ab76eea28b99c2abe2fdea0c8dce35c7ede405a2fdd05db087ce2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a49cbedcda5ab76eea28b99c2abe2fdea0c8dce35c7ede405a2fdd05db087ce2", kill_on_drop: false }` [INFO] [stdout] a49cbedcda5ab76eea28b99c2abe2fdea0c8dce35c7ede405a2fdd05db087ce2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 608e4d4ed9f3de2242eea9707503884a2a620f8d06cc304f51d2f9fee3cde3e7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "608e4d4ed9f3de2242eea9707503884a2a620f8d06cc304f51d2f9fee3cde3e7", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/snark_tutorial-a9e2ada138d82699) [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" "608e4d4ed9f3de2242eea9707503884a2a620f8d06cc304f51d2f9fee3cde3e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "608e4d4ed9f3de2242eea9707503884a2a620f8d06cc304f51d2f9fee3cde3e7", kill_on_drop: false }` [INFO] [stdout] 608e4d4ed9f3de2242eea9707503884a2a620f8d06cc304f51d2f9fee3cde3e7