[INFO] cloning repository https://github.com/FredYeye/game-data-reader
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FredYeye/game-data-reader" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFredYeye%2Fgame-data-reader", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFredYeye%2Fgame-data-reader'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f94d65794711e341f485d06e12c413a7f0337e1c
[INFO] checking FredYeye/game-data-reader against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFredYeye%2Fgame-data-reader" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/FredYeye/game-data-reader
[INFO] finished tweaking git repo https://github.com/FredYeye/game-data-reader
[INFO] tweaked toml for git repo https://github.com/FredYeye/game-data-reader written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/FredYeye/game-data-reader on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/FredYeye/game-data-reader 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.95.0" "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 glutin-winit v0.2.1
[INFO] [stderr]   Downloaded foreign-types-macros v0.2.2
[INFO] [stderr]   Downloaded crossfont v0.5.1
[INFO] [stderr]   Downloaded calloop v0.10.4
[INFO] [stderr]   Downloaded glutin_wgl_sys v0.3.0
[INFO] [stderr]   Downloaded miniserde v0.1.25
[INFO] [stderr]   Downloaded glutin_glx_sys v0.3.0
[INFO] [stderr]   Downloaded glutin_egl_sys v0.3.1
[INFO] [stderr]   Downloaded cmake v0.1.49
[INFO] [stderr]   Downloaded glutin v0.30.3
[INFO] [stderr]   Downloaded serde v1.0.150
[INFO] [stderr]   Downloaded libc v0.2.127
[INFO] [stderr]   Downloaded mini-internal v0.1.25
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b7423680688b8615871d24325b17aaaf3fd6d84efaff82d5be9f11edd796918e
[INFO] running `Command { std: "docker" "start" "-a" "b7423680688b8615871d24325b17aaaf3fd6d84efaff82d5be9f11edd796918e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b7423680688b8615871d24325b17aaaf3fd6d84efaff82d5be9f11edd796918e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7423680688b8615871d24325b17aaaf3fd6d84efaff82d5be9f11edd796918e", kill_on_drop: false }`
[INFO] [stdout] b7423680688b8615871d24325b17aaaf3fd6d84efaff82d5be9f11edd796918e
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06ee8902a6cf206ccd784d024b0383289ebde6dfb629bb4628a1d2b1a9afe661
[INFO] running `Command { std: "docker" "start" "-a" "06ee8902a6cf206ccd784d024b0383289ebde6dfb629bb4628a1d2b1a9afe661", kill_on_drop: false }`
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling libc v0.2.127
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling cc v1.0.77
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]     Checking libloading v0.7.3
[INFO] [stderr]     Checking once_cell v1.16.0
[INFO] [stderr]     Checking smallvec v1.9.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]     Checking bytemuck v1.12.3
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]    Compiling glutin_egl_sys v0.3.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.3.0
[INFO] [stderr]    Compiling ahash v0.8.2
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking dlib v0.5.0
[INFO] [stderr]     Checking raw-window-handle v0.5.0
[INFO] [stderr]     Checking safe_arch v0.5.2
[INFO] [stderr]     Checking tiny-skia-path v0.7.0
[INFO] [stderr]    Compiling glutin v0.30.3
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.5
[INFO] [stderr]     Checking raw-window-handle v0.4.3
[INFO] [stderr]    Compiling glutin-winit v0.2.1
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]    Compiling cmake v0.1.49
[INFO] [stderr]     Checking emath v0.20.0
[INFO] [stderr]     Checking ecolor v0.20.0
[INFO] [stderr]     Checking itoa v1.0.3
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling servo-fontconfig-sys v5.1.0
[INFO] [stderr]    Compiling x11-dl v2.20.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.0
[INFO] [stderr]    Compiling crossfont v0.5.1
[INFO] [stderr]    Compiling wayland-sys v0.30.1
[INFO] [stderr]     Checking tiny-skia v0.7.0
[INFO] [stderr]     Checking windows v0.43.0
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling expat-sys v2.1.6
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking memmap2 v0.5.8
[INFO] [stderr]     Checking mio v0.8.5
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking freetype-rs v0.26.0
[INFO] [stderr]     Checking servo-fontconfig v0.5.1
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]     Checking owned_ttf_parser v0.15.1
[INFO] [stderr]     Checking ab_glyph v0.2.15
[INFO] [stderr]     Checking epaint v0.20.0
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking egui v0.20.1
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling foreign-types-macros v0.2.2
[INFO] [stderr]    Compiling mini-internal v0.1.25
[INFO] [stderr]     Checking foreign-types v0.5.0
[INFO] [stderr]     Checking miniserde v0.1.25
[INFO] [stderr]     Checking thiserror v1.0.37
[INFO] [stderr]     Checking calloop v0.10.4
[INFO] [stderr]     Checking sctk-adwaita v0.4.3
[INFO] [stderr]     Checking winit v0.27.5
[INFO] [stderr]     Checking game-data-reader v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/egui_glutin.rs:77:32
[INFO] [stdout]    |
[INFO] [stdout] 77 |         gl::load_with(|symbol| (gl_display.get_proc_address(&CString::new(symbol).unwrap()) as _));
[INFO] [stdout]    |                                ^                                                                ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 77 -         gl::load_with(|symbol| (gl_display.get_proc_address(&CString::new(symbol).unwrap()) as _));
[INFO] [stdout] 77 +         gl::load_with(|symbol| gl_display.get_proc_address(&CString::new(symbol).unwrap()) as _ );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/egui_glutin.rs:77:32
[INFO] [stdout]    |
[INFO] [stdout] 77 |         gl::load_with(|symbol| (gl_display.get_proc_address(&CString::new(symbol).unwrap()) as _));
[INFO] [stdout]    |                                ^                                                                ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 77 -         gl::load_with(|symbol| (gl_display.get_proc_address(&CString::new(symbol).unwrap()) as _));
[INFO] [stdout] 77 +         gl::load_with(|symbol| gl_display.get_proc_address(&CString::new(symbol).unwrap()) as _ );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> src/egui_glutin.rs:327:10
[INFO] [stdout]     |
[INFO] [stdout] 327 |     for (id, image_delta) in &tex_set {
[INFO] [stdout]     |          ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> src/main.rs:147:18
[INFO] [stdout]     |
[INFO] [stdout] 147 |             for &id in &full_output.textures_delta.free {
[INFO] [stdout]     |                  ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `gui_state`
[INFO] [stdout]    --> src/main.rs:265:40
[INFO] [stdout]     |
[INFO] [stdout] 265 | fn smash_tv_display(ctx: &mut Context, gui_state: &mut GuiState, smash_tv: &update::SmashTV) {
[INFO] [stdout]     |                                        ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gui_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `window` and `gl_display` are never read
[INFO] [stdout]   --> src/egui_glutin.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct GlutinState {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 10 |     pub window: winit::window::Window,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 11 |     pub gl_ctx: PossiblyCurrentContext,
[INFO] [stdout] 12 |     pub gl_display: glutin::display::Display,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/main.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(miniserde::Serialize, miniserde::Deserialize, Debug)]
[INFO] [stdout]    |          ^-------------------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Serialize` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_MINISERIALIZE_FOR_Save`
[INFO] [stdout] 20 | struct Save {
[INFO] [stdout]    |        ---- `Save` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `miniserde::Serialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `miniserde::Serialize` may come from an old version of the `mini_internal` crate, try updating your dependency with `cargo update -p mini_internal`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `miniserde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/main.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(miniserde::Serialize, miniserde::Deserialize, Debug)]
[INFO] [stdout]    |                                ^---------------------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Deserialize` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_IMPL_MINIDESERIALIZE_FOR_Save`
[INFO] [stdout] 20 | struct Save {
[INFO] [stdout]    |        ---- `Save` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `miniserde::Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `miniserde::Deserialize` may come from an old version of the `mini_internal` crate, try updating your dependency with `cargo update -p mini_internal`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `miniserde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> src/egui_glutin.rs:327:10
[INFO] [stdout]     |
[INFO] [stdout] 327 |     for (id, image_delta) in &tex_set {
[INFO] [stdout]     |          ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> src/main.rs:147:18
[INFO] [stdout]     |
[INFO] [stdout] 147 |             for &id in &full_output.textures_delta.free {
[INFO] [stdout]     |                  ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `gui_state`
[INFO] [stdout]    --> src/main.rs:265:40
[INFO] [stdout]     |
[INFO] [stdout] 265 | fn smash_tv_display(ctx: &mut Context, gui_state: &mut GuiState, smash_tv: &update::SmashTV) {
[INFO] [stdout]     |                                        ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gui_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `window` and `gl_display` are never read
[INFO] [stdout]   --> src/egui_glutin.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct GlutinState {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 10 |     pub window: winit::window::Window,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 11 |     pub gl_ctx: PossiblyCurrentContext,
[INFO] [stdout] 12 |     pub gl_display: glutin::display::Display,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/main.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(miniserde::Serialize, miniserde::Deserialize, Debug)]
[INFO] [stdout]    |          ^-------------------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Serialize` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_MINISERIALIZE_FOR_Save`
[INFO] [stdout] 20 | struct Save {
[INFO] [stdout]    |        ---- `Save` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `miniserde::Serialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `miniserde::Serialize` may come from an old version of the `mini_internal` crate, try updating your dependency with `cargo update -p mini_internal`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `miniserde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/main.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(miniserde::Serialize, miniserde::Deserialize, Debug)]
[INFO] [stdout]    |                                ^---------------------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Deserialize` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_IMPL_MINIDESERIALIZE_FOR_Save`
[INFO] [stdout] 20 | struct Save {
[INFO] [stdout]    |        ---- `Save` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `miniserde::Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `miniserde::Deserialize` may come from an old version of the `mini_internal` crate, try updating your dependency with `cargo update -p mini_internal`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `miniserde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.20s
[INFO] running `Command { std: "docker" "inspect" "06ee8902a6cf206ccd784d024b0383289ebde6dfb629bb4628a1d2b1a9afe661", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06ee8902a6cf206ccd784d024b0383289ebde6dfb629bb4628a1d2b1a9afe661", kill_on_drop: false }`
[INFO] [stdout] 06ee8902a6cf206ccd784d024b0383289ebde6dfb629bb4628a1d2b1a9afe661
