[INFO] updating cached repository https://github.com/yaymukund/lucrecia [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] 56254a2d975f2dbb0ddd3ec37044561d8673b339 [INFO] testing yaymukund/lucrecia against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyaymukund%2Flucrecia" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yaymukund/lucrecia 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/yaymukund/lucrecia [INFO] finished tweaking git repo https://github.com/yaymukund/lucrecia [INFO] tweaked toml for git repo https://github.com/yaymukund/lucrecia written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/yaymukund/lucrecia 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] dfb9a55c9a6d02e2750285eb8ebe26b013ee9a30d7c2d2a2b8295b49677b160d [INFO] running `"docker" "start" "-a" "dfb9a55c9a6d02e2750285eb8ebe26b013ee9a30d7c2d2a2b8295b49677b160d"` [INFO] [stderr] Compiling proc-macro2 v0.4.28 [INFO] [stderr] Compiling syn v0.15.32 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling mpv-sys v2.0.0 (https://github.com/ParadoxSpiral/mpv-rs#73ae0ed4) [INFO] [stderr] Compiling array-macro v1.0.3 [INFO] [stderr] Compiling mpv v0.1.0 (https://github.com/ParadoxSpiral/mpv-rs#73ae0ed4) [INFO] [stderr] Compiling hashbrown v0.2.2 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling signal-hook v0.1.8 [INFO] [stderr] Compiling enum-map-internals v0.1.2 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling enum-map-derive v0.4.1 [INFO] [stderr] Compiling enum-map v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling enumset_derive v0.3.1 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Compiling enumset v0.3.18 [INFO] [stderr] Compiling structopt v0.2.15 [INFO] [stderr] Compiling toml v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling cursive v0.11.2 [INFO] [stderr] Compiling roja v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variant is never constructed: `Absolute` [INFO] [stderr] --> src/player/seek_mode.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | Absolute, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `cli` [INFO] [stderr] --> src/settings.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | cli: Cli, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `xdg` [INFO] [stderr] --> src/settings.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | xdg: xdg::BaseDirectories, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [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/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.roja.bq27ipsx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178" "/opt/rustwide/target/debug/deps/roja-4f2a9090a712b178.4ca2vzv11updqucv.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/libenv_logger-6522ca97d4c5f8c2.rlib" "/opt/rustwide/target/debug/deps/libregex-238919a927ae77cf.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-83ae249c9a6ecf11.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-eac52834e48eb500.rlib" "/opt/rustwide/target/debug/deps/libucd_util-b548f566287fc6d5.rlib" "/opt/rustwide/target/debug/deps/libthread_local-5dc8dd96e7f61aea.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-5172b4c82b8540a7.rlib" "/opt/rustwide/target/debug/deps/libmemchr-a1f55abdd287c191.rlib" "/opt/rustwide/target/debug/deps/libhumantime-e92c39c5da15ea43.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9411b7aab885de58.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-6ad15c1749c57b3b.rlib" "/opt/rustwide/target/debug/deps/libxdg-cf5bac1996d64fbe.rlib" "/opt/rustwide/target/debug/deps/libserde_json-773c82b921062511.rlib" "/opt/rustwide/target/debug/deps/libryu-241afc8b85942cc5.rlib" "/opt/rustwide/target/debug/deps/libitoa-1c480b98c3ffabe1.rlib" "/opt/rustwide/target/debug/deps/libstructopt-1003153bbb911fec.rlib" "/opt/rustwide/target/debug/deps/libclap-7de7df10ecc4dc59.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1d07ce46f780a1ae.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-cc9c0b36fdb42d6c.rlib" "/opt/rustwide/target/debug/deps/libstrsim-ec36f8fc183413c4.rlib" "/opt/rustwide/target/debug/deps/libbitflags-3a40c6903761d7ac.rlib" "/opt/rustwide/target/debug/deps/libatty-94dcf5a80d179db4.rlib" "/opt/rustwide/target/debug/deps/libansi_term-d783327a58311329.rlib" "/opt/rustwide/target/debug/deps/libcursive-db86a078c159bc76.rlib" "/opt/rustwide/target/debug/deps/libchrono-2e0cf86a263bc32e.rlib" "/opt/rustwide/target/debug/deps/libtime-452f2adaa755dc90.rlib" "/opt/rustwide/target/debug/deps/libncurses-bc3d38595c9bc904.rlib" "/opt/rustwide/target/debug/deps/libmaplit-041371d3978dbfca.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-0215f3b8d8c17134.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-9dbcd4451242cb79.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-f7bcf91dd33fd3b2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-a6c2aaf910964fc4.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_integer-4bdda219f7d81e44.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-0fb6b7ec04b43cc3.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-ea15486b31aa6a69.rlib" "/opt/rustwide/target/debug/deps/libtoml-4a5d9077219659a0.rlib" "/opt/rustwide/target/debug/deps/liblog-6249637c47e5dd0e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7e9b153d55b90d49.rlib" "/opt/rustwide/target/debug/deps/libenum_map-06db44e1468ca3de.rlib" "/opt/rustwide/target/debug/deps/libenum_map_internals-e3e586238b890616.rlib" "/opt/rustwide/target/debug/deps/libarray_macro-56121905251068fe.rlib" "/opt/rustwide/target/debug/deps/libenumset-7fe2a78d0d02a904.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9c13966074f07b64.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-0bb2f2b904eb618d.rlib" "/opt/rustwide/target/debug/deps/libxi_unicode-3f78a3cda846b1d1.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d9f8e4799bf0265c.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-aa4159ae7dee76a6.rlib" "/opt/rustwide/target/debug/deps/libmpv-0ef58e257c95792f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-93ac1632a0a1bdb0.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-cdde23f8a6468c98.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-4610cc7a7b851a16.rlib" "/opt/rustwide/target/debug/deps/librand-4d9847a91c33bee5.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-6daab70e05d53958.rlib" "/opt/rustwide/target/debug/deps/liblibc-1c28ef2f9e63f828.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/libowning_ref-64660c32f5c7ea7f.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-cb88d623c37baf99.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-0684162327b2b1d2.rlib" "/opt/rustwide/target/debug/deps/libmpv_sys-9f28ad31d6fcc73d.rlib" "/opt/rustwide/target/debug/deps/libserde-d919fb1c9e265091.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" "-lncursesw" "-lutil" "-lutil" "-lmpv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lncursesw [INFO] [stderr] /usr/bin/ld: cannot find -lmpv [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 `roja`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dfb9a55c9a6d02e2750285eb8ebe26b013ee9a30d7c2d2a2b8295b49677b160d"` [INFO] running `"docker" "rm" "-f" "dfb9a55c9a6d02e2750285eb8ebe26b013ee9a30d7c2d2a2b8295b49677b160d"` [INFO] [stdout] dfb9a55c9a6d02e2750285eb8ebe26b013ee9a30d7c2d2a2b8295b49677b160d