[INFO] cloning repository https://github.com/cyplo/resin-rust-multidevice-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cyplo/resin-rust-multidevice-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyplo%2Fresin-rust-multidevice-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyplo%2Fresin-rust-multidevice-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 967973dff969b18f64136a223d3866915bcdf827 [INFO] building cyplo/resin-rust-multidevice-example against try#615edd3ad1cf6871c977dc900317cb6c2070fd6b for pr-97334 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyplo%2Fresin-rust-multidevice-example" "/workspace/builds/worker-23/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-23/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cyplo/resin-rust-multidevice-example 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/cyplo/resin-rust-multidevice-example [INFO] finished tweaking git repo https://github.com/cyplo/resin-rust-multidevice-example [INFO] tweaked toml for git repo https://github.com/cyplo/resin-rust-multidevice-example written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate git repo https://github.com/cyplo/resin-rust-multidevice-example 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-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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] c279a8a0d1d4fde9752f86a94c5a2ca5e9bcfe37e0361b87b242321108b4a4b5 [INFO] running `Command { std: "docker" "start" "-a" "c279a8a0d1d4fde9752f86a94c5a2ca5e9bcfe37e0361b87b242321108b4a4b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c279a8a0d1d4fde9752f86a94c5a2ca5e9bcfe37e0361b87b242321108b4a4b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c279a8a0d1d4fde9752f86a94c5a2ca5e9bcfe37e0361b87b242321108b4a4b5", kill_on_drop: false }` [INFO] [stdout] c279a8a0d1d4fde9752f86a94c5a2ca5e9bcfe37e0361b87b242321108b4a4b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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] c2a9bf031f83f9d61fb540b5ce16a046ac3675742c35241a6eee502942158595 [INFO] running `Command { std: "docker" "start" "-a" "c2a9bf031f83f9d61fb540b5ce16a046ac3675742c35241a6eee502942158595", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling hello v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.80s [INFO] running `Command { std: "docker" "inspect" "c2a9bf031f83f9d61fb540b5ce16a046ac3675742c35241a6eee502942158595", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2a9bf031f83f9d61fb540b5ce16a046ac3675742c35241a6eee502942158595", kill_on_drop: false }` [INFO] [stdout] c2a9bf031f83f9d61fb540b5ce16a046ac3675742c35241a6eee502942158595 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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] ba1cbdcf27e3135937de0433b5de3f0b50f45411bda9ea829c05a1ef38796e11 [INFO] running `Command { std: "docker" "start" "-a" "ba1cbdcf27e3135937de0433b5de3f0b50f45411bda9ea829c05a1ef38796e11", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "ba1cbdcf27e3135937de0433b5de3f0b50f45411bda9ea829c05a1ef38796e11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba1cbdcf27e3135937de0433b5de3f0b50f45411bda9ea829c05a1ef38796e11", kill_on_drop: false }` [INFO] [stdout] ba1cbdcf27e3135937de0433b5de3f0b50f45411bda9ea829c05a1ef38796e11