[INFO] updating cached repository https://github.com/simmons/tupm [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2fe3b6799c57ee7b30b138576ece8c8399d5f4ac [INFO] testing simmons/tupm against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimmons%2Ftupm" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/simmons/tupm on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/simmons/tupm [INFO] finished tweaking git repo https://github.com/simmons/tupm [INFO] tweaked toml for git repo https://github.com/simmons/tupm written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/simmons/tupm already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] d0baa40d8862be2408085a240542c5a0b2e1abd17666f7e21aa696c3d98fa5af [INFO] running `"docker" "start" "-a" "d0baa40d8862be2408085a240542c5a0b2e1abd17666f7e21aa696c3d98fa5af"` [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling reexport-proc-macro v1.0.6 [INFO] [stderr] Compiling array-macro v1.0.3 [INFO] [stderr] Compiling openssl-sys v0.9.41 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling encoding_rs v0.8.16 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling signal-hook v0.1.7 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling dirs v1.0.4 [INFO] [stderr] Compiling base64 v0.7.0 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling libflate v0.1.20 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling rpassword v0.4.2 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling enumset_derive v0.2.0 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling http v0.1.16 [INFO] [stderr] Compiling openssl v0.10.18 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling enumset v0.3.16 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling enum-map-derive v0.4.1 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling enum-map v0.4.1 [INFO] [stderr] Compiling cursive v0.10.0 [INFO] [stderr] Compiling hyper v0.12.24 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.10 [INFO] [stderr] Compiling tupm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/upm/crypto.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | try!(pkcs12_derive_key(password, salt, &mut pair)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/upm/crypto.rs:142:5 [INFO] [stderr] | [INFO] [stderr] 142 | try!(pkcs12_derive_key(password, salt, &mut pair)); [INFO] [stderr] | ^^^ [INFO] [stderr] [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] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.tupm.dtv88di3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f" "/opt/rustwide/target/debug/deps/tupm-120a729a837d5d1f.4md22nuxp48ellw2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libupm-a582bdccc4225476.rlib" "/opt/rustwide/target/debug/deps/libreqwest-187cef5ac2780fd6.rlib" "/opt/rustwide/target/debug/deps/libuuid-0f95876299f5962c.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-5ca218aed11d9713.rlib" "/opt/rustwide/target/debug/deps/liburl-e422e14089de854b.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-24177bf8e4a597fd.rlib" "/opt/rustwide/target/debug/deps/libidna-d35d271796baf88e.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-ba721ebbbe539429.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-5b064f932e6646ad.rlib" "/opt/rustwide/target/debug/deps/libmatches-25f72eb55a371331.rlib" "/opt/rustwide/target/debug/deps/libdtoa-b2e2b8327c5faaa3.rlib" "/opt/rustwide/target/debug/deps/libserde_json-83a1d3626d9b6cac.rlib" "/opt/rustwide/target/debug/deps/libryu-241afc8b85942cc5.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-619d3a5a89f38198.rlib" "/opt/rustwide/target/debug/deps/libphf-c6a24ed032855943.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-77917e548dc32e0e.rlib" "/opt/rustwide/target/debug/deps/libunicase-a8f3024bd10159ed.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-313eabf8a1722ae5.rlib" "/opt/rustwide/target/debug/deps/libmime-02bb0d6e084ce858.rlib" "/opt/rustwide/target/debug/deps/libunicase-f791f766d6f40591.rlib" "/opt/rustwide/target/debug/deps/liblibflate-c860bf2571ba38a8.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-f80accd16d0ecb38.rlib" "/opt/rustwide/target/debug/deps/libadler32-4c40b46846821ec1.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-615ccd913078eabc.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-04989da40d0053e9.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-15367aec3ea5f4f8.rlib" "/opt/rustwide/target/debug/deps/libopenssl-03ab8a469d1d9bef.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-f5d4b9d8b9798758.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-1350caadbd308722.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e36418c1ceffae1f.rlib" "/opt/rustwide/target/debug/deps/libhyper-72cb0e7858eb0406.rlib" "/opt/rustwide/target/debug/deps/libwant-ffa39663c0784d86.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-2bca25b917c45a7d.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-9492f530da589561.rlib" "/opt/rustwide/target/debug/deps/libtokio-06cee833dc94ef93.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-312d5490eab1614c.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-6ec55137aebbdf6a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-03a3a489cafe8403.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-cc1607236948bfc2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-177c93d522b57d58.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-97283fd366a3fe51.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-a58159c7d595bbd9.rlib" "/opt/rustwide/target/debug/deps/libnodrop-30dc09557a31fb0d.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-f1fb81337c4ad8e2.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-c38ba97d684dbb5a.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-4e33113cc4bd6a7e.rlib" "/opt/rustwide/target/debug/deps/librand-2c8eac9df1c15304.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-57eff26591ee1926.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-a1f64ed70102bd13.rlib" "/opt/rustwide/target/debug/deps/librand_hc-79eb2bb135bcf82e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ed3231068e4634b4.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-abee9575352963b6.rlib" "/opt/rustwide/target/debug/deps/librand_core-96fcd81fcc1da5a2.rlib" "/opt/rustwide/target/debug/deps/librand_os-3a2ece3e5febccfa.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-84b04fde051c371f.rlib" "/opt/rustwide/target/debug/deps/librand_core-f46a59bb123ae6e7.rlib" "/opt/rustwide/target/debug/deps/liblock_api-b3c22016e0d796a8.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-0684162327b2b1d2.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-dfd3ffa6ea9a6340.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-8ae18aee53296ab1.rlib" "/opt/rustwide/target/debug/deps/libmio-71f5d22347576f1a.rlib" "/opt/rustwide/target/debug/deps/liblazycell-6c632e643bbac11a.rlib" "/opt/rustwide/target/debug/deps/libnet2-f8fe8702c23a499f.rlib" "/opt/rustwide/target/debug/deps/libhttparse-1949c4d57201648a.rlib" "/opt/rustwide/target/debug/deps/libh2-76aa17558660b6da.rlib" "/opt/rustwide/target/debug/deps/libindexmap-add4484548c2d455.rlib" "/opt/rustwide/target/debug/deps/libstring-b2f7015f699c5802.rlib" "/opt/rustwide/target/debug/deps/libslab-48da5e5bfb95471c.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-7bc35179e79d645f.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-aa5d8574d2f8f9e3.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-eae7f79fe5d83e8b.rlib" "/opt/rustwide/target/debug/deps/libhttp-b9ef0841f64e04ff.rlib" "/opt/rustwide/target/debug/deps/libitoa-1c480b98c3ffabe1.rlib" "/opt/rustwide/target/debug/deps/libfnv-593caa3c2629b83d.rlib" "/opt/rustwide/target/debug/deps/libfutures-f9fc4a3b7a2876b2.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-50d2b8baa2006d40.rlib" "/opt/rustwide/target/debug/deps/libbytes-b75f7ecdf1e4609c.rlib" "/opt/rustwide/target/debug/deps/libiovec-518546f715ecd3ed.rlib" "/opt/rustwide/target/debug/deps/libbase64-8adc85a3bc640de1.rlib" "/opt/rustwide/target/debug/deps/librand-95fd91feca400892.rlib" "/opt/rustwide/target/debug/deps/librand-34dd63b750bddc48.rlib" "/opt/rustwide/target/debug/deps/librpassword-f7fc57498078847d.rlib" "/opt/rustwide/target/debug/deps/libtermios-a857d693fcf47914.rlib" "/opt/rustwide/target/debug/deps/libdirs-5332b86a354ddcc2.rlib" "/opt/rustwide/target/debug/deps/libbase64-0ebfa258b7f6994f.rlib" "/opt/rustwide/target/debug/deps/libsafemem-4f62ed26b637da38.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-b551d4293eeff0ab.rlib" "/opt/rustwide/target/debug/deps/libcursive-0fdaadd20b02ffbd.rlib" "/opt/rustwide/target/debug/deps/libncurses-f95598d75a5bca62.rlib" "/opt/rustwide/target/debug/deps/libterm_size-52a3b6d77d4bd100.rlib" "/opt/rustwide/target/debug/deps/libxi_unicode-3f78a3cda846b1d1.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-aa4159ae7dee76a6.rlib" "/opt/rustwide/target/debug/deps/libtoml-42e6986087256f08.rlib" "/opt/rustwide/target/debug/deps/libserde-6c1c7445b127c7ce.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-64660c32f5c7ea7f.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-cb88d623c37baf99.rlib" "/opt/rustwide/target/debug/deps/libnum-671caa5dbbd2ddc7.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-3b71a670defe1e1f.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-09205b1a15dde34e.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-0fb6b7ec04b43cc3.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-f1f8aaefdd2c3e16.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-ad82109fd7a65df2.rlib" "/opt/rustwide/target/debug/deps/libmaplit-041371d3978dbfca.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-03b5d3848502ccf3.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-4610cc7a7b851a16.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f1dd597584f98371.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-dc50c07bdb2aa9f0.rlib" "/opt/rustwide/target/debug/deps/liblog-f8aa24668e170227.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7a542410dd593189.rlib" "/opt/rustwide/target/debug/deps/libenumset-aae7956a76656de6.rlib" "/opt/rustwide/target/debug/deps/libenum_map-6bc30b74053df1d1.rlib" "/opt/rustwide/target/debug/deps/libreexport_proc_macro-9eb786945dc3954a.rlib" "/opt/rustwide/target/debug/deps/libarray_macro-56121905251068fe.rlib" "/opt/rustwide/target/debug/deps/libclap-2abf5e7f492a265f.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1d07ce46f780a1ae.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-82f94d89b01e440b.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d9f8e4799bf0265c.rlib" "/opt/rustwide/target/debug/deps/libstrsim-7f6ccf0d7c562849.rlib" "/opt/rustwide/target/debug/deps/libbitflags-3a40c6903761d7ac.rlib" "/opt/rustwide/target/debug/deps/libatty-4c2ac7a582ebd058.rlib" "/opt/rustwide/target/debug/deps/libansi_term-d783327a58311329.rlib" "/opt/rustwide/target/debug/deps/libchrono-a149aaead155f40d.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-4bdda219f7d81e44.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9c13966074f07b64.rlib" "/opt/rustwide/target/debug/deps/libtime-6b362076239b7052.rlib" "/opt/rustwide/target/debug/deps/liblibc-5fdc2492cb4dcc74.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.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" "d0baa40d8862be2408085a240542c5a0b2e1abd17666f7e21aa696c3d98fa5af"` [INFO] running `"docker" "rm" "-f" "d0baa40d8862be2408085a240542c5a0b2e1abd17666f7e21aa696c3d98fa5af"` [INFO] [stdout] d0baa40d8862be2408085a240542c5a0b2e1abd17666f7e21aa696c3d98fa5af