[INFO] crate tupm 0.1.0 is already in cache [INFO] extracting crate tupm 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/tupm/0.1.0 [INFO] extracting crate tupm 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tupm/0.1.0 [INFO] validating manifest of tupm-0.1.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 tupm-0.1.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 tupm-0.1.0 [INFO] finished frobbing tupm-0.1.0 [INFO] frobbed toml for tupm-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/tupm/0.1.0/Cargo.toml [INFO] started frobbing tupm-0.1.0 [INFO] finished frobbing tupm-0.1.0 [INFO] frobbed toml for tupm-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tupm/0.1.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 tupm-0.1.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-3/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/tupm/0.1.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] 5c9f97d748a1def19797d02a99abc2b68a50c79cd8df1ac0b4e89e238d64b074 [INFO] running `"docker" "start" "-a" "5c9f97d748a1def19797d02a99abc2b68a50c79cd8df1ac0b4e89e238d64b074"` [INFO] [stderr] Compiling cursive v0.6.4 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling buf_redux v0.6.3 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling rpassword v0.4.2 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling url v0.2.38 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling tiny_http v0.5.9 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling hyper-native-tls v0.2.4 [INFO] [stderr] Compiling iron v0.6.1 [INFO] [stderr] Compiling reqwest v0.6.2 [INFO] [stderr] Compiling multipart v0.13.6 [INFO] [stderr] Compiling tupm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/upm/error.rs:98:32 [INFO] [stderr] | [INFO] [stderr] 98 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [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/bin/tupm.rs:73:26 [INFO] [stderr] | [INFO] [stderr] 73 | let mut path = match env::home_dir().map(|p| p.join(DEFAULT_DATABASE_DIRECTORY)) { [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/bin/tupm/ui.rs:1314:21 [INFO] [stderr] | [INFO] [stderr] 1314 | fn selected_account(mut cursive: &mut Cursive) -> Option> { [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/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.tupm.63sl6sab-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1" "/opt/crater/target/debug/deps/tupm-13f4a4e483820ae1.3r1oxwgquynztyht.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/libupm-f40f0d40cfa5764e.rlib" "/opt/crater/target/debug/deps/libreqwest-bda9bc95629d270b.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-0d8de6462314691c.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libhyper_native_tls-ee0e0fcea1021dd1.rlib" "/opt/crater/target/debug/deps/libnative_tls-bdd40102e3cfa4c0.rlib" "/opt/crater/target/debug/deps/libopenssl-b79ac794f6cf9335.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-b5cf6c4806f9b17a.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libbitflags-87aacccedafc3e9f.rlib" "/opt/crater/target/debug/deps/libantidote-2837fba42b28847b.rlib" "/opt/crater/target/debug/deps/liblibflate-a12f8c28f1fe1c5e.rlib" "/opt/crater/target/debug/deps/libtake_mut-03045d87a019c193.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-bb1640009c332328.rlib" "/opt/crater/target/debug/deps/libcrc32fast-36786f74e06a90c6.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libmultipart-e5fb214a8acb4af9.rlib" "/opt/crater/target/debug/deps/libtwoway-7d3a00b8a504c5d4.rlib" "/opt/crater/target/debug/deps/libmemchr-e767be0346925d34.rlib" "/opt/crater/target/debug/deps/libbuf_redux-8bcfa6cc9fa7d304.rlib" "/opt/crater/target/debug/deps/libmemchr-de42410204a699a2.rlib" "/opt/crater/target/debug/deps/libtiny_http-f7249d2302fac13c.rlib" "/opt/crater/target/debug/deps/libchrono-33a670fd5c425661.rlib" "/opt/crater/target/debug/deps/liburl-9ec7068d94b78197.rlib" "/opt/crater/target/debug/deps/libuuid-2f3152de9be7f04e.rlib" "/opt/crater/target/debug/deps/libencoding-54227715430251f9.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-b71b470ec9df29eb.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-35e725787041c6d1.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-2c5c8763fe313cfe.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-8cb57dd76654293b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-80fb7d4b4c048edf.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-80039da9246d2c7d.rlib" "/opt/crater/target/debug/deps/libascii-4be84ea14ab3cfc6.rlib" "/opt/crater/target/debug/deps/libiron-462751a74effde38.rlib" "/opt/crater/target/debug/deps/libmodifier-3fb63d5bd11b2d17.rlib" "/opt/crater/target/debug/deps/libplugin-a4977fd67c324642.rlib" "/opt/crater/target/debug/deps/libtypemap-987c4f5228fcf766.rlib" "/opt/crater/target/debug/deps/libunsafe_any-e1ade8a9f367a518.rlib" "/opt/crater/target/debug/deps/libhyper-9d80a7c7d7d01234.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libtypeable-9a5238d74bedca20.rlib" "/opt/crater/target/debug/deps/libtraitobject-69814f8367d06bb9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-6d37ea8d8ddb961e.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libsafemem-ce5caf881f5158b4.rlib" "/opt/crater/target/debug/deps/libtempdir-30ba10bf378efec1.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-51acb8a212d22924.rlib" "/opt/crater/target/debug/deps/librand-ba84577f1cc5d70c.rlib" "/opt/crater/target/debug/deps/libmime_guess-e4d051bfed5c8fd6.rlib" "/opt/crater/target/debug/deps/libphf-2a3c9c00c0cc1e36.rlib" "/opt/crater/target/debug/deps/libphf_shared-a9690bd402370ca6.rlib" "/opt/crater/target/debug/deps/libunicase-c8bd5583553770c8.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libmime-9336c2f56c5869d7.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librpassword-71e77fdc3967b007.rlib" "/opt/crater/target/debug/deps/libtermios-38a9917f3a7f7eb2.rlib" "/opt/crater/target/debug/deps/libcursive-0cb050bb0d4ac221.rlib" "/opt/crater/target/debug/deps/libncurses-54f849e6132b0926.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/libodds-1cc81c0e91688c98.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-61759b4a259313a5.rlib" "/opt/crater/target/debug/deps/libtoml-c6e636976361b719.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libclap-e0337c621b3a7b89.rlib" "/opt/crater/target/debug/deps/libvec_map-dfe47d7ef870925b.rlib" "/opt/crater/target/debug/deps/libtextwrap-648e6ff45e87fdf7.rlib" "/opt/crater/target/debug/deps/libunicode_width-c482f247a0e67224.rlib" "/opt/crater/target/debug/deps/libstrsim-71052c127de7173f.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libatty-fee4ed20f7c32a30.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib" "/opt/crater/target/debug/deps/libchrono-3033b2d53f7b0de5.rlib" "/opt/crater/target/debug/deps/libnum-9068f1adef12cc3e.rlib" "/opt/crater/target/debug/deps/libnum_rational-b83af7dd706709c7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-5378f0ce7d2ae611.rlib" "/opt/crater/target/debug/deps/librand-640c68aa6b834c4e.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/libnum_integer-440f23443e3e87b1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libtime-d1b43826725653b3.rlib" "/opt/crater/target/debug/deps/liblibc-1804d2516af09bff.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" "-lssl" "-lcrypto" "-lc" "-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 `tupm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5c9f97d748a1def19797d02a99abc2b68a50c79cd8df1ac0b4e89e238d64b074"` [INFO] running `"docker" "rm" "-f" "5c9f97d748a1def19797d02a99abc2b68a50c79cd8df1ac0b4e89e238d64b074"` [INFO] [stdout] 5c9f97d748a1def19797d02a99abc2b68a50c79cd8df1ac0b4e89e238d64b074