[INFO] cloning repository https://github.com/Matthias-Fauconneau/aoc2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Matthias-Fauconneau/aoc2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatthias-Fauconneau%2Faoc2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatthias-Fauconneau%2Faoc2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b97fcd4e19e600c67e8767f08b8568fa0b3516f1
[INFO] testing Matthias-Fauconneau/aoc2023 against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatthias-Fauconneau%2Faoc2023" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Matthias-Fauconneau/aoc2023
[INFO] finished tweaking git repo https://github.com/Matthias-Fauconneau/aoc2023
[INFO] tweaked toml for git repo https://github.com/Matthias-Fauconneau/aoc2023 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Matthias-Fauconneau/aoc2023 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Matthias-Fauconneau/aoc2023 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.98.0-beta.1" "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 fehler-macros v1.0.0
[INFO] [stderr]   Downloaded fehler v1.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 029c1d6f64a06c7980a7773606d74279d81be4bf809d974095773f11410de8f1
[INFO] running `Command { std: "docker" "start" "029c1d6f64a06c7980a7773606d74279d81be4bf809d974095773f11410de8f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "029c1d6f64a06c7980a7773606d74279d81be4bf809d974095773f11410de8f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "029c1d6f64a06c7980a7773606d74279d81be4bf809d974095773f11410de8f1" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "029c1d6f64a06c7980a7773606d74279d81be4bf809d974095773f11410de8f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "029c1d6f64a06c7980a7773606d74279d81be4bf809d974095773f11410de8f1" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling itertools v0.12.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling fehler-macros v1.0.0
[INFO] [stderr]    Compiling fehler v1.0.0
[INFO] [stderr]    Compiling advent_of_code v0.9.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/bin/22.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(anonymous_lifetime_in_impl_trait)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code` (bin "21") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0282]: type annotations needed for `Box<_>`
[INFO] [stdout]  --> src/bin/13.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 |         let image = image.lines().map(|line| line.chars().collect::<Box<_>>()).collect::<Box<_>>();
[INFO] [stdout]   |             ^^^^^
[INFO] [stdout] 6 |         let row = || -> usize {
[INFO] [stdout] 7 |             'next_row: for i in 1..image.len() {
[INFO] [stdout]   |                                    ----- type must be known at this point
[INFO] [stdout]   |
[INFO] [stdout] help: consider giving `image` an explicit type, where the placeholder `_` is specified
[INFO] [stdout]   |
[INFO] [stdout] 5 |         let image: Box<_> = image.lines().map(|line| line.chars().collect::<Box<_>>()).collect::<Box<_>>();
[INFO] [stdout]   |                  ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `Box<_>`
[INFO] [stdout]  --> src/bin/21.rs:4:6
[INFO] [stdout]   |
[INFO] [stdout] 4 |     let rows = input.lines().map(|line| line.chars().collect::<Box<_>>()).collect::<Box<_>>();
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 5 |     let mut steps = vec![rows.iter().enumerate().find_map(|(i,row)| row.iter().enumerate().find_map(|(j,&c)| (c=='S').then_some(j)).m...
[INFO] [stdout]   |                          ---- type must be known at this point
[INFO] [stdout]   |
[INFO] [stdout] help: consider giving `rows` an explicit type, where the placeholder `_` is specified
[INFO] [stdout]   |
[INFO] [stdout] 4 |     let rows: Box<_> = input.lines().map(|line| line.chars().collect::<Box<_>>()).collect::<Box<_>>();
[INFO] [stdout]   |             ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `Box<_>`
[INFO] [stdout]   --> src/bin/21.rs:20:6
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let rows = input.lines().map(|line| line.chars().collect::<Box<_>>()).collect::<Box<_>>();
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 21 |     let mut steps = vec![rows.iter().enumerate().find_map(|(i,row)| row.iter().enumerate().find_map(|(j,&c)| (c=='S').then_some(j))....
[INFO] [stdout]    |                          ---- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `rows` an explicit type, where the placeholder `_` is specified
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let rows: Box<_> = input.lines().map(|line| line.chars().collect::<Box<_>>()).collect::<Box<_>>();
[INFO] [stdout]    |             ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `Box<_>`
[INFO] [stdout]   --> src/bin/12.rs:25:6
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let lines = input.lines().collect::<Box<_>>();
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 26 |     println!("");
[INFO] [stdout] 27 |     lines.iter().enumerate().map(|(i,line)| {
[INFO] [stdout]    |     ----- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `lines` an explicit type, where the placeholder `_` is specified
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let lines: Box<_> = input.lines().collect::<Box<_>>();
[INFO] [stdout]    |              ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code` (bin "22") due to 1 previous error
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/bin/05.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(iter_array_chunks)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code` (bin "12") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code` (bin "05") due to 1 previous error
[INFO] [stderr] error: could not compile `advent_of_code` (bin "13") due to 1 previous error
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/bin/18.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(array_windows, get_many_mut)]#![allow(non_snake_case)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `array_windows` has been stable since 1.94.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/bin/18.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(array_windows, get_many_mut)]#![allow(non_snake_case)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `get_many_mut` has been stable since 1.86.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/bin/18.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(array_windows, get_many_mut)]#![allow(non_snake_case)]
[INFO] [stdout]   |                           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/bin/17.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(array_chunks)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `array_chunks`
[INFO] [stdout]  --> src/bin/17.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(array_chunks)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/bin/18.rs:51:90
[INFO] [stdout]    |
[INFO] [stdout] 51 |             walk([rows, columns], trace, [i as isize, j as _]).map(|_| trace.into_iter().filter(|&&x| x).count())
[INFO] [stdout]    |                                                                                                  -^^
[INFO] [stdout]    |                                                                                                  ||
[INFO] [stdout]    |                                                                                                  |types differ in mutability
[INFO] [stdout]    |                                                                                                  expected due to this
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut bool`
[INFO] [stdout]                       found reference `&_`
[INFO] [stdout] help: consider removing `&` from the pattern
[INFO] [stdout]    |
[INFO] [stdout] 51 -             walk([rows, columns], trace, [i as isize, j as _]).map(|_| trace.into_iter().filter(|&&x| x).count())
[INFO] [stdout] 51 +             walk([rows, columns], trace, [i as isize, j as _]).map(|_| trace.into_iter().filter(|&x| x).count())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `Box<_>`
[INFO] [stdout]   --> src/bin/11.rs:16:6
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let space = input.lines().map(|row| row.chars().collect::<Box<_>>()).collect::<Box<_>>();
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 17 |     use itertools::Itertools;
[INFO] [stdout] 18 |     println!("\n{}", space.iter().format_with("\n", |row, f| f(&row.iter().collect::<String>())));
[INFO] [stdout]    |                      ----- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `space` an explicit type, where the placeholder `_` is specified
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let space: Box<_> = input.lines().map(|row| row.chars().collect::<Box<_>>()).collect::<Box<_>>();
[INFO] [stdout]    |              ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/bin/20.rs:10:99
[INFO] [stdout]    |
[INFO] [stdout] 10 | ...pied()).flatten().collect::<Box<_>>() { if !modules.iter().any(|&(name,_,_)| name==output) { modules.push((output, "", Box::new([...
[INFO] [stdout]    |                      -------   ^^^^^^ cannot infer type of the type parameter `B` declared on the method `collect`
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `Box<_>: FromIterator<&str>` found in the `alloc` crate:
[INFO] [stdout]            - impl<'a> FromIterator<&'a str> for Box<str>;
[INFO] [stdout]            - impl<I> FromIterator<I> for Box<[I]>;
[INFO] [stdout] note: the method call chain might not have had the expected associated types
[INFO] [stdout]   --> src/bin/20.rs:4:26
[INFO] [stdout]    |
[INFO] [stdout]  4 |       let mut modules = input.lines().map(|line| {
[INFO] [stdout]    |  _______________________-----_^^^^^^^_-
[INFO] [stdout]    | |                       |     |
[INFO] [stdout]    | |                       |     `Iterator::Item` is `&str` here
[INFO] [stdout]    | |                       this expression has type `&str`
[INFO] [stdout]  5 | |         let (prefix_name, outputs) = line.split_once(" -> ").unwrap();
[INFO] [stdout]  6 | |         let (prefix, name) = ["%","&",""].iter().find_map(|&prefix| prefix_name.strip_prefix(prefix).map(|name| (prefix, name))).u...
[INFO] [stdout]  7 | |         let outputs = outputs.split(", ").collect::<Box<[_]>>();
[INFO] [stdout]  8 | |         (name, prefix, outputs)
[INFO] [stdout]  9 | |     }).collect::<Vec<_>>();
[INFO] [stdout]    | |______- `Iterator::Item` changed to `(&str, &str, Box<[&str]>)` here
[INFO] [stdout] 10 |       for &output in &*modules.iter().map(|(_,_,outputs)| outputs.iter().copied()).flatten().collect::<Box<_>>() { if !modules.iter(...
[INFO] [stdout]    |                                ------ -------------------------------------------- ^^^^^^^^^ `Iterator::Item` changed to `&str` here
[INFO] [stdout]    |                                |      |
[INFO] [stdout]    |                                |      `Iterator::Item` changed to `Copied<Iter<'_, &str>>` here
[INFO] [stdout]    |                                `Iterator::Item` is `&(&str, &str, Box<[&str]>)` here
[INFO] [stdout] note: required by a bound in `collect`
[INFO] [stdout]   --> /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2077:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_many_mut` found for struct `Vec<[isize; 2]>` in the current scope
[INFO] [stdout]   --> src/bin/18.rs:88:27
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let [A,B,C,D] = polygon.get_many_mut([a,b,c,d]).unwrap();
[INFO] [stdout]    |                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `get_mut` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 88 -         let [A,B,C,D] = polygon.get_many_mut([a,b,c,d]).unwrap();
[INFO] [stdout] 88 +         let [A,B,C,D] = polygon.get_mut([a,b,c,d]).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0554, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code` (bin "11") due to 1 previous error
[INFO] [stderr] error: could not compile `advent_of_code` (bin "18") due to 3 previous errors; 2 warnings emitted
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/bin/20.rs:60:99
[INFO] [stdout]    |
[INFO] [stdout] 60 | ...pied()).flatten().collect::<Box<_>>() { if !modules.iter().any(|&(name,_,_)| name==output) { modules.push((output, "", Box::new([...
[INFO] [stdout]    |                      -------   ^^^^^^ cannot infer type of the type parameter `B` declared on the method `collect`
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `Box<_>: FromIterator<&str>` found in the `alloc` crate:
[INFO] [stdout]            - impl<'a> FromIterator<&'a str> for Box<str>;
[INFO] [stdout]            - impl<I> FromIterator<I> for Box<[I]>;
[INFO] [stdout] note: the method call chain might not have had the expected associated types
[INFO] [stdout]   --> src/bin/20.rs:54:26
[INFO] [stdout]    |
[INFO] [stdout] 54 |       let mut modules = input.lines().map(|line| {
[INFO] [stdout]    |  _______________________-----_^^^^^^^_-
[INFO] [stdout]    | |                       |     |
[INFO] [stdout]    | |                       |     `Iterator::Item` is `&str` here
[INFO] [stdout]    | |                       this expression has type `&str`
[INFO] [stdout] 55 | |         let (prefix_name, outputs) = line.split_once(" -> ").unwrap();
[INFO] [stdout] 56 | |         let (prefix, name) = ["%","&",""].iter().find_map(|&prefix| prefix_name.strip_prefix(prefix).map(|name| (prefix, name))).u...
[INFO] [stdout] 57 | |         let outputs = outputs.split(", ").collect::<Box<[_]>>();
[INFO] [stdout] 58 | |         (name, prefix, outputs)
[INFO] [stdout] 59 | |     }).collect::<Vec<_>>();
[INFO] [stdout]    | |______- `Iterator::Item` changed to `(&str, &str, Box<[&str]>)` here
[INFO] [stdout] 60 |       for &output in &*modules.iter().map(|(_,_,outputs)| outputs.iter().copied()).flatten().collect::<Box<_>>() { if !modules.iter(...
[INFO] [stdout]    |                                ------ -------------------------------------------- ^^^^^^^^^ `Iterator::Item` changed to `&str` here
[INFO] [stdout]    |                                |      |
[INFO] [stdout]    |                                |      `Iterator::Item` changed to `Copied<Iter<'_, &str>>` here
[INFO] [stdout]    |                                `Iterator::Item` is `&(&str, &str, Box<[&str]>)` here
[INFO] [stdout] note: required by a bound in `collect`
[INFO] [stdout]   --> /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2077:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code` (bin "20") due to 2 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0554, E0635.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code` (bin "17") due to 2 previous errors
[INFO] [stdout] For more information about an error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "029c1d6f64a06c7980a7773606d74279d81be4bf809d974095773f11410de8f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "029c1d6f64a06c7980a7773606d74279d81be4bf809d974095773f11410de8f1", kill_on_drop: false }`
[INFO] [stdout] 029c1d6f64a06c7980a7773606d74279d81be4bf809d974095773f11410de8f1
