[INFO] cloning repository https://github.com/kobigurk/pairing-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kobigurk/pairing-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkobigurk%2Fpairing-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkobigurk%2Fpairing-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 39ca0b99e910e4b3ec69324d7f32e49defeae124 [INFO] testing kobigurk/pairing-demo against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkobigurk%2Fpairing-demo" "/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/kobigurk/pairing-demo on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kobigurk/pairing-demo [INFO] finished tweaking git repo https://github.com/kobigurk/pairing-demo [INFO] tweaked toml for git repo https://github.com/kobigurk/pairing-demo written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/kobigurk/pairing-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 04c42b5d3ccd1188e6e0459b3445285c55f62c33a96b0399aa09c59afd191c1d [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" "04c42b5d3ccd1188e6e0459b3445285c55f62c33a96b0399aa09c59afd191c1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "04c42b5d3ccd1188e6e0459b3445285c55f62c33a96b0399aa09c59afd191c1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04c42b5d3ccd1188e6e0459b3445285c55f62c33a96b0399aa09c59afd191c1d", kill_on_drop: false }` [INFO] [stdout] 04c42b5d3ccd1188e6e0459b3445285c55f62c33a96b0399aa09c59afd191c1d [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d681a0f3e360bdea153dd207567e842fe10c766043aee29c35ae9206d1b04b82 [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" "d681a0f3e360bdea153dd207567e842fe10c766043aee29c35ae9206d1b04b82", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling syn v1.0.52 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling ark-std v0.1.0 (https://github.com/arkworks-rs/utils#f6974ac7) [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling ark-serialize v0.1.0 (https://github.com/arkworks-rs/algebra#9bc54172) [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling semver-parser v0.10.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rustc_version v0.3.0 [INFO] [stderr] Compiling ark-ff v0.1.0 (https://github.com/arkworks-rs/algebra#9bc54172) [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling ark-ff-asm v0.1.0 (https://github.com/arkworks-rs/algebra#9bc54172) [INFO] [stderr] Compiling ark-ec v0.1.0 (https://github.com/arkworks-rs/algebra#9bc54172) [INFO] [stderr] Compiling ark-bls12-381 v0.1.0 (https://github.com/arkworks-rs/curves#23e87bf2) [INFO] [stderr] Compiling pairing_demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.90s [INFO] running `Command { std: "docker" "inspect" "d681a0f3e360bdea153dd207567e842fe10c766043aee29c35ae9206d1b04b82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d681a0f3e360bdea153dd207567e842fe10c766043aee29c35ae9206d1b04b82", kill_on_drop: false }` [INFO] [stdout] d681a0f3e360bdea153dd207567e842fe10c766043aee29c35ae9206d1b04b82 [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6dcb615fa2837643be03063fca6ad7ff691ae57eace98858f284c6a2b397def [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" "a6dcb615fa2837643be03063fca6ad7ff691ae57eace98858f284c6a2b397def", kill_on_drop: false }` [INFO] [stderr] Compiling pairing_demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `Command { std: "docker" "inspect" "a6dcb615fa2837643be03063fca6ad7ff691ae57eace98858f284c6a2b397def", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6dcb615fa2837643be03063fca6ad7ff691ae57eace98858f284c6a2b397def", kill_on_drop: false }` [INFO] [stdout] a6dcb615fa2837643be03063fca6ad7ff691ae57eace98858f284c6a2b397def [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fb9c6e44dc4e2310ea69d8d033119c19428c83bf7f4aeca7b64e61d2f77d11d3 [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" "fb9c6e44dc4e2310ea69d8d033119c19428c83bf7f4aeca7b64e61d2f77d11d3", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pairing_demo-d15dd4a6787d3672) [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" "fb9c6e44dc4e2310ea69d8d033119c19428c83bf7f4aeca7b64e61d2f77d11d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb9c6e44dc4e2310ea69d8d033119c19428c83bf7f4aeca7b64e61d2f77d11d3", kill_on_drop: false }` [INFO] [stdout] fb9c6e44dc4e2310ea69d8d033119c19428c83bf7f4aeca7b64e61d2f77d11d3