[INFO] cloning repository https://github.com/KodrAus/cross-compile-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KodrAus/cross-compile-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKodrAus%2Fcross-compile-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKodrAus%2Fcross-compile-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f30b9191f1c24c41d69ab01c03ea7c312d890c23 [INFO] building KodrAus/cross-compile-example against try#8aaecdf5df68a6fbc126704e44d399ba2fe66bf2 for pr-94962 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKodrAus%2Fcross-compile-example" "/workspace/builds/worker-56/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-56/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KodrAus/cross-compile-example 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] removed /workspace/builds/worker-56/source/.cargo/config [INFO] started tweaking git repo https://github.com/KodrAus/cross-compile-example [INFO] finished tweaking git repo https://github.com/KodrAus/cross-compile-example [INFO] tweaked toml for git repo https://github.com/KodrAus/cross-compile-example written to /workspace/builds/worker-56/source/Cargo.toml [INFO] crate git repo https://github.com/KodrAus/cross-compile-example 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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] 9167c59463e79732d4572b0dc3a27ce8fc3077937992dfc38237bfaa32c82c06 [INFO] running `Command { std: "docker" "start" "-a" "9167c59463e79732d4572b0dc3a27ce8fc3077937992dfc38237bfaa32c82c06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9167c59463e79732d4572b0dc3a27ce8fc3077937992dfc38237bfaa32c82c06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9167c59463e79732d4572b0dc3a27ce8fc3077937992dfc38237bfaa32c82c06", kill_on_drop: false }` [INFO] [stdout] 9167c59463e79732d4572b0dc3a27ce8fc3077937992dfc38237bfaa32c82c06 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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] 5103887f180c8da8872f4da11315aa46ab469f2493288d3810fadb5e81ce891d [INFO] running `Command { std: "docker" "start" "-a" "5103887f180c8da8872f4da11315aa46ab469f2493288d3810fadb5e81ce891d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cross-compile-sample v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s [INFO] running `Command { std: "docker" "inspect" "5103887f180c8da8872f4da11315aa46ab469f2493288d3810fadb5e81ce891d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5103887f180c8da8872f4da11315aa46ab469f2493288d3810fadb5e81ce891d", kill_on_drop: false }` [INFO] [stdout] 5103887f180c8da8872f4da11315aa46ab469f2493288d3810fadb5e81ce891d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a5da8d0de3fe61f40eb338f46feb26cb8e8a9c67fa69f9361544dce1935d64f [INFO] running `Command { std: "docker" "start" "-a" "5a5da8d0de3fe61f40eb338f46feb26cb8e8a9c67fa69f9361544dce1935d64f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cross-compile-sample v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.65s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/cross_compile_sample-2ebf3726ce0ad2f1) [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "5a5da8d0de3fe61f40eb338f46feb26cb8e8a9c67fa69f9361544dce1935d64f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a5da8d0de3fe61f40eb338f46feb26cb8e8a9c67fa69f9361544dce1935d64f", kill_on_drop: false }` [INFO] [stdout] 5a5da8d0de3fe61f40eb338f46feb26cb8e8a9c67fa69f9361544dce1935d64f