[INFO] cloning repository https://github.com/liusen-adalab/aleo-mine-protocol [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/liusen-adalab/aleo-mine-protocol" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliusen-adalab%2Faleo-mine-protocol", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliusen-adalab%2Faleo-mine-protocol'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1864318e4f98b349d71feedbfd13023542a9a475 [INFO] building liusen-adalab/aleo-mine-protocol against try#615edd3ad1cf6871c977dc900317cb6c2070fd6b for pr-97334 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliusen-adalab%2Faleo-mine-protocol" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/liusen-adalab/aleo-mine-protocol on toolchain 615edd3ad1cf6871c977dc900317cb6c2070fd6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/liusen-adalab/aleo-mine-protocol [INFO] finished tweaking git repo https://github.com/liusen-adalab/aleo-mine-protocol [INFO] tweaked toml for git repo https://github.com/liusen-adalab/aleo-mine-protocol written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate git repo https://github.com/liusen-adalab/aleo-mine-protocol already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8e855309270f6d1b05506c001fa89db87839265c9b122de3093132b66f9b5747 [INFO] running `Command { std: "docker" "start" "-a" "8e855309270f6d1b05506c001fa89db87839265c9b122de3093132b66f9b5747", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8e855309270f6d1b05506c001fa89db87839265c9b122de3093132b66f9b5747", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e855309270f6d1b05506c001fa89db87839265c9b122de3093132b66f9b5747", kill_on_drop: false }` [INFO] [stdout] 8e855309270f6d1b05506c001fa89db87839265c9b122de3093132b66f9b5747 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 99e91557b2b7a9cd01276e080c47103bfd526840ab3b4d2cacea08f0990bb41c [INFO] running `Command { std: "docker" "start" "-a" "99e91557b2b7a9cd01276e080c47103bfd526840ab3b4d2cacea08f0990bb41c", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.124 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling rayon-core v1.9.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling semver v1.0.7 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling aleo-std-cpu v0.1.3 [INFO] [stderr] Compiling aleo-std-profiler v0.1.12 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling snarkvm-profiler v0.8.0 (https://github.com/liusen-adalab/snarkVM.git?rev=e872e7c8819f9cfc81317f5c7e76728726507ab4#e872e7c8) [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling curl v0.4.43 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling bech32 v0.8.1 [INFO] [stderr] Compiling base58 v0.2.0 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling tracing-core v0.1.26 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.2 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling blake2s_simd v1.0.0 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling libz-sys v1.1.5 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling curl-sys v0.4.53+curl-7.82.0 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling aleo-std-storage v0.1.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling aleo-std-timer v0.1.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling snarkvm-curves v0.8.0 (https://github.com/liusen-adalab/snarkVM.git?rev=e872e7c8819f9cfc81317f5c7e76728726507ab4#e872e7c8) [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling blake2 v0.9.2 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling aleo-std-time v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling aleo-std-timed v0.1.0 [INFO] [stderr] Compiling snarkvm-derives v0.8.0 (https://github.com/liusen-adalab/snarkVM.git?rev=e872e7c8819f9cfc81317f5c7e76728726507ab4#e872e7c8) [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Compiling aleo-std v0.1.12 [INFO] [stderr] Compiling tracing v0.1.34 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tokio-util v0.7.1 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling snarkvm-utilities v0.8.0 (https://github.com/liusen-adalab/snarkVM.git?rev=e872e7c8819f9cfc81317f5c7e76728726507ab4#e872e7c8) [INFO] [stderr] Compiling snarkvm-fields v0.8.0 (https://github.com/liusen-adalab/snarkVM.git?rev=e872e7c8819f9cfc81317f5c7e76728726507ab4#e872e7c8) [INFO] [stderr] Compiling snarkvm-r1cs v0.8.0 (https://github.com/liusen-adalab/snarkVM.git?rev=e872e7c8819f9cfc81317f5c7e76728726507ab4#e872e7c8) [INFO] [stderr] Compiling snarkvm-algorithms v0.8.0 (https://github.com/liusen-adalab/snarkVM.git?rev=e872e7c8819f9cfc81317f5c7e76728726507ab4#e872e7c8) [INFO] [stderr] Compiling snarkvm-gadgets v0.8.0 (https://github.com/liusen-adalab/snarkVM.git?rev=e872e7c8819f9cfc81317f5c7e76728726507ab4#e872e7c8) [INFO] [stderr] Compiling snarkvm-parameters v0.8.0 (https://github.com/liusen-adalab/snarkVM.git?rev=e872e7c8819f9cfc81317f5c7e76728726507ab4#e872e7c8) [INFO] [stderr] Compiling snarkvm-polycommit v0.8.0 (https://github.com/liusen-adalab/snarkVM.git?rev=e872e7c8819f9cfc81317f5c7e76728726507ab4#e872e7c8) [INFO] [stderr] Compiling snarkvm-marlin v0.8.0 (https://github.com/liusen-adalab/snarkVM.git?rev=e872e7c8819f9cfc81317f5c7e76728726507ab4#e872e7c8) [INFO] [stderr] Compiling snarkvm-dpc v0.8.0 (https://github.com/liusen-adalab/snarkVM.git?rev=e872e7c8819f9cfc81317f5c7e76728726507ab4#e872e7c8) [INFO] [stderr] Compiling snarkvm v0.8.0 (https://github.com/liusen-adalab/snarkVM.git?rev=e872e7c8819f9cfc81317f5c7e76728726507ab4#e872e7c8) [INFO] [stderr] Compiling aleo-mine-protocol v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 46s [INFO] running `Command { std: "docker" "inspect" "99e91557b2b7a9cd01276e080c47103bfd526840ab3b4d2cacea08f0990bb41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99e91557b2b7a9cd01276e080c47103bfd526840ab3b4d2cacea08f0990bb41c", kill_on_drop: false }` [INFO] [stdout] 99e91557b2b7a9cd01276e080c47103bfd526840ab3b4d2cacea08f0990bb41c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a83b26f4fcf08196b6f173cf160e640d410b1a46ead59522259f16c5f58be431 [INFO] running `Command { std: "docker" "start" "-a" "a83b26f4fcf08196b6f173cf160e640d410b1a46ead59522259f16c5f58be431", kill_on_drop: false }` [INFO] [stderr] Compiling aleo-mine-protocol v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.43s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/aleo_mine_protocol-837f46c736c5a1fd) [INFO] running `Command { std: "docker" "inspect" "a83b26f4fcf08196b6f173cf160e640d410b1a46ead59522259f16c5f58be431", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a83b26f4fcf08196b6f173cf160e640d410b1a46ead59522259f16c5f58be431", kill_on_drop: false }` [INFO] [stdout] a83b26f4fcf08196b6f173cf160e640d410b1a46ead59522259f16c5f58be431