[INFO] updating cached repository Ruin0x11/oxidoc [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Ruin0x11/oxidoc [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Ruin0x11/oxidoc" "work/ex/beta-1.37-6/sources/1.36.0/gh/Ruin0x11/oxidoc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Ruin0x11/oxidoc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Ruin0x11/oxidoc" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Ruin0x11/oxidoc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Ruin0x11/oxidoc'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4845800150fd1cb14e1ea0d5fcf9707cf60460d8 [INFO] sha for GitHub repo Ruin0x11/oxidoc: 4845800150fd1cb14e1ea0d5fcf9707cf60460d8 [INFO] validating manifest of Ruin0x11/oxidoc 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 Ruin0x11/oxidoc 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 Ruin0x11/oxidoc [INFO] removed 1 missing tests [INFO] finished frobbing Ruin0x11/oxidoc [INFO] frobbed toml for Ruin0x11/oxidoc written to work/ex/beta-1.37-6/sources/1.36.0/gh/Ruin0x11/oxidoc/Cargo.toml [INFO] started frobbing Ruin0x11/oxidoc [INFO] removed 1 missing tests [INFO] finished frobbing Ruin0x11/oxidoc [INFO] frobbed toml for Ruin0x11/oxidoc written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Ruin0x11/oxidoc/Cargo.toml [INFO] crate Ruin0x11/oxidoc 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 Ruin0x11/oxidoc 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-5/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/Ruin0x11/oxidoc:/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] 6f4d3d4bebd7415cc01f1c5f75bb9db5d4d0f73cf2ab14d7225b6a18932a4816 [INFO] running `"docker" "start" "-a" "6f4d3d4bebd7415cc01f1c5f75bb9db5d4d0f73cf2ab14d7225b6a18932a4816"` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/tests/util.rs [INFO] [stderr] * /opt/crater/workdir/tests/tests.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling precomputed-hash v0.1.0 [INFO] [stderr] Compiling plist v0.2.2 [INFO] [stderr] Compiling pulldown-cmark v0.1.0 [INFO] [stderr] Compiling cursive v0.6.4 [INFO] [stderr] Compiling cmake v0.1.24 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling errno v0.2.3 [INFO] [stderr] Compiling utf-8 v0.7.1 [INFO] [stderr] Compiling ncurses v5.86.0 [INFO] [stderr] Compiling xml-rs v0.4.1 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Compiling pager v0.13.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling html5ever v0.18.0 [INFO] [stderr] Compiling miniz-sys v0.1.9 [INFO] [stderr] Compiling extprim v1.4.0 [INFO] [stderr] Compiling string_cache_codegen v0.4.0 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling onig_sys v64.0.1 [INFO] [stderr] Compiling tendril v0.3.1 [INFO] [stderr] Compiling flate2 v0.2.19 [INFO] [stderr] Compiling clap v2.25.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling string_cache v0.6.1 [INFO] [stderr] Compiling markup5ever v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.9 [INFO] [stderr] Compiling pancurses v0.8.0 [INFO] [stderr] Compiling onig v1.4.1 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling serde v1.0.9 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling syntex_pos v0.59.1 [INFO] [stderr] Compiling bincode v0.8.0 [INFO] [stderr] Compiling toml v0.4.2 [INFO] [stderr] Compiling bincode v0.9.2 [INFO] [stderr] Compiling syntex_errors v0.59.1 [INFO] [stderr] Compiling syntect v1.8.0 [INFO] [stderr] Compiling syntex_syntax v0.59.1 [INFO] [stderr] Compiling html2runes v1.0.1 (https://github.com/Ruin0x11/html2runes#9dbae303) [INFO] [stderr] Compiling catmark v0.2.1 (https://github.com/Ruin0x11/catmark#82f5b414) [INFO] [stderr] Compiling oxidoc v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/paths.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | if let Some(home_dir) = env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `other_attrs` [INFO] [stderr] --> src/generation/ast_ty_wrappers.rs:81:13 [INFO] [stderr] | [INFO] [stderr] 81 | let other_attrs: Vec = attrs.iter().filter_map(|attr| { [INFO] [stderr] | ^^^^^^^^^^^ help: consider prefixing with an underscore: `_other_attrs` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `path` [INFO] [stderr] --> src/generation/visitor.rs:212:46 [INFO] [stderr] | [INFO] [stderr] 212 | ast::ViewPath_::ViewPathGlob(ref path) => { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_path` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `generics` [INFO] [stderr] --> src/generation/visitor.rs:286:56 [INFO] [stderr] | [INFO] [stderr] 286 | ast::ItemKind::Union(ref variant_data, ref generics) => { [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_generics` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `variant_data` [INFO] [stderr] --> src/generation/visitor.rs:286:38 [INFO] [stderr] | [INFO] [stderr] 286 | ast::ItemKind::Union(ref variant_data, ref generics) => { [INFO] [stderr] | ^^^^^^^^^^^^ help: consider prefixing with an underscore: `_variant_data` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `param_bounds` [INFO] [stderr] --> src/generation/visitor.rs:290:38 [INFO] [stderr] | [INFO] [stderr] 290 | ref param_bounds, ref trait_items) => { [INFO] [stderr] | ^^^^^^^^^^^^ help: consider prefixing with an underscore: `_param_bounds` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `polarity` [INFO] [stderr] --> src/generation/visitor.rs:301:43 [INFO] [stderr] | [INFO] [stderr] 301 | ast::ItemKind::Impl(unsafety, polarity, ref defaultness, [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_polarity` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `data` [INFO] [stderr] --> src/markup.rs:135:22 [INFO] [stderr] | [INFO] [stderr] 135 | fn doc_related_items(data: &Documentation) -> MarkupDoc { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_data` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/store.rs:128:13 [INFO] [stderr] | [INFO] [stderr] 128 | let mut entry = self.items.entry(crate_info.name).or_insert(HashMap::new()); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `subitems` [INFO] [stderr] --> src/conversion/doc_containers.rs:74:5 [INFO] [stderr] | [INFO] [stderr] 74 | fn subitems(&self) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `subitems_in_category` [INFO] [stderr] --> src/conversion/doc_containers.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | fn subitems_in_category(&self, type_: &DocType) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `write_char` [INFO] [stderr] --> src/generation/io_support.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn write_char(writer: &mut W, c: char) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `encode_char_utf8` [INFO] [stderr] --> src/generation/io_support.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | fn encode_char_utf8<'a>(c: char, buf: &'a mut [u8]) -> &'a [u8] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Chars` [INFO] [stderr] --> src/generation/io_support.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | pub struct Chars { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `chars` [INFO] [stderr] --> src/generation/io_support.rs:58:1 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn chars(reader: R) -> Chars { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/generation/mod.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | remove_dir_all(path); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.oxidoc.bte8crau-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51" "/opt/crater/target/debug/deps/oxidoc-4c0b3ca243ecbf51.3d7fdyciwe8lhxya.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/miniz-sys-d933a950c60e056f/out" "-L" "/opt/crater/target/debug/build/onig_sys-7bb4f1c9f1ecf7c2/out/build" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/backtrace-sys-bb899ed92046b28f/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/liboxidoc-9085a62d8279d0b7.rlib" "/opt/crater/target/debug/deps/libpager-d58a807ab018a0d5.rlib" "/opt/crater/target/debug/deps/liberrno-56174f6ad86a8d39.rlib" "/opt/crater/target/debug/deps/libcatmark-c69ed318e6f77a15.rlib" "/opt/crater/target/debug/deps/libhtml2runes-2cadcddae890682c.rlib" "/opt/crater/target/debug/deps/libhtml5ever-dabfadf7509fb524.rlib" "/opt/crater/target/debug/deps/libmarkup5ever-ffdfd9cbbb860c2f.rlib" "/opt/crater/target/debug/deps/libtendril-058b80efe81df16e.rlib" "/opt/crater/target/debug/deps/libutf8-1145a50bc3ff7b05.rlib" "/opt/crater/target/debug/deps/libmatches-da7c3df62938be42.rlib" "/opt/crater/target/debug/deps/libfutf-5bbe337d27b6d948.rlib" "/opt/crater/target/debug/deps/libmac-fff283b23e4c0c75.rlib" "/opt/crater/target/debug/deps/libphf-0edfce200c2d972a.rlib" "/opt/crater/target/debug/deps/libstring_cache-ec61d4e5d26e72cc.rlib" "/opt/crater/target/debug/deps/libstring_cache_shared-9653b778730dced9.rlib" "/opt/crater/target/debug/deps/libprecomputed_hash-2495655a6c41820b.rlib" "/opt/crater/target/debug/deps/libphf_shared-025366cb1a7dd7f7.rlib" "/opt/crater/target/debug/deps/libsiphasher-045ef6d956f9b96e.rlib" "/opt/crater/target/debug/deps/libdebug_unreachable-7e4ddf462c558906.rlib" "/opt/crater/target/debug/deps/libunreachable-374972d11d7ce0a4.rlib" "/opt/crater/target/debug/deps/libsyntect-82e08a1168178b35.rlib" "/opt/crater/target/debug/deps/libfnv-dfc7adcbf6fdebcc.rlib" "/opt/crater/target/debug/deps/libflate2-25a5bb508009b04e.rlib" "/opt/crater/target/debug/deps/libminiz_sys-1ede5fa23d939bdf.rlib" "/opt/crater/target/debug/deps/libbitflags-d9aab1a028afa056.rlib" "/opt/crater/target/debug/deps/libbincode-0882dfb74be9f35b.rlib" "/opt/crater/target/debug/deps/libplist-f2e1117fe9dec519.rlib" "/opt/crater/target/debug/deps/libxml-f1e5b9e25da475fa.rlib" "/opt/crater/target/debug/deps/libchrono-8e0659a6d52c9689.rlib" "/opt/crater/target/debug/deps/libtime-26e61db4e870f894.rlib" "/opt/crater/target/debug/deps/libbase64-cbd572498335ed5d.rlib" "/opt/crater/target/debug/deps/libwalkdir-009de19b0477eca4.rlib" "/opt/crater/target/debug/deps/libsame_file-463d0f700dfa52ab.rlib" "/opt/crater/target/debug/deps/libonig-35f630ca1d0bcf7a.rlib" "/opt/crater/target/debug/deps/libonig_sys-d88ecf778e6e0104.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/libyaml_rust-e06fbadedaa4d350.rlib" "/opt/crater/target/debug/deps/libpulldown_cmark-c19dbdb9966f19df.rlib" "/opt/crater/target/debug/deps/libsyntex_syntax-e1a35b3db07222ae.rlib" "/opt/crater/target/debug/deps/libunicode_xid-978926fb9ee6314a.rlib" "/opt/crater/target/debug/deps/libserde_json-62d973bdef9d3c59.rlib" "/opt/crater/target/debug/deps/libdtoa-522d04d34936557e.rlib" "/opt/crater/target/debug/deps/libitoa-9ebfd626e354a8ac.rlib" "/opt/crater/target/debug/deps/libextprim-9921b9f627aa9e1d.rlib" "/opt/crater/target/debug/deps/libsyntex_errors-7b84119a08c889c7.rlib" "/opt/crater/target/debug/deps/libsyntex_pos-14211953e88b161e.rlib" "/opt/crater/target/debug/deps/libterm-06082a94ff968ee3.rlib" "/opt/crater/target/debug/deps/libenv_logger-cdce02577be7f560.rlib" "/opt/crater/target/debug/deps/libregex-f3f965377d14e838.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-d85c6801fd7a4fbb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-1bf5d87c010b92e6.rlib" "/opt/crater/target/debug/deps/libthread_local-6195cc55cd4436f3.rlib" "/opt/crater/target/debug/deps/liblazy_static-44393081eb462790.rlib" "/opt/crater/target/debug/deps/libunreachable-40e55d450f39618d.rlib" "/opt/crater/target/debug/deps/libvoid-b4a3c83e92a11249.rlib" "/opt/crater/target/debug/deps/libaho_corasick-332e47243fce9ab6.rlib" "/opt/crater/target/debug/deps/libmemchr-c45e133c3dc5659d.rlib" "/opt/crater/target/debug/deps/libcursive-6e9bb11866a5f72d.rlib" "/opt/crater/target/debug/deps/libpancurses-91ac8b7a18871312.rlib" "/opt/crater/target/debug/deps/libncurses-5585c110cb69d280.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-b4ee94f60151195c.rlib" "/opt/crater/target/debug/deps/libnum_rational-7ce3cb695c5e34f1.rlib" "/opt/crater/target/debug/deps/libnum_bigint-34158633143786a4.rlib" "/opt/crater/target/debug/deps/librand-5954c4cd6fb43241.rlib" "/opt/crater/target/debug/deps/libnum_complex-b5c75660d4cae33e.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-c52a67c2cb4ad4c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-6c17e330c468f312.rlib" "/opt/crater/target/debug/deps/libnum_traits-c61bc00667cb20fd.rlib" "/opt/crater/target/debug/deps/libodds-8d5524b2f453f57c.rlib" "/opt/crater/target/debug/deps/libtoml-e0f8e0fae36aabeb.rlib" "/opt/crater/target/debug/deps/libbincode-657ba93acbc4e3db.rlib" "/opt/crater/target/debug/deps/libserde-56dd379335f84482.rlib" "/opt/crater/target/debug/deps/libbyteorder-37c01570bf1b56fa.rlib" "/opt/crater/target/debug/deps/libansi_term-5f783ce358bf4f37.rlib" "/opt/crater/target/debug/deps/libclap-5417ebe63a81806a.rlib" "/opt/crater/target/debug/deps/libatty-bb0307a36d8adab0.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-6f6373e33ba332e9.rlib" "/opt/crater/target/debug/deps/libtextwrap-b47d113bf0ecb042.rlib" "/opt/crater/target/debug/deps/libterm_size-93d649e1581a1c3d.rlib" "/opt/crater/target/debug/deps/libvec_map-28d381902bbfbe40.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libunicode_width-9160dad23804e44f.rlib" "/opt/crater/target/debug/deps/libansi_term-fcb9211d64d6a652.rlib" "/opt/crater/target/debug/deps/libstrsim-a3e581aa39d667e4.rlib" "/opt/crater/target/debug/deps/liblog-f6caf69386e38ce5.rlib" "/opt/crater/target/debug/deps/liberror_chain-2ceb6cbade7feeda.rlib" "/opt/crater/target/debug/deps/libbacktrace-494787314d43e70e.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1bd8a6fcda6ce33b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-45ab7cf372e1eb20.rlib" "/opt/crater/target/debug/deps/libcfg_if-af8485a38956c1b4.rlib" "/opt/crater/target/debug/deps/liblibc-bdeb0a01cf7077e2.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" "-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 `oxidoc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6f4d3d4bebd7415cc01f1c5f75bb9db5d4d0f73cf2ab14d7225b6a18932a4816"` [INFO] running `"docker" "rm" "-f" "6f4d3d4bebd7415cc01f1c5f75bb9db5d4d0f73cf2ab14d7225b6a18932a4816"` [INFO] [stdout] 6f4d3d4bebd7415cc01f1c5f75bb9db5d4d0f73cf2ab14d7225b6a18932a4816