[INFO] cloning repository https://github.com/KingOfThePirates/practice_game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KingOfThePirates/practice_game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKingOfThePirates%2Fpractice_game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKingOfThePirates%2Fpractice_game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4f460f8f9e42423b1e963fadf212f64ddb56af8a [INFO] building KingOfThePirates/practice_game against try#8aaecdf5df68a6fbc126704e44d399ba2fe66bf2 for pr-94962 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKingOfThePirates%2Fpractice_game" "/workspace/builds/worker-106/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-106/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KingOfThePirates/practice_game on toolchain 8aaecdf5df68a6fbc126704e44d399ba2fe66bf2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/KingOfThePirates/practice_game [INFO] finished tweaking git repo https://github.com/KingOfThePirates/practice_game [INFO] tweaked toml for git repo https://github.com/KingOfThePirates/practice_game written to /workspace/builds/worker-106/source/Cargo.toml [INFO] crate git repo https://github.com/KingOfThePirates/practice_game already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5aafbe30f4c8354592e7b8ed1409c2e4694a31d7e060fb5775f1114845bfc262 [INFO] running `Command { std: "docker" "start" "-a" "5aafbe30f4c8354592e7b8ed1409c2e4694a31d7e060fb5775f1114845bfc262", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5aafbe30f4c8354592e7b8ed1409c2e4694a31d7e060fb5775f1114845bfc262", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5aafbe30f4c8354592e7b8ed1409c2e4694a31d7e060fb5775f1114845bfc262", kill_on_drop: false }` [INFO] [stdout] 5aafbe30f4c8354592e7b8ed1409c2e4694a31d7e060fb5775f1114845bfc262 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 20c7fb9dba4c5374ab3d2dfe65a87564d9287e02e5ab44864a0e8d622ff7ac61 [INFO] running `Command { std: "docker" "start" "-a" "20c7fb9dba4c5374ab3d2dfe65a87564d9287e02e5ab44864a0e8d622ff7ac61", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling practice_game v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:60:44 [INFO] [stdout] | [INFO] [stdout] 60 | ... reason = Error::description(&why)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:66:44 [INFO] [stdout] | [INFO] [stdout] 66 | ... reason = Error::description(&why)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.68s [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "20c7fb9dba4c5374ab3d2dfe65a87564d9287e02e5ab44864a0e8d622ff7ac61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20c7fb9dba4c5374ab3d2dfe65a87564d9287e02e5ab44864a0e8d622ff7ac61", kill_on_drop: false }` [INFO] [stdout] 20c7fb9dba4c5374ab3d2dfe65a87564d9287e02e5ab44864a0e8d622ff7ac61