[INFO] cloning repository https://github.com/canac/server-room [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/canac/server-room" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcanac%2Fserver-room", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcanac%2Fserver-room'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7fd44b67c3663b27c263a14df447d606c30b849c [INFO] building canac/server-room against master#a29f341a8ac4e9325a5e37027b4215f50a76d06f for pr-101929 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcanac%2Fserver-room" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/canac/server-room on toolchain a29f341a8ac4e9325a5e37027b4215f50a76d06f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a29f341a8ac4e9325a5e37027b4215f50a76d06f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/canac/server-room [INFO] finished tweaking git repo https://github.com/canac/server-room [INFO] tweaked toml for git repo https://github.com/canac/server-room written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/canac/server-room already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a29f341a8ac4e9325a5e37027b4215f50a76d06f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ngrammatic v0.3.2 [INFO] [stderr] Downloaded inquire v0.0.11 [INFO] [stderr] Downloaded serde_derive v1.0.128 [INFO] [stderr] Downloaded serde v1.0.128 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+a29f341a8ac4e9325a5e37027b4215f50a76d06f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9dd3c8e1e64ddf47ab7729fd71d96567cca7aac10c69ab8e36f5ea16825f6a61 [INFO] running `Command { std: "docker" "start" "-a" "9dd3c8e1e64ddf47ab7729fd71d96567cca7aac10c69ab8e36f5ea16825f6a61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9dd3c8e1e64ddf47ab7729fd71d96567cca7aac10c69ab8e36f5ea16825f6a61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dd3c8e1e64ddf47ab7729fd71d96567cca7aac10c69ab8e36f5ea16825f6a61", kill_on_drop: false }` [INFO] [stdout] 9dd3c8e1e64ddf47ab7729fd71d96567cca7aac10c69ab8e36f5ea16825f6a61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+a29f341a8ac4e9325a5e37027b4215f50a76d06f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 27cd01f82f669c036343052ab02dc0d9309a5812ccb3d1692dae9048bab9deda [INFO] running `Command { std: "docker" "start" "-a" "27cd01f82f669c036343052ab02dc0d9309a5812ccb3d1692dae9048bab9deda", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.128 [INFO] [stderr] Compiling signal-hook v0.3.10 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde v1.0.128 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling newline-converter v0.2.0 [INFO] [stderr] Compiling textwrap v0.15.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling directories v4.0.1 [INFO] [stderr] Compiling crossterm v0.21.0 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling ngrammatic v0.3.2 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling clap_derive v3.2.18 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling inquire v0.0.11 [INFO] [stderr] Compiling clap v3.2.22 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling server-room v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.68s [INFO] running `Command { std: "docker" "inspect" "27cd01f82f669c036343052ab02dc0d9309a5812ccb3d1692dae9048bab9deda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27cd01f82f669c036343052ab02dc0d9309a5812ccb3d1692dae9048bab9deda", kill_on_drop: false }` [INFO] [stdout] 27cd01f82f669c036343052ab02dc0d9309a5812ccb3d1692dae9048bab9deda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+a29f341a8ac4e9325a5e37027b4215f50a76d06f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea09c9d86e8081e586135b4a07364075e9867275d918df9066221fd258dce1c1 [INFO] running `Command { std: "docker" "start" "-a" "ea09c9d86e8081e586135b4a07364075e9867275d918df9066221fd258dce1c1", 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" "ea09c9d86e8081e586135b4a07364075e9867275d918df9066221fd258dce1c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea09c9d86e8081e586135b4a07364075e9867275d918df9066221fd258dce1c1", kill_on_drop: false }` [INFO] [stdout] ea09c9d86e8081e586135b4a07364075e9867275d918df9066221fd258dce1c1