[INFO] crate cursive 0.12.0 is already in cache [INFO] extracting crate cursive 0.12.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/cursive/0.12.0 [INFO] extracting crate cursive 0.12.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cursive/0.12.0 [INFO] validating manifest of cursive-0.12.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 cursive-0.12.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 cursive-0.12.0 [INFO] finished frobbing cursive-0.12.0 [INFO] frobbed toml for cursive-0.12.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/cursive/0.12.0/Cargo.toml [INFO] started frobbing cursive-0.12.0 [INFO] finished frobbing cursive-0.12.0 [INFO] frobbed toml for cursive-0.12.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cursive/0.12.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 cursive-0.12.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-4/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/cursive/0.12.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] 11aad8f82c433c4ab5910516ea7a11edb82fd199d6aa9c6dd8fba3ccf6fd02d0 [INFO] running `"docker" "start" "-a" "11aad8f82c433c4ab5910516ea7a11edb82fd199d6aa9c6dd8fba3ccf6fd02d0"` [INFO] [stderr] Compiling cursive v0.12.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/event.rs:30:26 [INFO] [stderr] | [INFO] [stderr] 30 | pub type AnyCb<'a> = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut dyn Any) + 'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/view/view_wrapper.rs:129:23 [INFO] [stderr] | [INFO] [stderr] 129 | callback: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut dyn Any) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/views/hideable_view.rs:95:23 [INFO] [stderr] | [INFO] [stderr] 95 | callback: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut dyn Any) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/views/id_view.rs:45:30 [INFO] [stderr] | [INFO] [stderr] 45 | type BoxedCallback<'a> = Box FnMut(&'b mut dyn Any) + 'a>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn for<'b> FnMut(&'b mut dyn Any) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cursive.rs:50:20 [INFO] [stderr] | [INFO] [stderr] 50 | user_data: Box, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.63s [INFO] running `"docker" "inspect" "11aad8f82c433c4ab5910516ea7a11edb82fd199d6aa9c6dd8fba3ccf6fd02d0"` [INFO] running `"docker" "rm" "-f" "11aad8f82c433c4ab5910516ea7a11edb82fd199d6aa9c6dd8fba3ccf6fd02d0"` [INFO] [stdout] 11aad8f82c433c4ab5910516ea7a11edb82fd199d6aa9c6dd8fba3ccf6fd02d0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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/cursive/0.12.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" "test" "--frozen" "--no-run"` [INFO] [stdout] 426683a7291a825f86d1a5ec88f6e3f4f5b27fc1a67d8087d4284350f018fcb6 [INFO] running `"docker" "start" "-a" "426683a7291a825f86d1a5ec88f6e3f4f5b27fc1a67d8087d4284350f018fcb6"` [INFO] [stderr] Compiling pretty-bytes v0.2.2 [INFO] [stderr] Compiling cursive v0.12.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/event.rs:30:26 [INFO] [stderr] | [INFO] [stderr] 30 | pub type AnyCb<'a> = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut dyn Any) + 'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/view/view_wrapper.rs:129:23 [INFO] [stderr] | [INFO] [stderr] 129 | callback: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut dyn Any) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/views/hideable_view.rs:95:23 [INFO] [stderr] | [INFO] [stderr] 95 | callback: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut dyn Any) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/views/id_view.rs:45:30 [INFO] [stderr] | [INFO] [stderr] 45 | type BoxedCallback<'a> = Box FnMut(&'b mut dyn Any) + 'a>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn for<'b> FnMut(&'b mut dyn Any) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cursive.rs:50:20 [INFO] [stderr] | [INFO] [stderr] 50 | user_data: Box, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [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/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.cursive.ek15ivfa-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e" "/opt/crater/target/debug/deps/cursive-2461bc5cfc9a013e.4cgcjyx063cw7par.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/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libncurses-39d9ea5201217025.rlib" "/opt/crater/target/debug/deps/libmaplit-9c2369f4370ae973.rlib" "/opt/crater/target/debug/deps/libsignal_hook-d9faaa7f78bab552.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-8df3adacb1c33f00.rlib" "/opt/crater/target/debug/deps/libarc_swap-93566b374619c7c2.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-d970ccf301adf1a2.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libnum-3f163bfe206fb5f4.rlib" "/opt/crater/target/debug/deps/libnum_rational-286e78db925342a2.rlib" "/opt/crater/target/debug/deps/libnum_iter-eff7fde7c0a5b3e9.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_complex-ac927b191bf5d332.rlib" "/opt/crater/target/debug/deps/libhashbrown-80bec65f25ceb98c.rlib" "/opt/crater/target/debug/deps/libtoml-7c1e3904e7751b59.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libenum_map-cda3476b7a8373dc.rlib" "/opt/crater/target/debug/deps/libenum_map_internals-6ad016bcec59516d.rlib" "/opt/crater/target/debug/deps/libarray_macro-929232140fe0a58f.rlib" "/opt/crater/target/debug/deps/libenumset-08077d7fe567b880.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libxi_unicode-d5085ce635acb892.rlib" "/opt/crater/target/debug/deps/libunicode_width-c482f247a0e67224.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-61759b4a259313a5.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" "-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 `cursive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "426683a7291a825f86d1a5ec88f6e3f4f5b27fc1a67d8087d4284350f018fcb6"` [INFO] running `"docker" "rm" "-f" "426683a7291a825f86d1a5ec88f6e3f4f5b27fc1a67d8087d4284350f018fcb6"` [INFO] [stdout] 426683a7291a825f86d1a5ec88f6e3f4f5b27fc1a67d8087d4284350f018fcb6