[INFO] cloning repository https://github.com/Starwort/tripeak_solver [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Starwort/tripeak_solver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStarwort%2Ftripeak_solver", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStarwort%2Ftripeak_solver'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7851314c4a4cab314108d11d315001896a6615c2 [INFO] testing Starwort/tripeak_solver against master#0d13f6afeba4935499abe0c9a07426c94492c94e for pr-96025 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStarwort%2Ftripeak_solver" "/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/Starwort/tripeak_solver on toolchain 0d13f6afeba4935499abe0c9a07426c94492c94e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Starwort/tripeak_solver [INFO] finished tweaking git repo https://github.com/Starwort/tripeak_solver [INFO] tweaked toml for git repo https://github.com/Starwort/tripeak_solver written to /workspace/builds/worker-106/source/Cargo.toml [INFO] crate git repo https://github.com/Starwort/tripeak_solver already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded repeated v0.1.2 [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b4dc3f61de6957f678edd42500e4da7261643493dad4e18b292d51d1e54ddf27 [INFO] running `Command { std: "docker" "start" "-a" "b4dc3f61de6957f678edd42500e4da7261643493dad4e18b292d51d1e54ddf27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b4dc3f61de6957f678edd42500e4da7261643493dad4e18b292d51d1e54ddf27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4dc3f61de6957f678edd42500e4da7261643493dad4e18b292d51d1e54ddf27", kill_on_drop: false }` [INFO] [stdout] b4dc3f61de6957f678edd42500e4da7261643493dad4e18b292d51d1e54ddf27 [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] edd1e30f1e180db3f691d1cc0b196d7247a02bd9df7ff65e6d99c00a402fe68f [INFO] running `Command { std: "docker" "start" "-a" "edd1e30f1e180db3f691d1cc0b196d7247a02bd9df7ff65e6d99c00a402fe68f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling repeated v0.1.2 [INFO] [stderr] Compiling tripeak v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 59s [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "edd1e30f1e180db3f691d1cc0b196d7247a02bd9df7ff65e6d99c00a402fe68f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edd1e30f1e180db3f691d1cc0b196d7247a02bd9df7ff65e6d99c00a402fe68f", kill_on_drop: false }` [INFO] [stdout] edd1e30f1e180db3f691d1cc0b196d7247a02bd9df7ff65e6d99c00a402fe68f