[INFO] fetching crate iron-ingot 0.7.1...
[INFO] testing iron-ingot-0.7.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate iron-ingot 0.7.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate iron-ingot 0.7.1
[INFO] finished tweaking crates.io crate iron-ingot 0.7.1
[INFO] tweaked toml for crates.io crate iron-ingot 0.7.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate iron-ingot 0.7.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 14 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0f8ce18f244a3d9cf9fe50a6975884662faa5aafbcc8ae71b6fc71ef770fd44a
[INFO] running `Command { std: "docker" "start" "-a" "0f8ce18f244a3d9cf9fe50a6975884662faa5aafbcc8ae71b6fc71ef770fd44a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f8ce18f244a3d9cf9fe50a6975884662faa5aafbcc8ae71b6fc71ef770fd44a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f8ce18f244a3d9cf9fe50a6975884662faa5aafbcc8ae71b6fc71ef770fd44a", kill_on_drop: false }`
[INFO] [stdout] 0f8ce18f244a3d9cf9fe50a6975884662faa5aafbcc8ae71b6fc71ef770fd44a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4133adee2c0e1ba5c8392bb9f0c9df7e56218cc6b6bab90a4501276b68f81c5b
[INFO] running `Command { std: "docker" "start" "-a" "4133adee2c0e1ba5c8392bb9f0c9df7e56218cc6b6bab90a4501276b68f81c5b", kill_on_drop: false }`
[INFO] [stderr]    Compiling iron-ingot v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/any/hash.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 |   fn hash(&self) -> Cow<[Self::Part]>;
[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] 21 |   fn hash(&self) -> Cow<'_, [Self::Part]>;
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/any/reactive.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |   pub fn borrow(&self) -> Ref<Reactive<T>> {
[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] 38 |   pub fn borrow(&self) -> Ref<'_, Reactive<T>> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/any/reactive.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |   pub fn borrow_mut(&self) -> RefMut<Reactive<T>> {
[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] 44 |   pub fn borrow_mut(&self) -> RefMut<'_, Reactive<T>> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/any/reactive.rs:97:20
[INFO] [stdout]    |
[INFO] [stdout] 97 |       id: unsafe { ID_MANAGER.next() }.unwrap(),
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/any/to_words.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 |   fn to_words(&self) -> Cow<[String]>;
[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] 4 |   fn to_words(&self) -> Cow<'_, [String]>;
[INFO] [stdout]   |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/any/tree_map.rs:244:19
[INFO] [stdout]     |
[INFO] [stdout] 244 |   pub fn to_slice(&self) -> Cow<[(&K, &V)]> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |         |     |   |
[INFO] [stdout]     |                   |         |     |   the same lifetime is elided here
[INFO] [stdout]     |                   |         |     the same lifetime is elided here
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 244 |   pub fn to_slice(&self) -> Cow<'_, [(&K, &V)]> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/any/tree_map.rs:252:20
[INFO] [stdout]     |
[INFO] [stdout] 252 |   fn to_slice_from(&self, id: usize) -> Cow<[(&K, &V)]> {
[INFO] [stdout]     |                    ^^^^^                ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |                    |     |   |
[INFO] [stdout]     |                    |                    |     |   the same lifetime is elided here
[INFO] [stdout]     |                    |                    |     the same lifetime is elided here
[INFO] [stdout]     |                    |                    the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 252 |   fn to_slice_from(&self, id: usize) -> Cow<'_, [(&K, &V)]> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/any/tree_set.rs:42:19
[INFO] [stdout]    |
[INFO] [stdout] 42 |   pub fn to_slice(&self) -> Cow<[&T]> {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^
[INFO] [stdout]    |                   |         |    |
[INFO] [stdout]    |                   |         |    the same lifetime is elided here
[INFO] [stdout]    |                   |         the same lifetime is hidden here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 42 |   pub fn to_slice(&self) -> Cow<'_, [&T]> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/functions/collections.rs:30:30
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn min<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<[&T]> {
[INFO] [stdout]    |                              ^^^^                                                ^^^^^^^^^
[INFO] [stdout]    |                              |                                                   |    |
[INFO] [stdout]    |                              |                                                   |    the same lifetime is elided here
[INFO] [stdout]    |                              the lifetime is elided here                         the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn min<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<'_, [&T]> {
[INFO] [stdout]    |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/functions/collections.rs:60:30
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn max<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<[&T]> {
[INFO] [stdout]    |                              ^^^^                                                ^^^^^^^^^
[INFO] [stdout]    |                              |                                                   |    |
[INFO] [stdout]    |                              |                                                   |    the same lifetime is elided here
[INFO] [stdout]    |                              the lifetime is elided here                         the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn max<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<'_, [&T]> {
[INFO] [stdout]    |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/reactive/reactive_slice.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |   pub fn borrow(&self) -> Ref<Reactive<Vec<T>>> {
[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] 33 |   pub fn borrow(&self) -> Ref<'_, Reactive<Vec<T>>> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/reactive/reactive_slice.rs:37:21
[INFO] [stdout]    |
[INFO] [stdout] 37 |   pub fn borrow_mut(&self) -> RefMut<Reactive<Vec<T>>> {
[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] 37 |   pub fn borrow_mut(&self) -> RefMut<'_, Reactive<Vec<T>>> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/reactive/reactive_slice.rs:103:15
[INFO] [stdout]     |
[INFO] [stdout] 103 |   pub fn iter(&self) -> Iter<T> {
[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] 103 |   pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/camel_case_str.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |   fn to_words(&self) -> Cow<[String]> {
[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] 27 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/lower_case_str.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |   fn to_words(&self) -> Cow<[String]> {
[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] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/pascal_case_str.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |   fn to_words(&self) -> Cow<[String]> {
[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] 27 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/screaming_case_str.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |   fn to_words(&self) -> Cow<[String]> {
[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] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/snake_case_str.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |   fn to_words(&self) -> Cow<[String]> {
[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] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/title_case_str.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |   fn to_words(&self) -> Cow<[String]> {
[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] 27 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/upper_case_str.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |   fn to_words(&self) -> Cow<[String]> {
[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] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
[INFO] running `Command { std: "docker" "inspect" "4133adee2c0e1ba5c8392bb9f0c9df7e56218cc6b6bab90a4501276b68f81c5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4133adee2c0e1ba5c8392bb9f0c9df7e56218cc6b6bab90a4501276b68f81c5b", kill_on_drop: false }`
[INFO] [stdout] 4133adee2c0e1ba5c8392bb9f0c9df7e56218cc6b6bab90a4501276b68f81c5b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e157e67a546e59ac5219fb147dc3bb0dfe60f1e2273a6567b728fc8334c50454
[INFO] running `Command { std: "docker" "start" "-a" "e157e67a546e59ac5219fb147dc3bb0dfe60f1e2273a6567b728fc8334c50454", kill_on_drop: false }`
[INFO] [stderr]    Compiling iron-ingot v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/any/hash.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 |   fn hash(&self) -> Cow<[Self::Part]>;
[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] 21 |   fn hash(&self) -> Cow<'_, [Self::Part]>;
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/any/reactive.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |   pub fn borrow(&self) -> Ref<Reactive<T>> {
[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] 38 |   pub fn borrow(&self) -> Ref<'_, Reactive<T>> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/any/reactive.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |   pub fn borrow_mut(&self) -> RefMut<Reactive<T>> {
[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] 44 |   pub fn borrow_mut(&self) -> RefMut<'_, Reactive<T>> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/any/reactive.rs:97:20
[INFO] [stdout]    |
[INFO] [stdout] 97 |       id: unsafe { ID_MANAGER.next() }.unwrap(),
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/any/to_words.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 |   fn to_words(&self) -> Cow<[String]>;
[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] 4 |   fn to_words(&self) -> Cow<'_, [String]>;
[INFO] [stdout]   |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/any/tree_map.rs:244:19
[INFO] [stdout]     |
[INFO] [stdout] 244 |   pub fn to_slice(&self) -> Cow<[(&K, &V)]> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |         |     |   |
[INFO] [stdout]     |                   |         |     |   the same lifetime is elided here
[INFO] [stdout]     |                   |         |     the same lifetime is elided here
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 244 |   pub fn to_slice(&self) -> Cow<'_, [(&K, &V)]> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/any/tree_map.rs:252:20
[INFO] [stdout]     |
[INFO] [stdout] 252 |   fn to_slice_from(&self, id: usize) -> Cow<[(&K, &V)]> {
[INFO] [stdout]     |                    ^^^^^                ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |                    |     |   |
[INFO] [stdout]     |                    |                    |     |   the same lifetime is elided here
[INFO] [stdout]     |                    |                    |     the same lifetime is elided here
[INFO] [stdout]     |                    |                    the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 252 |   fn to_slice_from(&self, id: usize) -> Cow<'_, [(&K, &V)]> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/any/tree_set.rs:42:19
[INFO] [stdout]    |
[INFO] [stdout] 42 |   pub fn to_slice(&self) -> Cow<[&T]> {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^
[INFO] [stdout]    |                   |         |    |
[INFO] [stdout]    |                   |         |    the same lifetime is elided here
[INFO] [stdout]    |                   |         the same lifetime is hidden here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 42 |   pub fn to_slice(&self) -> Cow<'_, [&T]> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/functions/collections.rs:30:30
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn min<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<[&T]> {
[INFO] [stdout]    |                              ^^^^                                                ^^^^^^^^^
[INFO] [stdout]    |                              |                                                   |    |
[INFO] [stdout]    |                              |                                                   |    the same lifetime is elided here
[INFO] [stdout]    |                              the lifetime is elided here                         the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn min<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<'_, [&T]> {
[INFO] [stdout]    |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/functions/collections.rs:60:30
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn max<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<[&T]> {
[INFO] [stdout]    |                              ^^^^                                                ^^^^^^^^^
[INFO] [stdout]    |                              |                                                   |    |
[INFO] [stdout]    |                              |                                                   |    the same lifetime is elided here
[INFO] [stdout]    |                              the lifetime is elided here                         the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn max<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<'_, [&T]> {
[INFO] [stdout]    |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/reactive/reactive_slice.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |   pub fn borrow(&self) -> Ref<Reactive<Vec<T>>> {
[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] 33 |   pub fn borrow(&self) -> Ref<'_, Reactive<Vec<T>>> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/reactive/reactive_slice.rs:37:21
[INFO] [stdout]    |
[INFO] [stdout] 37 |   pub fn borrow_mut(&self) -> RefMut<Reactive<Vec<T>>> {
[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] 37 |   pub fn borrow_mut(&self) -> RefMut<'_, Reactive<Vec<T>>> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/reactive/reactive_slice.rs:103:15
[INFO] [stdout]     |
[INFO] [stdout] 103 |   pub fn iter(&self) -> Iter<T> {
[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] 103 |   pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/camel_case_str.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |   fn to_words(&self) -> Cow<[String]> {
[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] 27 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/lower_case_str.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |   fn to_words(&self) -> Cow<[String]> {
[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] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/pascal_case_str.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |   fn to_words(&self) -> Cow<[String]> {
[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] 27 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/screaming_case_str.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |   fn to_words(&self) -> Cow<[String]> {
[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] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/snake_case_str.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |   fn to_words(&self) -> Cow<[String]> {
[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] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/title_case_str.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |   fn to_words(&self) -> Cow<[String]> {
[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] 27 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/upper_case_str.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |   fn to_words(&self) -> Cow<[String]> {
[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] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/any/hash.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 |   fn hash(&self) -> Cow<[Self::Part]>;
[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] 21 |   fn hash(&self) -> Cow<'_, [Self::Part]>;
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/any/reactive.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |   pub fn borrow(&self) -> Ref<Reactive<T>> {
[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] 38 |   pub fn borrow(&self) -> Ref<'_, Reactive<T>> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/any/reactive.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |   pub fn borrow_mut(&self) -> RefMut<Reactive<T>> {
[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] 44 |   pub fn borrow_mut(&self) -> RefMut<'_, Reactive<T>> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/any/reactive.rs:97:20
[INFO] [stdout]    |
[INFO] [stdout] 97 |       id: unsafe { ID_MANAGER.next() }.unwrap(),
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/any/to_words.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 |   fn to_words(&self) -> Cow<[String]>;
[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] 4 |   fn to_words(&self) -> Cow<'_, [String]>;
[INFO] [stdout]   |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/any/tree_map.rs:244:19
[INFO] [stdout]     |
[INFO] [stdout] 244 |   pub fn to_slice(&self) -> Cow<[(&K, &V)]> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |         |     |   |
[INFO] [stdout]     |                   |         |     |   the same lifetime is elided here
[INFO] [stdout]     |                   |         |     the same lifetime is elided here
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 244 |   pub fn to_slice(&self) -> Cow<'_, [(&K, &V)]> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/any/tree_map.rs:252:20
[INFO] [stdout]     |
[INFO] [stdout] 252 |   fn to_slice_from(&self, id: usize) -> Cow<[(&K, &V)]> {
[INFO] [stdout]     |                    ^^^^^                ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |                    |     |   |
[INFO] [stdout]     |                    |                    |     |   the same lifetime is elided here
[INFO] [stdout]     |                    |                    |     the same lifetime is elided here
[INFO] [stdout]     |                    |                    the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 252 |   fn to_slice_from(&self, id: usize) -> Cow<'_, [(&K, &V)]> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/any/tree_set.rs:42:19
[INFO] [stdout]    |
[INFO] [stdout] 42 |   pub fn to_slice(&self) -> Cow<[&T]> {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^
[INFO] [stdout]    |                   |         |    |
[INFO] [stdout]    |                   |         |    the same lifetime is elided here
[INFO] [stdout]    |                   |         the same lifetime is hidden here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 42 |   pub fn to_slice(&self) -> Cow<'_, [&T]> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/functions/collections.rs:30:30
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn min<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<[&T]> {
[INFO] [stdout]    |                              ^^^^                                                ^^^^^^^^^
[INFO] [stdout]    |                              |                                                   |    |
[INFO] [stdout]    |                              |                                                   |    the same lifetime is elided here
[INFO] [stdout]    |                              the lifetime is elided here                         the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn min<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<'_, [&T]> {
[INFO] [stdout]    |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/functions/collections.rs:60:30
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn max<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<[&T]> {
[INFO] [stdout]    |                              ^^^^                                                ^^^^^^^^^
[INFO] [stdout]    |                              |                                                   |    |
[INFO] [stdout]    |                              |                                                   |    the same lifetime is elided here
[INFO] [stdout]    |                              the lifetime is elided here                         the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn max<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<'_, [&T]> {
[INFO] [stdout]    |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/reactive/reactive_slice.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |   pub fn borrow(&self) -> Ref<Reactive<Vec<T>>> {
[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] 33 |   pub fn borrow(&self) -> Ref<'_, Reactive<Vec<T>>> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/reactive/reactive_slice.rs:37:21
[INFO] [stdout]    |
[INFO] [stdout] 37 |   pub fn borrow_mut(&self) -> RefMut<Reactive<Vec<T>>> {
[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] 37 |   pub fn borrow_mut(&self) -> RefMut<'_, Reactive<Vec<T>>> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/reactive/reactive_slice.rs:103:15
[INFO] [stdout]     |
[INFO] [stdout] 103 |   pub fn iter(&self) -> Iter<T> {
[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] 103 |   pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/camel_case_str.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |   fn to_words(&self) -> Cow<[String]> {
[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] 27 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/lower_case_str.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |   fn to_words(&self) -> Cow<[String]> {
[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] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/pascal_case_str.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |   fn to_words(&self) -> Cow<[String]> {
[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] 27 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/screaming_case_str.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |   fn to_words(&self) -> Cow<[String]> {
[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] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/snake_case_str.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |   fn to_words(&self) -> Cow<[String]> {
[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] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/title_case_str.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |   fn to_words(&self) -> Cow<[String]> {
[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] 27 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/str/upper_case_str.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |   fn to_words(&self) -> Cow<[String]> {
[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] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.25s
[INFO] running `Command { std: "docker" "inspect" "e157e67a546e59ac5219fb147dc3bb0dfe60f1e2273a6567b728fc8334c50454", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e157e67a546e59ac5219fb147dc3bb0dfe60f1e2273a6567b728fc8334c50454", kill_on_drop: false }`
[INFO] [stdout] e157e67a546e59ac5219fb147dc3bb0dfe60f1e2273a6567b728fc8334c50454
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d35e5083ae04c6b0689d3b9afe56ab070bc947399527a5213bab3f2935d5dad8
[INFO] running `Command { std: "docker" "start" "-a" "d35e5083ae04c6b0689d3b9afe56ab070bc947399527a5213bab3f2935d5dad8", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/any/hash.rs:21:11
[INFO] [stderr]    |
[INFO] [stderr] 21 |   fn hash(&self) -> Cow<[Self::Part]>;
[INFO] [stderr]    |           ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |           |
[INFO] [stderr]    |           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 21 |   fn hash(&self) -> Cow<'_, [Self::Part]>;
[INFO] [stderr]    |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/any/reactive.rs:38:17
[INFO] [stderr]    |
[INFO] [stderr] 38 |   pub fn borrow(&self) -> Ref<Reactive<T>> {
[INFO] [stderr]    |                 ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 38 |   pub fn borrow(&self) -> Ref<'_, Reactive<T>> {
[INFO] [stderr]    |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/any/reactive.rs:44:21
[INFO] [stderr]    |
[INFO] [stderr] 44 |   pub fn borrow_mut(&self) -> RefMut<Reactive<T>> {
[INFO] [stderr]    |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 44 |   pub fn borrow_mut(&self) -> RefMut<'_, Reactive<T>> {
[INFO] [stderr]    |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/any/reactive.rs:97:20
[INFO] [stderr]    |
[INFO] [stderr] 97 |       id: unsafe { ID_MANAGER.next() }.unwrap(),
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/any/to_words.rs:4:15
[INFO] [stderr]   |
[INFO] [stderr] 4 |   fn to_words(&self) -> Cow<[String]>;
[INFO] [stderr]   |               ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |               |
[INFO] [stderr]   |               the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 4 |   fn to_words(&self) -> Cow<'_, [String]>;
[INFO] [stderr]   |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/any/tree_map.rs:244:19
[INFO] [stderr]     |
[INFO] [stderr] 244 |   pub fn to_slice(&self) -> Cow<[(&K, &V)]> {
[INFO] [stderr]     |                   ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                   |         |     |   |
[INFO] [stderr]     |                   |         |     |   the same lifetime is elided here
[INFO] [stderr]     |                   |         |     the same lifetime is elided here
[INFO] [stderr]     |                   |         the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 244 |   pub fn to_slice(&self) -> Cow<'_, [(&K, &V)]> {
[INFO] [stderr]     |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/any/tree_map.rs:252:20
[INFO] [stderr]     |
[INFO] [stderr] 252 |   fn to_slice_from(&self, id: usize) -> Cow<[(&K, &V)]> {
[INFO] [stderr]     |                    ^^^^^                ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                    |                    |     |   |
[INFO] [stderr]     |                    |                    |     |   the same lifetime is elided here
[INFO] [stderr]     |                    |                    |     the same lifetime is elided here
[INFO] [stderr]     |                    |                    the same lifetime is hidden here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 252 |   fn to_slice_from(&self, id: usize) -> Cow<'_, [(&K, &V)]> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/any/tree_set.rs:42:19
[INFO] [stderr]    |
[INFO] [stderr] 42 |   pub fn to_slice(&self) -> Cow<[&T]> {
[INFO] [stderr]    |                   ^^^^^     ^^^^^^^^^
[INFO] [stderr]    |                   |         |    |
[INFO] [stderr]    |                   |         |    the same lifetime is elided here
[INFO] [stderr]    |                   |         the same lifetime is hidden here
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 42 |   pub fn to_slice(&self) -> Cow<'_, [&T]> {
[INFO] [stderr]    |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/functions/collections.rs:30:30
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub fn min<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<[&T]> {
[INFO] [stderr]    |                              ^^^^                                                ^^^^^^^^^
[INFO] [stderr]    |                              |                                                   |    |
[INFO] [stderr]    |                              |                                                   |    the same lifetime is elided here
[INFO] [stderr]    |                              the lifetime is elided here                         the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub fn min<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<'_, [&T]> {
[INFO] [stderr]    |                                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/functions/collections.rs:60:30
[INFO] [stderr]    |
[INFO] [stderr] 60 | pub fn max<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<[&T]> {
[INFO] [stderr]    |                              ^^^^                                                ^^^^^^^^^
[INFO] [stderr]    |                              |                                                   |    |
[INFO] [stderr]    |                              |                                                   |    the same lifetime is elided here
[INFO] [stderr]    |                              the lifetime is elided here                         the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 60 | pub fn max<T, R: Ord>(array: &[T], mut get_value: impl FnMut(&T, usize) -> R) -> Cow<'_, [&T]> {
[INFO] [stderr]    |                                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/reactive/reactive_slice.rs:33:17
[INFO] [stderr]    |
[INFO] [stderr] 33 |   pub fn borrow(&self) -> Ref<Reactive<Vec<T>>> {
[INFO] [stderr]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 33 |   pub fn borrow(&self) -> Ref<'_, Reactive<Vec<T>>> {
[INFO] [stderr]    |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/reactive/reactive_slice.rs:37:21
[INFO] [stderr]    |
[INFO] [stderr] 37 |   pub fn borrow_mut(&self) -> RefMut<Reactive<Vec<T>>> {
[INFO] [stderr]    |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 37 |   pub fn borrow_mut(&self) -> RefMut<'_, Reactive<Vec<T>>> {
[INFO] [stderr]    |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/reactive/reactive_slice.rs:103:15
[INFO] [stderr]     |
[INFO] [stderr] 103 |   pub fn iter(&self) -> Iter<T> {
[INFO] [stderr]     |               ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 103 |   pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stderr]     |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/str/camel_case_str.rs:27:15
[INFO] [stderr]    |
[INFO] [stderr] 27 |   fn to_words(&self) -> Cow<[String]> {
[INFO] [stderr]    |               ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 27 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stderr]    |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/str/lower_case_str.rs:29:15
[INFO] [stderr]    |
[INFO] [stderr] 29 |   fn to_words(&self) -> Cow<[String]> {
[INFO] [stderr]    |               ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stderr]    |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/str/pascal_case_str.rs:27:15
[INFO] [stderr]    |
[INFO] [stderr] 27 |   fn to_words(&self) -> Cow<[String]> {
[INFO] [stderr]    |               ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 27 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stderr]    |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/str/screaming_case_str.rs:29:15
[INFO] [stderr]    |
[INFO] [stderr] 29 |   fn to_words(&self) -> Cow<[String]> {
[INFO] [stderr]    |               ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stderr]    |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/str/snake_case_str.rs:29:15
[INFO] [stderr]    |
[INFO] [stderr] 29 |   fn to_words(&self) -> Cow<[String]> {
[INFO] [stderr]    |               ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stderr]    |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/str/title_case_str.rs:27:15
[INFO] [stderr]    |
[INFO] [stderr] 27 |   fn to_words(&self) -> Cow<[String]> {
[INFO] [stderr]    |               ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 27 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stderr]    |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/str/upper_case_str.rs:29:15
[INFO] [stderr]    |
[INFO] [stderr] 29 |   fn to_words(&self) -> Cow<[String]> {
[INFO] [stderr]    |               ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 29 |   fn to_words(&self) -> Cow<'_, [String]> {
[INFO] [stderr]    |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: `iron-ingot` (lib) generated 20 warnings (run `cargo fix --lib -p iron-ingot` to apply 19 suggestions)
[INFO] [stderr] warning: `iron-ingot` (lib test) generated 20 warnings (20 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/iron_ingot-9c80ec55e84d3464)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests iron_ingot
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/any/id_manager.rs - any::id_manager::IDManager::next (line 132) ... ok
[INFO] [stdout] test src/any/dynamic.rs - any::dynamic::Dynamic<T,F>::step (line 104) ... ok
[INFO] [stdout] test src/any/delayed.rs - any::delayed::Delayed<'a,T>::set_value (line 99) ... ok
[INFO] [stdout] test src/any/dynamic.rs - any::dynamic::Dynamic<T,F>::get_value (line 65) ... ok
[INFO] [stdout] test src/any/delayed.rs - any::delayed::Delayed<'a,T>::set_now (line 123) ... ok
[INFO] [stdout] test src/any/delayed.rs - any::delayed::Delayed<'a,T>::get_value (line 74) ... ok
[INFO] [stdout] test src/any/delayed.rs - any::delayed::Delayed<'a,T>::step (line 144) ... ok
[INFO] [stdout] test src/any/id_manager.rs - any::id_manager::IDManager::free (line 58) ... ok
[INFO] [stdout] test src/any/id_manager.rs - any::id_manager::IDManager::free (line 70) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d35e5083ae04c6b0689d3b9afe56ab070bc947399527a5213bab3f2935d5dad8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d35e5083ae04c6b0689d3b9afe56ab070bc947399527a5213bab3f2935d5dad8", kill_on_drop: false }`
[INFO] [stdout] d35e5083ae04c6b0689d3b9afe56ab070bc947399527a5213bab3f2935d5dad8
