[INFO] fetching crate libharu 0.1.5...
[INFO] testing libharu-0.1.5 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate libharu 0.1.5 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate libharu 0.1.5
[INFO] finished tweaking crates.io crate libharu 0.1.5
[INFO] tweaked toml for crates.io crate libharu 0.1.5 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate libharu 0.1.5 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate libharu 0.1.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pkg-config v0.3.20
[INFO] [stderr]   Downloaded anyhow v1.0.44
[INFO] [stderr]   Downloaded libc v0.2.103
[INFO] [stderr]   Downloaded libharu-sys v0.0.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d2be1c37854d2a55919fb54f92071c9da05e59e90592ccf598aa2a4fab083f6b
[INFO] running `Command { std: "docker" "start" "-a" "d2be1c37854d2a55919fb54f92071c9da05e59e90592ccf598aa2a4fab083f6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2be1c37854d2a55919fb54f92071c9da05e59e90592ccf598aa2a4fab083f6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2be1c37854d2a55919fb54f92071c9da05e59e90592ccf598aa2a4fab083f6b", kill_on_drop: false }`
[INFO] [stdout] d2be1c37854d2a55919fb54f92071c9da05e59e90592ccf598aa2a4fab083f6b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c384ffb1229ab0a4fd399ede887231e8ac76ddd8058a19e3c1cbc4608ccfcfeb
[INFO] running `Command { std: "docker" "start" "-a" "c384ffb1229ab0a4fd399ede887231e8ac76ddd8058a19e3c1cbc4608ccfcfeb", kill_on_drop: false }`
[INFO] [stderr]    Compiling pkg-config v0.3.20
[INFO] [stderr]    Compiling libc v0.2.103
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling anyhow v1.0.44
[INFO] [stderr]    Compiling libharu-sys v0.0.1
[INFO] [stderr]    Compiling libharu v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:132:21
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn add_page(&self) -> anyhow::Result<Page> {
[INFO] [stdout]     |                     ^^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn add_page(&self) -> anyhow::Result<Page<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn current_page(&self) -> anyhow::Result<Page> {
[INFO] [stdout]     |                         ^^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn current_page(&self) -> anyhow::Result<Page<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:197:24
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn insert_page(&self, target: &Page) -> anyhow::Result<Page> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here       ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn insert_page(&self, target: &Page) -> anyhow::Result<Page<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub fn font(&self, font_name: &str, encoding_name: Option<&str>) -> anyhow::Result<Font> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here                                      ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub fn font(&self, font_name: &str, encoding_name: Option<&str>) -> anyhow::Result<Font<'_>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:469:27
[INFO] [stdout]     |
[INFO] [stdout] 469 |     pub fn create_outline(&self, title: &str, parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here                                                      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 469 |     pub fn create_outline(&self, title: &str, parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline<'_>> {
[INFO] [stdout]     |                                                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:495:33
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn create_outline_bytes(&self, title: &[u8], parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline> {
[INFO] [stdout]     |                                 ^^^^^ the lifetime is elided here                                                       ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn create_outline_bytes(&self, title: &[u8], parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline<'_>> {
[INFO] [stdout]     |                                                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:521:25
[INFO] [stdout]     |
[INFO] [stdout] 521 |     pub fn find_encoder(&self, encoding_name: &str) -> anyhow::Result<Encoder> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here             ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 521 |     pub fn find_encoder(&self, encoding_name: &str) -> anyhow::Result<Encoder<'_>> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:535:28
[INFO] [stdout]     |
[INFO] [stdout] 535 |     pub fn current_encoder(&self) -> anyhow::Result<Encoder> {
[INFO] [stdout]     |                            ^^^^^                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 535 |     pub fn current_encoder(&self) -> anyhow::Result<Encoder<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:633:27
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn load_png_image(&self, name: &str) -> anyhow::Result<Image> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here    ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn load_png_image(&self, name: &str) -> anyhow::Result<Image<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/page.rs:221:25
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn current_font(&self) -> anyhow::Result<Font> {
[INFO] [stdout]     |                         ^^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn current_font(&self) -> anyhow::Result<Font<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/page.rs:254:29
[INFO] [stdout]     |
[INFO] [stdout] 254 |         let orig_text = text.clone();
[INFO] [stdout]     |                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/page.rs:345:31
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn create_destination(&self) -> anyhow::Result<Destination> {
[INFO] [stdout]     |                               ^^^^^                    ^^^^^^^^^^^
[INFO] [stdout]     |                               |                        |
[INFO] [stdout]     |                               |                        the same lifetime is hidden here
[INFO] [stdout]     |                               |                        the same lifetime is hidden here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn create_destination(&self) -> anyhow::Result<Destination<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/context.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn handle(&self) -> &Page;
[INFO] [stdout]   |               ^^^^^     ^^^^^
[INFO] [stdout]   |               |         ||
[INFO] [stdout]   |               |         |the same lifetime is hidden here
[INFO] [stdout]   |               |         the same lifetime is elided here
[INFO] [stdout]   |               the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn handle(&self) -> &Page<'_>;
[INFO] [stdout]   |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:354:15
[INFO] [stdout]     |
[INFO] [stdout] 354 |     fn handle(&self) -> &Page;
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 354 |     fn handle(&self) -> &Page<'_>;
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:443:15
[INFO] [stdout]     |
[INFO] [stdout] 443 |     fn handle(&self) -> &Page {
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 443 |     fn handle(&self) -> &Page<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:449:15
[INFO] [stdout]     |
[INFO] [stdout] 449 |     fn handle(&self) -> &Page {
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 449 |     fn handle(&self) -> &Page<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:624:15
[INFO] [stdout]     |
[INFO] [stdout] 624 |     fn handle(&self) -> &Page {
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 624 |     fn handle(&self) -> &Page<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:856:15
[INFO] [stdout]     |
[INFO] [stdout] 856 |     fn handle(&self) -> &Page {
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 856 |     fn handle(&self) -> &Page<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.32s
[INFO] running `Command { std: "docker" "inspect" "c384ffb1229ab0a4fd399ede887231e8ac76ddd8058a19e3c1cbc4608ccfcfeb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c384ffb1229ab0a4fd399ede887231e8ac76ddd8058a19e3c1cbc4608ccfcfeb", kill_on_drop: false }`
[INFO] [stdout] c384ffb1229ab0a4fd399ede887231e8ac76ddd8058a19e3c1cbc4608ccfcfeb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1bee6e10af93fe1e8ca2359ab783ea4d5697c86cd5a9d2aff3b80c852ae8bf80
[INFO] running `Command { std: "docker" "start" "-a" "1bee6e10af93fe1e8ca2359ab783ea4d5697c86cd5a9d2aff3b80c852ae8bf80", kill_on_drop: false }`
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:132:21
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn add_page(&self) -> anyhow::Result<Page> {
[INFO] [stdout]     |                     ^^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn add_page(&self) -> anyhow::Result<Page<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn current_page(&self) -> anyhow::Result<Page> {
[INFO] [stdout]     |                         ^^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn current_page(&self) -> anyhow::Result<Page<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:197:24
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn insert_page(&self, target: &Page) -> anyhow::Result<Page> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here       ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn insert_page(&self, target: &Page) -> anyhow::Result<Page<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub fn font(&self, font_name: &str, encoding_name: Option<&str>) -> anyhow::Result<Font> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here                                      ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub fn font(&self, font_name: &str, encoding_name: Option<&str>) -> anyhow::Result<Font<'_>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:469:27
[INFO] [stdout]     |
[INFO] [stdout] 469 |     pub fn create_outline(&self, title: &str, parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here                                                      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 469 |     pub fn create_outline(&self, title: &str, parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline<'_>> {
[INFO] [stdout]     |                                                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:495:33
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn create_outline_bytes(&self, title: &[u8], parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline> {
[INFO] [stdout]     |                                 ^^^^^ the lifetime is elided here                                                       ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn create_outline_bytes(&self, title: &[u8], parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline<'_>> {
[INFO] [stdout]     |                                                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:521:25
[INFO] [stdout]     |
[INFO] [stdout] 521 |     pub fn find_encoder(&self, encoding_name: &str) -> anyhow::Result<Encoder> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here             ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 521 |     pub fn find_encoder(&self, encoding_name: &str) -> anyhow::Result<Encoder<'_>> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:535:28
[INFO] [stdout]     |
[INFO] [stdout] 535 |     pub fn current_encoder(&self) -> anyhow::Result<Encoder> {
[INFO] [stdout]     |                            ^^^^^                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 535 |     pub fn current_encoder(&self) -> anyhow::Result<Encoder<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:633:27
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn load_png_image(&self, name: &str) -> anyhow::Result<Image> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here    ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn load_png_image(&self, name: &str) -> anyhow::Result<Image<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/page.rs:221:25
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn current_font(&self) -> anyhow::Result<Font> {
[INFO] [stdout]     |                         ^^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn current_font(&self) -> anyhow::Result<Font<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/page.rs:254:29
[INFO] [stdout]     |
[INFO] [stdout] 254 |         let orig_text = text.clone();
[INFO] [stdout]     |                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/page.rs:345:31
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn create_destination(&self) -> anyhow::Result<Destination> {
[INFO] [stdout]     |                               ^^^^^                    ^^^^^^^^^^^
[INFO] [stdout]     |                               |                        |
[INFO] [stdout]     |                               |                        the same lifetime is hidden here
[INFO] [stdout]     |                               |                        the same lifetime is hidden here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn create_destination(&self) -> anyhow::Result<Destination<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/context.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn handle(&self) -> &Page;
[INFO] [stdout]   |               ^^^^^     ^^^^^
[INFO] [stdout]   |               |         ||
[INFO] [stdout]   |               |         |the same lifetime is hidden here
[INFO] [stdout]   |               |         the same lifetime is elided here
[INFO] [stdout]   |               the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn handle(&self) -> &Page<'_>;
[INFO] [stdout]   |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:354:15
[INFO] [stdout]     |
[INFO] [stdout] 354 |     fn handle(&self) -> &Page;
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 354 |     fn handle(&self) -> &Page<'_>;
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:443:15
[INFO] [stdout]     |
[INFO] [stdout] 443 |     fn handle(&self) -> &Page {
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 443 |     fn handle(&self) -> &Page<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:449:15
[INFO] [stdout]     |
[INFO] [stdout] 449 |     fn handle(&self) -> &Page {
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 449 |     fn handle(&self) -> &Page<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:624:15
[INFO] [stdout]     |
[INFO] [stdout] 624 |     fn handle(&self) -> &Page {
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 624 |     fn handle(&self) -> &Page<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:856:15
[INFO] [stdout]     |
[INFO] [stdout] 856 |     fn handle(&self) -> &Page {
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 856 |     fn handle(&self) -> &Page<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling libharu v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:132:21
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn add_page(&self) -> anyhow::Result<Page> {
[INFO] [stdout]     |                     ^^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn add_page(&self) -> anyhow::Result<Page<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn current_page(&self) -> anyhow::Result<Page> {
[INFO] [stdout]     |                         ^^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn current_page(&self) -> anyhow::Result<Page<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:197:24
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn insert_page(&self, target: &Page) -> anyhow::Result<Page> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here       ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn insert_page(&self, target: &Page) -> anyhow::Result<Page<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub fn font(&self, font_name: &str, encoding_name: Option<&str>) -> anyhow::Result<Font> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here                                      ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub fn font(&self, font_name: &str, encoding_name: Option<&str>) -> anyhow::Result<Font<'_>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:469:27
[INFO] [stdout]     |
[INFO] [stdout] 469 |     pub fn create_outline(&self, title: &str, parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here                                                      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 469 |     pub fn create_outline(&self, title: &str, parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline<'_>> {
[INFO] [stdout]     |                                                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:495:33
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn create_outline_bytes(&self, title: &[u8], parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline> {
[INFO] [stdout]     |                                 ^^^^^ the lifetime is elided here                                                       ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn create_outline_bytes(&self, title: &[u8], parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline<'_>> {
[INFO] [stdout]     |                                                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:521:25
[INFO] [stdout]     |
[INFO] [stdout] 521 |     pub fn find_encoder(&self, encoding_name: &str) -> anyhow::Result<Encoder> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here             ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 521 |     pub fn find_encoder(&self, encoding_name: &str) -> anyhow::Result<Encoder<'_>> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:535:28
[INFO] [stdout]     |
[INFO] [stdout] 535 |     pub fn current_encoder(&self) -> anyhow::Result<Encoder> {
[INFO] [stdout]     |                            ^^^^^                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 535 |     pub fn current_encoder(&self) -> anyhow::Result<Encoder<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:633:27
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn load_png_image(&self, name: &str) -> anyhow::Result<Image> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here    ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn load_png_image(&self, name: &str) -> anyhow::Result<Image<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/page.rs:221:25
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn current_font(&self) -> anyhow::Result<Font> {
[INFO] [stdout]     |                         ^^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn current_font(&self) -> anyhow::Result<Font<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/page.rs:254:29
[INFO] [stdout]     |
[INFO] [stdout] 254 |         let orig_text = text.clone();
[INFO] [stdout]     |                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/page.rs:345:31
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn create_destination(&self) -> anyhow::Result<Destination> {
[INFO] [stdout]     |                               ^^^^^                    ^^^^^^^^^^^
[INFO] [stdout]     |                               |                        |
[INFO] [stdout]     |                               |                        the same lifetime is hidden here
[INFO] [stdout]     |                               |                        the same lifetime is hidden here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn create_destination(&self) -> anyhow::Result<Destination<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/context.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn handle(&self) -> &Page;
[INFO] [stdout]   |               ^^^^^     ^^^^^
[INFO] [stdout]   |               |         ||
[INFO] [stdout]   |               |         |the same lifetime is hidden here
[INFO] [stdout]   |               |         the same lifetime is elided here
[INFO] [stdout]   |               the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn handle(&self) -> &Page<'_>;
[INFO] [stdout]   |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:354:15
[INFO] [stdout]     |
[INFO] [stdout] 354 |     fn handle(&self) -> &Page;
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 354 |     fn handle(&self) -> &Page<'_>;
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:443:15
[INFO] [stdout]     |
[INFO] [stdout] 443 |     fn handle(&self) -> &Page {
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 443 |     fn handle(&self) -> &Page<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:449:15
[INFO] [stdout]     |
[INFO] [stdout] 449 |     fn handle(&self) -> &Page {
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 449 |     fn handle(&self) -> &Page<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:624:15
[INFO] [stdout]     |
[INFO] [stdout] 624 |     fn handle(&self) -> &Page {
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 624 |     fn handle(&self) -> &Page<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:856:15
[INFO] [stdout]     |
[INFO] [stdout] 856 |     fn handle(&self) -> &Page {
[INFO] [stdout]     |               ^^^^^     ^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 856 |     fn handle(&self) -> &Page<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.51s
[INFO] running `Command { std: "docker" "inspect" "1bee6e10af93fe1e8ca2359ab783ea4d5697c86cd5a9d2aff3b80c852ae8bf80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bee6e10af93fe1e8ca2359ab783ea4d5697c86cd5a9d2aff3b80c852ae8bf80", kill_on_drop: false }`
[INFO] [stdout] 1bee6e10af93fe1e8ca2359ab783ea4d5697c86cd5a9d2aff3b80c852ae8bf80
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b72668507b6f43515c087cfff0a0fde2de9b7a4b8aae1a53c62eebf553e1f7b5
[INFO] running `Command { std: "docker" "start" "-a" "b72668507b6f43515c087cfff0a0fde2de9b7a4b8aae1a53c62eebf553e1f7b5", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/document.rs:132:21
[INFO] [stderr]     |
[INFO] [stderr] 132 |     pub fn add_page(&self) -> anyhow::Result<Page> {
[INFO] [stderr]     |                     ^^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 132 |     pub fn add_page(&self) -> anyhow::Result<Page<'_>> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/document.rs:145:25
[INFO] [stderr]     |
[INFO] [stderr] 145 |     pub fn current_page(&self) -> anyhow::Result<Page> {
[INFO] [stderr]     |                         ^^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 145 |     pub fn current_page(&self) -> anyhow::Result<Page<'_>> {
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/document.rs:197:24
[INFO] [stderr]     |
[INFO] [stderr] 197 |     pub fn insert_page(&self, target: &Page) -> anyhow::Result<Page> {
[INFO] [stderr]     |                        ^^^^^ the lifetime is elided here       ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 197 |     pub fn insert_page(&self, target: &Page) -> anyhow::Result<Page<'_>> {
[INFO] [stderr]     |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/document.rs:210:17
[INFO] [stderr]     |
[INFO] [stderr] 210 |     pub fn font(&self, font_name: &str, encoding_name: Option<&str>) -> anyhow::Result<Font> {
[INFO] [stderr]     |                 ^^^^^ the lifetime is elided here                                      ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 210 |     pub fn font(&self, font_name: &str, encoding_name: Option<&str>) -> anyhow::Result<Font<'_>> {
[INFO] [stderr]     |                                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/document.rs:469:27
[INFO] [stderr]     |
[INFO] [stderr] 469 |     pub fn create_outline(&self, title: &str, parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline> {
[INFO] [stderr]     |                           ^^^^^ the lifetime is elided here                                                      ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 469 |     pub fn create_outline(&self, title: &str, parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline<'_>> {
[INFO] [stderr]     |                                                                                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/document.rs:495:33
[INFO] [stderr]     |
[INFO] [stderr] 495 |     pub fn create_outline_bytes(&self, title: &[u8], parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline> {
[INFO] [stderr]     |                                 ^^^^^ the lifetime is elided here                                                       ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 495 |     pub fn create_outline_bytes(&self, title: &[u8], parent: Option<&Outline>, enc: Option<&Encoder>) -> anyhow::Result<Outline<'_>> {
[INFO] [stderr]     |                                                                                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/document.rs:521:25
[INFO] [stderr]     |
[INFO] [stderr] 521 |     pub fn find_encoder(&self, encoding_name: &str) -> anyhow::Result<Encoder> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here             ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 521 |     pub fn find_encoder(&self, encoding_name: &str) -> anyhow::Result<Encoder<'_>> {
[INFO] [stderr]     |                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/document.rs:535:28
[INFO] [stderr]     |
[INFO] [stderr] 535 |     pub fn current_encoder(&self) -> anyhow::Result<Encoder> {
[INFO] [stderr]     |                            ^^^^^                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 535 |     pub fn current_encoder(&self) -> anyhow::Result<Encoder<'_>> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/document.rs:633:27
[INFO] [stderr]     |
[INFO] [stderr] 633 |     pub fn load_png_image(&self, name: &str) -> anyhow::Result<Image> {
[INFO] [stderr]     |                           ^^^^^ the lifetime is elided here    ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 633 |     pub fn load_png_image(&self, name: &str) -> anyhow::Result<Image<'_>> {
[INFO] [stderr]     |                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/page.rs:221:25
[INFO] [stderr]     |
[INFO] [stderr] 221 |     pub fn current_font(&self) -> anyhow::Result<Font> {
[INFO] [stderr]     |                         ^^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 221 |     pub fn current_font(&self) -> anyhow::Result<Font<'_>> {
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/page.rs:254:29
[INFO] [stderr]     |
[INFO] [stderr] 254 |         let orig_text = text.clone();
[INFO] [stderr]     |                             ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/page.rs:345:31
[INFO] [stderr]     |
[INFO] [stderr] 345 |     pub fn create_destination(&self) -> anyhow::Result<Destination> {
[INFO] [stderr]     |                               ^^^^^                    ^^^^^^^^^^^
[INFO] [stderr]     |                               |                        |
[INFO] [stderr]     |                               |                        the same lifetime is hidden here
[INFO] [stderr]     |                               |                        the same lifetime is hidden here
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 345 |     pub fn create_destination(&self) -> anyhow::Result<Destination<'_>> {
[INFO] [stderr]     |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/context.rs:9:15
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn handle(&self) -> &Page;
[INFO] [stderr]   |               ^^^^^     ^^^^^
[INFO] [stderr]   |               |         ||
[INFO] [stderr]   |               |         |the same lifetime is hidden here
[INFO] [stderr]   |               |         the same lifetime is elided here
[INFO] [stderr]   |               the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn handle(&self) -> &Page<'_>;
[INFO] [stderr]   |                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/context.rs:354:15
[INFO] [stderr]     |
[INFO] [stderr] 354 |     fn handle(&self) -> &Page;
[INFO] [stderr]     |               ^^^^^     ^^^^^
[INFO] [stderr]     |               |         ||
[INFO] [stderr]     |               |         |the same lifetime is hidden here
[INFO] [stderr]     |               |         the same lifetime is elided here
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 354 |     fn handle(&self) -> &Page<'_>;
[INFO] [stderr]     |                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/context.rs:443:15
[INFO] [stderr]     |
[INFO] [stderr] 443 |     fn handle(&self) -> &Page {
[INFO] [stderr]     |               ^^^^^     ^^^^^
[INFO] [stderr]     |               |         ||
[INFO] [stderr]     |               |         |the same lifetime is hidden here
[INFO] [stderr]     |               |         the same lifetime is elided here
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 443 |     fn handle(&self) -> &Page<'_> {
[INFO] [stderr]     |                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/context.rs:449:15
[INFO] [stderr]     |
[INFO] [stderr] 449 |     fn handle(&self) -> &Page {
[INFO] [stderr]     |               ^^^^^     ^^^^^
[INFO] [stderr]     |               |         ||
[INFO] [stderr]     |               |         |the same lifetime is hidden here
[INFO] [stderr]     |               |         the same lifetime is elided here
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 449 |     fn handle(&self) -> &Page<'_> {
[INFO] [stderr]     |                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/context.rs:624:15
[INFO] [stderr]     |
[INFO] [stderr] 624 |     fn handle(&self) -> &Page {
[INFO] [stderr]     |               ^^^^^     ^^^^^
[INFO] [stderr]     |               |         ||
[INFO] [stderr]     |               |         |the same lifetime is hidden here
[INFO] [stderr]     |               |         the same lifetime is elided here
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 624 |     fn handle(&self) -> &Page<'_> {
[INFO] [stderr]     |                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/context.rs:856:15
[INFO] [stderr]     |
[INFO] [stderr] 856 |     fn handle(&self) -> &Page {
[INFO] [stderr]     |               ^^^^^     ^^^^^
[INFO] [stderr]     |               |         ||
[INFO] [stderr]     |               |         |the same lifetime is hidden here
[INFO] [stderr]     |               |         the same lifetime is elided here
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 856 |     fn handle(&self) -> &Page<'_> {
[INFO] [stderr]     |                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `libharu` (lib) generated 18 warnings (run `cargo fix --lib -p libharu` to apply 18 suggestions)
[INFO] [stderr] warning: `libharu` (lib test) generated 18 warnings (18 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libharu-feedf4d9acb87ad9)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests libharu
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b72668507b6f43515c087cfff0a0fde2de9b7a4b8aae1a53c62eebf553e1f7b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b72668507b6f43515c087cfff0a0fde2de9b7a4b8aae1a53c62eebf553e1f7b5", kill_on_drop: false }`
[INFO] [stdout] b72668507b6f43515c087cfff0a0fde2de9b7a4b8aae1a53c62eebf553e1f7b5
