[INFO] cloning repository https://github.com/Shfty/quarchitect
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Shfty/quarchitect" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShfty%2Fquarchitect", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShfty%2Fquarchitect'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3d491bb52b9789641d8a441c3b416f0572215e4a
[INFO] checking Shfty/quarchitect against 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShfty%2Fquarchitect" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Shfty/quarchitect
[INFO] finished tweaking git repo https://github.com/Shfty/quarchitect
[INFO] tweaked toml for git repo https://github.com/Shfty/quarchitect written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Shfty/quarchitect on toolchain 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Shfty/quarchitect 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" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] [stderr]       Adding arrayvec v0.5.2
[INFO] [stderr]       Adding cfg-if v1.0.4
[INFO] [stderr]       Adding crossbeam-deque v0.8.7
[INFO] [stderr]       Adding crossbeam-epoch v0.9.20
[INFO] [stderr]       Adding crossbeam-utils v0.8.22
[INFO] [stderr]       Adding either v1.17.0
[INFO] [stderr]       Adding glam v0.8.7 (available: v0.33.3)
[INFO] [stderr]       Adding lexical-core v0.7.6
[INFO] [stderr]       Adding memchr v2.8.3
[INFO] [stderr]       Adding nom v5.1.3 (available: v8.0.0)
[INFO] [stderr]       Adding rayon v1.12.0
[INFO] [stderr]       Adding rayon-core v1.13.0
[INFO] [stderr]       Adding ryu v1.0.23
[INFO] [stderr]       Adding static_assertions v1.1.0
[INFO] [stderr]       Adding version_check v0.9.5
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded either v1.17.0
[INFO] [stderr]   Downloaded crossbeam-deque v0.8.7
[INFO] [stderr]   Downloaded bitflags v1.2.1
[INFO] [stderr]   Downloaded rayon v1.12.0
[INFO] [stderr]   Downloaded arrayvec v0.5.2
[INFO] [stderr]   Downloaded crossbeam-utils v0.8.22
[INFO] [stderr]   Downloaded rayon-core v1.13.0
[INFO] [stderr]   Downloaded glam v0.8.7
[INFO] [stderr]   Downloaded memchr v2.8.3
[INFO] [stderr]   Downloaded nom v5.1.3
[INFO] [stderr]   Downloaded lexical-core v0.7.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 66f6d3685ecf1f4dd7a0ad6d4d352eeaec60f3229ba79e3bc932de0ddb1271c8
[INFO] running `Command { std: "docker" "start" "66f6d3685ecf1f4dd7a0ad6d4d352eeaec60f3229ba79e3bc932de0ddb1271c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66f6d3685ecf1f4dd7a0ad6d4d352eeaec60f3229ba79e3bc932de0ddb1271c8", 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" "66f6d3685ecf1f4dd7a0ad6d4d352eeaec60f3229ba79e3bc932de0ddb1271c8" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66f6d3685ecf1f4dd7a0ad6d4d352eeaec60f3229ba79e3bc932de0ddb1271c8", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "66f6d3685ecf1f4dd7a0ad6d4d352eeaec60f3229ba79e3bc932de0ddb1271c8" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]    Compiling glam v0.8.7
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking quarchitect v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `dsize`, `size`, and `cmprs` are never read
[INFO] [stdout]   --> src/wad/entry.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Entry {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  9 |     pub offset: u32,
[INFO] [stdout] 10 |     pub dsize: u32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 11 |     pub size: u32,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 12 |     pub entry_type: char,
[INFO] [stdout] 13 |     pub cmprs: u8,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Entry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `added` and `removed` are never read
[INFO] [stdout]   --> src/map/quake/tokenizer.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct Diff<'a> {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 69 |     pub added: Vec<&'a Token>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 70 |     pub removed: Vec<&'a Token>
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Diff` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `entity_idx` and `property_name` are never read
[INFO] [stdout]   --> src/map/quake/parser.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct PropertyPath {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 22 |     entity_idx: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 23 |     property_name: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PropertyPath` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `entity_idx`, `brush_idx`, and `plane_idx` are never read
[INFO] [stdout]   --> src/map/quake/parser.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct BrushPlanePath {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 52 |     entity_idx: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 53 |     brush_idx: usize,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 54 |     plane_idx: usize,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BrushPlanePath` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/map/quake/parser.rs:90:12
[INFO] [stdout]    |
[INFO] [stdout] 90 |     Entity(EntityPath),
[INFO] [stdout]    |     ------ ^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TokenPath` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 90 -     Entity(EntityPath),
[INFO] [stdout] 90 +     Entity(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/map/quake/parser.rs:91:14
[INFO] [stdout]    |
[INFO] [stdout] 91 |     Property(PropertyPath),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TokenPath` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 91 -     Property(PropertyPath),
[INFO] [stdout] 91 +     Property(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/map/quake/parser.rs:92:11
[INFO] [stdout]    |
[INFO] [stdout] 92 |     Brush(BrushPath),
[INFO] [stdout]    |     ----- ^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TokenPath` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 92 -     Brush(BrushPath),
[INFO] [stdout] 92 +     Brush(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/map/quake/parser.rs:93:16
[INFO] [stdout]    |
[INFO] [stdout] 93 |     BrushPlane(BrushPlanePath),
[INFO] [stdout]    |     ---------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TokenPath` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 93 -     BrushPlane(BrushPlanePath),
[INFO] [stdout] 93 +     BrushPlane(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/types/color.rs:44:13
[INFO] [stdout]    |
[INFO] [stdout] 44 |             std::format!("Color string \"{}\" != \"{}\"", color_string, comp_str)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 44 -             std::format!("Color string \"{}\" != \"{}\"", color_string, comp_str)
[INFO] [stdout] 44 +             "Color string \"{}\" != \"{}\"", color_string, comp_str
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `dsize`, `size`, and `cmprs` are never read
[INFO] [stdout]   --> src/wad/entry.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Entry {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  9 |     pub offset: u32,
[INFO] [stdout] 10 |     pub dsize: u32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 11 |     pub size: u32,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 12 |     pub entry_type: char,
[INFO] [stdout] 13 |     pub cmprs: u8,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Entry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `added` and `removed` are never read
[INFO] [stdout]   --> src/map/quake/tokenizer.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct Diff<'a> {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 69 |     pub added: Vec<&'a Token>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 70 |     pub removed: Vec<&'a Token>
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Diff` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `entity_idx` and `property_name` are never read
[INFO] [stdout]   --> src/map/quake/parser.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct PropertyPath {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 22 |     entity_idx: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 23 |     property_name: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PropertyPath` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `entity_idx`, `brush_idx`, and `plane_idx` are never read
[INFO] [stdout]   --> src/map/quake/parser.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct BrushPlanePath {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 52 |     entity_idx: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 53 |     brush_idx: usize,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 54 |     plane_idx: usize,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BrushPlanePath` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/map/quake/parser.rs:90:12
[INFO] [stdout]    |
[INFO] [stdout] 90 |     Entity(EntityPath),
[INFO] [stdout]    |     ------ ^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TokenPath` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 90 -     Entity(EntityPath),
[INFO] [stdout] 90 +     Entity(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/map/quake/parser.rs:91:14
[INFO] [stdout]    |
[INFO] [stdout] 91 |     Property(PropertyPath),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TokenPath` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 91 -     Property(PropertyPath),
[INFO] [stdout] 91 +     Property(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/map/quake/parser.rs:92:11
[INFO] [stdout]    |
[INFO] [stdout] 92 |     Brush(BrushPath),
[INFO] [stdout]    |     ----- ^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TokenPath` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 92 -     Brush(BrushPath),
[INFO] [stdout] 92 +     Brush(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/map/quake/parser.rs:93:16
[INFO] [stdout]    |
[INFO] [stdout] 93 |     BrushPlane(BrushPlanePath),
[INFO] [stdout]    |     ---------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TokenPath` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 93 -     BrushPlane(BrushPlanePath),
[INFO] [stdout] 93 +     BrushPlane(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
[INFO] running `Command { std: "docker" "inspect" "66f6d3685ecf1f4dd7a0ad6d4d352eeaec60f3229ba79e3bc932de0ddb1271c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66f6d3685ecf1f4dd7a0ad6d4d352eeaec60f3229ba79e3bc932de0ddb1271c8", kill_on_drop: false }`
[INFO] [stdout] 66f6d3685ecf1f4dd7a0ad6d4d352eeaec60f3229ba79e3bc932de0ddb1271c8
