[INFO] cloning repository https://github.com/mvasquezb/blockchains-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mvasquezb/blockchains-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmvasquezb%2Fblockchains-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmvasquezb%2Fblockchains-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 87a3bb3033b819978620064083ae73029ea4149a [INFO] testing mvasquezb/blockchains-example against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmvasquezb%2Fblockchains-example" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mvasquezb/blockchains-example on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mvasquezb/blockchains-example [INFO] finished tweaking git repo https://github.com/mvasquezb/blockchains-example [INFO] tweaked toml for git repo https://github.com/mvasquezb/blockchains-example written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/mvasquezb/blockchains-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8627ec13124b2bf0fb35184a32c0bea5e6fee1ef7934af5db96d8df307e33e58 [INFO] running `Command { std: "docker" "start" "-a" "8627ec13124b2bf0fb35184a32c0bea5e6fee1ef7934af5db96d8df307e33e58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8627ec13124b2bf0fb35184a32c0bea5e6fee1ef7934af5db96d8df307e33e58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8627ec13124b2bf0fb35184a32c0bea5e6fee1ef7934af5db96d8df307e33e58", kill_on_drop: false }` [INFO] [stdout] 8627ec13124b2bf0fb35184a32c0bea5e6fee1ef7934af5db96d8df307e33e58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 78044f6913f7fc528edae2422f026ac7146a84a0cb67fd2f868a9e6c65884db7 [INFO] running `Command { std: "docker" "start" "-a" "78044f6913f7fc528edae2422f026ac7146a84a0cb67fd2f868a9e6c65884db7", kill_on_drop: false }` [INFO] [stderr] Compiling odds v0.2.25 [INFO] [stderr] Compiling serde v1.0.15 [INFO] [stderr] Compiling libc v0.2.32 [INFO] [stderr] Compiling tiny-keccak v1.3.1 [INFO] [stderr] Compiling lazy_static v0.2.9 [INFO] [stderr] Compiling secp256k1 v0.7.1 [INFO] [stderr] Compiling rand v0.3.17 [INFO] [stderr] Compiling nodrop v0.1.10 [INFO] [stderr] Compiling arrayvec v0.3.23 [INFO] [stderr] Compiling serde_json v1.0.4 [INFO] [stderr] Compiling eth-crypto v0.1.0 (https://github.com/forrest-marshall/eth-crypto.git#05179c7a) [INFO] [stderr] Compiling blockchains v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.57s [INFO] running `Command { std: "docker" "inspect" "78044f6913f7fc528edae2422f026ac7146a84a0cb67fd2f868a9e6c65884db7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78044f6913f7fc528edae2422f026ac7146a84a0cb67fd2f868a9e6c65884db7", kill_on_drop: false }` [INFO] [stdout] 78044f6913f7fc528edae2422f026ac7146a84a0cb67fd2f868a9e6c65884db7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 602c95b1d7752a009ff52d1c8cf661f8a0b973fe47d59d934683d2edb7b5267c [INFO] running `Command { std: "docker" "start" "-a" "602c95b1d7752a009ff52d1c8cf661f8a0b973fe47d59d934683d2edb7b5267c", kill_on_drop: false }` [INFO] [stderr] Compiling blockchains v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `Command { std: "docker" "inspect" "602c95b1d7752a009ff52d1c8cf661f8a0b973fe47d59d934683d2edb7b5267c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "602c95b1d7752a009ff52d1c8cf661f8a0b973fe47d59d934683d2edb7b5267c", kill_on_drop: false }` [INFO] [stdout] 602c95b1d7752a009ff52d1c8cf661f8a0b973fe47d59d934683d2edb7b5267c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3dd17a02d8fa1edf882e040d4992f575b8d7a9a951933f73b4115dbd3ad82aaf [INFO] running `Command { std: "docker" "start" "-a" "3dd17a02d8fa1edf882e040d4992f575b8d7a9a951933f73b4115dbd3ad82aaf", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/blockchains-397408591734175a) [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" "3dd17a02d8fa1edf882e040d4992f575b8d7a9a951933f73b4115dbd3ad82aaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dd17a02d8fa1edf882e040d4992f575b8d7a9a951933f73b4115dbd3ad82aaf", kill_on_drop: false }` [INFO] [stdout] 3dd17a02d8fa1edf882e040d4992f575b8d7a9a951933f73b4115dbd3ad82aaf