[INFO] fetching crate pdf-writer 0.13.0...
[INFO] building pdf-writer-0.13.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate pdf-writer 0.13.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate pdf-writer 0.13.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate pdf-writer 0.13.0
[INFO] tweaked toml for crates.io crate pdf-writer 0.13.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pdf-writer 0.13.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pdf-writer 0.13.0 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81889e8cffcf3a88846695d43bc6c4c719020a9dc6a9f50b07c05887101b7612
[INFO] running `Command { std: "docker" "start" "-a" "81889e8cffcf3a88846695d43bc6c4c719020a9dc6a9f50b07c05887101b7612", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81889e8cffcf3a88846695d43bc6c4c719020a9dc6a9f50b07c05887101b7612", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81889e8cffcf3a88846695d43bc6c4c719020a9dc6a9f50b07c05887101b7612", kill_on_drop: false }`
[INFO] [stdout] 81889e8cffcf3a88846695d43bc6c4c719020a9dc6a9f50b07c05887101b7612
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 030d6b6af9e34d7b9ba7fdf88b85d8cb425bfeb71783c0b0138783ddc830da32
[INFO] running `Command { std: "docker" "start" "-a" "030d6b6af9e34d7b9ba7fdf88b85d8cb425bfeb71783c0b0138783ddc830da32", kill_on_drop: false }`
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling pdf-writer v0.13.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:127:23
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn extensions(&mut self) -> TypedDict<'_, DeveloperExtension> {
[INFO] [stdout]     |                       ^^^^^^^^^               ^^  ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                       |
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn extensions(&mut self) -> TypedDict<'_, DeveloperExtension<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:145:27
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn output_intents(&mut self) -> TypedArray<'_, OutputIntent> {
[INFO] [stdout]     |                           ^^^^^^^^^                ^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                        |
[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] 145 |     pub fn output_intents(&mut self) -> TypedArray<'_, OutputIntent<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:151:29
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 151 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:465:23
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn attributes(&mut self) -> TypedArray<'_, Attributes> {
[INFO] [stdout]     |                       ^^^^^^^^^                ^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                        |
[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] 465 |     pub fn attributes(&mut self) -> TypedArray<'_, Attributes<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:471:28
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn attribute_class(&mut self) -> TypedArray<'_, Name> {
[INFO] [stdout]     |                            ^^^^^^^^^                ^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                        |
[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] 471 |     pub fn attribute_class(&mut self) -> TypedArray<'_, Name<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:516:29
[INFO] [stdout]     |
[INFO] [stdout] 516 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 516 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:671:21
[INFO] [stdout]     |
[INFO] [stdout] 671 |     pub fn multiple(&mut self, name: Name) -> TypedArray<'_, Attributes> {
[INFO] [stdout]     |                     ^^^^^^^^^                            ^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                                    |
[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] 671 |     pub fn multiple(&mut self, name: Name) -> TypedArray<'_, Attributes<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/structure.rs:1274:29
[INFO] [stdout]      |
[INFO] [stdout] 1274 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]      |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                             |                        |
[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] 1274 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]      |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunk.rs:236:25
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub fn destinations(&mut self, id: Ref) -> TypedDict<'_, Destination> {
[INFO] [stdout]     |                         ^^^^^^^^^                        ^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                                |
[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] 236 |     pub fn destinations(&mut self, id: Ref) -> TypedDict<'_, Destination<'_>> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/color.rs:657:22
[INFO] [stdout]     |
[INFO] [stdout] 657 |     pub fn colorants(&mut self) -> TypedDict<'_, Dict> {
[INFO] [stdout]     |                      ^^^^^^^^^               ^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                       |
[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] 657 |     pub fn colorants(&mut self) -> TypedDict<'_, Dict<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/content.rs:1252:23
[INFO] [stdout]      |
[INFO] [stdout] 1252 |     pub fn properties(&mut self) -> TypedDict<'_, PropertyList> {
[INFO] [stdout]      |                       ^^^^^^^^^               ^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                       |                       |
[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] 1252 |     pub fn properties(&mut self) -> TypedDict<'_, PropertyList<'_>> {
[INFO] [stdout]      |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/annotations.rs:234:29
[INFO] [stdout]     |
[INFO] [stdout] 234 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 234 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn user(&mut self) -> TypedArray<'_, UserProperty> {
[INFO] [stdout]    |                 ^^^^^^^^^                ^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |                        |
[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] 25 |     pub fn user(&mut self) -> TypedArray<'_, UserProperty<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/xobject.rs:159:29
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 159 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/xobject.rs:273:29
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 273 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:781:20
[INFO] [stdout]     |
[INFO] [stdout] 781 |     pub fn headers(&mut self) -> TypedArray<'_, Str> {
[INFO] [stdout]     |                    ^^^^^^^^^                ^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                        |
[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] 781 |     pub fn headers(&mut self) -> TypedArray<'_, Str<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
[INFO] running `Command { std: "docker" "inspect" "030d6b6af9e34d7b9ba7fdf88b85d8cb425bfeb71783c0b0138783ddc830da32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "030d6b6af9e34d7b9ba7fdf88b85d8cb425bfeb71783c0b0138783ddc830da32", kill_on_drop: false }`
[INFO] [stdout] 030d6b6af9e34d7b9ba7fdf88b85d8cb425bfeb71783c0b0138783ddc830da32
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 364f76db50982a1162e17879669ceeaa10b6476942f34795b4c63b74a05db2d7
[INFO] running `Command { std: "docker" "start" "-a" "364f76db50982a1162e17879669ceeaa10b6476942f34795b4c63b74a05db2d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling bytemuck v1.17.1
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling zune-jpeg v0.4.13
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling fdeflate v0.3.4
[INFO] [stderr]    Compiling jpeg-encoder v0.6.0
[INFO] [stderr]    Compiling iai v0.1.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling flate2 v1.0.33
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:127:23
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn extensions(&mut self) -> TypedDict<'_, DeveloperExtension> {
[INFO] [stdout]     |                       ^^^^^^^^^               ^^  ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                       |
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn extensions(&mut self) -> TypedDict<'_, DeveloperExtension<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:145:27
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn output_intents(&mut self) -> TypedArray<'_, OutputIntent> {
[INFO] [stdout]     |                           ^^^^^^^^^                ^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                        |
[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] 145 |     pub fn output_intents(&mut self) -> TypedArray<'_, OutputIntent<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:151:29
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 151 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:465:23
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn attributes(&mut self) -> TypedArray<'_, Attributes> {
[INFO] [stdout]     |                       ^^^^^^^^^                ^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                        |
[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] 465 |     pub fn attributes(&mut self) -> TypedArray<'_, Attributes<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:471:28
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn attribute_class(&mut self) -> TypedArray<'_, Name> {
[INFO] [stdout]     |                            ^^^^^^^^^                ^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                        |
[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] 471 |     pub fn attribute_class(&mut self) -> TypedArray<'_, Name<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:516:29
[INFO] [stdout]     |
[INFO] [stdout] 516 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 516 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:671:21
[INFO] [stdout]     |
[INFO] [stdout] 671 |     pub fn multiple(&mut self, name: Name) -> TypedArray<'_, Attributes> {
[INFO] [stdout]     |                     ^^^^^^^^^                            ^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                                    |
[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] 671 |     pub fn multiple(&mut self, name: Name) -> TypedArray<'_, Attributes<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/structure.rs:1274:29
[INFO] [stdout]      |
[INFO] [stdout] 1274 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]      |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                             |                        |
[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] 1274 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]      |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunk.rs:236:25
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub fn destinations(&mut self, id: Ref) -> TypedDict<'_, Destination> {
[INFO] [stdout]     |                         ^^^^^^^^^                        ^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                                |
[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] 236 |     pub fn destinations(&mut self, id: Ref) -> TypedDict<'_, Destination<'_>> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/color.rs:657:22
[INFO] [stdout]     |
[INFO] [stdout] 657 |     pub fn colorants(&mut self) -> TypedDict<'_, Dict> {
[INFO] [stdout]     |                      ^^^^^^^^^               ^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                       |
[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] 657 |     pub fn colorants(&mut self) -> TypedDict<'_, Dict<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/content.rs:1252:23
[INFO] [stdout]      |
[INFO] [stdout] 1252 |     pub fn properties(&mut self) -> TypedDict<'_, PropertyList> {
[INFO] [stdout]      |                       ^^^^^^^^^               ^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                       |                       |
[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] 1252 |     pub fn properties(&mut self) -> TypedDict<'_, PropertyList<'_>> {
[INFO] [stdout]      |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/annotations.rs:234:29
[INFO] [stdout]     |
[INFO] [stdout] 234 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 234 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn user(&mut self) -> TypedArray<'_, UserProperty> {
[INFO] [stdout]    |                 ^^^^^^^^^                ^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |                        |
[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] 25 |     pub fn user(&mut self) -> TypedArray<'_, UserProperty<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/xobject.rs:159:29
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 159 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/xobject.rs:273:29
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 273 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:781:20
[INFO] [stdout]     |
[INFO] [stdout] 781 |     pub fn headers(&mut self) -> TypedArray<'_, Str> {
[INFO] [stdout]     |                    ^^^^^^^^^                ^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                        |
[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] 781 |     pub fn headers(&mut self) -> TypedArray<'_, Str<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling png v0.17.13
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling image v0.25.2
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling pdf-writer v0.13.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/xobject.rs:159:29
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/xobject.rs:273:29
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 273 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/color.rs:657:22
[INFO] [stdout]     |
[INFO] [stdout] 657 |     pub fn colorants(&mut self) -> TypedDict<'_, Dict> {
[INFO] [stdout]     |                      ^^^^^^^^^               ^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                       |
[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] 657 |     pub fn colorants(&mut self) -> TypedDict<'_, Dict<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunk.rs:236:25
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub fn destinations(&mut self, id: Ref) -> TypedDict<'_, Destination> {
[INFO] [stdout]     |                         ^^^^^^^^^                        ^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                                |
[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] 236 |     pub fn destinations(&mut self, id: Ref) -> TypedDict<'_, Destination<'_>> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn user(&mut self) -> TypedArray<'_, UserProperty> {
[INFO] [stdout]    |                 ^^^^^^^^^                ^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |                        |
[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] 25 |     pub fn user(&mut self) -> TypedArray<'_, UserProperty<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:781:20
[INFO] [stdout]     |
[INFO] [stdout] 781 |     pub fn headers(&mut self) -> TypedArray<'_, Str> {
[INFO] [stdout]     |                    ^^^^^^^^^                ^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                        |
[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] 781 |     pub fn headers(&mut self) -> TypedArray<'_, Str<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:127:23
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn extensions(&mut self) -> TypedDict<'_, DeveloperExtension> {
[INFO] [stdout]     |                       ^^^^^^^^^               ^^  ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                       |
[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] 127 |     pub fn extensions(&mut self) -> TypedDict<'_, DeveloperExtension<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:145:27
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn output_intents(&mut self) -> TypedArray<'_, OutputIntent> {
[INFO] [stdout]     |                           ^^^^^^^^^                ^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                        |
[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] 145 |     pub fn output_intents(&mut self) -> TypedArray<'_, OutputIntent<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:151:29
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 151 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:465:23
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn attributes(&mut self) -> TypedArray<'_, Attributes> {
[INFO] [stdout]     |                       ^^^^^^^^^                ^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                        |
[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] 465 |     pub fn attributes(&mut self) -> TypedArray<'_, Attributes<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:471:28
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn attribute_class(&mut self) -> TypedArray<'_, Name> {
[INFO] [stdout]     |                            ^^^^^^^^^                ^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                        |
[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] 471 |     pub fn attribute_class(&mut self) -> TypedArray<'_, Name<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:516:29
[INFO] [stdout]     |
[INFO] [stdout] 516 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 516 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/structure.rs:671:21
[INFO] [stdout]     |
[INFO] [stdout] 671 |     pub fn multiple(&mut self, name: Name) -> TypedArray<'_, Attributes> {
[INFO] [stdout]     |                     ^^^^^^^^^                            ^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                                    |
[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] 671 |     pub fn multiple(&mut self, name: Name) -> TypedArray<'_, Attributes<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/structure.rs:1274:29
[INFO] [stdout]      |
[INFO] [stdout] 1274 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]      |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                             |                        |
[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] 1274 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]      |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/content.rs:1252:23
[INFO] [stdout]      |
[INFO] [stdout] 1252 |     pub fn properties(&mut self) -> TypedDict<'_, PropertyList> {
[INFO] [stdout]      |                       ^^^^^^^^^               ^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                       |                       |
[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] 1252 |     pub fn properties(&mut self) -> TypedDict<'_, PropertyList<'_>> {
[INFO] [stdout]      |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/annotations.rs:234:29
[INFO] [stdout]     |
[INFO] [stdout] 234 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> {
[INFO] [stdout]     |                             ^^^^^^^^^                ^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                        |
[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] 234 |     pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.35s
[INFO] running `Command { std: "docker" "inspect" "364f76db50982a1162e17879669ceeaa10b6476942f34795b4c63b74a05db2d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "364f76db50982a1162e17879669ceeaa10b6476942f34795b4c63b74a05db2d7", kill_on_drop: false }`
[INFO] [stdout] 364f76db50982a1162e17879669ceeaa10b6476942f34795b4c63b74a05db2d7
