[INFO] updating cached repository tamato/curses_and_sdl [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tamato/curses_and_sdl [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tamato/curses_and_sdl" "work/ex/beta-1.37-6/sources/1.36.0/gh/tamato/curses_and_sdl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/tamato/curses_and_sdl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tamato/curses_and_sdl" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/tamato/curses_and_sdl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/tamato/curses_and_sdl'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5ce8d8197ad96e8db48f04412a29c5fb58e5bec1 [INFO] sha for GitHub repo tamato/curses_and_sdl: 5ce8d8197ad96e8db48f04412a29c5fb58e5bec1 [INFO] validating manifest of tamato/curses_and_sdl on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tamato/curses_and_sdl on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tamato/curses_and_sdl [INFO] finished frobbing tamato/curses_and_sdl [INFO] frobbed toml for tamato/curses_and_sdl written to work/ex/beta-1.37-6/sources/1.36.0/gh/tamato/curses_and_sdl/Cargo.toml [INFO] started frobbing tamato/curses_and_sdl [INFO] finished frobbing tamato/curses_and_sdl [INFO] frobbed toml for tamato/curses_and_sdl written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/tamato/curses_and_sdl/Cargo.toml [INFO] crate tamato/curses_and_sdl already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing tamato/curses_and_sdl against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/tamato/curses_and_sdl:/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-07-23" "build" "--frozen"` [INFO] [stdout] 9634e1c8d564ec530868f82e3720b0b9b0b31c069f37a1632e061e8eb90474c7 [INFO] running `"docker" "start" "-a" "9634e1c8d564ec530868f82e3720b0b9b0b31c069f37a1632e061e8eb90474c7"` [INFO] [stderr] Compiling curses_and_sdl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling ncurses v5.91.0 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling pancurses v0.14.0 [INFO] [stderr] Compiling easycurses v0.9.0 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/map_gen/tcod_tutorial.rs:14:40 [INFO] [stderr] | [INFO] [stderr] 14 | data: vec![MapTileType::Empty; (width * height)], [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:10:20 [INFO] [stderr] | [INFO] [stderr] 10 | impl Clone for Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:49:19 [INFO] [stderr] | [INFO] [stderr] 49 | cmds: Vec>, [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:59:33 [INFO] [stderr] | [INFO] [stderr] 59 | fn add(&mut self, data: Box) { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:67:32 [INFO] [stderr] | [INFO] [stderr] 67 | fn cmd_clone(&self) -> Box; [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:94:32 [INFO] [stderr] | [INFO] [stderr] 94 | fn cmd_clone(&self) -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Command` [INFO] [stderr] --> src/context/context_sdl.rs:13:28 [INFO] [stderr] | [INFO] [stderr] 13 | use {World, CommandMoveTo, Command, ResourceCollection, CommandCollection}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `world` [INFO] [stderr] --> src/context/context_sdl.rs:68:17 [INFO] [stderr] | [INFO] [stderr] 68 | let mut world = World::new(); [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_world` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/context/context_sdl.rs:68:13 [INFO] [stderr] | [INFO] [stderr] 68 | let mut world = World::new(); [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: field is never used: `entities` [INFO] [stderr] --> src/lib.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | entities: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:31:26 [INFO] [stderr] | [INFO] [stderr] 31 | let console_ctx: Box; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ConsoleContext` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.curses_and_sdl.2joanizk-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850" "/opt/crater/target/debug/deps/curses_and_sdl-245b5e1ec4841850.2wprnhekrxmmw16m.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcurses_and_sdl-fa64959505bb0d86.rlib" "/opt/crater/target/debug/deps/libsdl2-4e3c2fd32c9fadfa.rlib" "/opt/crater/target/debug/deps/librand-712a0ea1613932d7.rlib" "/opt/crater/target/debug/deps/librand-267d232b1072094a.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-dae122f2b869a333.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/liblazy_static-0e1e36676eed3924.rlib" "/opt/crater/target/debug/deps/libnum-482d5d09bd983bb9.rlib" "/opt/crater/target/debug/deps/libnum_iter-867348f7c5144539.rlib" "/opt/crater/target/debug/deps/libnum_integer-80eb4c9a27a1fcdc.rlib" "/opt/crater/target/debug/deps/libnum_traits-36cc0ebf69764bad.rlib" "/opt/crater/target/debug/deps/libeasycurses-d67127b32d03450d.rlib" "/opt/crater/target/debug/deps/libpancurses-753d9d1120a4cf82.rlib" "/opt/crater/target/debug/deps/libncurses-73c52eaa521af903.rlib" "/opt/crater/target/debug/deps/liblibc-537c2542d4dfb2b6.rlib" "/opt/crater/target/debug/deps/liblog-c92b861decdc6e30.rlib" "/opt/crater/target/debug/deps/liblog-18bebfdf1d1e5a05.rlib" "/opt/crater/target/debug/deps/libcfg_if-af8485a38956c1b4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lSDL2_image" "-lSDL2" "-lncurses" "-ltinfo" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [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 `curses_and_sdl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9634e1c8d564ec530868f82e3720b0b9b0b31c069f37a1632e061e8eb90474c7"` [INFO] running `"docker" "rm" "-f" "9634e1c8d564ec530868f82e3720b0b9b0b31c069f37a1632e061e8eb90474c7"` [INFO] [stdout] 9634e1c8d564ec530868f82e3720b0b9b0b31c069f37a1632e061e8eb90474c7