[INFO] fetching crate grin-miner 0.4.2... [INFO] extracting crate grin-miner 0.4.2 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/grin-miner/0.4.2 [INFO] extracting crate grin-miner 0.4.2 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/grin-miner/0.4.2 [INFO] validating manifest of grin-miner-0.4.2 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of grin-miner-0.4.2 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing grin-miner-0.4.2 [INFO] finished frobbing grin-miner-0.4.2 [INFO] frobbed toml for grin-miner-0.4.2 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/grin-miner/0.4.2/Cargo.toml [INFO] started frobbing grin-miner-0.4.2 [INFO] finished frobbing grin-miner-0.4.2 [INFO] frobbed toml for grin-miner-0.4.2 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/grin-miner/0.4.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing grin-miner-0.4.2 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/grin-miner/0.4.2:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] e4566b606ad82958753b1e646e045316146246fd8ec70a850bb9c933410361b2 [INFO] running `"docker" "start" "-a" "e4566b606ad82958753b1e646e045316146246fd8ec70a850bb9c933410361b2"` [INFO] [stderr] Compiling slog v2.1.1 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling libgit2-sys v0.6.19 [INFO] [stderr] Compiling cuckoo_miner v0.4.2 [INFO] [stderr] Compiling enumset_derive v0.3.2 [INFO] [stderr] Compiling grin_miner_plugin v0.4.2 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling slog-term v2.4.0 [INFO] [stderr] Compiling grin_miner_util v0.4.2 [INFO] [stderr] Compiling enumset v0.3.19 [INFO] [stderr] Compiling cursive v0.9.2 [INFO] [stderr] Compiling grin_miner_config v0.4.2 [INFO] [stderr] Compiling git2 v0.6.11 [INFO] [stderr] Compiling built v0.2.3 [INFO] [stderr] Compiling grin-miner v0.4.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/tui/table.rs:153:21 [INFO] [stderr] | [INFO] [stderr] 153 | on_sort: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Cursive, H, Ordering)` [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/bin/tui/table.rs:156:23 [INFO] [stderr] | [INFO] [stderr] 156 | on_submit: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Cursive, usize, usize)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/tui/table.rs:157:23 [INFO] [stderr] | [INFO] [stderr] 157 | on_select: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Cursive, usize, usize)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/tui/menu.rs:28:24 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn create() -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn View` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/tui/mining.rs:106:21 [INFO] [stderr] | [INFO] [stderr] 106 | fn create() -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn View` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/tui/version.rs:36:21 [INFO] [stderr] | [INFO] [stderr] 36 | fn create() -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn View` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/tui/types.rs:35:21 [INFO] [stderr] | [INFO] [stderr] 35 | fn create() -> Box; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn View` [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.grin_miner.52acg2m7-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156" "/opt/crater/target/debug/deps/grin_miner-194a5cdd11b72156.m3y9zyn149xcnsl.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d638ae3455df95ba/out" "-L" "/opt/crater/target/debug/build/cuckoo_miner-272c4b2602e3c094/out" "-L" "/opt/crater/target/debug/build/rust-crypto-3c370f0f73094883/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcursive-16cf13fb254091db.rlib" "/opt/crater/target/debug/deps/libncurses-6a2a76eb853e16b9.rlib" "/opt/crater/target/debug/deps/libterm_size-073b32366ec7dfa9.rlib" "/opt/crater/target/debug/deps/libxi_unicode-13278ef1563b599f.rlib" "/opt/crater/target/debug/deps/libunicode_width-805e15fbea7d8565.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-ca7fc2cacf472451.rlib" "/opt/crater/target/debug/deps/libnum-c64daaa5162249f0.rlib" "/opt/crater/target/debug/deps/libnum_rational-5ec41fcd54268cee.rlib" "/opt/crater/target/debug/deps/libnum_iter-9c976965a14b7ab5.rlib" "/opt/crater/target/debug/deps/libnum_complex-af6b9447b0e5f4e4.rlib" "/opt/crater/target/debug/deps/libsignal_hook-aa97acac2c262622.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-443835cbf4662e15.rlib" "/opt/crater/target/debug/deps/libarc_swap-c51d19aedacae02b.rlib" "/opt/crater/target/debug/deps/libmaplit-71cc3d8666405f78.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-bec44d32abc57614.rlib" "/opt/crater/target/debug/deps/libparking_lot-58b6dce75d4cff20.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-d6b9bc779b9b10ef.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/librand-6a0d1acfb1c82f28.rlib" "/opt/crater/target/debug/deps/librand_core-1d860b4e848ceb7b.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-2da50ba857ace04d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-7e552d7740b957a7.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-bd99bfc7a622bcb8.rlib" "/opt/crater/target/debug/deps/libenumset-cdf3a250986df361.rlib" "/opt/crater/target/debug/deps/libenum_map-b7125f11edb5283b.rlib" "/opt/crater/target/debug/deps/libreexport_proc_macro-6b736bb2610b4072.rlib" "/opt/crater/target/debug/deps/libarray_macro-a265b6e67ca56e9e.rlib" "/opt/crater/target/debug/deps/libnative_tls-b8fb198dce8b9d1c.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-05a161781c5268c3.rlib" "/opt/crater/target/debug/deps/libopenssl-f20dd18794f2935d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d83d1275a0d52c21.rlib" "/opt/crater/target/debug/deps/libforeign_types-7a6e1bad6aa5c746.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-a52fdab80e1e4d31.rlib" "/opt/crater/target/debug/deps/libbitflags-1506eeccd1cd01b4.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libbufstream-7e2bced18ab5cab5.rlib" "/opt/crater/target/debug/deps/libgrin_miner_config-4d766f364822f27d.rlib" "/opt/crater/target/debug/deps/libtoml-395cc3d9b12a2942.rlib" "/opt/crater/target/debug/deps/libcuckoo_miner-724ee14c1593a1be.rlib" "/opt/crater/target/debug/deps/libglob-edf7c7e699ea992b.rlib" "/opt/crater/target/debug/deps/liblibloading-cc0635c4be04a73c.rlib" "/opt/crater/target/debug/deps/libregex-74e4849e7b4404bc.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-81121b29dc9a207f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-7a57f82fbb5b9782.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libaho_corasick-2a172adc2095b04f.rlib" "/opt/crater/target/debug/deps/libmemchr-461860405d325ee2.rlib" "/opt/crater/target/debug/deps/libcrypto-7e64852ef72fc13d.rlib" "/opt/crater/target/debug/deps/librustc_serialize-8a040fe30a914780.rlib" "/opt/crater/target/debug/deps/libgrin_miner_util-35769782a59a0cd9.rlib" "/opt/crater/target/debug/deps/liblazy_static-9b17a9645fc94ad9.rlib" "/opt/crater/target/debug/deps/libslog_term-dcae3f12194a8a90.rlib" "/opt/crater/target/debug/deps/libterm-8aa1b68aa4a0af75.rlib" "/opt/crater/target/debug/deps/libdirs-6fce019eab4ec4d7.rlib" "/opt/crater/target/debug/deps/libisatty-edbce1a7cc2a43ac.rlib" "/opt/crater/target/debug/deps/libchrono-03200cde101dbd6c.rlib" "/opt/crater/target/debug/deps/libnum_integer-ccc825468f0b1931.rlib" "/opt/crater/target/debug/deps/libnum_traits-ee53aaa75cd9f88b.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libslog_async-c342c48c16626ca5.rlib" "/opt/crater/target/debug/deps/libtake_mut-ceb8a657c3e8cacf.rlib" "/opt/crater/target/debug/deps/libthread_local-2c757ab00e5f0fed.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libslog-cbb7071263dee94f.rlib" "/opt/crater/target/debug/deps/librand-1c44d7e7e77d370f.rlib" "/opt/crater/target/debug/deps/librand-ae0c62029697e043.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/libbacktrace-1d41b88fd1b79dc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1b1a0b2ad78d5208.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c1e0aac1bb54fd4c.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libgrin_miner_plugin-996c57771e64e9ad.rlib" "/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libbyteorder-3d6e565399579124.rlib" "/opt/crater/target/debug/deps/libblake2_rfc-a74765c040a3ea5b.rlib" "/opt/crater/target/debug/deps/libconstant_time_eq-e54e94631364c4f7.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lncursesw" "-lssl" "-lcrypto" "-ldl" "-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 `grin-miner`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e4566b606ad82958753b1e646e045316146246fd8ec70a850bb9c933410361b2"` [INFO] running `"docker" "rm" "-f" "e4566b606ad82958753b1e646e045316146246fd8ec70a850bb9c933410361b2"` [INFO] [stdout] e4566b606ad82958753b1e646e045316146246fd8ec70a850bb9c933410361b2