[INFO] updating cached repository sportzer/cyberphage [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sportzer/cyberphage [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sportzer/cyberphage" "work/ex/beta-1.38-1/sources/1.37.0/gh/sportzer/cyberphage"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/sportzer/cyberphage'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sportzer/cyberphage" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sportzer/cyberphage"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sportzer/cyberphage'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2c600a61bfb554180f68deda65bcaed137156fb2 [INFO] sha for GitHub repo sportzer/cyberphage: 2c600a61bfb554180f68deda65bcaed137156fb2 [INFO] validating manifest of sportzer/cyberphage 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 sportzer/cyberphage 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 sportzer/cyberphage [INFO] finished frobbing sportzer/cyberphage [INFO] frobbed toml for sportzer/cyberphage written to work/ex/beta-1.38-1/sources/1.37.0/gh/sportzer/cyberphage/Cargo.toml [INFO] started frobbing sportzer/cyberphage [INFO] finished frobbing sportzer/cyberphage [INFO] frobbed toml for sportzer/cyberphage written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sportzer/cyberphage/Cargo.toml [INFO] crate sportzer/cyberphage 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 sportzer/cyberphage against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sportzer/cyberphage:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 17862311dfa8351c4672634b516aadcda2a2e197d5269908c410cc78b03efb3e [INFO] running `"docker" "start" "-a" "17862311dfa8351c4672634b516aadcda2a2e197d5269908c410cc78b03efb3e"` [INFO] [stderr] Compiling reexport-proc-macro v1.0.2 [INFO] [stderr] Compiling array-macro v1.0.2 [INFO] [stderr] Compiling enumset v0.3.3 [INFO] [stderr] Compiling ncurses v5.91.0 [INFO] [stderr] Compiling rand v0.5.0 [INFO] [stderr] Compiling syn v0.13.10 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling enum-map-derive v0.2.5 [INFO] [stderr] Compiling enum-map v0.2.30 [INFO] [stderr] Compiling cursive v0.9.0-alpha.0 (https://github.com/gyscos/Cursive#d8d57a47) [INFO] [stderr] Compiling cyberphage v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/game/mod.rs:385:21 [INFO] [stderr] | [INFO] [stderr] 385 | _ => { return; } [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `PlayedOn` [INFO] [stderr] --> src/game/mod.rs:106:5 [INFO] [stderr] | [INFO] [stderr] 106 | PlayedOn(Entity), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `collected` [INFO] [stderr] --> src/game/mod.rs:179:5 [INFO] [stderr] | [INFO] [stderr] 179 | collected: BTreeMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `mutations` [INFO] [stderr] --> src/game/mod.rs:180:5 [INFO] [stderr] | [INFO] [stderr] 180 | mutations: [Card; 3], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `QUIT_ID` [INFO] [stderr] --> src/lib.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | const QUIT_ID: &str = "quit"; [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/cyberphage-818ac64439cc5119.cyberphage.4f0jllg0-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-818ac64439cc5119.cyberphage.4f0jllg0-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-818ac64439cc5119.cyberphage.4f0jllg0-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-818ac64439cc5119.cyberphage.4f0jllg0-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-818ac64439cc5119.cyberphage.4f0jllg0-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-818ac64439cc5119.cyberphage.4f0jllg0-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-818ac64439cc5119.cyberphage.4f0jllg0-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-818ac64439cc5119.cyberphage.4f0jllg0-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-818ac64439cc5119.cyberphage.4f0jllg0-cgu.8.rcgu.o" "-o" "/opt/crater/target/debug/deps/cyberphage-818ac64439cc5119" "/opt/crater/target/debug/deps/cyberphage-818ac64439cc5119.dcwiy2665kktcqm.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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcyberphage-b429815646b32b62.rlib" "/opt/crater/target/debug/deps/librand-12cff412371822be.rlib" "/opt/crater/target/debug/deps/librand_core-e1f4d313a8969df0.rlib" "/opt/crater/target/debug/deps/libcursive-bcf10cf1244e3151.rlib" "/opt/crater/target/debug/deps/libncurses-4342f7ef711ea18e.rlib" "/opt/crater/target/debug/deps/libxi_unicode-1d94438a6121fc07.rlib" "/opt/crater/target/debug/deps/libunicode_width-854b98bbb65b7690.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-329e7744010608fb.rlib" "/opt/crater/target/debug/deps/libtoml-eb429005e7a7953d.rlib" "/opt/crater/target/debug/deps/libserde-531e3826116eba66.rlib" "/opt/crater/target/debug/deps/libowning_ref-19d8aa32a3c62913.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-31dcd1efaf809c24.rlib" "/opt/crater/target/debug/deps/liblibc-359335290a215031.rlib" "/opt/crater/target/debug/deps/libnum-71d001efc06efeb6.rlib" "/opt/crater/target/debug/deps/libnum_iter-cc3ceec13174388c.rlib" "/opt/crater/target/debug/deps/libnum_integer-a61570dff754ed71.rlib" "/opt/crater/target/debug/deps/libnum_traits-257ee21dd1df48d0.rlib" "/opt/crater/target/debug/deps/libmaplit-a5685f2e36919e59.rlib" "/opt/crater/target/debug/deps/liblog-2e3caa07422a08ab.rlib" "/opt/crater/target/debug/deps/libcfg_if-d2f9aadfe21168ff.rlib" "/opt/crater/target/debug/deps/libenumset-8f366c62a9dba115.rlib" "/opt/crater/target/debug/deps/libenum_map-0c559229746020b8.rlib" "/opt/crater/target/debug/deps/libreexport_proc_macro-80fe6dfb4d01b449.rlib" "/opt/crater/target/debug/deps/libarray_macro-a6d63065b1c72082.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lncursesw" "-lncurses" "-ltinfo" "-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 `cyberphage`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "17862311dfa8351c4672634b516aadcda2a2e197d5269908c410cc78b03efb3e"` [INFO] running `"docker" "rm" "-f" "17862311dfa8351c4672634b516aadcda2a2e197d5269908c410cc78b03efb3e"` [INFO] [stdout] 17862311dfa8351c4672634b516aadcda2a2e197d5269908c410cc78b03efb3e