[INFO] cloning repository https://github.com/elipmoc/rust_dxlib [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elipmoc/rust_dxlib" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felipmoc%2Frust_dxlib", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felipmoc%2Frust_dxlib'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 11572825834fa3f9c5ee30bf2cd8bcc228b19123 [INFO] checking elipmoc/rust_dxlib against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felipmoc%2Frust_dxlib" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/elipmoc/rust_dxlib on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/elipmoc/rust_dxlib [INFO] finished tweaking git repo https://github.com/elipmoc/rust_dxlib [INFO] tweaked toml for git repo https://github.com/elipmoc/rust_dxlib written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/elipmoc/rust_dxlib already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c2f8bfb58b031a9faebe9297280235a6cc3f65580060f2e7ff465a7b9306c28 [INFO] running `Command { std: "docker" "start" "-a" "2c2f8bfb58b031a9faebe9297280235a6cc3f65580060f2e7ff465a7b9306c28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c2f8bfb58b031a9faebe9297280235a6cc3f65580060f2e7ff465a7b9306c28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c2f8bfb58b031a9faebe9297280235a6cc3f65580060f2e7ff465a7b9306c28", kill_on_drop: false }` [INFO] [stdout] 2c2f8bfb58b031a9faebe9297280235a6cc3f65580060f2e7ff465a7b9306c28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 860fd7e5c899fb44292ed804114c39988ec98ccc09c5e5e48aaed77441adaaf6 [INFO] running `Command { std: "docker" "start" "-a" "860fd7e5c899fb44292ed804114c39988ec98ccc09c5e5e48aaed77441adaaf6", kill_on_drop: false }` [INFO] [stderr] Compiling rust_dxlib v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/const_variables.rs:217:38 [INFO] [stdout] | [INFO] [stdout] 217 | pub const MV1_SAVETYPE_NORMAL: i32 = (MV1_SAVETYPE_MESH | MV1_SAVETYPE_ANIM); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/const_variables.rs:260:35 [INFO] [stdout] | [INFO] [stdout] 260 | pub const DX_PLAYTYPE_BACK: i32 = (DX_PLAYTYPE_BACKBIT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/const_variables.rs:261:35 [INFO] [stdout] | [INFO] [stdout] 261 | pub const DX_PLAYTYPE_LOOP: i32 = (DX_PLAYTYPE_LOOPBIT | DX_PLAYTYPE_BACKBIT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/const_variables.rs:322:34 [INFO] [stdout] | [INFO] [stdout] 322 | pub const DX_ZCMP_DEFAULT: i32 = (DX_CMP_LESSEQUAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/const_variables.rs:323:34 [INFO] [stdout] | [INFO] [stdout] 323 | pub const DX_ZCMP_REVERSE: i32 = (DX_CMP_GREATEREQUAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/const_variables.rs:217:38 [INFO] [stdout] | [INFO] [stdout] 217 | pub const MV1_SAVETYPE_NORMAL: i32 = (MV1_SAVETYPE_MESH | MV1_SAVETYPE_ANIM); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/const_variables.rs:260:35 [INFO] [stdout] | [INFO] [stdout] 260 | pub const DX_PLAYTYPE_BACK: i32 = (DX_PLAYTYPE_BACKBIT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/const_variables.rs:261:35 [INFO] [stdout] | [INFO] [stdout] 261 | pub const DX_PLAYTYPE_LOOP: i32 = (DX_PLAYTYPE_LOOPBIT | DX_PLAYTYPE_BACKBIT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/const_variables.rs:322:34 [INFO] [stdout] | [INFO] [stdout] 322 | pub const DX_ZCMP_DEFAULT: i32 = (DX_CMP_LESSEQUAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/const_variables.rs:323:34 [INFO] [stdout] | [INFO] [stdout] 323 | pub const DX_ZCMP_REVERSE: i32 = (DX_CMP_GREATEREQUAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/functions.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 11 | / extern "stdcall" { [INFO] [stdout] 12 | | // 使用必須関数 [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | /// ライブラリの初期化 [INFO] [stdout] ... | [INFO] [stdout] 646 | | [INFO] [stdout] 647 | | } [INFO] [stdout] | |_- not a function or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/functions.rs:654:2 [INFO] [stdout] | [INFO] [stdout] 654 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 655 | / extern "stdcall" { [INFO] [stdout] 656 | | pub fn dx_ClearDrawScreen(ClearRect: *mut RECT) -> i32; [INFO] [stdout] 657 | | pub fn dx_LoadGraph(FileName: *const c_char, NotUse3DFlag: i32) -> i32; [INFO] [stdout] 658 | | [INFO] [stdout] 659 | | } [INFO] [stdout] | |_____- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/functions.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 11 | / extern "stdcall" { [INFO] [stdout] 12 | | // 使用必須関数 [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | /// ライブラリの初期化 [INFO] [stdout] ... | [INFO] [stdout] 646 | | [INFO] [stdout] 647 | | } [INFO] [stdout] | |_- not a function or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/functions.rs:654:2 [INFO] [stdout] | [INFO] [stdout] 654 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 655 | / extern "stdcall" { [INFO] [stdout] 656 | | pub fn dx_ClearDrawScreen(ClearRect: *mut RECT) -> i32; [INFO] [stdout] 657 | | pub fn dx_LoadGraph(FileName: *const c_char, NotUse3DFlag: i32) -> i32; [INFO] [stdout] 658 | | [INFO] [stdout] 659 | | } [INFO] [stdout] | |_____- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/functions.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / extern "stdcall" { [INFO] [stdout] 12 | | // 使用必須関数 [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | /// ライブラリの初期化 [INFO] [stdout] ... | [INFO] [stdout] 646 | | [INFO] [stdout] 647 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unsupported_calling_conventions)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/functions.rs:655:2 [INFO] [stdout] | [INFO] [stdout] 655 | / extern "stdcall" { [INFO] [stdout] 656 | | pub fn dx_ClearDrawScreen(ClearRect: *mut RECT) -> i32; [INFO] [stdout] 657 | | pub fn dx_LoadGraph(FileName: *const c_char, NotUse3DFlag: i32) -> i32; [INFO] [stdout] 658 | | [INFO] [stdout] 659 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/functions.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / extern "stdcall" { [INFO] [stdout] 12 | | // 使用必須関数 [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | /// ライブラリの初期化 [INFO] [stdout] ... | [INFO] [stdout] 646 | | [INFO] [stdout] 647 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unsupported_calling_conventions)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/functions.rs:655:2 [INFO] [stdout] | [INFO] [stdout] 655 | / extern "stdcall" { [INFO] [stdout] 656 | | pub fn dx_ClearDrawScreen(ClearRect: *mut RECT) -> i32; [INFO] [stdout] 657 | | pub fn dx_LoadGraph(FileName: *const c_char, NotUse3DFlag: i32) -> i32; [INFO] [stdout] 658 | | [INFO] [stdout] 659 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/functions.rs:674:64 [INFO] [stdout] | [INFO] [stdout] 674 | unsafe { hidden::dx_LoadGraph(CString::new(FileName).unwrap().as_ptr(), FALSE) } [INFO] [stdout] | ------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/functions.rs:674:64 [INFO] [stdout] | [INFO] [stdout] 674 | unsafe { hidden::dx_LoadGraph(CString::new(FileName).unwrap().as_ptr(), FALSE) } [INFO] [stdout] | ------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dx_ClearDrawScreen` should have a snake case name [INFO] [stdout] --> src/functions.rs:663:8 [INFO] [stdout] | [INFO] [stdout] 663 | pub fn dx_ClearDrawScreen() -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `dx_clear_draw_screen` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dx_LoadGraph` should have a snake case name [INFO] [stdout] --> src/functions.rs:673:8 [INFO] [stdout] | [INFO] [stdout] 673 | pub fn dx_LoadGraph(FileName: &str) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `dx_load_graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `FileName` should have a snake case name [INFO] [stdout] --> src/functions.rs:673:21 [INFO] [stdout] | [INFO] [stdout] 673 | pub fn dx_LoadGraph(FileName: &str) -> i32 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `file_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dx_ClearDrawScreen` should have a snake case name [INFO] [stdout] --> src/functions.rs:663:8 [INFO] [stdout] | [INFO] [stdout] 663 | pub fn dx_ClearDrawScreen() -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `dx_clear_draw_screen` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dx_LoadGraph` should have a snake case name [INFO] [stdout] --> src/functions.rs:673:8 [INFO] [stdout] | [INFO] [stdout] 673 | pub fn dx_LoadGraph(FileName: &str) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `dx_load_graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `FileName` should have a snake case name [INFO] [stdout] --> src/functions.rs:673:21 [INFO] [stdout] | [INFO] [stdout] 673 | pub fn dx_LoadGraph(FileName: &str) -> i32 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `file_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> examples/img_move.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | while (dx_ScreenFlip() == 0 && dx_ProcessMessage() == 0 && dx_ClearDrawScreen() == 0) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/img_move.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | let mut Handle; [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: variable `Handle` should have a snake case name [INFO] [stdout] --> examples/img_move.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | let mut Handle; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `handle` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "860fd7e5c899fb44292ed804114c39988ec98ccc09c5e5e48aaed77441adaaf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "860fd7e5c899fb44292ed804114c39988ec98ccc09c5e5e48aaed77441adaaf6", kill_on_drop: false }` [INFO] [stdout] 860fd7e5c899fb44292ed804114c39988ec98ccc09c5e5e48aaed77441adaaf6