[INFO] fetching crate icu_segmenter 2.0.0... [INFO] testing icu_segmenter-2.0.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate icu_segmenter 2.0.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate icu_segmenter 2.0.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate icu_segmenter 2.0.0 [INFO] tweaked toml for crates.io crate icu_segmenter 2.0.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate icu_segmenter 2.0.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 icu_segmenter 2.0.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-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] bc7bde1ab77aec492b6f319eef62dab1e5ebf6812c8bcc7d97821a58a41d6eb8 [INFO] running `Command { std: "docker" "start" "-a" "bc7bde1ab77aec492b6f319eef62dab1e5ebf6812c8bcc7d97821a58a41d6eb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc7bde1ab77aec492b6f319eef62dab1e5ebf6812c8bcc7d97821a58a41d6eb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc7bde1ab77aec492b6f319eef62dab1e5ebf6812c8bcc7d97821a58a41d6eb8", kill_on_drop: false }` [INFO] [stdout] bc7bde1ab77aec492b6f319eef62dab1e5ebf6812c8bcc7d97821a58a41d6eb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] a0c3e189e6e4d0469c6e12f5a8867994db8f1c6d0a23fefaf3f799d98b1f16e6 [INFO] running `Command { std: "docker" "start" "-a" "a0c3e189e6e4d0469c6e12f5a8867994db8f1c6d0a23fefaf3f799d98b1f16e6", kill_on_drop: false }` [INFO] [stderr] Compiling icu_segmenter_data v2.0.0 [INFO] [stderr] Compiling core_maths v0.1.1 [INFO] [stderr] Compiling icu_segmenter v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:25:31 [INFO] [stdout] | [INFO] [stdout] 25 | pub(super) fn as_borrowed(&self) -> MatrixBorrowed { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 25 | pub(super) fn as_borrowed(&self) -> MatrixBorrowed<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:47:45 [INFO] [stdout] | [INFO] [stdout] 47 | pub(super) fn submatrix(&self, index: usize) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | pub(super) fn submatrix(&self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | pub(super) fn as_mut(&mut self) -> MatrixBorrowedMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | pub(super) fn as_mut(&mut self) -> MatrixBorrowedMut<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 66 | index: usize, [INFO] [stdout] 67 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 67 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:163:31 [INFO] [stdout] | [INFO] [stdout] 163 | pub(super) fn as_borrowed(&self) -> MatrixBorrowed { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 163 | pub(super) fn as_borrowed(&self) -> MatrixBorrowed<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s [INFO] running `Command { std: "docker" "inspect" "a0c3e189e6e4d0469c6e12f5a8867994db8f1c6d0a23fefaf3f799d98b1f16e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0c3e189e6e4d0469c6e12f5a8867994db8f1c6d0a23fefaf3f799d98b1f16e6", kill_on_drop: false }` [INFO] [stdout] a0c3e189e6e4d0469c6e12f5a8867994db8f1c6d0a23fefaf3f799d98b1f16e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 82a99187a0611e1018c0f424dd1292a68d72bca39e0a97094fae8a7e70a4920c [INFO] running `Command { std: "docker" "start" "-a" "82a99187a0611e1018c0f424dd1292a68d72bca39e0a97094fae8a7e70a4920c", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:25:31 [INFO] [stdout] | [INFO] [stdout] 25 | pub(super) fn as_borrowed(&self) -> MatrixBorrowed { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 25 | pub(super) fn as_borrowed(&self) -> MatrixBorrowed<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:47:45 [INFO] [stdout] | [INFO] [stdout] 47 | pub(super) fn submatrix(&self, index: usize) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | pub(super) fn submatrix(&self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | pub(super) fn as_mut(&mut self) -> MatrixBorrowedMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | pub(super) fn as_mut(&mut self) -> MatrixBorrowedMut<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 66 | index: usize, [INFO] [stdout] 67 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 67 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:163:31 [INFO] [stdout] | [INFO] [stdout] 163 | pub(super) fn as_borrowed(&self) -> MatrixBorrowed { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 163 | pub(super) fn as_borrowed(&self) -> MatrixBorrowed<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap_builder v4.4.18 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling clap v4.4.18 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling icu_segmenter v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `icu` [INFO] [stdout] --> tests/spec_test.rs:120:17 [INFO] [stdout] | [INFO] [stdout] 120 | use icu::properties::{ [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `icu` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `icu`, use `cargo add icu` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `icu` [INFO] [stdout] --> tests/spec_test.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 216 | use icu::properties::{props::WordBreak, CodePointMapData}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `icu` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `icu`, use `cargo add icu` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `icu` [INFO] [stdout] --> tests/spec_test.rs:295:17 [INFO] [stdout] | [INFO] [stdout] 295 | use icu::properties::{props::GraphemeClusterBreak, CodePointMapData}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `icu` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `icu`, use `cargo add icu` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `icu` [INFO] [stdout] --> tests/spec_test.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | use icu::properties::{props::SentenceBreak, CodePointMapData}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `icu` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `icu`, use `cargo add icu` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `icu_properties` [INFO] [stdout] --> tests/spec_test.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use icu_properties::PropertyNamesLong; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `icu_properties` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `icu_properties`, use `cargo add icu_properties` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `icu_segmenter` (test "spec_test") due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:25:31 [INFO] [stdout] | [INFO] [stdout] 25 | pub(super) fn as_borrowed(&self) -> MatrixBorrowed { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 25 | pub(super) fn as_borrowed(&self) -> MatrixBorrowed<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:47:45 [INFO] [stdout] | [INFO] [stdout] 47 | pub(super) fn submatrix(&self, index: usize) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | pub(super) fn submatrix(&self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | pub(super) fn as_mut(&mut self) -> MatrixBorrowedMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | pub(super) fn as_mut(&mut self) -> MatrixBorrowedMut<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 66 | index: usize, [INFO] [stdout] 67 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 67 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/complex/lstm/matrix.rs:163:31 [INFO] [stdout] | [INFO] [stdout] 163 | pub(super) fn as_borrowed(&self) -> MatrixBorrowed { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 163 | pub(super) fn as_borrowed(&self) -> MatrixBorrowed<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "82a99187a0611e1018c0f424dd1292a68d72bca39e0a97094fae8a7e70a4920c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82a99187a0611e1018c0f424dd1292a68d72bca39e0a97094fae8a7e70a4920c", kill_on_drop: false }` [INFO] [stdout] 82a99187a0611e1018c0f424dd1292a68d72bca39e0a97094fae8a7e70a4920c