[INFO] cloning repository https://github.com/takakv/ivxv-decproof-verifier
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/takakv/ivxv-decproof-verifier" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakakv%2Fivxv-decproof-verifier", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakakv%2Fivxv-decproof-verifier'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 289a6ef55925d8192420c076e1c2ea3c7c699838
[INFO] building takakv/ivxv-decproof-verifier against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakakv%2Fivxv-decproof-verifier" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/takakv/ivxv-decproof-verifier
[INFO] finished tweaking git repo https://github.com/takakv/ivxv-decproof-verifier
[INFO] tweaked toml for git repo https://github.com/takakv/ivxv-decproof-verifier written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/takakv/ivxv-decproof-verifier on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 106 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded snafu v0.8.9
[INFO] [stderr]   Downloaded indicatif v0.18.0
[INFO] [stderr]   Downloaded xml-no-std v0.8.26
[INFO] [stderr]   Downloaded hybrid-array v0.4.4
[INFO] [stderr]   Downloaded bitvec-nom2 v0.2.1
[INFO] [stderr]   Downloaded console v0.16.1
[INFO] [stderr]   Downloaded block-buffer v0.11.0-rc.5
[INFO] [stderr]   Downloaded sha2 v0.11.0-rc.2
[INFO] [stderr]   Downloaded rasn-derive v0.27.3
[INFO] [stderr]   Downloaded crypto-common v0.2.0-rc.4
[INFO] [stderr]   Downloaded rasn v0.27.3
[INFO] [stderr]   Downloaded unit-prefix v0.5.1
[INFO] [stderr]   Downloaded uuid v1.18.1
[INFO] [stderr]   Downloaded digest v0.11.0-rc.3
[INFO] [stderr]   Downloaded rasn-derive-impl v0.27.3
[INFO] [stderr]   Downloaded snafu-derive v0.8.9
[INFO] [stderr]   Downloaded const-oid v0.10.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4d4058b466adc691d08be5d98774dbc75219bec7e68b6b70c60c6cad9d3e2362
[INFO] running `Command { std: "docker" "start" "-a" "4d4058b466adc691d08be5d98774dbc75219bec7e68b6b70c60c6cad9d3e2362", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d4058b466adc691d08be5d98774dbc75219bec7e68b6b70c60c6cad9d3e2362", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d4058b466adc691d08be5d98774dbc75219bec7e68b6b70c60c6cad9d3e2362", kill_on_drop: false }`
[INFO] [stdout] 4d4058b466adc691d08be5d98774dbc75219bec7e68b6b70c60c6cad9d3e2362
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 08e317ae7d1a8415714a8151f070c4b26952a714b72a83599084e2181ce0cae4
[INFO] running `Command { std: "docker" "start" "-a" "08e317ae7d1a8415714a8151f070c4b26952a714b72a83599084e2181ce0cae4", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling const-oid v0.10.1
[INFO] [stderr]    Compiling xml-no-std v0.8.26
[INFO] [stderr]    Compiling unit-prefix v0.5.1
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling hybrid-array v0.4.4
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling console v0.16.1
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling indicatif v0.18.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling block-buffer v0.11.0-rc.5
[INFO] [stderr]    Compiling crypto-common v0.2.0-rc.4
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling bitvec-nom2 v0.2.1
[INFO] [stderr]    Compiling digest v0.11.0-rc.3
[INFO] [stderr]    Compiling sha2 v0.11.0-rc.2
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling p384 v0.13.1
[INFO] [stderr]    Compiling rasn-derive-impl v0.27.3
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling rasn-derive v0.27.3
[INFO] [stderr]    Compiling snafu v0.8.9
[INFO] [stderr]    Compiling rasn v0.27.3
[INFO] [stderr]    Compiling ivxv-decproof-verifier v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.98s
[INFO] running `Command { std: "docker" "inspect" "08e317ae7d1a8415714a8151f070c4b26952a714b72a83599084e2181ce0cae4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08e317ae7d1a8415714a8151f070c4b26952a714b72a83599084e2181ce0cae4", kill_on_drop: false }`
[INFO] [stdout] 08e317ae7d1a8415714a8151f070c4b26952a714b72a83599084e2181ce0cae4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 615213aaf9a2f24107815dbd5a3d702e363239ed883085342676cf14a23aceec
[INFO] running `Command { std: "docker" "start" "-a" "615213aaf9a2f24107815dbd5a3d702e363239ed883085342676cf14a23aceec", kill_on_drop: false }`
[INFO] [stderr]    Compiling ivxv-decproof-verifier v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.56s
[INFO] running `Command { std: "docker" "inspect" "615213aaf9a2f24107815dbd5a3d702e363239ed883085342676cf14a23aceec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "615213aaf9a2f24107815dbd5a3d702e363239ed883085342676cf14a23aceec", kill_on_drop: false }`
[INFO] [stdout] 615213aaf9a2f24107815dbd5a3d702e363239ed883085342676cf14a23aceec
