[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 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-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 2a2a218d965646621236304fca8a4fa517e7ea7ebcd46f3749c891b83163e17d [INFO] running `"docker" "start" "-a" "2a2a218d965646621236304fca8a4fa517e7ea7ebcd46f3749c891b83163e17d"` [INFO] [stderr] Compiling cursive v0.6.4 [INFO] [stderr] Compiling odds v0.2.26 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling iron v0.6.1 [INFO] [stderr] Compiling rpassword v0.4.2 [INFO] [stderr] Compiling url v0.2.38 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling tiny_http v0.5.9 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling multipart v0.13.6 [INFO] [stderr] Compiling hyper-native-tls v0.2.4 [INFO] [stderr] Compiling reqwest v0.6.2 [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.tupm.5l6m8otm-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d" "/opt/crater/target/debug/deps/tupm-02e558efc36f0a8d.1vi4iok6nl49ubpr.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libupm-ba6be5bac5f0b35a.rlib" "/opt/crater/target/debug/deps/libreqwest-e75714ef010707a5.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-4387b4b8460fb00a.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libhyper_native_tls-1e3789cf948724d0.rlib" "/opt/crater/target/debug/deps/libnative_tls-475875d92c584cab.rlib" "/opt/crater/target/debug/deps/libopenssl-83c544ffa00f8cb3.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-2c3335725793a668.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libbitflags-f034fe9ef0b445a7.rlib" "/opt/crater/target/debug/deps/libantidote-94a850dfe0d209c0.rlib" "/opt/crater/target/debug/deps/liblibflate-c8e9fe893feaf4d9.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-a75ce02642a20aa1.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libmultipart-b417e28e3b6ff864.rlib" "/opt/crater/target/debug/deps/libtwoway-99673f2ee5c1d56c.rlib" "/opt/crater/target/debug/deps/libmemchr-a3dd1d2ebb4bf00e.rlib" "/opt/crater/target/debug/deps/libbuf_redux-51115691dce73a4c.rlib" "/opt/crater/target/debug/deps/libmemchr-6a04d35da1bbe8f2.rlib" "/opt/crater/target/debug/deps/libtiny_http-aa00a374189cff1f.rlib" "/opt/crater/target/debug/deps/libchrono-feae50a3127dd3b4.rlib" "/opt/crater/target/debug/deps/liburl-e9185593f6cfbad6.rlib" "/opt/crater/target/debug/deps/libuuid-367515460dfaf740.rlib" "/opt/crater/target/debug/deps/libencoding-a504f0c84579b1c2.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-a5c8de531ff486b0.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5c0e60522710732c.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-1be8d91d0a52e864.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-3525f39ef2e9a9c9.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-06eaa0be26a98b31.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-f03c2fb5ee5677f8.rlib" "/opt/crater/target/debug/deps/libascii-379370c8f335174b.rlib" "/opt/crater/target/debug/deps/libiron-047dcbe190fe2f6b.rlib" "/opt/crater/target/debug/deps/libmodifier-372cf32031890bd9.rlib" "/opt/crater/target/debug/deps/libplugin-647e0a96e2a73881.rlib" "/opt/crater/target/debug/deps/libtypemap-058ded96be8d8a8a.rlib" "/opt/crater/target/debug/deps/libunsafe_any-d8324c74780b171d.rlib" "/opt/crater/target/debug/deps/libhyper-36fa943176d0e8a5.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-31855a1d4a2b270f.rlib" "/opt/crater/target/debug/deps/libtypeable-f6f402f054f36331.rlib" "/opt/crater/target/debug/deps/libtraitobject-5c90cc2d32024dbf.rlib" "/opt/crater/target/debug/deps/libnum_cpus-c65701f21c5a4026.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libsafemem-c18df4925d4a324d.rlib" "/opt/crater/target/debug/deps/libtempdir-c3e049297a1637a3.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-064366494991bc0c.rlib" "/opt/crater/target/debug/deps/librand-0fd762944201ad46.rlib" "/opt/crater/target/debug/deps/libmime_guess-9d5646e996b83118.rlib" "/opt/crater/target/debug/deps/libphf-9a254bd9e26eecdf.rlib" "/opt/crater/target/debug/deps/libphf_shared-b8476647b4aaa516.rlib" "/opt/crater/target/debug/deps/libunicase-b11bfdbf115a8339.rlib" "/opt/crater/target/debug/deps/libsiphasher-d8c9cc1cc66f074e.rlib" "/opt/crater/target/debug/deps/libmime-2eb3550a6108d090.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librpassword-cbc46076862ce3dc.rlib" "/opt/crater/target/debug/deps/libtermios-2762574af593d79e.rlib" "/opt/crater/target/debug/deps/libcursive-70f9070912f90ccc.rlib" "/opt/crater/target/debug/deps/libncurses-f344df37092b0eac.rlib" "/opt/crater/target/debug/deps/libowning_ref-1b9c1c6083ad5d6b.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libodds-171ffb5e66a9d3d9.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-bc8faa29c06888eb.rlib" "/opt/crater/target/debug/deps/libtoml-f8a103a9514e2286.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libclap-a825c63e5b2319fa.rlib" "/opt/crater/target/debug/deps/libvec_map-d1ee0a45638c2bc7.rlib" "/opt/crater/target/debug/deps/libtextwrap-98d6d8750638b4d6.rlib" "/opt/crater/target/debug/deps/libunicode_width-70ef077428dd4d3c.rlib" "/opt/crater/target/debug/deps/libstrsim-7aece6a3d121dad3.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libatty-1e1857d7e56df21d.rlib" "/opt/crater/target/debug/deps/libansi_term-ab3d266e25626249.rlib" "/opt/crater/target/debug/deps/libchrono-69e6cc313e40af20.rlib" "/opt/crater/target/debug/deps/libnum-80076ebe522d473e.rlib" "/opt/crater/target/debug/deps/libnum_rational-02bec9f7c99cf9b6.rlib" "/opt/crater/target/debug/deps/libnum_bigint-270e0b25324b0588.rlib" "/opt/crater/target/debug/deps/librand-9648c01cc953f6b3.rlib" "/opt/crater/target/debug/deps/libnum_complex-527c400245fd80b7.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libnum_iter-710c4cd4b54241c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-e8e7d1ec85b23cb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libtime-a2447ad2256b4e7d.rlib" "/opt/crater/target/debug/deps/liblibc-ebe601a73b832055.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" "-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" "2a2a218d965646621236304fca8a4fa517e7ea7ebcd46f3749c891b83163e17d"` [INFO] running `"docker" "rm" "-f" "2a2a218d965646621236304fca8a4fa517e7ea7ebcd46f3749c891b83163e17d"` [INFO] [stdout] 2a2a218d965646621236304fca8a4fa517e7ea7ebcd46f3749c891b83163e17d