[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.38-1/sources/1.37.0/gh/sirgallifrey/hero-curses"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/sirgallifrey/hero-curses'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sirgallifrey/hero-curses" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sirgallifrey/hero-curses"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.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 sirgallifrey/hero-curses 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 sirgallifrey/hero-curses [INFO] finished frobbing sirgallifrey/hero-curses [INFO] frobbed toml for sirgallifrey/hero-curses written to work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.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 sirgallifrey/hero-curses 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-6/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/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-08-13" "build" "--frozen"` [INFO] [stdout] 4a5c43f35bd459b757a7c1f2b3663f3efd7255df6dacc122eed114a3e8ae0311 [INFO] running `"docker" "start" "-a" "4a5c43f35bd459b757a7c1f2b3663f3efd7255df6dacc122eed114a3e8ae0311"` [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling signal-hook v0.1.8 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling enumset_derive v0.2.0 [INFO] [stderr] Compiling enum-map-derive v0.4.1 [INFO] [stderr] Compiling enum-map v0.4.1 [INFO] [stderr] Compiling enumset v0.3.16 [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.hero_curses.5il09mkq-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3" "/opt/crater/target/debug/deps/hero_curses-3e6b10f64cabc7f3.4hmhf8g9lxlccqq7.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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcursive-5fe540a507cc70c8.rlib" "/opt/crater/target/debug/deps/libncurses-65a7947de611fc56.rlib" "/opt/crater/target/debug/deps/libterm_size-fed7ccadea8facbf.rlib" "/opt/crater/target/debug/deps/libxi_unicode-d5085ce635acb892.rlib" "/opt/crater/target/debug/deps/libunicode_width-be270ae5acdefae2.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-d82d157f772f81f1.rlib" "/opt/crater/target/debug/deps/libtoml-78395fd4be0aabae.rlib" "/opt/crater/target/debug/deps/libserde-1027ace92c5e5df2.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libnum-762dac08f92cdc39.rlib" "/opt/crater/target/debug/deps/libnum_rational-aba0943eaace62fa.rlib" "/opt/crater/target/debug/deps/libnum_iter-42be5d2d79b53f63.rlib" "/opt/crater/target/debug/deps/libnum_integer-af91671912c7927b.rlib" "/opt/crater/target/debug/deps/libnum_complex-8e9b7fcbc7b85d75.rlib" "/opt/crater/target/debug/deps/libsignal_hook-ea92674aad331d69.rlib" "/opt/crater/target/debug/deps/liblibc-c18a3aca785594a7.rlib" "/opt/crater/target/debug/deps/libarc_swap-a4ba214389440a4b.rlib" "/opt/crater/target/debug/deps/libmaplit-9c2369f4370ae973.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-8cb3920d7fd0007c.rlib" "/opt/crater/target/debug/deps/libsmallvec-5064529c624056f7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-9e9d125c85a5bdd1.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/liblog-fb8f572ddd20602f.rlib" "/opt/crater/target/debug/deps/libcfg_if-52f952e08f3290ba.rlib" "/opt/crater/target/debug/deps/libenumset-32a0e35e5e0fbf6e.rlib" "/opt/crater/target/debug/deps/libnum_traits-36fa84b8ef65fd30.rlib" "/opt/crater/target/debug/deps/libenum_map-c3c65351f2efa3ab.rlib" "/opt/crater/target/debug/deps/libreexport_proc_macro-39f6107c661073b1.rlib" "/opt/crater/target/debug/deps/libarray_macro-929232140fe0a58f.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" "-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" "4a5c43f35bd459b757a7c1f2b3663f3efd7255df6dacc122eed114a3e8ae0311"` [INFO] running `"docker" "rm" "-f" "4a5c43f35bd459b757a7c1f2b3663f3efd7255df6dacc122eed114a3e8ae0311"` [INFO] [stdout] 4a5c43f35bd459b757a7c1f2b3663f3efd7255df6dacc122eed114a3e8ae0311