[INFO] cloning repository https://github.com/etscrivner/programmingbitcoin-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/etscrivner/programmingbitcoin-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetscrivner%2Fprogrammingbitcoin-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetscrivner%2Fprogrammingbitcoin-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4741bf1d911bcc74fb993e71f3131a0e09f6f5f8 [INFO] testing etscrivner/programmingbitcoin-rust against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetscrivner%2Fprogrammingbitcoin-rust" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/etscrivner/programmingbitcoin-rust on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/etscrivner/programmingbitcoin-rust [INFO] finished tweaking git repo https://github.com/etscrivner/programmingbitcoin-rust [INFO] tweaked toml for git repo https://github.com/etscrivner/programmingbitcoin-rust written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate git repo https://github.com/etscrivner/programmingbitcoin-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rug v1.2.2 [INFO] [stderr] Downloaded gmp-mpfr-sys v1.1.10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b2ac9de5288731517e07218286affe30f3c58c61cb8179e40b5d8074425b896b [INFO] running `Command { std: "docker" "start" "-a" "b2ac9de5288731517e07218286affe30f3c58c61cb8179e40b5d8074425b896b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b2ac9de5288731517e07218286affe30f3c58c61cb8179e40b5d8074425b896b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2ac9de5288731517e07218286affe30f3c58c61cb8179e40b5d8074425b896b", kill_on_drop: false }` [INFO] [stdout] b2ac9de5288731517e07218286affe30f3c58c61cb8179e40b5d8074425b896b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f3ea2d5e4a4109695cfaaf6f1c68531b739329f7b603178c91e8b2eb8921d7d [INFO] running `Command { std: "docker" "start" "-a" "8f3ea2d5e4a4109695cfaaf6f1c68531b739329f7b603178c91e8b2eb8921d7d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling gmp-mpfr-sys v1.1.10 [INFO] [stderr] Compiling libc v0.2.46 [INFO] [stderr] Compiling byte-tools v0.3.0 [INFO] [stderr] Compiling rug v1.2.2 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling opaque-debug v0.2.1 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling block-padding v0.1.2 [INFO] [stderr] Compiling generic-array v0.12.0 [INFO] [stderr] Compiling digest v0.8.0 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling hmac v0.7.0 [INFO] [stderr] Compiling sha2 v0.8.0 [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "8f3ea2d5e4a4109695cfaaf6f1c68531b739329f7b603178c91e8b2eb8921d7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f3ea2d5e4a4109695cfaaf6f1c68531b739329f7b603178c91e8b2eb8921d7d", kill_on_drop: false }` [INFO] [stdout] 8f3ea2d5e4a4109695cfaaf6f1c68531b739329f7b603178c91e8b2eb8921d7d