[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 beta-2022-04-10 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 beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] caeacec20aec749b7539952a1a828fafc6cae70d3d599ee49103586f489c6923 [INFO] running `Command { std: "docker" "start" "-a" "caeacec20aec749b7539952a1a828fafc6cae70d3d599ee49103586f489c6923", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "caeacec20aec749b7539952a1a828fafc6cae70d3d599ee49103586f489c6923", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "caeacec20aec749b7539952a1a828fafc6cae70d3d599ee49103586f489c6923", kill_on_drop: false }` [INFO] [stdout] caeacec20aec749b7539952a1a828fafc6cae70d3d599ee49103586f489c6923 [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c54e3fa538bab4cab47611424ad53988855926148919be92d2173f571bee1a25 [INFO] running `Command { std: "docker" "start" "-a" "c54e3fa538bab4cab47611424ad53988855926148919be92d2173f571bee1a25", 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: unused doc comment [INFO] [stdout] --> src/functions.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / /// dxlib function extern declaration (based on Ver3.22a) [INFO] [stdout] 8 | | /// see: https://dxlib.xsrv.jp/dxfunc.html [INFO] [stdout] | |__________________________________________^ [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] | |_- rustdoc does not generate documentation for extern block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [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: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.12s [INFO] running `Command { std: "docker" "inspect" "c54e3fa538bab4cab47611424ad53988855926148919be92d2173f571bee1a25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c54e3fa538bab4cab47611424ad53988855926148919be92d2173f571bee1a25", kill_on_drop: false }` [INFO] [stdout] c54e3fa538bab4cab47611424ad53988855926148919be92d2173f571bee1a25 [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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 295cf79c56a51756d80558b8a937ccdfc32355496232c21df5d8d632b880a0bb [INFO] running `Command { std: "docker" "start" "-a" "295cf79c56a51756d80558b8a937ccdfc32355496232c21df5d8d632b880a0bb", 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: unused doc comment [INFO] [stdout] --> src/functions.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / /// dxlib function extern declaration (based on Ver3.22a) [INFO] [stdout] 8 | | /// see: https://dxlib.xsrv.jp/dxfunc.html [INFO] [stdout] | |__________________________________________^ [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] | |_- rustdoc does not generate documentation for extern block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [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] [stderr] Compiling rust_dxlib v0.1.0 (/opt/rustwide/workdir) [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: 14 warnings emitted [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: unused doc comment [INFO] [stdout] --> src/functions.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / /// dxlib function extern declaration (based on Ver3.22a) [INFO] [stdout] 8 | | /// see: https://dxlib.xsrv.jp/dxfunc.html [INFO] [stdout] | |__________________________________________^ [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] | |_- rustdoc does not generate documentation for extern block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [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: 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: 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: 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] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rust_dxlib-1179837e6af344f4.rust_dxlib.bee99d6f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-1179837e6af344f4.rust_dxlib.bee99d6f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-1179837e6af344f4.rust_dxlib.bee99d6f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-1179837e6af344f4.rust_dxlib.bee99d6f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-1179837e6af344f4.rust_dxlib.bee99d6f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-1179837e6af344f4.rust_dxlib.bee99d6f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-1179837e6af344f4.rust_dxlib.bee99d6f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rust_dxlib-1179837e6af344f4.2fckqb99fqhpr268.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/workdir\\DxLib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lDxLib_x64" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rust_dxlib-1179837e6af344f4" "-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; 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust_dxlib` due to 2 previous errors; 14 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/examples/img_move-e2823b682b8c1ccd.img_move.87686e05-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-e2823b682b8c1ccd.img_move.87686e05-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-e2823b682b8c1ccd.img_move.87686e05-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-e2823b682b8c1ccd.img_move.87686e05-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-e2823b682b8c1ccd.img_move.87686e05-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-e2823b682b8c1ccd.img_move.87686e05-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-e2823b682b8c1ccd.img_move.87686e05-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/img_move-e2823b682b8c1ccd.16b3f9y5ynyffi5p.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/workdir\\DxLib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librust_dxlib-5a7c0f318e7897ea.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.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/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/img_move-e2823b682b8c1ccd" "-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] running `Command { std: "docker" "inspect" "295cf79c56a51756d80558b8a937ccdfc32355496232c21df5d8d632b880a0bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "295cf79c56a51756d80558b8a937ccdfc32355496232c21df5d8d632b880a0bb", kill_on_drop: false }` [INFO] [stdout] 295cf79c56a51756d80558b8a937ccdfc32355496232c21df5d8d632b880a0bb