[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] d835445a4227b13c200225c889c55024f69db7f118b33b08f3ccba88a3989b55 [INFO] running `"docker" "start" "-a" "d835445a4227b13c200225c889c55024f69db7f118b33b08f3ccba88a3989b55"` [INFO] [stderr] Compiling array-macro v1.0.3 [INFO] [stderr] Compiling hashbrown v0.3.1 [INFO] [stderr] Compiling enum-map-internals v0.1.3 [INFO] [stderr] Compiling enum-map v0.5.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 12.95s [INFO] running `"docker" "inspect" "d835445a4227b13c200225c889c55024f69db7f118b33b08f3ccba88a3989b55"` [INFO] running `"docker" "rm" "-f" "d835445a4227b13c200225c889c55024f69db7f118b33b08f3ccba88a3989b55"` [INFO] [stdout] d835445a4227b13c200225c889c55024f69db7f118b33b08f3ccba88a3989b55 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0f6dd8706075b2df0c11756c6919bfd867c38771c3ec47f97b8d10412b7b4fff [INFO] running `"docker" "start" "-a" "0f6dd8706075b2df0c11756c6919bfd867c38771c3ec47f97b8d10412b7b4fff"` [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.cursive.4rt6wokz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad" "/opt/crater/target/debug/deps/cursive-41d36873ee61efad.4zxqv5ougqsazc3q.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libchrono-2af01fbc0a73eccc.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libncurses-d5021d81747eb98e.rlib" "/opt/crater/target/debug/deps/libmaplit-a5685f2e36919e59.rlib" "/opt/crater/target/debug/deps/libsignal_hook-8ccce9ebd8386df6.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-a10a69e99957c04c.rlib" "/opt/crater/target/debug/deps/libarc_swap-4c331ef759e4d015.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-783a9e2d2bdabc94.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libnum-54d04f8c39ee981b.rlib" "/opt/crater/target/debug/deps/libnum_rational-0c543c5cb077e265.rlib" "/opt/crater/target/debug/deps/libnum_iter-24acfa17adb37af4.rlib" "/opt/crater/target/debug/deps/libnum_integer-283a7abc0f1061b4.rlib" "/opt/crater/target/debug/deps/libnum_complex-036302ad8eb54507.rlib" "/opt/crater/target/debug/deps/libhashbrown-ba8a1454659143ee.rlib" "/opt/crater/target/debug/deps/libtoml-1ef9e5f614b56cfb.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libenum_map-ec7a34c837da293a.rlib" "/opt/crater/target/debug/deps/libenum_map_internals-54a3db372bd77c0f.rlib" "/opt/crater/target/debug/deps/libarray_macro-72114f8b3227caa2.rlib" "/opt/crater/target/debug/deps/libenumset-de033b6139d7089f.rlib" "/opt/crater/target/debug/deps/libnum_traits-834021e24a52ff2b.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libxi_unicode-1d94438a6121fc07.rlib" "/opt/crater/target/debug/deps/libunicode_width-70ef077428dd4d3c.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-bc8faa29c06888eb.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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" "0f6dd8706075b2df0c11756c6919bfd867c38771c3ec47f97b8d10412b7b4fff"` [INFO] running `"docker" "rm" "-f" "0f6dd8706075b2df0c11756c6919bfd867c38771c3ec47f97b8d10412b7b4fff"` [INFO] [stdout] 0f6dd8706075b2df0c11756c6919bfd867c38771c3ec47f97b8d10412b7b4fff