[INFO] fetching crate pdf-writer 0.13.0... [INFO] testing pdf-writer-0.13.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate pdf-writer 0.13.0 into /workspace/builds/worker-7-tc1/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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate pdf-writer 0.13.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fbd0dfc4c84d28991420b035d835057aefbcc5148a9cdeace6511451f1aa3b85 [INFO] running `Command { std: "docker" "start" "-a" "fbd0dfc4c84d28991420b035d835057aefbcc5148a9cdeace6511451f1aa3b85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fbd0dfc4c84d28991420b035d835057aefbcc5148a9cdeace6511451f1aa3b85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbd0dfc4c84d28991420b035d835057aefbcc5148a9cdeace6511451f1aa3b85", kill_on_drop: false }` [INFO] [stdout] fbd0dfc4c84d28991420b035d835057aefbcc5148a9cdeace6511451f1aa3b85 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0fef36971b80df95f614afbee476b3501c4109d2423c257ed299e3cf2e41e45 [INFO] running `Command { std: "docker" "start" "-a" "b0fef36971b80df95f614afbee476b3501c4109d2423c257ed299e3cf2e41e45", kill_on_drop: false }` [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/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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [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/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/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/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/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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s [INFO] running `Command { std: "docker" "inspect" "b0fef36971b80df95f614afbee476b3501c4109d2423c257ed299e3cf2e41e45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0fef36971b80df95f614afbee476b3501c4109d2423c257ed299e3cf2e41e45", kill_on_drop: false }` [INFO] [stdout] b0fef36971b80df95f614afbee476b3501c4109d2423c257ed299e3cf2e41e45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f0e7e8f127875600c5af2d6c4f5cc8c1e3ddae6c03920f484b67f4e1a3dcc6e3 [INFO] running `Command { std: "docker" "start" "-a" "f0e7e8f127875600c5af2d6c4f5cc8c1e3ddae6c03920f484b67f4e1a3dcc6e3", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling bytemuck v1.17.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling jpeg-encoder v0.6.0 [INFO] [stderr] Compiling iai v0.1.1 [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [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/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/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/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/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] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling zune-jpeg v0.4.13 [INFO] [stderr] Compiling flate2 v1.0.33 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [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/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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [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/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/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/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/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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 9.90s [INFO] running `Command { std: "docker" "inspect" "f0e7e8f127875600c5af2d6c4f5cc8c1e3ddae6c03920f484b67f4e1a3dcc6e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0e7e8f127875600c5af2d6c4f5cc8c1e3ddae6c03920f484b67f4e1a3dcc6e3", kill_on_drop: false }` [INFO] [stdout] f0e7e8f127875600c5af2d6c4f5cc8c1e3ddae6c03920f484b67f4e1a3dcc6e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 92b891e9919878c9735940902da9f004f97aadf32decdde909e0990fea5e2c8b [INFO] running `Command { std: "docker" "start" "-a" "92b891e9919878c9735940902da9f004f97aadf32decdde909e0990fea5e2c8b", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/annotations.rs:234:29 [INFO] [stderr] | [INFO] [stderr] 234 | pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 234 | pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:25:17 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn user(&mut self) -> TypedArray<'_, UserProperty> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 25 | pub fn user(&mut self) -> TypedArray<'_, UserProperty<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:781:20 [INFO] [stderr] | [INFO] [stderr] 781 | pub fn headers(&mut self) -> TypedArray<'_, Str> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 781 | pub fn headers(&mut self) -> TypedArray<'_, Str<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/chunk.rs:236:25 [INFO] [stderr] | [INFO] [stderr] 236 | pub fn destinations(&mut self, id: Ref) -> TypedDict<'_, Destination> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 236 | pub fn destinations(&mut self, id: Ref) -> TypedDict<'_, Destination<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/color.rs:657:22 [INFO] [stderr] | [INFO] [stderr] 657 | pub fn colorants(&mut self) -> TypedDict<'_, Dict> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 657 | pub fn colorants(&mut self) -> TypedDict<'_, Dict<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/content.rs:1252:23 [INFO] [stderr] | [INFO] [stderr] 1252 | pub fn properties(&mut self) -> TypedDict<'_, PropertyList> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 1252 | pub fn properties(&mut self) -> TypedDict<'_, PropertyList<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure.rs:127:23 [INFO] [stderr] | [INFO] [stderr] 127 | pub fn extensions(&mut self) -> TypedDict<'_, DeveloperExtension> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 127 | pub fn extensions(&mut self) -> TypedDict<'_, DeveloperExtension<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure.rs:145:27 [INFO] [stderr] | [INFO] [stderr] 145 | pub fn output_intents(&mut self) -> TypedArray<'_, OutputIntent> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 145 | pub fn output_intents(&mut self) -> TypedArray<'_, OutputIntent<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure.rs:151:29 [INFO] [stderr] | [INFO] [stderr] 151 | pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 151 | pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure.rs:465:23 [INFO] [stderr] | [INFO] [stderr] 465 | pub fn attributes(&mut self) -> TypedArray<'_, Attributes> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 465 | pub fn attributes(&mut self) -> TypedArray<'_, Attributes<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure.rs:471:28 [INFO] [stderr] | [INFO] [stderr] 471 | pub fn attribute_class(&mut self) -> TypedArray<'_, Name> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 471 | pub fn attribute_class(&mut self) -> TypedArray<'_, Name<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure.rs:516:29 [INFO] [stderr] | [INFO] [stderr] 516 | pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 516 | pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure.rs:671:21 [INFO] [stderr] | [INFO] [stderr] 671 | pub fn multiple(&mut self, name: Name) -> TypedArray<'_, Attributes> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 671 | pub fn multiple(&mut self, name: Name) -> TypedArray<'_, Attributes<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/structure.rs:1274:29 [INFO] [stderr] | [INFO] [stderr] 1274 | pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 1274 | pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/xobject.rs:159:29 [INFO] [stderr] | [INFO] [stderr] 159 | pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 159 | pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/xobject.rs:273:29 [INFO] [stderr] | [INFO] [stderr] 273 | pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec> { [INFO] [stderr] | ^^^^^^^^^ ^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 273 | pub fn associated_files(&mut self) -> TypedArray<'_, FileSpec<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `pdf-writer` (lib) generated 16 warnings (run `cargo fix --lib -p pdf-writer` to apply 16 suggestions) [INFO] [stderr] warning: `pdf-writer` (lib test) generated 16 warnings (16 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pdf_writer-e6a8d3b8685d0f8c) [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test annotations::tests::test_annotations ... ok [INFO] [stdout] test buf::tests::test_content_limits ... ok [INFO] [stdout] test buf::tests::test_chunk_limits ... ok [INFO] [stdout] test chunk::tests::test_chunk ... ok [INFO] [stdout] test content::tests::test_content_text ... ok [INFO] [stdout] test content::tests::test_content_encoding ... ok [INFO] [stdout] test object::tests::test_arrays ... ok [INFO] [stdout] test object::tests::test_dates ... ok [INFO] [stdout] test object::tests::test_streams ... ok [INFO] [stdout] test object::tests::test_primitive_objects ... ok [INFO] [stdout] test functions::tests::test_post_script_encoding ... ok [INFO] [stdout] test renumber::tests::test_renumber ... ok [INFO] [stdout] test object::tests::test_dicts ... ok [INFO] [stdout] test tests::test_binary_marker ... ok [INFO] [stdout] test tests::test_minimal ... ok [INFO] [stdout] test tests::test_xref_free_list_short ... ok [INFO] [stdout] test tests::test_xref_free_list_long ... ok [INFO] [stdout] test tests::test_xref_free_list_duplicate - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests pdf_writer [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/chunk.rs - chunk::Chunk::stream (line 162) ... ok [INFO] [stdout] test src/object.rs - object::Obj<'a>::start (line 480) ... ok [INFO] [stdout] test src/lib.rs - (line 43) ... FAILED [INFO] [stdout] test src/chunk.rs - chunk::Chunk::merge_limits (line 68) ... ok [INFO] [stdout] test src/object.rs - object::Finish (line 1299) ... ok [INFO] [stdout] test src/chunk.rs - chunk::Chunk::renumber (line 100) ... ok [INFO] [stdout] test src/chunk.rs - chunk::Chunk::stream (line 181) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 43) stdout ---- [INFO] [stdout] Test executable failed (exit status: 1). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 43) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "92b891e9919878c9735940902da9f004f97aadf32decdde909e0990fea5e2c8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92b891e9919878c9735940902da9f004f97aadf32decdde909e0990fea5e2c8b", kill_on_drop: false }` [INFO] [stdout] 92b891e9919878c9735940902da9f004f97aadf32decdde909e0990fea5e2c8b