[INFO] updating cached repository baskerville/plato [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/baskerville/plato [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/baskerville/plato" "work/ex/beta-1.37-6/sources/1.36.0/gh/baskerville/plato"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/baskerville/plato'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/baskerville/plato" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/baskerville/plato"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/baskerville/plato'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 183ec71401abdc9b869fb3ed368a38e28c6919c3 [INFO] sha for GitHub repo baskerville/plato: 183ec71401abdc9b869fb3ed368a38e28c6919c3 [INFO] validating manifest of baskerville/plato 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 baskerville/plato 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 baskerville/plato [INFO] finished frobbing baskerville/plato [INFO] frobbed toml for baskerville/plato written to work/ex/beta-1.37-6/sources/1.36.0/gh/baskerville/plato/Cargo.toml [INFO] started frobbing baskerville/plato [INFO] finished frobbing baskerville/plato [INFO] frobbed toml for baskerville/plato written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/baskerville/plato/Cargo.toml [INFO] crate baskerville/plato 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 baskerville/plato against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/baskerville/plato:/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.36.0" "build" "--frozen"` [INFO] [stdout] a28789da6645c31c3502077224dc3443ec5a74a64a9d2a45a300185bae81acbd [INFO] running `"docker" "start" "-a" "a28789da6645c31c3502077224dc3443ec5a74a64a9d2a45a300185bae81acbd"` [INFO] [stderr] Compiling xmlparser v0.8.1 [INFO] [stderr] Compiling plato v0.7.2 (/opt/crater/workdir) [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling downcast-rs v1.0.4 [INFO] [stderr] Compiling paragraph-breaker v0.4.3 [INFO] [stderr] Compiling crockford v1.0.1 [INFO] [stderr] Compiling entities v1.0.1 [INFO] [stderr] Compiling xi-unicode v0.1.0 [INFO] [stderr] Compiling bincode v1.1.3 [INFO] [stderr] Compiling codegen v0.1.1 [INFO] [stderr] Compiling libflate v0.1.22 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling serde v1.0.91 [INFO] [stderr] Compiling roxmltree v0.4.1 [INFO] [stderr] Compiling isbn v0.2.0 [INFO] [stderr] Compiling zip v0.5.2 [INFO] [stderr] Compiling titlecase v0.10.0 [INFO] [stderr] Compiling atlatl v0.1.2 [INFO] [stderr] Compiling toml v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling hyphenation_commons v0.7.1 [INFO] [stderr] Compiling hyphenation v0.7.1 [INFO] [stderr] warning: value assigned to `buf` is never read [INFO] [stderr] --> src/document/epub/mod.rs:1274:25 [INFO] [stderr] | [INFO] [stderr] 1274 | buf = String::new(); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `start_index` is never read [INFO] [stderr] --> src/metadata.rs:660:17 [INFO] [stderr] | [INFO] [stderr] 660 | start_index += index + 1; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: function is never used: `rect_cmp` [INFO] [stderr] --> src/geom.rs:572:1 [INFO] [stderr] | [INFO] [stderr] 572 | fn rect_cmp(r1: &Rectangle, r2: &Rectangle) -> Ordering { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `optimal_bars_setup` [INFO] [stderr] --> src/device.rs:246:1 [INFO] [stderr] | [INFO] [stderr] 246 | pub fn optimal_bars_setup(height: u32, dpi: u16) -> (u32, u32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `FakeBattery` [INFO] [stderr] --> src/battery/fake.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct FakeBattery { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/battery/fake.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn new() -> FakeBattery { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `combine_sort_methods` [INFO] [stderr] --> src/helpers.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / pub fn combine_sort_methods<'a, T, F1, F2>(mut f1: F1, mut f2: F2) -> Box Ordering + 'a> [INFO] [stderr] 28 | | where F1: FnMut(&T, &T) -> Ordering + 'a, [INFO] [stderr] 29 | | F2: FnMut(&T, &T) -> Ordering + 'a { [INFO] [stderr] 30 | | Box::new(move |x, y| { [INFO] [stderr] 31 | | f1(x, y).then_with(|| f2(x, y)) [INFO] [stderr] 32 | | }) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `dpi` [INFO] [stderr] --> src/document/djvu.rs:409:5 [INFO] [stderr] | [INFO] [stderr] 409 | pub fn dpi(&self) -> u16 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_use_document_css` [INFO] [stderr] --> src/document/pdf.rs:94:5 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn set_use_document_css(&mut self, should_use: bool) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `is_protected` [INFO] [stderr] --> src/document/pdf.rs:154:5 [INFO] [stderr] | [INFO] [stderr] 154 | pub fn is_protected(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `boundary_box` [INFO] [stderr] --> src/document/pdf.rs:389:5 [INFO] [stderr] | [INFO] [stderr] 389 | pub fn boundary_box(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `width` [INFO] [stderr] --> src/document/pdf.rs:411:5 [INFO] [stderr] | [INFO] [stderr] 411 | pub fn width(&self) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `height` [INFO] [stderr] --> src/document/pdf.rs:416:5 [INFO] [stderr] | [INFO] [stderr] 416 | pub fn height(&self) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `child` [INFO] [stderr] --> src/document/epub/dom.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn child(&self, index: usize) -> Option<&Node> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `BORDER_WIDTH_KEYWORDS` [INFO] [stderr] --> src/document/epub/parse.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | const BORDER_WIDTH_KEYWORDS: [&str; 3] = ["thin", "medium", "thick"]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `BORDER_STYLE_KEYWORDS` [INFO] [stderr] --> src/document/epub/parse.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | const BORDER_STYLE_KEYWORDS: [&str; 10] = ["none", "hidden", "dotted", "dashed", "solid", "double", "groove", "ridge", "inset", "outset"]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `offset` [INFO] [stderr] --> src/document/epub/mod.rs:165:5 [INFO] [stderr] | [INFO] [stderr] 165 | fn offset(&self, index: usize) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `size` [INFO] [stderr] --> src/document/epub/mod.rs:169:5 [INFO] [stderr] | [INFO] [stderr] 169 | fn size(&self) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_margin` [INFO] [stderr] --> src/document/epub/mod.rs:203:5 [INFO] [stderr] | [INFO] [stderr] 203 | fn set_margin(&mut self, margin: &Edge) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_font_size` [INFO] [stderr] --> src/document/epub/mod.rs:208:5 [INFO] [stderr] | [INFO] [stderr] 208 | fn set_font_size(&mut self, font_size: f32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_ignore_document_css` [INFO] [stderr] --> src/document/epub/mod.rs:213:5 [INFO] [stderr] | [INFO] [stderr] 213 | fn set_ignore_document_css(&mut self, value: bool) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `images` [INFO] [stderr] --> src/document/epub/mod.rs:331:5 [INFO] [stderr] | [INFO] [stderr] 331 | fn images(&mut self, loc: Location) -> Option<(Vec, usize)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `description` [INFO] [stderr] --> src/document/epub/mod.rs:2103:5 [INFO] [stderr] | [INFO] [stderr] 2103 | pub fn description(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `asciify` [INFO] [stderr] --> src/document/mod.rs:164:1 [INFO] [stderr] | [INFO] [stderr] 164 | pub fn asciify(name: &str) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `IMPORTED_MD_FILENAME` [INFO] [stderr] --> src/metadata.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | pub const IMPORTED_MD_FILENAME: &str = ".metadata-imported.json"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `MATCHES_MD_FILENAME` [INFO] [stderr] --> src/metadata.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | pub const MATCHES_MD_FILENAME: &str = ".metadata-matches-%Y%m%d_%H%M%S.json"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `extract_metadata_from_filename` [INFO] [stderr] --> src/metadata.rs:615:1 [INFO] [stderr] | [INFO] [stderr] 615 | pub fn extract_metadata_from_filename(metadata: &mut Metadata) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `input_size` [INFO] [stderr] --> src/view/named_input.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | input_size: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Monospace` [INFO] [stderr] --> src/font/mod.rs:334:5 [INFO] [stderr] | [INFO] [stderr] 334 | Monospace, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `open_memory` [INFO] [stderr] --> src/font/mod.rs:638:5 [INFO] [stderr] | [INFO] [stderr] 638 | pub fn open_memory(&self, buf: &[u8]) -> Result { [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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.plato.2icwjelo-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610" "/opt/crater/target/debug/deps/plato-8e1cb857c0c44610.cpj5v3twmk7vin.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "libs" "-L" "/opt/crater/target/debug/build/backtrace-sys-54b72b0298d797d2/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-ldjvulibre" "-lmupdf" "-lmupdfwrapper" "-lharfbuzz" "-lfreetype" "-lmupdf" "-ljpeg" "-lpng16" "-lopenjp2" "-ljbig2dec" "-lbz2" "-lz" "-lm" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcrockford-59a93be21566f1b6.rlib" "/opt/crater/target/debug/deps/libtoml-60093ac2b2075a80.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-213d63cee3c56bee.rlib" "/opt/crater/target/debug/deps/libserde_json-f85b1f5c4577513c.rlib" "/opt/crater/target/debug/deps/libryu-ec76d8dcbba8f4e3.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libglob-b818597e6b4bc647.rlib" "/opt/crater/target/debug/deps/librand-e703e0651e5e3c03.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-60ef83adabd8d47a.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-b9f5abd1824a7f75.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-bf7abde9c2eb5110.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-c95266b65d664c54.rlib" "/opt/crater/target/debug/deps/libsmallvec-00d14f3ddb609d61.rlib" "/opt/crater/target/debug/deps/libisbn-7a837f663c1dd0c3.rlib" "/opt/crater/target/debug/deps/libarrayvec-343471a3391f7ac8.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libxi_unicode-e14070b0844185bb.rlib" "/opt/crater/target/debug/deps/libparagraph_breaker-b4a3efc480ca57a0.rlib" "/opt/crater/target/debug/deps/libzip-bbeef4d3a934c24c.rlib" "/opt/crater/target/debug/deps/libpodio-f64ff7d1b4ff60e4.rlib" "/opt/crater/target/debug/deps/liblibflate-113a1a5627f703c8.rlib" "/opt/crater/target/debug/deps/libcrc32fast-16c51c14f83370cd.rlib" "/opt/crater/target/debug/deps/libhyphenation-817b56bf066b622b.rlib" "/opt/crater/target/debug/deps/libhyphenation_commons-571c6458bbe21281.rlib" "/opt/crater/target/debug/deps/libbincode-49b1a0836e7979b0.rlib" "/opt/crater/target/debug/deps/libatlatl-f321a4f9bc076983.rlib" "/opt/crater/target/debug/deps/libregex-2ba7b87c226c96d4.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b766f4dc9466fd20.rlib" "/opt/crater/target/debug/deps/libregex_syntax-7492cffe08a00ba7.rlib" "/opt/crater/target/debug/deps/libucd_util-317f57fa3d89c7e4.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-84e1d14c672bf12e.rlib" "/opt/crater/target/debug/deps/libmemchr-8646d48e9f0a5d49.rlib" "/opt/crater/target/debug/deps/libentities-b28d87cfeadf18e9.rlib" "/opt/crater/target/debug/deps/libchrono-6fdf6a5a28f0ac00.rlib" "/opt/crater/target/debug/deps/libtime-37e6c3dcfea63f9c.rlib" "/opt/crater/target/debug/deps/libserde-523bfc300ef92e09.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libpng-55ef5fa8e73858f6.rlib" "/opt/crater/target/debug/deps/libdeflate-2ddad7786cae1082.rlib" "/opt/crater/target/debug/deps/libbyteorder-a25b209c708b793b.rlib" "/opt/crater/target/debug/deps/libinflate-f270147f503dc3cc.rlib" "/opt/crater/target/debug/deps/libadler32-46acf8b49c11de91.rlib" "/opt/crater/target/debug/deps/libnum_iter-2622bafef4ecde9b.rlib" "/opt/crater/target/debug/deps/libnum_integer-1de4c870aea09f38.rlib" "/opt/crater/target/debug/deps/libnum_traits-cd98387e0f6e90f9.rlib" "/opt/crater/target/debug/deps/libbitflags-6f632fff558bf385.rlib" "/opt/crater/target/debug/deps/libfailure-8d593223c9d775a0.rlib" "/opt/crater/target/debug/deps/libbacktrace-e2d30bbaf0350683.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-ea61015eb6aabd54.rlib" "/opt/crater/target/debug/deps/librustc_demangle-5237fb7d3863a8f4.rlib" "/opt/crater/target/debug/deps/libcfg_if-def391c8994540a5.rlib" "/opt/crater/target/debug/deps/liblibc-2a27c4183a7d6022.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -ldjvulibre [INFO] [stderr] /usr/bin/ld: cannot find -lmupdf [INFO] [stderr] /usr/bin/ld: cannot find -lmupdfwrapper [INFO] [stderr] /usr/bin/ld: cannot find -lmupdf [INFO] [stderr] /usr/bin/ld: cannot find -lopenjp2 [INFO] [stderr] /usr/bin/ld: cannot find -ljbig2dec [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 `plato`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a28789da6645c31c3502077224dc3443ec5a74a64a9d2a45a300185bae81acbd"` [INFO] running `"docker" "rm" "-f" "a28789da6645c31c3502077224dc3443ec5a74a64a9d2a45a300185bae81acbd"` [INFO] [stdout] a28789da6645c31c3502077224dc3443ec5a74a64a9d2a45a300185bae81acbd