[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] testing elipmoc/rust_dxlib against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felipmoc%2Frust_dxlib" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/elipmoc/rust_dxlib on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-29/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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8a53a916063f8830c767e7163237aadc5051b448a45117a51e7586710065a6f2 [INFO] running `Command { std: "docker" "start" "-a" "8a53a916063f8830c767e7163237aadc5051b448a45117a51e7586710065a6f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a53a916063f8830c767e7163237aadc5051b448a45117a51e7586710065a6f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a53a916063f8830c767e7163237aadc5051b448a45117a51e7586710065a6f2", kill_on_drop: false }` [INFO] [stdout] 8a53a916063f8830c767e7163237aadc5051b448a45117a51e7586710065a6f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d94ebd8b439814fcb78cd35026c12f3c0e3f7923c492549d00f3bd50ac91eb0 [INFO] running `Command { std: "docker" "start" "-a" "4d94ebd8b439814fcb78cd35026c12f3c0e3f7923c492549d00f3bd50ac91eb0", 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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 217 - pub const MV1_SAVETYPE_NORMAL: i32 = (MV1_SAVETYPE_MESH | MV1_SAVETYPE_ANIM); [INFO] [stdout] 217 + pub const MV1_SAVETYPE_NORMAL: i32 = MV1_SAVETYPE_MESH | MV1_SAVETYPE_ANIM; [INFO] [stdout] | [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 260 - pub const DX_PLAYTYPE_BACK: i32 = (DX_PLAYTYPE_BACKBIT); [INFO] [stdout] 260 + pub const DX_PLAYTYPE_BACK: i32 = DX_PLAYTYPE_BACKBIT; [INFO] [stdout] | [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 261 - pub const DX_PLAYTYPE_LOOP: i32 = (DX_PLAYTYPE_LOOPBIT | DX_PLAYTYPE_BACKBIT); [INFO] [stdout] 261 + pub const DX_PLAYTYPE_LOOP: i32 = DX_PLAYTYPE_LOOPBIT | DX_PLAYTYPE_BACKBIT; [INFO] [stdout] | [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 322 - pub const DX_ZCMP_DEFAULT: i32 = (DX_CMP_LESSEQUAL); [INFO] [stdout] 322 + pub const DX_ZCMP_DEFAULT: i32 = DX_CMP_LESSEQUAL; [INFO] [stdout] | [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 323 - pub const DX_ZCMP_REVERSE: i32 = (DX_CMP_GREATEREQUAL); [INFO] [stdout] 323 + pub const DX_ZCMP_REVERSE: i32 = DX_CMP_GREATEREQUAL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method 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 free function, impl method 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 free function, impl method 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 free function, impl method 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 #87678 [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 #87678 [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: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.53s [INFO] running `Command { std: "docker" "inspect" "4d94ebd8b439814fcb78cd35026c12f3c0e3f7923c492549d00f3bd50ac91eb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d94ebd8b439814fcb78cd35026c12f3c0e3f7923c492549d00f3bd50ac91eb0", kill_on_drop: false }` [INFO] [stdout] 4d94ebd8b439814fcb78cd35026c12f3c0e3f7923c492549d00f3bd50ac91eb0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26753928dfeb46890d573593d4d53b3bccc0abf0d448c204b97ca21075de0edf [INFO] running `Command { std: "docker" "start" "-a" "26753928dfeb46890d573593d4d53b3bccc0abf0d448c204b97ca21075de0edf", kill_on_drop: false }` [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 217 - pub const MV1_SAVETYPE_NORMAL: i32 = (MV1_SAVETYPE_MESH | MV1_SAVETYPE_ANIM); [INFO] [stdout] 217 + pub const MV1_SAVETYPE_NORMAL: i32 = MV1_SAVETYPE_MESH | MV1_SAVETYPE_ANIM; [INFO] [stdout] | [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 260 - pub const DX_PLAYTYPE_BACK: i32 = (DX_PLAYTYPE_BACKBIT); [INFO] [stdout] 260 + pub const DX_PLAYTYPE_BACK: i32 = DX_PLAYTYPE_BACKBIT; [INFO] [stdout] | [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 261 - pub const DX_PLAYTYPE_LOOP: i32 = (DX_PLAYTYPE_LOOPBIT | DX_PLAYTYPE_BACKBIT); [INFO] [stdout] 261 + pub const DX_PLAYTYPE_LOOP: i32 = DX_PLAYTYPE_LOOPBIT | DX_PLAYTYPE_BACKBIT; [INFO] [stdout] | [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 322 - pub const DX_ZCMP_DEFAULT: i32 = (DX_CMP_LESSEQUAL); [INFO] [stdout] 322 + pub const DX_ZCMP_DEFAULT: i32 = DX_CMP_LESSEQUAL; [INFO] [stdout] | [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 323 - pub const DX_ZCMP_REVERSE: i32 = (DX_CMP_GREATEREQUAL); [INFO] [stdout] 323 + pub const DX_ZCMP_REVERSE: i32 = DX_CMP_GREATEREQUAL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method 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 free function, impl method 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 free function, impl method 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 free function, impl method 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 #87678 [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rust_dxlib v0.1.0 (/opt/rustwide/workdir) [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: 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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 22 - while (dx_ScreenFlip() == 0 && dx_ProcessMessage() == 0 && dx_ClearDrawScreen() == 0) { [INFO] [stdout] 22 + while dx_ScreenFlip() == 0 && dx_ProcessMessage() == 0 && dx_ClearDrawScreen() == 0 { [INFO] [stdout] | [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 217 - pub const MV1_SAVETYPE_NORMAL: i32 = (MV1_SAVETYPE_MESH | MV1_SAVETYPE_ANIM); [INFO] [stdout] 217 + pub const MV1_SAVETYPE_NORMAL: i32 = MV1_SAVETYPE_MESH | MV1_SAVETYPE_ANIM; [INFO] [stdout] | [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 260 - pub const DX_PLAYTYPE_BACK: i32 = (DX_PLAYTYPE_BACKBIT); [INFO] [stdout] 260 + pub const DX_PLAYTYPE_BACK: i32 = DX_PLAYTYPE_BACKBIT; [INFO] [stdout] | [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 261 - pub const DX_PLAYTYPE_LOOP: i32 = (DX_PLAYTYPE_LOOPBIT | DX_PLAYTYPE_BACKBIT); [INFO] [stdout] 261 + pub const DX_PLAYTYPE_LOOP: i32 = DX_PLAYTYPE_LOOPBIT | DX_PLAYTYPE_BACKBIT; [INFO] [stdout] | [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 322 - pub const DX_ZCMP_DEFAULT: i32 = (DX_CMP_LESSEQUAL); [INFO] [stdout] 322 + pub const DX_ZCMP_DEFAULT: i32 = DX_CMP_LESSEQUAL; [INFO] [stdout] | [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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 323 - pub const DX_ZCMP_REVERSE: i32 = (DX_CMP_GREATEREQUAL); [INFO] [stdout] 323 + pub const DX_ZCMP_REVERSE: i32 = DX_CMP_GREATEREQUAL; [INFO] [stdout] | [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: attribute should be applied to a free function, impl method 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 free function, impl method 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 free function, impl method 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 free function, impl method 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 #87678 [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 #87678 [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] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/img_move-53b0cb126c383b77.img_move.5b2fc958-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-53b0cb126c383b77.img_move.5b2fc958-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-53b0cb126c383b77.img_move.5b2fc958-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-53b0cb126c383b77.img_move.5b2fc958-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-53b0cb126c383b77.img_move.5b2fc958-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-53b0cb126c383b77.img_move.5b2fc958-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-53b0cb126c383b77.img_move.5b2fc958-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-53b0cb126c383b77.3p5l0p44zyqf7exz.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/workdir\\DxLib" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librust_dxlib-4d58083f9d1b514b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lDxLib_x64" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/img_move-53b0cb126c383b77" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lDxLib_x64 [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust_dxlib` due to 2 previous errors; 3 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rust_dxlib-6a5df3a7d586f69f.rust_dxlib.60438ba2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-6a5df3a7d586f69f.rust_dxlib.60438ba2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-6a5df3a7d586f69f.rust_dxlib.60438ba2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-6a5df3a7d586f69f.rust_dxlib.60438ba2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-6a5df3a7d586f69f.rust_dxlib.60438ba2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-6a5df3a7d586f69f.rust_dxlib.60438ba2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-6a5df3a7d586f69f.rust_dxlib.60438ba2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-6a5df3a7d586f69f.54igg7yzz5zjd5ah.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/workdir\\DxLib" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lDxLib_x64" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-b6a068090bf40c71.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-1c1e08c768cd8903.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f4474e7a3a1f53f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-ec55ab174918e77a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rust_dxlib-6a5df3a7d586f69f" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lDxLib_x64 [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "26753928dfeb46890d573593d4d53b3bccc0abf0d448c204b97ca21075de0edf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26753928dfeb46890d573593d4d53b3bccc0abf0d448c204b97ca21075de0edf", kill_on_drop: false }` [INFO] [stdout] 26753928dfeb46890d573593d4d53b3bccc0abf0d448c204b97ca21075de0edf