[INFO] updating cached repository sirgallifrey/hero-curses [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sirgallifrey/hero-curses [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sirgallifrey/hero-curses" "work/ex/beta-1.37-6/sources/1.36.0/gh/sirgallifrey/hero-curses"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/sirgallifrey/hero-curses'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sirgallifrey/hero-curses" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sirgallifrey/hero-curses"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sirgallifrey/hero-curses'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 51d164a95eed738a0b7b1294f4de540e6d30d995 [INFO] sha for GitHub repo sirgallifrey/hero-curses: 51d164a95eed738a0b7b1294f4de540e6d30d995 [INFO] validating manifest of sirgallifrey/hero-curses 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 sirgallifrey/hero-curses 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 sirgallifrey/hero-curses [INFO] finished frobbing sirgallifrey/hero-curses [INFO] frobbed toml for sirgallifrey/hero-curses written to work/ex/beta-1.37-6/sources/1.36.0/gh/sirgallifrey/hero-curses/Cargo.toml [INFO] started frobbing sirgallifrey/hero-curses [INFO] finished frobbing sirgallifrey/hero-curses [INFO] frobbed toml for sirgallifrey/hero-curses written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sirgallifrey/hero-curses/Cargo.toml [INFO] crate sirgallifrey/hero-curses 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] testing sirgallifrey/hero-curses 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-5/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/sirgallifrey/hero-curses:/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] 4f05f4a8a46afdb1fca5bd989a680d78aa2c38ab44946dd80d250433b3963890 [INFO] running `"docker" "start" "-a" "4f05f4a8a46afdb1fca5bd989a680d78aa2c38ab44946dd80d250433b3963890"` [INFO] [stderr] Compiling array-macro v1.0.3 [INFO] [stderr] Compiling reexport-proc-macro v1.0.6 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling signal-hook v0.1.8 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling enumset_derive v0.2.0 [INFO] [stderr] Compiling enum-map-derive v0.4.1 [INFO] [stderr] Compiling enumset v0.3.16 [INFO] [stderr] Compiling enum-map v0.4.1 [INFO] [stderr] Compiling cursive v0.10.0 [INFO] [stderr] Compiling hero-curses v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `cursive::event::EventResult` [INFO] [stderr] --> src/play_states/start_menu.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use cursive::event::EventResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `OnEventView`, `TextView` [INFO] [stderr] --> src/play_states/start_menu.rs:4:30 [INFO] [stderr] | [INFO] [stderr] 4 | use cursive::views::{Dialog, OnEventView, SelectView, TextView}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `cursive::align::HAlign` [INFO] [stderr] --> src/play_states/about.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use cursive::align::HAlign; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `cursive::event::EventResult` [INFO] [stderr] --> src/play_states/about.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use cursive::event::EventResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `cursive::traits::*` [INFO] [stderr] --> src/play_states/about.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use cursive::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `OnEventView`, `SelectView` [INFO] [stderr] --> src/play_states/about.rs:4:30 [INFO] [stderr] | [INFO] [stderr] 4 | use cursive::views::{Dialog, OnEventView, SelectView, TextView}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Character`, `PlayerClass`, `Player` [INFO] [stderr] --> src/main.rs:6:25 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::characters::{Character, Player, PlayerClass}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `BaseColor`, `BorderStyle`, `ColorStyle`, `Color`, `Style` [INFO] [stderr] --> src/main.rs:7:22 [INFO] [stderr] | [INFO] [stderr] 7 | use cursive::theme::{BaseColor, BorderStyle, Color, ColorStyle, Style}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^ ^^^^^^^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `cursive::view::Position` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use cursive::view::Position; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `cursive::views::LayerPosition` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use cursive::views::LayerPosition; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `BoxView`, `DummyView`, `Layer`, `LinearLayout` [INFO] [stderr] --> src/main.rs:10:22 [INFO] [stderr] | [INFO] [stderr] 10 | use cursive::views::{BoxView, Dialog, DummyView, LinearLayout, TextView, Layer}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `PlayerClass` [INFO] [stderr] --> src/characters/character.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | pub enum PlayerClass { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Player` [INFO] [stderr] --> src/characters/character.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | pub struct Player { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [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/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.hero_curses.7skltu2n-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5" "/opt/crater/target/debug/deps/hero_curses-76f4428f353a56a5.22q56lhd69qa197w.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libcursive-26e37c80acbbb665.rlib" "/opt/crater/target/debug/deps/libncurses-0d6c1f932acfaa98.rlib" "/opt/crater/target/debug/deps/libterm_size-cdf4307ff0703ef1.rlib" "/opt/crater/target/debug/deps/libxi_unicode-9f6fcb4238f45c55.rlib" "/opt/crater/target/debug/deps/libunicode_width-5c65625ac38072b6.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-9cdb6fcf4c16057e.rlib" "/opt/crater/target/debug/deps/libtoml-c154af800caf055f.rlib" "/opt/crater/target/debug/deps/libserde-dbc03d1c4cc6ad57.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libnum-49084c066d6dde89.rlib" "/opt/crater/target/debug/deps/libnum_rational-c31ce97458fe9d8b.rlib" "/opt/crater/target/debug/deps/libnum_iter-01d89d19600da989.rlib" "/opt/crater/target/debug/deps/libnum_integer-9ca4ca22e0105bb2.rlib" "/opt/crater/target/debug/deps/libnum_complex-e901a08dbd52be97.rlib" "/opt/crater/target/debug/deps/libsignal_hook-abe0efce88dccb07.rlib" "/opt/crater/target/debug/deps/liblibc-11dae9e8948326fe.rlib" "/opt/crater/target/debug/deps/libarc_swap-085471e3a632d5d0.rlib" "/opt/crater/target/debug/deps/libmaplit-b1ac42c0ec6f0c7b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-29ea3bbfe070fddb.rlib" "/opt/crater/target/debug/deps/libsmallvec-e0c425bf1f7f0c71.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-9b585efdbe1f2658.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/liblog-716adb885b79b490.rlib" "/opt/crater/target/debug/deps/libcfg_if-c1938f77dc3c8b6e.rlib" "/opt/crater/target/debug/deps/libenumset-ff5eb9bf1ea76485.rlib" "/opt/crater/target/debug/deps/libnum_traits-1f63f1ea91c56eb7.rlib" "/opt/crater/target/debug/deps/libenum_map-ec8fda280ac5083f.rlib" "/opt/crater/target/debug/deps/libreexport_proc_macro-d04f6ed3a200bc45.rlib" "/opt/crater/target/debug/deps/libarray_macro-28b30b95c752e259.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" "-lncursesw" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lncursesw [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 `hero-curses`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4f05f4a8a46afdb1fca5bd989a680d78aa2c38ab44946dd80d250433b3963890"` [INFO] running `"docker" "rm" "-f" "4f05f4a8a46afdb1fca5bd989a680d78aa2c38ab44946dd80d250433b3963890"` [INFO] [stdout] 4f05f4a8a46afdb1fca5bd989a680d78aa2c38ab44946dd80d250433b3963890