[INFO] cloning repository https://github.com/AeroNotix/rs-z80 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AeroNotix/rs-z80" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAeroNotix%2Frs-z80", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAeroNotix%2Frs-z80'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e50968b03f890110c33bc8fa6dca9504fc1f66e5 [INFO] testing AeroNotix/rs-z80 against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAeroNotix%2Frs-z80" "/workspace/builds/worker-24/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-24/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AeroNotix/rs-z80 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AeroNotix/rs-z80 [INFO] finished tweaking git repo https://github.com/AeroNotix/rs-z80 [INFO] tweaked toml for git repo https://github.com/AeroNotix/rs-z80 written to /workspace/builds/worker-24/source/Cargo.toml [INFO] crate git repo https://github.com/AeroNotix/rs-z80 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5448e7acc0b41adae74f18adac2c09dc3689a2536b98f3ea30ab53e1efcf823e [INFO] running `Command { std: "docker" "start" "-a" "5448e7acc0b41adae74f18adac2c09dc3689a2536b98f3ea30ab53e1efcf823e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5448e7acc0b41adae74f18adac2c09dc3689a2536b98f3ea30ab53e1efcf823e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5448e7acc0b41adae74f18adac2c09dc3689a2536b98f3ea30ab53e1efcf823e", kill_on_drop: false }` [INFO] [stdout] 5448e7acc0b41adae74f18adac2c09dc3689a2536b98f3ea30ab53e1efcf823e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96ee6101d464ebe52e381663001f1392ddad8329012c370168fe127838c1cb49 [INFO] running `Command { std: "docker" "start" "-a" "96ee6101d464ebe52e381663001f1392ddad8329012c370168fe127838c1cb49", kill_on_drop: false }` [INFO] [stderr] Compiling z80 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant is never used: `REGISTER_TABLE_AF` [INFO] [stdout] --> src/instructions.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / const REGISTER_TABLE_AF: [Register; 4] = [ [INFO] [stdout] 24 | | Register::BC, [INFO] [stdout] 25 | | Register::DE, [INFO] [stdout] 26 | | Register::HL, [INFO] [stdout] 27 | | Register::AF, [INFO] [stdout] 28 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PC` [INFO] [stdout] --> src/instructions.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | PC, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `Register` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:45:10 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Clone, Hash, Copy, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IndirectWithOffset` [INFO] [stdout] --> src/instructions.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | IndirectWithOffset(Rc>, Rc>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Operand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `In` [INFO] [stdout] --> src/instructions.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | In(Operand, u8), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Out` [INFO] [stdout] --> src/instructions.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | Out(u8, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Call` [INFO] [stdout] --> src/instructions.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | Call(Operand), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ConditionalRet` [INFO] [stdout] --> src/instructions.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | ConditionalRet(Condition), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Pop` [INFO] [stdout] --> src/instructions.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | Pop(Operand), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Push` [INFO] [stdout] --> src/instructions.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | Push(Operand), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnconditionalRet` [INFO] [stdout] --> src/instructions.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | UnconditionalRet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EXX` [INFO] [stdout] --> src/instructions.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | EXX, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RST` [INFO] [stdout] --> src/instructions.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | RST, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RES` [INFO] [stdout] --> src/instructions.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | RES(u8, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BIT` [INFO] [stdout] --> src/instructions.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | BIT(u8, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SET` [INFO] [stdout] --> src/instructions.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | SET(u8, Operand), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Instruction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/instructions.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.57s [INFO] running `Command { std: "docker" "inspect" "96ee6101d464ebe52e381663001f1392ddad8329012c370168fe127838c1cb49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96ee6101d464ebe52e381663001f1392ddad8329012c370168fe127838c1cb49", kill_on_drop: false }` [INFO] [stdout] 96ee6101d464ebe52e381663001f1392ddad8329012c370168fe127838c1cb49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ed15617fe6fe84ed78892d00216342c507e7defda36fb03f33b22ea90d2a1e1 [INFO] running `Command { std: "docker" "start" "-a" "6ed15617fe6fe84ed78892d00216342c507e7defda36fb03f33b22ea90d2a1e1", kill_on_drop: false }` [INFO] [stderr] Compiling z80 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> src/instructions.rs:307:19 [INFO] [stdout] | [INFO] [stdout] 307 | let cpu = CPU::new(); [INFO] [stdout] | ^^^^^^^^-- supplied 0 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/instructions.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn new(program: Vec) -> CPU { [INFO] [stdout] | ^^^ ---------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> src/instructions.rs:334:19 [INFO] [stdout] | [INFO] [stdout] 334 | let cpu = CPU::new(); [INFO] [stdout] | ^^^^^^^^-- supplied 0 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/instructions.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn new(program: Vec) -> CPU { [INFO] [stdout] | ^^^ ---------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> src/instructions.rs:345:25 [INFO] [stdout] | [INFO] [stdout] 345 | instruction.execute(); [INFO] [stdout] | ^^^^^^^- supplied 0 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/instructions.rs:118:12 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn execute(&self, cpu: &mut CPU) { [INFO] [stdout] | ^^^^^^^ ----- ------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> src/instructions.rs:351:19 [INFO] [stdout] | [INFO] [stdout] 351 | let cpu = CPU::new(); [INFO] [stdout] | ^^^^^^^^-- supplied 0 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/instructions.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn new(program: Vec) -> CPU { [INFO] [stdout] | ^^^ ---------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> src/instructions.rs:363:19 [INFO] [stdout] | [INFO] [stdout] 363 | let cpu = CPU::new(); [INFO] [stdout] | ^^^^^^^^-- supplied 0 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/instructions.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn new(program: Vec) -> CPU { [INFO] [stdout] | ^^^ ---------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `z80` due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "6ed15617fe6fe84ed78892d00216342c507e7defda36fb03f33b22ea90d2a1e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ed15617fe6fe84ed78892d00216342c507e7defda36fb03f33b22ea90d2a1e1", kill_on_drop: false }` [INFO] [stdout] 6ed15617fe6fe84ed78892d00216342c507e7defda36fb03f33b22ea90d2a1e1