[INFO] cloning repository https://github.com/resdon/proj01 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/resdon/proj01" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fresdon%2Fproj01", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fresdon%2Fproj01'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 42dd8c9e258c188f5ba1806e772e49abbb5326cf [INFO] checking resdon/proj01 against try#4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7 for pr-158816 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fresdon%2Fproj01" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/resdon/proj01 [INFO] finished tweaking git repo https://github.com/resdon/proj01 [INFO] tweaked toml for git repo https://github.com/resdon/proj01 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/resdon/proj01 on toolchain 4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/resdon/proj01 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" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 4d1906257c37066711945bde4feb3c2eeadf9589c9b501f1cbc3fd046e658028 [INFO] running `Command { std: "docker" "start" "4d1906257c37066711945bde4feb3c2eeadf9589c9b501f1cbc3fd046e658028", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d1906257c37066711945bde4feb3c2eeadf9589c9b501f1cbc3fd046e658028", 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" "4d1906257c37066711945bde4feb3c2eeadf9589c9b501f1cbc3fd046e658028" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d1906257c37066711945bde4feb3c2eeadf9589c9b501f1cbc3fd046e658028", 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" "4d1906257c37066711945bde4feb3c2eeadf9589c9b501f1cbc3fd046e658028" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Checking bitflags v2.12.1 [INFO] [stderr] Checking log v0.4.31 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling pkg-config v0.3.33 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Compiling shlex v2.0.1 [INFO] [stderr] Checking dlib v0.5.3 [INFO] [stderr] Compiling memchr v2.8.1 [INFO] [stderr] Compiling autocfg v1.5.1 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Compiling zerocopy v0.8.50 [INFO] [stderr] Compiling wayland-client v0.31.14 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Checking simd-adler32 v0.3.9 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Compiling wgpu-hal v0.19.5 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Compiling cc v1.2.63 [INFO] [stderr] Checking rustix v0.38.44 [INFO] [stderr] Checking gpu-alloc-types v0.3.0 [INFO] [stderr] Checking gpu-descriptor-types v0.1.2 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Compiling quick-xml v0.39.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking unicode-xid v0.2.6 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking ash v0.37.3+1.3.251 [INFO] [stderr] Checking wgpu-types v0.19.2 [INFO] [stderr] Checking gpu-alloc v0.6.0 [INFO] [stderr] Compiling wgpu-core v0.19.4 [INFO] [stderr] Checking profiling v1.0.18 [INFO] [stderr] Compiling wayland-sys v0.31.11 [INFO] [stderr] Checking glow v0.13.1 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking owned_ttf_parser v0.25.1 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Checking safe_arch v0.7.4 [INFO] [stderr] Compiling wgpu v0.19.4 [INFO] [stderr] Checking memmap2 v0.9.10 [INFO] [stderr] Checking as-raw-xcb-connection v1.0.1 [INFO] [stderr] Checking pxfm v0.1.29 [INFO] [stderr] Compiling wayland-scanner v0.31.10 [INFO] [stderr] Checking png v0.18.1 [INFO] [stderr] Checking ab_glyph v0.2.32 [INFO] [stderr] Compiling winit v0.30.13 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking wide v0.7.33 [INFO] [stderr] Checking pin-project-lite v0.2.17 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Compiling wayland-backend v0.3.15 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking xkbcommon-dl v0.4.2 [INFO] [stderr] Checking ttf-parser v0.21.1 [INFO] [stderr] Checking dpi v0.1.2 [INFO] [stderr] Checking bstr v1.12.1 [INFO] [stderr] Checking smol_str v0.2.2 [INFO] [stderr] Checking dirs v6.0.0 [INFO] [stderr] Checking sysinfo v0.37.2 [INFO] [stderr] Checking opener v0.8.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking ultraviolet v0.9.2 [INFO] [stderr] Checking fontdue v0.9.3 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking moxcms v0.8.1 [INFO] [stderr] Checking naga v0.19.2 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking gpu-descriptor v0.2.4 [INFO] [stderr] Checking polling v3.11.0 [INFO] [stderr] Checking gethostname v1.1.0 [INFO] [stderr] Checking x11rb v0.13.2 [INFO] [stderr] Checking calloop v0.13.0 [INFO] [stderr] Checking image v0.25.10 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Checking wayland-protocols v0.32.12 [INFO] [stderr] Checking calloop-wayland-source v0.3.0 [INFO] [stderr] Checking wayland-cursor v0.31.14 [INFO] [stderr] Checking arboard v3.6.1 [INFO] [stderr] Checking wayland-protocols-wlr v0.3.12 [INFO] [stderr] Checking wayland-protocols-plasma v0.3.12 [INFO] [stderr] Checking smithay-client-toolkit v0.19.2 [INFO] [stderr] Checking sctk-adwaita v0.10.1 [INFO] [stderr] Checking pixels v0.15.0 [INFO] [stderr] Checking proj01 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `idx` [INFO] [stdout] --> src/main.rs:391:42 [INFO] [stdout] | [INFO] [stdout] 391 | ... if let Some((idx, win_x, win_y)) = self.properties_window { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_idx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_on_open` [INFO] [stdout] --> src/main.rs:571:33 [INFO] [stdout] | [INFO] [stdout] 571 | ... let is_on_open = mx >= 180.0 && mx <= 230.0 && my >= 470.0 && my <= 520.0; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_on_open` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_on_opw` [INFO] [stdout] --> src/main.rs:572:33 [INFO] [stdout] | [INFO] [stdout] 572 | ... let is_on_opw = mx >= 240.0 && mx <= 290.0 && my >= 470.0 && my <= 520.0; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_on_opw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_on_create` [INFO] [stdout] --> src/main.rs:573:33 [INFO] [stdout] | [INFO] [stdout] 573 | ... let is_on_create = mx >= 300.0 && mx <= 350.0 && my >= 470.0 && my <= 520.0; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_on_create` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_on_blank` [INFO] [stdout] --> src/main.rs:574:33 [INFO] [stdout] | [INFO] [stdout] 574 | ... let is_on_blank = mx >= 360.0 && mx <= 410.0 && my >= 470.0 && my <= 520.0; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_on_blank` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_on_properties` [INFO] [stdout] --> src/main.rs:581:33 [INFO] [stdout] | [INFO] [stdout] 581 | ... let is_on_properties = mx >= 780.0 && mx <= 830.0 && my >= 470.0 && my <= 520.0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_on_properties` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `title_bar_rect` [INFO] [stdout] --> src/main.rs:849:29 [INFO] [stdout] | [INFO] [stdout] 849 | let title_bar_rect = (win_x, win_y, 300.0, 30.0); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_title_bar_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idx` [INFO] [stdout] --> src/main.rs:391:42 [INFO] [stdout] | [INFO] [stdout] 391 | ... if let Some((idx, win_x, win_y)) = self.properties_window { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_idx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_on_open` [INFO] [stdout] --> src/main.rs:571:33 [INFO] [stdout] | [INFO] [stdout] 571 | ... let is_on_open = mx >= 180.0 && mx <= 230.0 && my >= 470.0 && my <= 520.0; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_on_open` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_on_opw` [INFO] [stdout] --> src/main.rs:572:33 [INFO] [stdout] | [INFO] [stdout] 572 | ... let is_on_opw = mx >= 240.0 && mx <= 290.0 && my >= 470.0 && my <= 520.0; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_on_opw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_on_create` [INFO] [stdout] --> src/main.rs:573:33 [INFO] [stdout] | [INFO] [stdout] 573 | ... let is_on_create = mx >= 300.0 && mx <= 350.0 && my >= 470.0 && my <= 520.0; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_on_create` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_on_blank` [INFO] [stdout] --> src/main.rs:574:33 [INFO] [stdout] | [INFO] [stdout] 574 | ... let is_on_blank = mx >= 360.0 && mx <= 410.0 && my >= 470.0 && my <= 520.0; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_on_blank` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_on_properties` [INFO] [stdout] --> src/main.rs:581:33 [INFO] [stdout] | [INFO] [stdout] 581 | ... let is_on_properties = mx >= 780.0 && mx <= 830.0 && my >= 470.0 && my <= 520.0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_on_properties` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `title_bar_rect` [INFO] [stdout] --> src/main.rs:849:29 [INFO] [stdout] | [INFO] [stdout] 849 | let title_bar_rect = (win_x, win_y, 300.0, 30.0); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_title_bar_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `properties_pos`, `open_with_menu_pos`, `open_with_scroll`, and `search_query` are never read [INFO] [stdout] --> src/main.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 34 | struct MyApp { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 52 | properties_pos: Option<(f32, f32)>, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | open_with_menu_pos: Option<(f32, f32)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 68 | pub open_with_window: Option<(f32, f32)>, // Position of the Open With window [INFO] [stdout] 69 | open_with_scroll: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | search_query: String, // To filter the app list [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `close_all_menus` and `copy_dir_recursive` are never used [INFO] [stdout] --> src/main.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 83 | impl MyApp { [INFO] [stdout] | ---------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 103 | fn close_all_menus(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 257 | fn copy_dir_recursive(&self, src: &PathBuf, dst: &PathBuf) -> std::io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `launch_app` is never used [INFO] [stdout] --> src/open_with.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn launch_app(cmd: &str, file_path: PathBuf) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_current_dir` is never used [INFO] [stdout] --> src/file_ops.rs:7:4 [INFO] [stdout] | [INFO] [stdout] 7 | fn get_current_dir() -> PathBuf { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `cut_item` is never used [INFO] [stdout] --> src/file_ops.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn cut_item(selected_indices: &HashSet, file_list: &[FileDisplay]) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `copy_item` is never used [INFO] [stdout] --> src/file_ops.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn copy_item(selected_indices: &HashSet, file_list: &[FileDisplay]) -> Vec { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `properties_pos`, `open_with_menu_pos`, `open_with_scroll`, and `search_query` are never read [INFO] [stdout] --> src/main.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 34 | struct MyApp { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 52 | properties_pos: Option<(f32, f32)>, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | open_with_menu_pos: Option<(f32, f32)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 68 | pub open_with_window: Option<(f32, f32)>, // Position of the Open With window [INFO] [stdout] 69 | open_with_scroll: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | search_query: String, // To filter the app list [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `close_all_menus` and `copy_dir_recursive` are never used [INFO] [stdout] --> src/main.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 83 | impl MyApp { [INFO] [stdout] | ---------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 103 | fn close_all_menus(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 257 | fn copy_dir_recursive(&self, src: &PathBuf, dst: &PathBuf) -> std::io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `launch_app` is never used [INFO] [stdout] --> src/open_with.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn launch_app(cmd: &str, file_path: PathBuf) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_current_dir` is never used [INFO] [stdout] --> src/file_ops.rs:7:4 [INFO] [stdout] | [INFO] [stdout] 7 | fn get_current_dir() -> PathBuf { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `cut_item` is never used [INFO] [stdout] --> src/file_ops.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn cut_item(selected_indices: &HashSet, file_list: &[FileDisplay]) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `copy_item` is never used [INFO] [stdout] --> src/file_ops.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn copy_item(selected_indices: &HashSet, file_list: &[FileDisplay]) -> Vec { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `Command { std: "docker" "inspect" "4d1906257c37066711945bde4feb3c2eeadf9589c9b501f1cbc3fd046e658028", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d1906257c37066711945bde4feb3c2eeadf9589c9b501f1cbc3fd046e658028", kill_on_drop: false }` [INFO] [stdout] 4d1906257c37066711945bde4feb3c2eeadf9589c9b501f1cbc3fd046e658028