[INFO] cloning repository https://github.com/lgo/rails [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lgo/rails" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flgo%2Frails", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flgo%2Frails'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bfc3a960f22cf6af7e92562886fee49c5fd64721 [INFO] testing lgo/rails against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flgo%2Frails" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lgo/rails on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-8/source/.cargo/config [INFO] started tweaking git repo https://github.com/lgo/rails [INFO] finished tweaking git repo https://github.com/lgo/rails [INFO] tweaked toml for git repo https://github.com/lgo/rails written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/lgo/rails already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: target.rpi2.features [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5151330e2a8699809a1bc8f690ce68b54bd8414fbd8bffee9b408ceb272b7793 [INFO] running `Command { std: "docker" "start" "-a" "5151330e2a8699809a1bc8f690ce68b54bd8414fbd8bffee9b408ceb272b7793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5151330e2a8699809a1bc8f690ce68b54bd8414fbd8bffee9b408ceb272b7793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5151330e2a8699809a1bc8f690ce68b54bd8414fbd8bffee9b408ceb272b7793", kill_on_drop: false }` [INFO] [stdout] 5151330e2a8699809a1bc8f690ce68b54bd8414fbd8bffee9b408ceb272b7793 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 545a96146d386dfd279bffba973bd0133203c635013dd2c6a9e1a3eb655cf0cb [INFO] running `Command { std: "docker" "start" "-a" "545a96146d386dfd279bffba973bd0133203c635013dd2c6a9e1a3eb655cf0cb", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: target.rpi2.features [INFO] [stderr] Compiling rails v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(lang_items)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:8:24 [INFO] [stdout] | [INFO] [stdout] 8 | pub const GPPUD: u32 = (GPIO_BASE + 0x94); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 8 - pub const GPPUD: u32 = (GPIO_BASE + 0x94); [INFO] [stdout] 8 + pub const GPPUD: u32 = GPIO_BASE + 0x94; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | pub const GPPUDCLK0: u32 = (GPIO_BASE + 0x98); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 11 - pub const GPPUDCLK0: u32 = (GPIO_BASE + 0x98); [INFO] [stdout] 11 + pub const GPPUDCLK0: u32 = GPIO_BASE + 0x98; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:18:27 [INFO] [stdout] | [INFO] [stdout] 18 | pub const UART0_DR: u32 = (UART0_BASE + 0x00); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 18 - pub const UART0_DR: u32 = (UART0_BASE + 0x00); [INFO] [stdout] 18 + pub const UART0_DR: u32 = UART0_BASE + 0x00; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 20 | pub const UART0_RSRECR: u32 = (UART0_BASE + 0x04); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 20 - pub const UART0_RSRECR: u32 = (UART0_BASE + 0x04); [INFO] [stdout] 20 + pub const UART0_RSRECR: u32 = UART0_BASE + 0x04; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:22:27 [INFO] [stdout] | [INFO] [stdout] 22 | pub const UART0_FR: u32 = (UART0_BASE + 0x18); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 22 - pub const UART0_FR: u32 = (UART0_BASE + 0x18); [INFO] [stdout] 22 + pub const UART0_FR: u32 = UART0_BASE + 0x18; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | pub const UART0_ILPR: u32 = (UART0_BASE + 0x20); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 24 - pub const UART0_ILPR: u32 = (UART0_BASE + 0x20); [INFO] [stdout] 24 + pub const UART0_ILPR: u32 = UART0_BASE + 0x20; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:25:29 [INFO] [stdout] | [INFO] [stdout] 25 | pub const UART0_IBRD: u32 = (UART0_BASE + 0x24); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 25 - pub const UART0_IBRD: u32 = (UART0_BASE + 0x24); [INFO] [stdout] 25 + pub const UART0_IBRD: u32 = UART0_BASE + 0x24; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:26:29 [INFO] [stdout] | [INFO] [stdout] 26 | pub const UART0_FBRD: u32 = (UART0_BASE + 0x28); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 26 - pub const UART0_FBRD: u32 = (UART0_BASE + 0x28); [INFO] [stdout] 26 + pub const UART0_FBRD: u32 = UART0_BASE + 0x28; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub const UART0_LCRH: u32 = (UART0_BASE + 0x2C); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 27 - pub const UART0_LCRH: u32 = (UART0_BASE + 0x2C); [INFO] [stdout] 27 + pub const UART0_LCRH: u32 = UART0_BASE + 0x2C; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:28:27 [INFO] [stdout] | [INFO] [stdout] 28 | pub const UART0_CR: u32 = (UART0_BASE + 0x30); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 28 - pub const UART0_CR: u32 = (UART0_BASE + 0x30); [INFO] [stdout] 28 + pub const UART0_CR: u32 = UART0_BASE + 0x30; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 30 | pub const UART0_IFLS: u32 = (UART0_BASE + 0x34); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 30 - pub const UART0_IFLS: u32 = (UART0_BASE + 0x34); [INFO] [stdout] 30 + pub const UART0_IFLS: u32 = UART0_BASE + 0x34; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | pub const UART0_IMSC: u32 = (UART0_BASE + 0x38); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 31 - pub const UART0_IMSC: u32 = (UART0_BASE + 0x38); [INFO] [stdout] 31 + pub const UART0_IMSC: u32 = UART0_BASE + 0x38; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:33:28 [INFO] [stdout] | [INFO] [stdout] 33 | pub const UART0_RIS: u32 = (UART0_BASE + 0x3C); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 33 - pub const UART0_RIS: u32 = (UART0_BASE + 0x3C); [INFO] [stdout] 33 + pub const UART0_RIS: u32 = UART0_BASE + 0x3C; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:35:28 [INFO] [stdout] | [INFO] [stdout] 35 | pub const UART0_MIS: u32 = (UART0_BASE + 0x40); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 35 - pub const UART0_MIS: u32 = (UART0_BASE + 0x40); [INFO] [stdout] 35 + pub const UART0_MIS: u32 = UART0_BASE + 0x40; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:36:28 [INFO] [stdout] | [INFO] [stdout] 36 | pub const UART0_ICR: u32 = (UART0_BASE + 0x44); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 36 - pub const UART0_ICR: u32 = (UART0_BASE + 0x44); [INFO] [stdout] 36 + pub const UART0_ICR: u32 = UART0_BASE + 0x44; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | pub const UART0_DMACR: u32 = (UART0_BASE + 0x48); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 38 - pub const UART0_DMACR: u32 = (UART0_BASE + 0x48); [INFO] [stdout] 38 + pub const UART0_DMACR: u32 = UART0_BASE + 0x48; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:40:29 [INFO] [stdout] | [INFO] [stdout] 40 | pub const UART0_ITCR: u32 = (UART0_BASE + 0x80); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 40 - pub const UART0_ITCR: u32 = (UART0_BASE + 0x80); [INFO] [stdout] 40 + pub const UART0_ITCR: u32 = UART0_BASE + 0x80; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:42:29 [INFO] [stdout] | [INFO] [stdout] 42 | pub const UART0_ITIP: u32 = (UART0_BASE + 0x84); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 42 - pub const UART0_ITIP: u32 = (UART0_BASE + 0x84); [INFO] [stdout] 42 + pub const UART0_ITIP: u32 = UART0_BASE + 0x84; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 44 | pub const UART0_ITOP: u32 = (UART0_BASE + 0x88); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 44 - pub const UART0_ITOP: u32 = (UART0_BASE + 0x88); [INFO] [stdout] 44 + pub const UART0_ITOP: u32 = UART0_BASE + 0x88; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/mach/rpi2/uart.rs:46:28 [INFO] [stdout] | [INFO] [stdout] 46 | pub const UART0_TDR: u32 = (UART0_BASE + 0x8C); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 46 - pub const UART0_TDR: u32 = (UART0_BASE + 0x8C); [INFO] [stdout] 46 + pub const UART0_TDR: u32 = UART0_BASE + 0x8C; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0522]: definition of an unknown language item: `eh_unwind_resume` [INFO] [stdout] --> src/util/builtins.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[lang = "eh_unwind_resume"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `eh_unwind_resume` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/kernel/task_descriptor.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | entrypoint: Fn(), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6 - entrypoint: Fn(), [INFO] [stdout] 6 + entrypoint: dyn Fn(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/kernel/scheduler.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | next: Option<&Node>, [INFO] [stdout] | ^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 5 ~ struct Node<'a, T> { [INFO] [stdout] 6 ~ next: Option<&'a Node>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/kernel/scheduler.rs:7:16 [INFO] [stdout] | [INFO] [stdout] 7 | prev: Option<&Node>, [INFO] [stdout] | ^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 5 ~ struct Node<'a, T> { [INFO] [stdout] 6 | next: Option<&Node>, [INFO] [stdout] 7 ~ prev: Option<&'a Node>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/kernel/scheduler.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | next: Node<&TaskDescriptor>, [INFO] [stdout] | ^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 11 ~ struct Priority<'a> { [INFO] [stdout] 12 ~ next: Node<&'a TaskDescriptor>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0124]: field `priorities_ready` is already declared [INFO] [stdout] --> src/kernel/scheduler.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 16 | priorities_ready: [bool; 32], [INFO] [stdout] | ---------------------------- `priorities_ready` first declared here [INFO] [stdout] 17 | priorities_ready: [bool; 32], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field already declared [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0106, E0124, E0522, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0106`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rails` due to 7 previous errors; 21 warnings emitted [INFO] running `Command { std: "docker" "inspect" "545a96146d386dfd279bffba973bd0133203c635013dd2c6a9e1a3eb655cf0cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "545a96146d386dfd279bffba973bd0133203c635013dd2c6a9e1a3eb655cf0cb", kill_on_drop: false }` [INFO] [stdout] 545a96146d386dfd279bffba973bd0133203c635013dd2c6a9e1a3eb655cf0cb