[INFO] crate cursive 0.12.0 is already in cache [INFO] extracting crate cursive 0.12.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/cursive/0.12.0 [INFO] extracting crate cursive 0.12.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/cursive/0.12.0 [INFO] validating manifest of cursive-0.12.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 cursive-0.12.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 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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/cursive/0.12.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] testing cursive-0.12.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-3/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/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-07-23" "build" "--frozen"` [INFO] [stdout] 13a83806172f83996243df9289d71a99c4ca44cb2e4c9f18ac9762134adae37c [INFO] running `"docker" "start" "-a" "13a83806172f83996243df9289d71a99c4ca44cb2e4c9f18ac9762134adae37c"` [INFO] [stderr] Compiling enumset_derive v0.4.0 [INFO] [stderr] Compiling enumset v0.4.0 [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 15.82s [INFO] running `"docker" "inspect" "13a83806172f83996243df9289d71a99c4ca44cb2e4c9f18ac9762134adae37c"` [INFO] running `"docker" "rm" "-f" "13a83806172f83996243df9289d71a99c4ca44cb2e4c9f18ac9762134adae37c"` [INFO] [stdout] 13a83806172f83996243df9289d71a99c4ca44cb2e4c9f18ac9762134adae37c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/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/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] ed40e7034dade463a867a905d7d37122ed5bcec50d83b6da5284faaeff70876e [INFO] running `"docker" "start" "-a" "ed40e7034dade463a867a905d7d37122ed5bcec50d83b6da5284faaeff70876e"` [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.cursive.1f6olsmx-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18" "/opt/crater/target/debug/deps/cursive-2e8ba173b6f25e18.4hvwb3f7qgxdnmuf.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/libchrono-3f9c7194f6069ae1.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libncurses-9af5a9453113c0a0.rlib" "/opt/crater/target/debug/deps/libmaplit-b1ac42c0ec6f0c7b.rlib" "/opt/crater/target/debug/deps/libsignal_hook-903ce1dfc220efcc.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-e2ed2820b4a38e44.rlib" "/opt/crater/target/debug/deps/libarc_swap-b67287d699998173.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-b120d0bb2ec19a0c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libnum-df30ba3822cd6074.rlib" "/opt/crater/target/debug/deps/libnum_rational-f40f96118b453f5d.rlib" "/opt/crater/target/debug/deps/libnum_iter-3fad04760c7d82bc.rlib" "/opt/crater/target/debug/deps/libnum_integer-07954df57f957684.rlib" "/opt/crater/target/debug/deps/libnum_complex-bb625c2748b3fb2d.rlib" "/opt/crater/target/debug/deps/libhashbrown-4961d0f0452c4914.rlib" "/opt/crater/target/debug/deps/libtoml-7771cc99e8e4431d.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libenum_map-0633c9cfb9c26803.rlib" "/opt/crater/target/debug/deps/libenum_map_internals-cfa4ed0e1fa98f4a.rlib" "/opt/crater/target/debug/deps/libarray_macro-28b30b95c752e259.rlib" "/opt/crater/target/debug/deps/libenumset-26b1d6054b465403.rlib" "/opt/crater/target/debug/deps/libnum_traits-94923079b1840a3e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libxi_unicode-9f6fcb4238f45c55.rlib" "/opt/crater/target/debug/deps/libunicode_width-5c65625ac38072b6.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-6e5adf5f718d4c8f.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" "-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" "ed40e7034dade463a867a905d7d37122ed5bcec50d83b6da5284faaeff70876e"` [INFO] running `"docker" "rm" "-f" "ed40e7034dade463a867a905d7d37122ed5bcec50d83b6da5284faaeff70876e"` [INFO] [stdout] ed40e7034dade463a867a905d7d37122ed5bcec50d83b6da5284faaeff70876e