[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] e3c79073371293885b5e5249ee945b166c1078ae [INFO] checking elipmoc/rust_dxlib against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felipmoc%2Frust_dxlib" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/elipmoc/rust_dxlib on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", 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-1/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" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d2121894bf37cb958436c03a2d2109d026fd7312c9b004e786461025ace3a16f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d2121894bf37cb958436c03a2d2109d026fd7312c9b004e786461025ace3a16f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d2121894bf37cb958436c03a2d2109d026fd7312c9b004e786461025ace3a16f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2121894bf37cb958436c03a2d2109d026fd7312c9b004e786461025ace3a16f", kill_on_drop: false }` [INFO] [stdout] d2121894bf37cb958436c03a2d2109d026fd7312c9b004e786461025ace3a16f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db36888afb124dd7119759ad24c29e5ca814d40569ec4bf6cf0b96f4285ae841 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "db36888afb124dd7119759ad24c29e5ca814d40569ec4bf6cf0b96f4285ae841", 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: unused import: `std::os::raw::c_char` [INFO] [stdout] --> src/functions.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [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 | | pub fn dx_DxLib_Init() -> i32; [INFO] [stdout] 13 | | pub fn dx_ChangeWindowMode(flag: i32) -> i32; [INFO] [stdout] 14 | | pub fn dx_DxLib_End() -> i32; [INFO] [stdout] ... | [INFO] [stdout] 21 | | pub fn dx_SetDrawScreen(DrawScreen: i32) -> i32; [INFO] [stdout] 22 | | } [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:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 30 | / extern "stdcall" { [INFO] [stdout] 31 | | pub fn dx_ClearDrawScreen(ClearRect: *mut RECT) -> i32; [INFO] [stdout] 32 | | pub fn dx_LoadGraph(FileName: *const c_char, NotUse3DFlag: i32) -> i32; [INFO] [stdout] 33 | | [INFO] [stdout] 34 | | } [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: 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: unused import: `std::os::raw::c_char` [INFO] [stdout] --> src/functions.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [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 | | pub fn dx_DxLib_Init() -> i32; [INFO] [stdout] 13 | | pub fn dx_ChangeWindowMode(flag: i32) -> i32; [INFO] [stdout] 14 | | pub fn dx_DxLib_End() -> i32; [INFO] [stdout] ... | [INFO] [stdout] 21 | | pub fn dx_SetDrawScreen(DrawScreen: i32) -> i32; [INFO] [stdout] 22 | | } [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:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 30 | / extern "stdcall" { [INFO] [stdout] 31 | | pub fn dx_ClearDrawScreen(ClearRect: *mut RECT) -> i32; [INFO] [stdout] 32 | | pub fn dx_LoadGraph(FileName: *const c_char, NotUse3DFlag: i32) -> i32; [INFO] [stdout] 33 | | [INFO] [stdout] 34 | | } [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: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/functions.rs:49:67 [INFO] [stdout] | [INFO] [stdout] 49 | 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:38:8 [INFO] [stdout] | [INFO] [stdout] 38 | 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:48:8 [INFO] [stdout] | [INFO] [stdout] 48 | 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:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | 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: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/functions.rs:49:67 [INFO] [stdout] | [INFO] [stdout] 49 | 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: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dx_ClearDrawScreen` should have a snake case name [INFO] [stdout] --> src/functions.rs:38:8 [INFO] [stdout] | [INFO] [stdout] 38 | 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:48:8 [INFO] [stdout] | [INFO] [stdout] 48 | 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:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | 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: 12 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 1.17s [INFO] running `Command { std: "docker" "inspect" "db36888afb124dd7119759ad24c29e5ca814d40569ec4bf6cf0b96f4285ae841", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db36888afb124dd7119759ad24c29e5ca814d40569ec4bf6cf0b96f4285ae841", kill_on_drop: false }` [INFO] [stdout] db36888afb124dd7119759ad24c29e5ca814d40569ec4bf6cf0b96f4285ae841