[INFO] crate ted-tui 0.5.0 is already in cache [INFO] extracting crate ted-tui 0.5.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/ted-tui/0.5.0 [INFO] extracting crate ted-tui 0.5.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ted-tui/0.5.0 [INFO] validating manifest of ted-tui-0.5.0 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 ted-tui-0.5.0 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 ted-tui-0.5.0 [INFO] finished frobbing ted-tui-0.5.0 [INFO] frobbed toml for ted-tui-0.5.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/ted-tui/0.5.0/Cargo.toml [INFO] started frobbing ted-tui-0.5.0 [INFO] finished frobbing ted-tui-0.5.0 [INFO] frobbed toml for ted-tui-0.5.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ted-tui/0.5.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 ted-tui-0.5.0 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-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ted-tui/0.5.0:/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] fe7162c8f13a7fe5740831fc8b4d9ec0d2f03913a004d94d622c309d23f00da0 [INFO] running `"docker" "start" "-a" "fe7162c8f13a7fe5740831fc8b4d9ec0d2f03913a004d94d622c309d23f00da0"` [INFO] [stderr] Compiling plist v0.2.4 [INFO] [stderr] Compiling array-macro v1.0.4 [INFO] [stderr] Compiling reexport-proc-macro v1.0.6 [INFO] [stderr] Compiling sequence_trie v0.3.6 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling onig_sys v68.2.1 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling frappe v0.3.1 [INFO] [stderr] Compiling ropey v0.6.3 [INFO] [stderr] Compiling base64 v0.8.0 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling enumset_derive v0.3.2 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling ted v0.7.0 [INFO] [stderr] Compiling enumset v0.3.19 [INFO] [stderr] Compiling over v0.6.5 [INFO] [stderr] Compiling onig v3.2.2 [INFO] [stderr] Compiling enum-map-derive v0.2.10 [INFO] [stderr] Compiling syntect v2.0.1 [INFO] [stderr] Compiling enum-map v0.2.36 [INFO] [stderr] Compiling cursive v0.8.2 [INFO] [stderr] Compiling ted-tui v0.5.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:38:18 [INFO] [stderr] | [INFO] [stderr] 38 | let config = std::env::home_dir() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | let mut fallback = ColorStyle::tertiary(); [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [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/ted-b594696d709301d8.ted.6n24h3tz-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ted-b594696d709301d8.ted.6n24h3tz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ted-b594696d709301d8" "/opt/crater/target/debug/deps/ted-b594696d709301d8.3p1etd14zxoytfnz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/out" "-L" "/opt/crater/target/debug/build/onig_sys-baa61cc491377341/out" "-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/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libover-eee88fd9efb249be.rlib" "/opt/crater/target/debug/deps/libnum_rational-2296e743f8fe5e55.rlib" "/opt/crater/target/debug/deps/libnum_bigint-65790e4cd918db8c.rlib" "/opt/crater/target/debug/deps/libcursive-b1580027da700e8e.rlib" "/opt/crater/target/debug/deps/libncurses-39d9ea5201217025.rlib" "/opt/crater/target/debug/deps/libxi_unicode-d5085ce635acb892.rlib" "/opt/crater/target/debug/deps/libtoml-596f5056ac93ce5a.rlib" "/opt/crater/target/debug/deps/libowning_ref-ac29b4f5b10168db.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libnum-51bb9d5dae6c3d6d.rlib" "/opt/crater/target/debug/deps/libnum_rational-7f9a994db524a260.rlib" "/opt/crater/target/debug/deps/libnum_bigint-c884bc4bdfa60794.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libnum_complex-f09a0b11b536aeda.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/libnum_iter-161e13ffd3321f27.rlib" "/opt/crater/target/debug/deps/libmaplit-9c2369f4370ae973.rlib" "/opt/crater/target/debug/deps/libenum_map-3f2b5b520378be25.rlib" "/opt/crater/target/debug/deps/libreexport_proc_macro-39f6107c661073b1.rlib" "/opt/crater/target/debug/deps/libarray_macro-c9160f0978d6658f.rlib" "/opt/crater/target/debug/deps/libted-5ae09bbaa592854b.rlib" "/opt/crater/target/debug/deps/libsequence_trie-dad201ed8df42475.rlib" "/opt/crater/target/debug/deps/libropey-0d4c95424a91dc54.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libfrappe-59e392ff6b8e96f1.rlib" "/opt/crater/target/debug/deps/libmaybe_owned-1bc89522b44e14c5.rlib" "/opt/crater/target/debug/deps/libenv_logger-85f20c4fbc2433fa.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/libhumantime-fe7582828726b442.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/libtermcolor-79496754b4470ebc.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libenumset-0db1d3ae427ed804.rlib" "/opt/crater/target/debug/deps/libsyntect-0695912dba7c3d60.rlib" "/opt/crater/target/debug/deps/libserde_json-0b0a3667fc53e240.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libflate2-4c2fbe6f09627740.rlib" "/opt/crater/target/debug/deps/libminiz_sys-d1a6f8c2cfb9ecb9.rlib" "/opt/crater/target/debug/deps/libcrc32fast-36786f74e06a90c6.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libbincode-0e2912806ef63760.rlib" "/opt/crater/target/debug/deps/libplist-87c3735275b6273a.rlib" "/opt/crater/target/debug/deps/libserde-ff1e5f8f482bfba6.rlib" "/opt/crater/target/debug/deps/libxml-ea0e8eefc16e6b83.rlib" "/opt/crater/target/debug/deps/libchrono-a31f280d603b81e8.rlib" "/opt/crater/target/debug/deps/libnum_integer-440f23443e3e87b1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libbase64-4e260addd5e01116.rlib" "/opt/crater/target/debug/deps/libsafemem-ce5caf881f5158b4.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libregex_syntax-27baf1e391d0233a.rlib" "/opt/crater/target/debug/deps/libwalkdir-cfb6377a04f8e7b5.rlib" "/opt/crater/target/debug/deps/libsame_file-8268c7efcedb46b2.rlib" "/opt/crater/target/debug/deps/libonig-f5015879f7e5545b.rlib" "/opt/crater/target/debug/deps/libonig_sys-78c3b7f3f18d198c.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libyaml_rust-387383f0fe61ad41.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-d82d157f772f81f1.rlib" "/opt/crater/target/debug/deps/libunicode_width-c482f247a0e67224.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 `ted-tui`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fe7162c8f13a7fe5740831fc8b4d9ec0d2f03913a004d94d622c309d23f00da0"` [INFO] running `"docker" "rm" "-f" "fe7162c8f13a7fe5740831fc8b4d9ec0d2f03913a004d94d622c309d23f00da0"` [INFO] [stdout] fe7162c8f13a7fe5740831fc8b4d9ec0d2f03913a004d94d622c309d23f00da0