[INFO] cloning repository https://github.com/baskerville/plato [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/baskerville/plato" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbaskerville%2Fplato", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbaskerville%2Fplato'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 012de2aac03a10fa2069eaf88213dd3d61f319a2 [INFO] testing baskerville/plato against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbaskerville%2Fplato" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/baskerville/plato on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0/source/.cargo/config [INFO] started tweaking git repo https://github.com/baskerville/plato [INFO] finished tweaking git repo https://github.com/baskerville/plato [INFO] tweaked toml for git repo https://github.com/baskerville/plato written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/baskerville/plato already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded titlecase v1.1.0 [INFO] [stderr] Downloaded levenshtein v1.0.5 [INFO] [stderr] Downloaded rand_xoshiro v0.6.0 [INFO] [stderr] Downloaded png v0.17.4 [INFO] [stderr] Downloaded entities v1.0.1 [INFO] [stderr] Downloaded kl-hyphenate-commons v0.7.3 [INFO] [stderr] Downloaded septem v1.1.0 [INFO] [stderr] Downloaded paragraph-breaker v0.4.4 [INFO] [stderr] Downloaded atlatl v0.1.2 [INFO] [stderr] Downloaded kl-hyphenate v0.7.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a3d3dc0e9179f8e71641c50ed9138cb1c3dfadcd794601de3735187be9a622c4 [INFO] running `Command { std: "docker" "start" "-a" "a3d3dc0e9179f8e71641c50ed9138cb1c3dfadcd794601de3735187be9a622c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3d3dc0e9179f8e71641c50ed9138cb1c3dfadcd794601de3735187be9a622c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3d3dc0e9179f8e71641c50ed9138cb1c3dfadcd794601de3735187be9a622c4", kill_on_drop: false }` [INFO] [stdout] a3d3dc0e9179f8e71641c50ed9138cb1c3dfadcd794601de3735187be9a622c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22174487b1f89dfee45791bb655cc0176c25cb504fca9e6fb02a68dad96d3b48 [INFO] running `Command { std: "docker" "start" "-a" "22174487b1f89dfee45791bb655cc0176c25cb504fca9e6fb02a68dad96d3b48", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling anyhow v1.0.55 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling plato v0.9.26 (/opt/rustwide/workdir) [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling levenshtein v1.0.5 [INFO] [stderr] Compiling septem v1.1.0 [INFO] [stderr] Compiling paragraph-breaker v0.4.4 [INFO] [stderr] Compiling entities v1.0.1 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling miniz_oxide v0.5.1 [INFO] [stderr] Compiling deflate v1.0.0 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling rand_xoshiro v0.6.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling png v0.17.4 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling titlecase v1.1.0 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling bzip2 v0.4.3 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling zip v0.5.13 [INFO] [stderr] Compiling atlatl v0.1.2 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling kl-hyphenate-commons v0.7.3 [INFO] [stderr] Compiling kl-hyphenate v0.7.3 [INFO] [stdout] warning: constant is never used: `SYN_MT_REPORT` [INFO] [stdout] --> src/input.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | pub const SYN_MT_REPORT: u16 = 0x02; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `asciify` [INFO] [stdout] --> src/document/mod.rs:213:8 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn asciify(name: &str) -> String { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `extract_metadata_from_filename` [INFO] [stdout] --> src/metadata.rs:816:8 [INFO] [stdout] | [INFO] [stdout] 816 | pub fn extract_metadata_from_filename(_prefix: &Path, info: &mut Info) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `consolidate` [INFO] [stdout] --> src/metadata.rs:864:8 [INFO] [stdout] | [INFO] [stdout] 864 | pub fn consolidate(_prefix: &Path, info: &mut Info) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `rename_from_info` [INFO] [stdout] --> src/metadata.rs:889:8 [INFO] [stdout] | [INFO] [stdout] 889 | pub fn rename_from_info(prefix: &Path, info: &mut Info) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `file_name_from_info` [INFO] [stdout] --> src/metadata.rs:909:8 [INFO] [stdout] | [INFO] [stdout] 909 | pub fn file_name_from_info(info: &Info) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Monospace` [INFO] [stdout] --> src/font/mod.rs:550:5 [INFO] [stdout] | [INFO] [stdout] 550 | Monospace, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Family` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/font/mod.rs:546:10 [INFO] [stdout] | [INFO] [stdout] 546 | #[derive(Debug, Copy, Clone, Eq, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `open_memory` [INFO] [stdout] --> src/font/mod.rs:1046:12 [INFO] [stdout] | [INFO] [stdout] 1046 | pub fn open_memory(&self, buf: &[u8]) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/battery/fake.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn new() -> FakeBattery { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `dpi` [INFO] [stdout] --> src/document/djvu.rs:452:12 [INFO] [stdout] | [INFO] [stdout] 452 | pub fn dpi(&self) -> u16 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_user_css` [INFO] [stdout] --> src/document/pdf.rs:95:12 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn set_user_css>(&mut self, path: P) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_protected` [INFO] [stdout] --> src/document/pdf.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn is_protected(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `boundary_box` [INFO] [stdout] --> src/document/pdf.rs:461:12 [INFO] [stdout] | [INFO] [stdout] 461 | pub fn boundary_box(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `width` [INFO] [stdout] --> src/document/pdf.rs:483:12 [INFO] [stdout] | [INFO] [stdout] 483 | pub fn width(&self) -> f32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `height` [INFO] [stdout] --> src/document/pdf.rs:488:12 [INFO] [stdout] | [INFO] [stdout] 488 | pub fn height(&self) -> f32 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_margin` [INFO] [stdout] --> src/document/epub/mod.rs:168:8 [INFO] [stdout] | [INFO] [stdout] 168 | fn set_margin(&mut self, margin: &Edge) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_font_size` [INFO] [stdout] --> src/document/epub/mod.rs:173:8 [INFO] [stdout] | [INFO] [stdout] 173 | fn set_font_size(&mut self, font_size: f32) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rect` [INFO] [stdout] --> src/document/epub/mod.rs:179:8 [INFO] [stdout] | [INFO] [stdout] 179 | fn rect(&self) -> Rectangle { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `description` [INFO] [stdout] --> src/document/epub/mod.rs:582:12 [INFO] [stdout] | [INFO] [stdout] 582 | pub fn description(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_margin` [INFO] [stdout] --> src/document/html/mod.rs:105:12 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn set_margin(&mut self, margin: &Edge) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_font_size` [INFO] [stdout] --> src/document/html/mod.rs:110:12 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn set_font_size(&mut self, font_size: f32) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `categories` [INFO] [stdout] --> src/document/html/mod.rs:248:12 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn categories(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `description` [INFO] [stdout] --> src/document/html/mod.rs:252:12 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn description(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `year` [INFO] [stdout] --> src/document/html/mod.rs:263:12 [INFO] [stdout] | [INFO] [stdout] 263 | pub fn year(&self) -> Option { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input_size` [INFO] [stdout] --> src/view/named_input.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | input_size: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Keys` [INFO] [stdout] --> src/view/keyboard.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub type Keys = Vec>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `root_mut` [INFO] [stdout] --> src/document/html/dom.rs:166:12 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn root_mut(&mut self) -> NodeMut { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `last_child` [INFO] [stdout] --> src/document/html/dom.rs:245:12 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn last_child(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BORDER_WIDTH_KEYWORDS` [INFO] [stdout] --> src/document/html/parse.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | const BORDER_WIDTH_KEYWORDS: [&str; 3] = ["thin", "medium", "thick"]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BORDER_STYLE_KEYWORDS` [INFO] [stdout] --> src/document/html/parse.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | const BORDER_STYLE_KEYWORDS: [&str; 10] = ["none", "hidden", "dotted", "dashed", "solid", "double", "groove", "ridge", "inset", "outset"]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rect` [INFO] [stdout] --> src/document/html/layout.rs:398:12 [INFO] [stdout] | [INFO] [stdout] 398 | pub fn rect(&self) -> Option { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_margin` [INFO] [stdout] --> src/document/html/engine.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn set_margin(&mut self, margin: &Edge) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_font_size` [INFO] [stdout] --> src/document/html/engine.rs:102:12 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn set_font_size(&mut self, font_size: f32) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.plato.8ac7f246-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51.4589xyowal0rd8x.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "src/mupdf_wrapper/Linux" "-L" "/opt/rustwide/target/debug/build/bzip2-sys-6f78484c5b068643/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-ldjvulibre" "-lmupdf" "-Wl,-Bstatic" "-Wl,--whole-archive" "-lmupdf_wrapper" "-Wl,--no-whole-archive" "-Wl,-Bdynamic" "-lharfbuzz" "-lfreetype" "-lmupdf" "-lstdc++" "-lmupdf-third" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtoml-73f5fe0452c7ebae.rlib" "/opt/rustwide/target/debug/deps/libpng-634ba9ff031b3b94.rlib" "/opt/rustwide/target/debug/deps/libdeflate-6b394369b07791f3.rlib" "/opt/rustwide/target/debug/deps/libadler32-db47bf74eb7ba81c.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-06d781edd56a4ed9.rlib" "/opt/rustwide/target/debug/deps/librand_xoshiro-f9647a2bbcc7865b.rlib" "/opt/rustwide/target/debug/deps/libdowncast_rs-728c8f2b8a666e0c.rlib" "/opt/rustwide/target/debug/deps/libglobset-712e55047651f3ba.rlib" "/opt/rustwide/target/debug/deps/liblog-a0eb019960e81552.rlib" "/opt/rustwide/target/debug/deps/libbstr-6b5ac7e058ca7ff7.rlib" "/opt/rustwide/target/debug/deps/libserde_json-8974916cd4d57a6f.rlib" "/opt/rustwide/target/debug/deps/libryu-53580c25f32ff188.rlib" "/opt/rustwide/target/debug/deps/libitoa-eb0b0da4f5c7fd02.rlib" "/opt/rustwide/target/debug/deps/librand_core-44b4d09058cb08e4.rlib" "/opt/rustwide/target/debug/deps/libtitlecase-714373582256a7f9.rlib" "/opt/rustwide/target/debug/deps/libfiletime-dd2554ddd9fde48a.rlib" "/opt/rustwide/target/debug/deps/libindexmap-81ca9f5a3a9d61cd.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-8ce5fddf7b71f952.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-c54c5ce886ebd82c.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-ed2e4c4c531806eb.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-94e88fe29250bed0.rlib" "/opt/rustwide/target/debug/deps/libseptem-6ad3e7e8c293ad03.rlib" "/opt/rustwide/target/debug/deps/libxi_unicode-f56f5d43abb353ca.rlib" "/opt/rustwide/target/debug/deps/libparagraph_breaker-0f3814b304c10033.rlib" "/opt/rustwide/target/debug/deps/libkl_hyphenate-4076a7c69def9e23.rlib" "/opt/rustwide/target/debug/deps/libkl_hyphenate_commons-190dd1d0e17d7359.rlib" "/opt/rustwide/target/debug/deps/libbincode-b78b40236f54db0f.rlib" "/opt/rustwide/target/debug/deps/libatlatl-2201595c5fcc798b.rlib" "/opt/rustwide/target/debug/deps/libfnv-6d1578eb67bc4123.rlib" "/opt/rustwide/target/debug/deps/libregex-a6f9a384a5e0ee04.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-183b69152644db8a.rlib" "/opt/rustwide/target/debug/deps/libmemchr-1331aa8962ea7f83.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-71dab053db1b6952.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-1a1983d2d4a49459.rlib" "/opt/rustwide/target/debug/deps/libzip-5ffb8782b00e4c20.rlib" "/opt/rustwide/target/debug/deps/libthiserror-5ab733f2856a3c73.rlib" "/opt/rustwide/target/debug/deps/libbzip2-ef3074d77c7ba264.rlib" "/opt/rustwide/target/debug/deps/libbzip2_sys-4343ec5b432b4c74.rlib" "/opt/rustwide/target/debug/deps/libflate2-d71f6dc489692d79.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-ab4d0f7b036a461a.rlib" "/opt/rustwide/target/debug/deps/libadler-d2cadc408605b257.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-74e2e9ddcccf33b3.rlib" "/opt/rustwide/target/debug/deps/liblevenshtein-a716a2f8b0f20e5d.rlib" "/opt/rustwide/target/debug/deps/libchrono-d52a501672b3d6b6.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8f1f35ad098a8a13.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-fee3ef04727f9865.rlib" "/opt/rustwide/target/debug/deps/libtime-48df38fb9015dd43.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-dd1217c15634ba02.rlib" "/opt/rustwide/target/debug/deps/libsame_file-068aca36718eb7b4.rlib" "/opt/rustwide/target/debug/deps/libentities-e51562bea279b4b0.rlib" "/opt/rustwide/target/debug/deps/libfxhash-8241d76d40787cab.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-0a75c9c26dc9dc2c.rlib" "/opt/rustwide/target/debug/deps/libnix-72b283856e3f4143.rlib" "/opt/rustwide/target/debug/deps/libbitflags-f1ca410388ec357f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-9c9e2ab89dd01fb6.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "/opt/rustwide/target/debug/deps/liblibc-c49089df59e0ddc9.rlib" "/opt/rustwide/target/debug/deps/libanyhow-8c12ec5d17f613d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/libserde-28401fd01a33b1d7.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/plato-d238130f70a15f51" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -ldjvulibre [INFO] [stdout] /usr/bin/ld: cannot find -lmupdf [INFO] [stdout] /usr/bin/ld: cannot find -lmupdf_wrapper [INFO] [stdout] /usr/bin/ld: cannot find -lmupdf [INFO] [stdout] /usr/bin/ld: cannot find -lmupdf-third [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 33 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `plato` due to 2 previous errors; 33 warnings emitted [INFO] running `Command { std: "docker" "inspect" "22174487b1f89dfee45791bb655cc0176c25cb504fca9e6fb02a68dad96d3b48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22174487b1f89dfee45791bb655cc0176c25cb504fca9e6fb02a68dad96d3b48", kill_on_drop: false }` [INFO] [stdout] 22174487b1f89dfee45791bb655cc0176c25cb504fca9e6fb02a68dad96d3b48