[INFO] updating cached repository elipmoc/rust_dxlib [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/elipmoc/rust_dxlib [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/elipmoc/rust_dxlib" "work/ex/beta-1.38-1/sources/1.37.0/gh/elipmoc/rust_dxlib"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/elipmoc/rust_dxlib'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/elipmoc/rust_dxlib" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/elipmoc/rust_dxlib"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/elipmoc/rust_dxlib'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e3c79073371293885b5e5249ee945b166c1078ae [INFO] sha for GitHub repo elipmoc/rust_dxlib: e3c79073371293885b5e5249ee945b166c1078ae [INFO] validating manifest of elipmoc/rust_dxlib on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of elipmoc/rust_dxlib on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing elipmoc/rust_dxlib [INFO] finished frobbing elipmoc/rust_dxlib [INFO] frobbed toml for elipmoc/rust_dxlib written to work/ex/beta-1.38-1/sources/1.37.0/gh/elipmoc/rust_dxlib/Cargo.toml [INFO] started frobbing elipmoc/rust_dxlib [INFO] finished frobbing elipmoc/rust_dxlib [INFO] frobbed toml for elipmoc/rust_dxlib written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/elipmoc/rust_dxlib/Cargo.toml [INFO] crate elipmoc/rust_dxlib already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing elipmoc/rust_dxlib against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/elipmoc/rust_dxlib:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] e41aeb32bf50b678b70c5859234147337d549ee5421cc0680f0fa8eef6923826 [INFO] running `"docker" "start" "-a" "e41aeb32bf50b678b70c5859234147337d549ee5421cc0680f0fa8eef6923826"` [INFO] [stderr] Compiling rust_dxlib v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::os::raw::c_char` [INFO] [stderr] --> src/functions.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::os::raw::c_char; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `dx_ClearDrawScreen` should have a snake case name [INFO] [stderr] --> src/functions.rs:38:8 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn dx_ClearDrawScreen() -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `dx_clear_draw_screen` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `dx_LoadGraph` should have a snake case name [INFO] [stderr] --> src/functions.rs:48:8 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn dx_LoadGraph(FileName: &str) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `dx_load_graph` [INFO] [stderr] [INFO] [stderr] warning: variable `FileName` should have a snake case name [INFO] [stderr] --> src/functions.rs:48:21 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn dx_LoadGraph(FileName: &str) -> i32 { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `file_name` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.12s [INFO] running `"docker" "inspect" "e41aeb32bf50b678b70c5859234147337d549ee5421cc0680f0fa8eef6923826"` [INFO] running `"docker" "rm" "-f" "e41aeb32bf50b678b70c5859234147337d549ee5421cc0680f0fa8eef6923826"` [INFO] [stdout] e41aeb32bf50b678b70c5859234147337d549ee5421cc0680f0fa8eef6923826 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/elipmoc/rust_dxlib:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 539037c5b93bb7091744d40360118eced04823b8ae5e78a6cd363ebde48bfe89 [INFO] running `"docker" "start" "-a" "539037c5b93bb7091744d40360118eced04823b8ae5e78a6cd363ebde48bfe89"` [INFO] [stderr] Compiling rust_dxlib v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::os::raw::c_char` [INFO] [stderr] --> src/functions.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::os::raw::c_char; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `while` condition [INFO] [stderr] --> examples/img_move.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | while (dx_ScreenFlip() == 0 && dx_ProcessMessage() == 0 && dx_ClearDrawScreen() == 0) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/img_move.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | let mut Handle; [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `Handle` should have a snake case name [INFO] [stderr] --> examples/img_move.rs:17:17 [INFO] [stderr] | [INFO] [stderr] 17 | let mut Handle; [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `handle` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `dx_ClearDrawScreen` should have a snake case name [INFO] [stderr] --> src/functions.rs:38:8 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn dx_ClearDrawScreen() -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `dx_clear_draw_screen` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `dx_LoadGraph` should have a snake case name [INFO] [stderr] --> src/functions.rs:48:8 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn dx_LoadGraph(FileName: &str) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `dx_load_graph` [INFO] [stderr] [INFO] [stderr] warning: variable `FileName` should have a snake case name [INFO] [stderr] --> src/functions.rs:48:21 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn dx_LoadGraph(FileName: &str) -> i32 { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `file_name` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/img_move-67fe41079a572ad2.img_move.2a3yauri-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/img_move-67fe41079a572ad2.img_move.2a3yauri-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/img_move-67fe41079a572ad2.img_move.2a3yauri-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/img_move-67fe41079a572ad2.img_move.2a3yauri-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/img_move-67fe41079a572ad2.img_move.2a3yauri-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/examples/img_move-67fe41079a572ad2" "/opt/crater/target/debug/examples/img_move-67fe41079a572ad2.9mykrjv0k3zujc0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/workdir\\DxLib" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librust_dxlib-987963a11ae44c87.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lDxLib_x64" "-lDxLib_x64" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lDxLib_x64 [INFO] [stderr] /usr/bin/ld: cannot find -lDxLib_x64 [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rust_dxlib`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rust_dxlib-db05ffc34c390b79.rust_dxlib.213jk2qq-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rust_dxlib-db05ffc34c390b79.rust_dxlib.213jk2qq-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rust_dxlib-db05ffc34c390b79.rust_dxlib.213jk2qq-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rust_dxlib-db05ffc34c390b79.rust_dxlib.213jk2qq-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rust_dxlib-db05ffc34c390b79.rust_dxlib.213jk2qq-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/deps/rust_dxlib-db05ffc34c390b79" "/opt/crater/target/debug/deps/rust_dxlib-db05ffc34c390b79.3yigi8afbekxp2br.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/workdir\\DxLib" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lDxLib_x64" "-lDxLib_x64" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lDxLib_x64 [INFO] [stderr] /usr/bin/ld: cannot find -lDxLib_x64 [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rust_dxlib`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "539037c5b93bb7091744d40360118eced04823b8ae5e78a6cd363ebde48bfe89"` [INFO] running `"docker" "rm" "-f" "539037c5b93bb7091744d40360118eced04823b8ae5e78a6cd363ebde48bfe89"` [INFO] [stdout] 539037c5b93bb7091744d40360118eced04823b8ae5e78a6cd363ebde48bfe89