[INFO] cloning repository https://github.com/unpragmatic/rshell [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/unpragmatic/rshell" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funpragmatic%2Frshell", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funpragmatic%2Frshell'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 49a26363306ff1342ecef6f48384b9ce541d9331 [INFO] testing unpragmatic/rshell against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funpragmatic%2Frshell" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/unpragmatic/rshell on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/unpragmatic/rshell [INFO] finished tweaking git repo https://github.com/unpragmatic/rshell [INFO] tweaked toml for git repo https://github.com/unpragmatic/rshell written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/unpragmatic/rshell already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 514b77c7b1c238222894cdb3bd6d3a81c7803469d31caed6307ea8f51daf08f4 [INFO] running `Command { std: "docker" "start" "-a" "514b77c7b1c238222894cdb3bd6d3a81c7803469d31caed6307ea8f51daf08f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "514b77c7b1c238222894cdb3bd6d3a81c7803469d31caed6307ea8f51daf08f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "514b77c7b1c238222894cdb3bd6d3a81c7803469d31caed6307ea8f51daf08f4", kill_on_drop: false }` [INFO] [stdout] 514b77c7b1c238222894cdb3bd6d3a81c7803469d31caed6307ea8f51daf08f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca387064c47dbd0aaa6d039cc310efc7683333bcc9eba35af034c9ce09d72e36 [INFO] running `Command { std: "docker" "start" "-a" "ca387064c47dbd0aaa6d039cc310efc7683333bcc9eba35af034c9ce09d72e36", kill_on_drop: false }` [INFO] [stderr] Compiling rshell v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | stdin().read_line(&mut input_line); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 8 | let _ = stdin().read_line(&mut input_line); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `rshell` (bin "rshell"); 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "ca387064c47dbd0aaa6d039cc310efc7683333bcc9eba35af034c9ce09d72e36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca387064c47dbd0aaa6d039cc310efc7683333bcc9eba35af034c9ce09d72e36", kill_on_drop: false }` [INFO] [stdout] ca387064c47dbd0aaa6d039cc310efc7683333bcc9eba35af034c9ce09d72e36 [INFO] testing unpragmatic/rshell against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funpragmatic%2Frshell" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/unpragmatic/rshell on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/unpragmatic/rshell [INFO] finished tweaking git repo https://github.com/unpragmatic/rshell [INFO] tweaked toml for git repo https://github.com/unpragmatic/rshell written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/unpragmatic/rshell already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c339b05731a0e0365409fdc1e8d429f7fb04c88f086a5307e5d27f9c682ff05 [INFO] running `Command { std: "docker" "start" "-a" "5c339b05731a0e0365409fdc1e8d429f7fb04c88f086a5307e5d27f9c682ff05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c339b05731a0e0365409fdc1e8d429f7fb04c88f086a5307e5d27f9c682ff05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c339b05731a0e0365409fdc1e8d429f7fb04c88f086a5307e5d27f9c682ff05", kill_on_drop: false }` [INFO] [stdout] 5c339b05731a0e0365409fdc1e8d429f7fb04c88f086a5307e5d27f9c682ff05 [INFO] testing unpragmatic/rshell against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funpragmatic%2Frshell" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/unpragmatic/rshell on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/unpragmatic/rshell [INFO] finished tweaking git repo https://github.com/unpragmatic/rshell [INFO] tweaked toml for git repo https://github.com/unpragmatic/rshell written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/unpragmatic/rshell already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7855367faee4b0e2566abc2d32ce28e77d8c790aceb316189a662296acc77b33 [INFO] running `Command { std: "docker" "start" "-a" "7855367faee4b0e2566abc2d32ce28e77d8c790aceb316189a662296acc77b33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7855367faee4b0e2566abc2d32ce28e77d8c790aceb316189a662296acc77b33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7855367faee4b0e2566abc2d32ce28e77d8c790aceb316189a662296acc77b33", kill_on_drop: false }` [INFO] [stdout] 7855367faee4b0e2566abc2d32ce28e77d8c790aceb316189a662296acc77b33 [INFO] testing unpragmatic/rshell against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funpragmatic%2Frshell" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/unpragmatic/rshell on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/unpragmatic/rshell [INFO] finished tweaking git repo https://github.com/unpragmatic/rshell [INFO] tweaked toml for git repo https://github.com/unpragmatic/rshell written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/unpragmatic/rshell already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e4062e0d19d5b9710b3b9accac7da015194367c1ad1a50b2ff65f3ecbf2fd160 [INFO] running `Command { std: "docker" "start" "-a" "e4062e0d19d5b9710b3b9accac7da015194367c1ad1a50b2ff65f3ecbf2fd160", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e4062e0d19d5b9710b3b9accac7da015194367c1ad1a50b2ff65f3ecbf2fd160", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4062e0d19d5b9710b3b9accac7da015194367c1ad1a50b2ff65f3ecbf2fd160", kill_on_drop: false }` [INFO] [stdout] e4062e0d19d5b9710b3b9accac7da015194367c1ad1a50b2ff65f3ecbf2fd160 [INFO] testing unpragmatic/rshell against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funpragmatic%2Frshell" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/unpragmatic/rshell on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/unpragmatic/rshell [INFO] finished tweaking git repo https://github.com/unpragmatic/rshell [INFO] tweaked toml for git repo https://github.com/unpragmatic/rshell written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/unpragmatic/rshell already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fcba90193667a4fce2f59504906d87f1456f9a14a7da5ab6379b7f238bb50ff5 [INFO] running `Command { std: "docker" "start" "-a" "fcba90193667a4fce2f59504906d87f1456f9a14a7da5ab6379b7f238bb50ff5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fcba90193667a4fce2f59504906d87f1456f9a14a7da5ab6379b7f238bb50ff5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcba90193667a4fce2f59504906d87f1456f9a14a7da5ab6379b7f238bb50ff5", kill_on_drop: false }` [INFO] [stdout] fcba90193667a4fce2f59504906d87f1456f9a14a7da5ab6379b7f238bb50ff5 [INFO] testing unpragmatic/rshell against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funpragmatic%2Frshell" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/unpragmatic/rshell on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/unpragmatic/rshell [INFO] finished tweaking git repo https://github.com/unpragmatic/rshell [INFO] tweaked toml for git repo https://github.com/unpragmatic/rshell written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/unpragmatic/rshell already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84f39987a1cb7a5155a14b07eb93f2c3a5f45c893579ac9a3c65a1e970318929 [INFO] running `Command { std: "docker" "start" "-a" "84f39987a1cb7a5155a14b07eb93f2c3a5f45c893579ac9a3c65a1e970318929", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84f39987a1cb7a5155a14b07eb93f2c3a5f45c893579ac9a3c65a1e970318929", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84f39987a1cb7a5155a14b07eb93f2c3a5f45c893579ac9a3c65a1e970318929", kill_on_drop: false }` [INFO] [stdout] 84f39987a1cb7a5155a14b07eb93f2c3a5f45c893579ac9a3c65a1e970318929 [ERROR] this task or one of its parent failed! [ERROR] command failed: exit status: 1 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.