[INFO] updating cached repository luser/dwarfinspect [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/luser/dwarfinspect [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/luser/dwarfinspect" "work/ex/beta-1.37-6/sources/1.36.0/gh/luser/dwarfinspect"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/luser/dwarfinspect'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/luser/dwarfinspect" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/luser/dwarfinspect"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/luser/dwarfinspect'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 88f85c5f5cb0d858696b42d716a39ceccdf7b341 [INFO] sha for GitHub repo luser/dwarfinspect: 88f85c5f5cb0d858696b42d716a39ceccdf7b341 [INFO] validating manifest of luser/dwarfinspect 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 luser/dwarfinspect 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 luser/dwarfinspect [INFO] finished frobbing luser/dwarfinspect [INFO] frobbed toml for luser/dwarfinspect written to work/ex/beta-1.37-6/sources/1.36.0/gh/luser/dwarfinspect/Cargo.toml [INFO] started frobbing luser/dwarfinspect [INFO] finished frobbing luser/dwarfinspect [INFO] frobbed toml for luser/dwarfinspect written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/luser/dwarfinspect/Cargo.toml [INFO] crate luser/dwarfinspect already has a lockfile, it will not be regenerated [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 luser/dwarfinspect 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-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/luser/dwarfinspect:/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] 489c57f8204a6b606c6272271e0fcbd5d07fed0fd979a161e0bfd09b6bbc56e9 [INFO] running `"docker" "start" "-a" "489c57f8204a6b606c6272271e0fcbd5d07fed0fd979a161e0bfd09b6bbc56e9"` [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling syn v0.13.10 [INFO] [stderr] Compiling gimli v0.15.0 [INFO] [stderr] Compiling scroll_derive v0.8.0 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling scroll v0.8.0 [INFO] [stderr] Compiling goblin v0.0.13 [INFO] [stderr] Compiling enum-map-derive v0.2.5 [INFO] [stderr] Compiling enum-map v0.2.29 [INFO] [stderr] Compiling cursive v0.8.1 [INFO] [stderr] Compiling object v0.7.0 [INFO] [stderr] Compiling cursive_table_view v0.5.0 [INFO] [stderr] Compiling dwarfinspect v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:474:58 [INFO] [stderr] | [INFO] [stderr] 474 | fn do_background_work(f: &object::File, sink: Sender>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn CbFunc` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `endian` [INFO] [stderr] --> src/lib.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | endian: R::Endian, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `format` [INFO] [stderr] --> src/lib.rs:103:5 [INFO] [stderr] | [INFO] [stderr] 103 | format: gimli::Format, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `version` [INFO] [stderr] --> src/lib.rs:105:5 [INFO] [stderr] | [INFO] [stderr] 105 | version: u16, [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/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/dwarfinspect-29086a6085a56b10.dwarfinspect.bgblvosn-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/dwarfinspect-29086a6085a56b10.dwarfinspect.bgblvosn-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/dwarfinspect-29086a6085a56b10.dwarfinspect.bgblvosn-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/dwarfinspect-29086a6085a56b10.dwarfinspect.bgblvosn-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/dwarfinspect-29086a6085a56b10.dwarfinspect.bgblvosn-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/dwarfinspect-29086a6085a56b10.dwarfinspect.bgblvosn-cgu.5.rcgu.o" "-o" "/opt/crater/target/debug/deps/dwarfinspect-29086a6085a56b10" "/opt/crater/target/debug/deps/dwarfinspect-29086a6085a56b10.322oj376p4ptv0z4.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/backtrace-sys-2c9da861f0f0790b/out/.libs" "-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/libdwarfinspect-fca7a39352fa344c.rlib" "/opt/crater/target/debug/deps/libobject-ce3e12950bd81b64.rlib" "/opt/crater/target/debug/deps/libgoblin-e18d8ee79ec0d1a0.rlib" "/opt/crater/target/debug/deps/liblog-bda16c34a0c7f492.rlib" "/opt/crater/target/debug/deps/libscroll-72268f5357f6dccb.rlib" "/opt/crater/target/debug/deps/libplain-d9eeb37b1059ae11.rlib" "/opt/crater/target/debug/deps/libmemmap-2f6574c7612100e9.rlib" "/opt/crater/target/debug/deps/libgimli-c6411a2fc0cc0bef.rlib" "/opt/crater/target/debug/deps/libbyteorder-dc864a96505efa5c.rlib" "/opt/crater/target/debug/deps/libarrayvec-148553a00f574a58.rlib" "/opt/crater/target/debug/deps/libnodrop-0480a5e661f37fde.rlib" "/opt/crater/target/debug/deps/libfallible_iterator-39f807e6aee7ae45.rlib" "/opt/crater/target/debug/deps/libfailure-580bbee5055999f9.rlib" "/opt/crater/target/debug/deps/libbacktrace-bd8abd0a114cf36d.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-0338b50db9d6580f.rlib" "/opt/crater/target/debug/deps/librustc_demangle-8a1b2caa5e80a574.rlib" "/opt/crater/target/debug/deps/libcursive_table_view-5f2dfe5937ba09c4.rlib" "/opt/crater/target/debug/deps/libcursive-dfc3825d67feba20.rlib" "/opt/crater/target/debug/deps/libncurses-3bde693fd6adfead.rlib" "/opt/crater/target/debug/deps/libxi_unicode-9f6fcb4238f45c55.rlib" "/opt/crater/target/debug/deps/libunicode_width-9160dad23804e44f.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-9cdb6fcf4c16057e.rlib" "/opt/crater/target/debug/deps/libtoml-f8a150567b8cf35d.rlib" "/opt/crater/target/debug/deps/libserde-581ee8dba07dc04b.rlib" "/opt/crater/target/debug/deps/libowning_ref-1acce5d43f52880a.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-ca2de80d65b6a2e5.rlib" "/opt/crater/target/debug/deps/libnum-ad5561f25edf7685.rlib" "/opt/crater/target/debug/deps/libnum_rational-caa6ada44b45bf1e.rlib" "/opt/crater/target/debug/deps/libnum_bigint-a6fadf321308c901.rlib" "/opt/crater/target/debug/deps/librand-6d42bec5739d5eab.rlib" "/opt/crater/target/debug/deps/liblibc-7b678f4dbafdcd48.rlib" "/opt/crater/target/debug/deps/libnum_complex-a23fb6f5e8a30d76.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-94f2b5f057694bc2.rlib" "/opt/crater/target/debug/deps/libnum_integer-131750337e1ea63e.rlib" "/opt/crater/target/debug/deps/libnum_traits-f9bba35fc380a970.rlib" "/opt/crater/target/debug/deps/libmaplit-b1ac42c0ec6f0c7b.rlib" "/opt/crater/target/debug/deps/liblog-873c4ddea78db23a.rlib" "/opt/crater/target/debug/deps/libcfg_if-e77f5c4458926ef5.rlib" "/opt/crater/target/debug/deps/libenumset-76dba92e237c6e02.rlib" "/opt/crater/target/debug/deps/libenum_map-7199e7a15a315bc0.rlib" "/opt/crater/target/debug/deps/libreexport_proc_macro-835272ddcb3b7731.rlib" "/opt/crater/target/debug/deps/libarray_macro-57c537f99ea01f2a.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" "-lncurses" "-ltinfo" "-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 `dwarfinspect`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "489c57f8204a6b606c6272271e0fcbd5d07fed0fd979a161e0bfd09b6bbc56e9"` [INFO] running `"docker" "rm" "-f" "489c57f8204a6b606c6272271e0fcbd5d07fed0fd979a161e0bfd09b6bbc56e9"` [INFO] [stdout] 489c57f8204a6b606c6272271e0fcbd5d07fed0fd979a161e0bfd09b6bbc56e9