[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 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-2/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/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 4d10a9634326ac5b99a035176be10dad8cc2df10b3f60f644a7f15f457e045b2 [INFO] running `"docker" "start" "-a" "4d10a9634326ac5b99a035176be10dad8cc2df10b3f60f644a7f15f457e045b2"` [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling serde v1.0.57 [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 syn v0.13.10 [INFO] [stderr] Compiling num-iter v0.1.37 [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 toml v0.4.6 [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/cyberphage-625330aac5775cca.cyberphage.dgz95bi2-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-625330aac5775cca.cyberphage.dgz95bi2-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-625330aac5775cca.cyberphage.dgz95bi2-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-625330aac5775cca.cyberphage.dgz95bi2-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-625330aac5775cca.cyberphage.dgz95bi2-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-625330aac5775cca.cyberphage.dgz95bi2-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-625330aac5775cca.cyberphage.dgz95bi2-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-625330aac5775cca.cyberphage.dgz95bi2-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/cyberphage-625330aac5775cca.cyberphage.dgz95bi2-cgu.8.rcgu.o" "-o" "/opt/crater/target/debug/deps/cyberphage-625330aac5775cca" "/opt/crater/target/debug/deps/cyberphage-625330aac5775cca.507cxdd2heeg4o3x.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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcyberphage-3cfd8b4408ff2abc.rlib" "/opt/crater/target/debug/deps/librand-0fd2163178c758e7.rlib" "/opt/crater/target/debug/deps/librand_core-89db6cb07e0ed9a7.rlib" "/opt/crater/target/debug/deps/libcursive-840f8df30a61bc86.rlib" "/opt/crater/target/debug/deps/libncurses-bd632db5d4e5dea2.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-db56c4d20fa7d1b5.rlib" "/opt/crater/target/debug/deps/libserde-e07a687848b94c43.rlib" "/opt/crater/target/debug/deps/libowning_ref-fe4cb59fa7a20f65.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-6022e528ff0f188c.rlib" "/opt/crater/target/debug/deps/liblibc-9d78a2d2719851af.rlib" "/opt/crater/target/debug/deps/libnum-886c2375e9beba79.rlib" "/opt/crater/target/debug/deps/libnum_iter-d7a3cfbb0f97114c.rlib" "/opt/crater/target/debug/deps/libnum_integer-b5cdd5f0bcb9a025.rlib" "/opt/crater/target/debug/deps/libnum_traits-21fe451f10806df6.rlib" "/opt/crater/target/debug/deps/libmaplit-9c2369f4370ae973.rlib" "/opt/crater/target/debug/deps/liblog-843ff8d3425c4c83.rlib" "/opt/crater/target/debug/deps/libcfg_if-009022f74140c129.rlib" "/opt/crater/target/debug/deps/libenumset-18d2388aed9054d5.rlib" "/opt/crater/target/debug/deps/libenum_map-c3a98badfb8160aa.rlib" "/opt/crater/target/debug/deps/libreexport_proc_macro-8546f2083d8850cb.rlib" "/opt/crater/target/debug/deps/libarray_macro-d83bdc67e0539ea7.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" "-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" "4d10a9634326ac5b99a035176be10dad8cc2df10b3f60f644a7f15f457e045b2"` [INFO] running `"docker" "rm" "-f" "4d10a9634326ac5b99a035176be10dad8cc2df10b3f60f644a7f15f457e045b2"` [INFO] [stdout] 4d10a9634326ac5b99a035176be10dad8cc2df10b3f60f644a7f15f457e045b2