[INFO] crate tupm 0.1.0 is already in cache [INFO] extracting crate tupm 0.1.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/tupm/0.1.0 [INFO] extracting crate tupm 0.1.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/tupm/0.1.0 [INFO] validating manifest of tupm-0.1.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tupm-0.1.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/tupm/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing tupm-0.1.0 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] d85f4d41177cd813e7f973fcb4757aee4615686a6a3d0628b33b22259d011c41 [INFO] running `"docker" "start" "-a" "d85f4d41177cd813e7f973fcb4757aee4615686a6a3d0628b33b22259d011c41"` [INFO] [stderr] Compiling ascii v0.7.1 [INFO] [stderr] Compiling cursive v0.6.4 [INFO] [stderr] Compiling odds v0.2.26 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling buf_redux v0.6.3 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling rpassword v0.4.2 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling url v0.2.38 [INFO] [stderr] Compiling tiny_http v0.5.9 [INFO] [stderr] Compiling iron v0.6.0 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling hyper-native-tls v0.2.4 [INFO] [stderr] Compiling multipart v0.13.6 [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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.tupm.8rjedubc-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5" "/opt/crater/target/debug/deps/tupm-6a86e4fbcd8489c5.2gfz4i8sa6zkg0f2.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libupm-c82f8ef1c896fabd.rlib" "/opt/crater/target/debug/deps/libreqwest-bbfa71f786ec2553.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d404b74dc58ff4a8.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libhyper_native_tls-955d7de1f239efdf.rlib" "/opt/crater/target/debug/deps/libnative_tls-3baa246a7c688267.rlib" "/opt/crater/target/debug/deps/libopenssl-91fe6af0701eb503.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-c3c992270f2cbb16.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libforeign_types-8f4d3073b23c6f54.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-d12e0b78b2045397.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libantidote-1bf644495c1bf2dd.rlib" "/opt/crater/target/debug/deps/liblibflate-fe05d704f32f5989.rlib" "/opt/crater/target/debug/deps/libtake_mut-ffbd804d51aef314.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-47d6d7ed6da05b58.rlib" "/opt/crater/target/debug/deps/libcrc32fast-29f316c0e3f52fda.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libmultipart-d7f88be9b87050e5.rlib" "/opt/crater/target/debug/deps/libtwoway-6ed0c49988b0ed2f.rlib" "/opt/crater/target/debug/deps/libmemchr-91166d923c0f19b0.rlib" "/opt/crater/target/debug/deps/libbuf_redux-49f9e960ff4f14ae.rlib" "/opt/crater/target/debug/deps/libmemchr-fcb2199b4d236e71.rlib" "/opt/crater/target/debug/deps/libtiny_http-b0f9d4d68e1b6804.rlib" "/opt/crater/target/debug/deps/libchrono-bbfa458c2faaaa2e.rlib" "/opt/crater/target/debug/deps/liburl-c581df31813fd6c6.rlib" "/opt/crater/target/debug/deps/libuuid-7c311779a21ff1ec.rlib" "/opt/crater/target/debug/deps/libencoding-6b8dd5ea4cb27bd5.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-1131a16f0f98b3fe.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-3f1e54dd83c60324.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-658f338d0fb6ac8d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-f69bdce4439b48dd.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-3c524629977f3b84.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-9cf3bdfb00b2f414.rlib" "/opt/crater/target/debug/deps/libascii-38d69f30e6565b5e.rlib" "/opt/crater/target/debug/deps/libiron-99806232d7c5801a.rlib" "/opt/crater/target/debug/deps/libmodifier-dda2ec61d9e00e9f.rlib" "/opt/crater/target/debug/deps/libplugin-8d4b0e9df831021e.rlib" "/opt/crater/target/debug/deps/libtypemap-142e4d29cbb97810.rlib" "/opt/crater/target/debug/deps/libunsafe_any-38ec6233484449f3.rlib" "/opt/crater/target/debug/deps/libhyper-1de690fe48d3653f.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libtypeable-fa4659829e02080f.rlib" "/opt/crater/target/debug/deps/libtraitobject-e38d4174e3a9a182.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2326048679a92a62.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libsafemem-887993beb39b007d.rlib" "/opt/crater/target/debug/deps/libtempdir-c0f7b914e82f6dcd.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-94694d3a4421a2a2.rlib" "/opt/crater/target/debug/deps/librand-e5ef9d18ef64c211.rlib" "/opt/crater/target/debug/deps/libmime_guess-a98240d127bbfaf4.rlib" "/opt/crater/target/debug/deps/libphf-d9573a5457d25c17.rlib" "/opt/crater/target/debug/deps/libphf_shared-91a4aa9d0e7ea63f.rlib" "/opt/crater/target/debug/deps/libunicase-153480e1a8d7191e.rlib" "/opt/crater/target/debug/deps/libsiphasher-a0bf353dc1dc992e.rlib" "/opt/crater/target/debug/deps/libmime-c33595c1da25b3a3.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librpassword-96c55c01c14a2fe7.rlib" "/opt/crater/target/debug/deps/libtermios-f77270b4f18042aa.rlib" "/opt/crater/target/debug/deps/libcursive-f724b8bb1081769d.rlib" "/opt/crater/target/debug/deps/libncurses-722b6855ba3e9651.rlib" "/opt/crater/target/debug/deps/libowning_ref-4b70c95a2731814b.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libodds-6bb612be75d47bd9.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-6e5adf5f718d4c8f.rlib" "/opt/crater/target/debug/deps/libtoml-3c1472de2a9a134c.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libclap-9f657e8a05265207.rlib" "/opt/crater/target/debug/deps/libvec_map-d15ddac8fbd5a1a7.rlib" "/opt/crater/target/debug/deps/libtextwrap-a7f85f046874f4da.rlib" "/opt/crater/target/debug/deps/libunicode_width-5c65625ac38072b6.rlib" "/opt/crater/target/debug/deps/libstrsim-b714068d90a275c7.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libatty-7a978d11e364205f.rlib" "/opt/crater/target/debug/deps/libansi_term-a8ee7a34610f25b5.rlib" "/opt/crater/target/debug/deps/libchrono-bc58c51e7a2fd76f.rlib" "/opt/crater/target/debug/deps/libnum-8b5edb1b6664b105.rlib" "/opt/crater/target/debug/deps/libnum_rational-074191b03a7a99ee.rlib" "/opt/crater/target/debug/deps/libnum_bigint-da3d87ae69993fdc.rlib" "/opt/crater/target/debug/deps/librand-ab875fcc778d513d.rlib" "/opt/crater/target/debug/deps/libnum_complex-2c45d74b57ccfed4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libtime-f9224860c082a9e8.rlib" "/opt/crater/target/debug/deps/liblibc-e5ecd3b7a7c52c57.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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" "d85f4d41177cd813e7f973fcb4757aee4615686a6a3d0628b33b22259d011c41"` [INFO] running `"docker" "rm" "-f" "d85f4d41177cd813e7f973fcb4757aee4615686a6a3d0628b33b22259d011c41"` [INFO] [stdout] d85f4d41177cd813e7f973fcb4757aee4615686a6a3d0628b33b22259d011c41