[INFO] cloning repository https://github.com/mirumirumo/algo_rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mirumirumo/algo_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmirumirumo%2Falgo_rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmirumirumo%2Falgo_rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3dc92c5d36c1d6c08a84590a84627645ac6ec7ca
[INFO] checking mirumirumo/algo_rs against master#cb06d12710575a0d7ff71d6fe108f3bcff4f9195 for pr-128425-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmirumirumo%2Falgo_rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/mirumirumo/algo_rs on toolchain cb06d12710575a0d7ff71d6fe108f3bcff4f9195
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/mirumirumo/algo_rs
[INFO] finished tweaking git repo https://github.com/mirumirumo/algo_rs
[INFO] tweaked toml for git repo https://github.com/mirumirumo/algo_rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/mirumirumo/algo_rs 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" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "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 proconio-derive v0.2.1
[INFO] [stderr]   Downloaded proconio v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7920dcf40c1fb67aa6bb2eaf338c02d2d774a9704e356e5904a19c7ace9f5f9c
[INFO] running `Command { std: "docker" "start" "-a" "7920dcf40c1fb67aa6bb2eaf338c02d2d774a9704e356e5904a19c7ace9f5f9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7920dcf40c1fb67aa6bb2eaf338c02d2d774a9704e356e5904a19c7ace9f5f9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7920dcf40c1fb67aa6bb2eaf338c02d2d774a9704e356e5904a19c7ace9f5f9c", kill_on_drop: false }`
[INFO] [stdout] 7920dcf40c1fb67aa6bb2eaf338c02d2d774a9704e356e5904a19c7ace9f5f9c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c7c02e52ed93acd19df41c4d4d800778081d713e481995b1eefb1152f221a564
[INFO] running `Command { std: "docker" "start" "-a" "c7c02e52ed93acd19df41c4d4d800778081d713e481995b1eefb1152f221a564", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling proconio-derive v0.2.1
[INFO] [stderr]     Checking proconio v0.5.0
[INFO] [stderr]     Checking algo_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `uf`
[INFO] [stdout]  --> src/main.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let uf = UnionFind::new(10);
[INFO] [stdout]   |         ^^ help: if this is intentional, prefix it with an underscore: `_uf`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `linked_list`
[INFO] [stdout]  --> src/main.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let mut linked_list = List::<isize>::new();
[INFO] [stdout]   |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_linked_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/main.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let mut linked_list = List::<isize>::new();
[INFO] [stdout]   |         ----^^^^^^^^^^^
[INFO] [stdout]   |         |
[INFO] [stdout]   |         help: remove this `mut`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `element`, `prev`, and `next` are never read
[INFO] [stdout]   --> src/container/linkedList.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout] 7  | struct Node<T> {
[INFO] [stdout]    |        ---- fields in this struct
[INFO] [stdout] 8  |     element: T,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 9  |     prev: Option<Arc<Mutex<Node<T>>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 10 |     next: Option<Arc<Mutex<Node<T>>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `head`, `tail`, and `size` are never read
[INFO] [stdout]   --> src/container/linkedList.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct List<T: Debug> {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 15 |     head: Option<Arc<Mutex<Node<T>>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 16 |     tail: Option<Arc<Mutex<Node<T>>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 17 |     size: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `List` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `push`, `pop`, and `add` are never used
[INFO] [stdout]   --> src/container/linkedList.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<T: Debug> List<T> {
[INFO] [stdout]    | ---------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn push(&mut self, element: T) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn pop(&mut self) -> Option<T> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub fn add(&mut self, element: T) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Deque` is never constructed
[INFO] [stdout]  --> src/container/queue.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Deque<T> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/container/queue.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 9  | impl<T> Deque<T> {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 10 |     pub fn new(n: usize) -> Deque<T> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn push_back(&mut self, x: T) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn push_front(&mut self, x: T) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn pop_back(&mut self) -> Option<&T> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn pop_front(&mut self) -> Option<&T> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn front(&self) -> Option<&T> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn back(&self) -> Option<&T> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn clear(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `parent` and `rank` are never read
[INFO] [stdout]  --> src/container/uf.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct UnionFind {
[INFO] [stdout]   |            --------- fields in this struct
[INFO] [stdout] 4 |     parent: Vec<usize>,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 5 |     rank: Vec<usize>,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `UnionFind` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_root`, `find`, and `union` are never used
[INFO] [stdout]   --> src/container/uf.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 7  | impl UnionFind {
[INFO] [stdout]    | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub fn is_root(&self, x: usize) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn find(&mut self, x: usize) -> usize {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn union(&mut self, x: usize, y: usize) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `linkedList` should have a snake case name
[INFO] [stdout]  --> src/container.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod linkedList;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `linked_list`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `uf`
[INFO] [stdout]  --> src/main.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let uf = UnionFind::new(10);
[INFO] [stdout]   |         ^^ help: if this is intentional, prefix it with an underscore: `_uf`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `linked_list`
[INFO] [stdout]  --> src/main.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let mut linked_list = List::<isize>::new();
[INFO] [stdout]   |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_linked_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/main.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let mut linked_list = List::<isize>::new();
[INFO] [stdout]   |         ----^^^^^^^^^^^
[INFO] [stdout]   |         |
[INFO] [stdout]   |         help: remove this `mut`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `element`, `prev`, and `next` are never read
[INFO] [stdout]   --> src/container/linkedList.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout] 7  | struct Node<T> {
[INFO] [stdout]    |        ---- fields in this struct
[INFO] [stdout] 8  |     element: T,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 9  |     prev: Option<Arc<Mutex<Node<T>>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 10 |     next: Option<Arc<Mutex<Node<T>>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `head`, `tail`, and `size` are never read
[INFO] [stdout]   --> src/container/linkedList.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct List<T: Debug> {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 15 |     head: Option<Arc<Mutex<Node<T>>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 16 |     tail: Option<Arc<Mutex<Node<T>>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 17 |     size: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `List` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `push`, `pop`, and `add` are never used
[INFO] [stdout]   --> src/container/linkedList.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<T: Debug> List<T> {
[INFO] [stdout]    | ---------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn push(&mut self, element: T) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn pop(&mut self) -> Option<T> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub fn add(&mut self, element: T) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Deque` is never constructed
[INFO] [stdout]  --> src/container/queue.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Deque<T> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/container/queue.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 9  | impl<T> Deque<T> {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 10 |     pub fn new(n: usize) -> Deque<T> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn push_back(&mut self, x: T) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn push_front(&mut self, x: T) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn pop_back(&mut self) -> Option<&T> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn pop_front(&mut self) -> Option<&T> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn front(&self) -> Option<&T> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn back(&self) -> Option<&T> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn clear(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `parent` and `rank` are never read
[INFO] [stdout]  --> src/container/uf.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct UnionFind {
[INFO] [stdout]   |            --------- fields in this struct
[INFO] [stdout] 4 |     parent: Vec<usize>,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 5 |     rank: Vec<usize>,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `UnionFind` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_root`, `find`, and `union` are never used
[INFO] [stdout]   --> src/container/uf.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 7  | impl UnionFind {
[INFO] [stdout]    | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub fn is_root(&self, x: usize) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn find(&mut self, x: usize) -> usize {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn union(&mut self, x: usize, y: usize) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `linkedList` should have a snake case name
[INFO] [stdout]  --> src/container.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod linkedList;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `linked_list`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.45s
[INFO] running `Command { std: "docker" "inspect" "c7c02e52ed93acd19df41c4d4d800778081d713e481995b1eefb1152f221a564", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7c02e52ed93acd19df41c4d4d800778081d713e481995b1eefb1152f221a564", kill_on_drop: false }`
[INFO] [stdout] c7c02e52ed93acd19df41c4d4d800778081d713e481995b1eefb1152f221a564
