[INFO] cloning repository https://github.com/aeruhxi/opengl-playground
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aeruhxi/opengl-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faeruhxi%2Fopengl-playground", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faeruhxi%2Fopengl-playground'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dbe594e5147840a4eddf52bfbbb7e66e64e367a5
[INFO] checking aeruhxi/opengl-playground against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faeruhxi%2Fopengl-playground" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aeruhxi/opengl-playground
[INFO] finished tweaking git repo https://github.com/aeruhxi/opengl-playground
[INFO] tweaked toml for git repo https://github.com/aeruhxi/opengl-playground written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aeruhxi/opengl-playground on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aeruhxi/opengl-playground 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "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]  Downloading crates ...
[INFO] [stderr]   Downloaded gl v0.14.0
[INFO] [stderr]   Downloaded cc v1.0.92
[INFO] [stderr]   Downloaded stb_image v0.3.0
[INFO] [stderr]   Downloaded glfw v0.55.0
[INFO] [stderr]   Downloaded glfw-sys v5.0.0+3.3.9
[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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] edacc53c0624911f67da3d988f210f25bf737697429e0a814c86e65dd9e693ce
[INFO] running `Command { std: "docker" "start" "edacc53c0624911f67da3d988f210f25bf737697429e0a814c86e65dd9e693ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "edacc53c0624911f67da3d988f210f25bf737697429e0a814c86e65dd9e693ce", 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" "edacc53c0624911f67da3d988f210f25bf737697429e0a814c86e65dd9e693ce" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "edacc53c0624911f67da3d988f210f25bf737697429e0a814c86e65dd9e693ce", 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" "edacc53c0624911f67da3d988f210f25bf737697429e0a814c86e65dd9e693ce" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.92
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling xml-rs v0.8.20
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking raw-window-handle v0.6.0
[INFO] [stderr]     Checking glam v0.27.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling stb_image v0.3.0
[INFO] [stderr]    Compiling glfw-sys v5.0.0+3.3.9
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]     Checking glfw v0.55.0
[INFO] [stderr]     Checking opengl-playground v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `cmp`
[INFO] [stdout]  --> src/game.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{cmp, path::Path};
[INFO] [stdout]   |           ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cmp`
[INFO] [stdout]  --> src/game.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{cmp, path::Path};
[INFO] [stdout]   |           ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dt`
[INFO] [stdout]    --> src/game.rs:101:26
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn update(&self, dt: f32) {}
[INFO] [stdout]     |                          ^^ help: if this is intentional, prefix it with an underscore: `_dt`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dt`
[INFO] [stdout]    --> src/game.rs:101:26
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn update(&self, dt: f32) {}
[INFO] [stdout]     |                          ^^ help: if this is intentional, prefix it with an underscore: `_dt`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Menu` and `Win` are never constructed
[INFO] [stdout]   --> src/game.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub enum GameState {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] 16 |     Active,
[INFO] [stdout] 17 |     Menu,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 18 |     Win,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Wee` is never constructed
[INFO] [stdout]   --> src/game.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct Wee {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `some` is never used
[INFO] [stdout]   --> src/game.rs:36:4
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn some() -> Wee {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `velocity` and `is_solid` are never read
[INFO] [stdout]   --> src/game/entity.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Entity {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  9 |     velocity: Vec2,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     is_solid: bool,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Entity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_solid` is never used
[INFO] [stdout]   --> src/game/entity.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Entity {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn is_solid(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_completed` is never used
[INFO] [stdout]   --> src/game/level.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Level {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub fn is_completed(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_material` is never used
[INFO] [stdout]   --> src/game/loader.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Loader {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn get_material(&self, name: &str) -> &Material {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_float`, `set_vector2f`, and `set_vector4f` are never used
[INFO] [stdout]   --> src/game/material.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Material {
[INFO] [stdout]    | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn set_float(&self, name: &str, value: f32) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn set_vector2f(&self, name: &str, value: Vec2) {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn set_vector4f(&self, name: &str, value: Vec4) {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_4f`, `set_1f`, and `set_2f` are never used
[INFO] [stdout]    --> src/opengl.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout] 127 | impl Uniform {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] 128 |     pub fn set_4f(self, f1: f32, f2: f32, f3: f32, f4: f32) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub fn set_1f(self, f: f32) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn set_2f(self, f1: f32, f2: f32) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `unbind` is never used
[INFO] [stdout]    --> src/opengl.rs:182:12
[INFO] [stdout]     |
[INFO] [stdout] 177 | impl Buffer {
[INFO] [stdout]     | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn unbind(target: GLenum) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_elements` is never used
[INFO] [stdout]    --> src/opengl.rs:251:8
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub fn draw_elements(mode: GLenum, count: usize, type_: GLenum, indices: usize) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `polygon_mode` is never used
[INFO] [stdout]    --> src/opengl.rs:255:8
[INFO] [stdout]     |
[INFO] [stdout] 255 | pub fn polygon_mode(face: GLenum, mode: GLenum) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `blend_func` is never used
[INFO] [stdout]    --> src/opengl.rs:328:8
[INFO] [stdout]     |
[INFO] [stdout] 328 | pub fn blend_func(s_factor: GLenum, d_factor: GLenum) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `enable` is never used
[INFO] [stdout]    --> src/opengl.rs:334:8
[INFO] [stdout]     |
[INFO] [stdout] 334 | pub fn enable(cap: GLenum) {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Menu` and `Win` are never constructed
[INFO] [stdout]   --> src/game.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub enum GameState {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] 16 |     Active,
[INFO] [stdout] 17 |     Menu,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 18 |     Win,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Wee` is never constructed
[INFO] [stdout]   --> src/game.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct Wee {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `some` is never used
[INFO] [stdout]   --> src/game.rs:36:4
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn some() -> Wee {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `velocity` and `is_solid` are never read
[INFO] [stdout]   --> src/game/entity.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Entity {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  9 |     velocity: Vec2,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     is_solid: bool,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Entity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_solid` is never used
[INFO] [stdout]   --> src/game/entity.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Entity {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn is_solid(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_completed` is never used
[INFO] [stdout]   --> src/game/level.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Level {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub fn is_completed(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_material` is never used
[INFO] [stdout]   --> src/game/loader.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Loader {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn get_material(&self, name: &str) -> &Material {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_float`, `set_vector2f`, and `set_vector4f` are never used
[INFO] [stdout]   --> src/game/material.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Material {
[INFO] [stdout]    | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn set_float(&self, name: &str, value: f32) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn set_vector2f(&self, name: &str, value: Vec2) {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn set_vector4f(&self, name: &str, value: Vec4) {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_4f`, `set_1f`, and `set_2f` are never used
[INFO] [stdout]    --> src/opengl.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout] 127 | impl Uniform {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] 128 |     pub fn set_4f(self, f1: f32, f2: f32, f3: f32, f4: f32) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub fn set_1f(self, f: f32) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn set_2f(self, f1: f32, f2: f32) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `unbind` is never used
[INFO] [stdout]    --> src/opengl.rs:182:12
[INFO] [stdout]     |
[INFO] [stdout] 177 | impl Buffer {
[INFO] [stdout]     | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn unbind(target: GLenum) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_elements` is never used
[INFO] [stdout]    --> src/opengl.rs:251:8
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub fn draw_elements(mode: GLenum, count: usize, type_: GLenum, indices: usize) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `polygon_mode` is never used
[INFO] [stdout]    --> src/opengl.rs:255:8
[INFO] [stdout]     |
[INFO] [stdout] 255 | pub fn polygon_mode(face: GLenum, mode: GLenum) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `blend_func` is never used
[INFO] [stdout]    --> src/opengl.rs:328:8
[INFO] [stdout]     |
[INFO] [stdout] 328 | pub fn blend_func(s_factor: GLenum, d_factor: GLenum) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `enable` is never used
[INFO] [stdout]    --> src/opengl.rs:334:8
[INFO] [stdout]     |
[INFO] [stdout] 334 | pub fn enable(cap: GLenum) {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `once_cell`
[INFO] [stderr]  --> Cargo.toml:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | once_cell = "1.19.0"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `once_cell`
[INFO] [stderr] warning: `opengl-playground` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s
[INFO] running `Command { std: "docker" "inspect" "edacc53c0624911f67da3d988f210f25bf737697429e0a814c86e65dd9e693ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "edacc53c0624911f67da3d988f210f25bf737697429e0a814c86e65dd9e693ce", kill_on_drop: false }`
[INFO] [stdout] edacc53c0624911f67da3d988f210f25bf737697429e0a814c86e65dd9e693ce
