[INFO] updating cached repository jlgerber/cursive-rust-eg [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jlgerber/cursive-rust-eg [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jlgerber/cursive-rust-eg" "work/ex/beta-1.38-1/sources/1.37.0/gh/jlgerber/cursive-rust-eg"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jlgerber/cursive-rust-eg'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jlgerber/cursive-rust-eg" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jlgerber/cursive-rust-eg"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jlgerber/cursive-rust-eg'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b15f934d28905977369b8710d8fc097443f01f1b [INFO] sha for GitHub repo jlgerber/cursive-rust-eg: b15f934d28905977369b8710d8fc097443f01f1b [INFO] validating manifest of jlgerber/cursive-rust-eg 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 jlgerber/cursive-rust-eg 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 jlgerber/cursive-rust-eg [INFO] finished frobbing jlgerber/cursive-rust-eg [INFO] frobbed toml for jlgerber/cursive-rust-eg written to work/ex/beta-1.38-1/sources/1.37.0/gh/jlgerber/cursive-rust-eg/Cargo.toml [INFO] started frobbing jlgerber/cursive-rust-eg [INFO] finished frobbing jlgerber/cursive-rust-eg [INFO] frobbed toml for jlgerber/cursive-rust-eg written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jlgerber/cursive-rust-eg/Cargo.toml [INFO] crate jlgerber/cursive-rust-eg 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 jlgerber/cursive-rust-eg 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-1/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/jlgerber/cursive-rust-eg:/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] cdca2e051bf9c366792f56330bebe2e72389ca6703003677ba8839e6c58153f6 [INFO] running `"docker" "start" "-a" "cdca2e051bf9c366792f56330bebe2e72389ca6703003677ba8839e6c58153f6"` [INFO] [stderr] Compiling array-macro v1.0.2 [INFO] [stderr] Compiling reexport-proc-macro v1.0.0 [INFO] [stderr] Compiling enumset v0.3.3 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling ncurses v5.91.0 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling enum-map-derive v0.2.5 [INFO] [stderr] Compiling num-bigint v0.1.43 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling enum-map v0.2.28 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling cursive v0.8.1 [INFO] [stderr] Compiling cursive-example v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | static ref GROUP_PROJECTS: HashMap> = { [INFO] [stderr] 10 | | let mut m = HashMap::new(); [INFO] [stderr] 11 | | m.insert("2d".to_string(), vec!["nukestartup","nukemenus","openandupdate","indiaspecial"]); [INFO] [stderr] ... | [INFO] [stderr] 15 | | }; [INFO] [stderr] 16 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.cursive_example.bm9xnqu9-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f" "/opt/crater/target/debug/deps/cursive_example-83635fefa907c24f.2s21mp4rllkh3k.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/libcursive-3d4a4cbd4be5542e.rlib" "/opt/crater/target/debug/deps/libncurses-ca2453b6e041a79a.rlib" "/opt/crater/target/debug/deps/libxi_unicode-d5085ce635acb892.rlib" "/opt/crater/target/debug/deps/libunicode_width-a2596a57a5d82eb6.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-68a54f2ac5313b36.rlib" "/opt/crater/target/debug/deps/libtoml-00e2a99abc55f711.rlib" "/opt/crater/target/debug/deps/libserde-97e6c693836dc8f4.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/libnum-3bfeedffdb971b52.rlib" "/opt/crater/target/debug/deps/libnum_rational-4962b33248560d1b.rlib" "/opt/crater/target/debug/deps/libnum_bigint-4ecca572120b6440.rlib" "/opt/crater/target/debug/deps/librand-2981ef7bae904deb.rlib" "/opt/crater/target/debug/deps/liblibc-9d78a2d2719851af.rlib" "/opt/crater/target/debug/deps/libnum_complex-3e19390fce93aaed.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/libnum_iter-d565949623150d06.rlib" "/opt/crater/target/debug/deps/libnum_integer-2a77bed06663b4f3.rlib" "/opt/crater/target/debug/deps/libnum_traits-4b535517a3ec4806.rlib" "/opt/crater/target/debug/deps/libmaplit-9c2369f4370ae973.rlib" "/opt/crater/target/debug/deps/liblog-e443656d4a486583.rlib" "/opt/crater/target/debug/deps/libcfg_if-168f8d02dd20eb98.rlib" "/opt/crater/target/debug/deps/libenumset-18d2388aed9054d5.rlib" "/opt/crater/target/debug/deps/libenum_map-c1d13ccf487e1c96.rlib" "/opt/crater/target/debug/deps/libreexport_proc_macro-fb4de24835c0abb0.rlib" "/opt/crater/target/debug/deps/libarray_macro-d83bdc67e0539ea7.rlib" "/opt/crater/target/debug/deps/liblazy_static-477b2fb8337c6397.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 `cursive-example`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cdca2e051bf9c366792f56330bebe2e72389ca6703003677ba8839e6c58153f6"` [INFO] running `"docker" "rm" "-f" "cdca2e051bf9c366792f56330bebe2e72389ca6703003677ba8839e6c58153f6"` [INFO] [stdout] cdca2e051bf9c366792f56330bebe2e72389ca6703003677ba8839e6c58153f6