[INFO] fetching crate orx-selfref-col 2.11.0... [INFO] testing orx-selfref-col-2.11.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate orx-selfref-col 2.11.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate orx-selfref-col 2.11.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate orx-selfref-col 2.11.0 [INFO] tweaked toml for crates.io crate orx-selfref-col 2.11.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate orx-selfref-col 2.11.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate orx-selfref-col 2.11.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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 408f52023558f7f7fd5eeb70099f4eda778255941fb044511d8707c3531e1431 [INFO] running `Command { std: "docker" "start" "-a" "408f52023558f7f7fd5eeb70099f4eda778255941fb044511d8707c3531e1431", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "408f52023558f7f7fd5eeb70099f4eda778255941fb044511d8707c3531e1431", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "408f52023558f7f7fd5eeb70099f4eda778255941fb044511d8707c3531e1431", kill_on_drop: false }` [INFO] [stdout] 408f52023558f7f7fd5eeb70099f4eda778255941fb044511d8707c3531e1431 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c0538a3a46a009a0f3ce2cd3fff2dce066298aa107887536529f17bb05f1ca9 [INFO] running `Command { std: "docker" "start" "-a" "0c0538a3a46a009a0f3ce2cd3fff2dce066298aa107887536529f17bb05f1ca9", kill_on_drop: false }` [INFO] [stderr] Compiling orx-self-or v1.2.0 [INFO] [stderr] Compiling orx-pseudo-default v2.1.0 [INFO] [stderr] Compiling orx-iterable v1.3.0 [INFO] [stderr] Compiling orx-pinned-vec v3.17.0 [INFO] [stderr] Compiling orx-concurrent-iter v2.3.0 [INFO] [stderr] Compiling orx-fixed-vec v3.18.0 [INFO] [stderr] Compiling orx-split-vec v3.18.0 [INFO] [stderr] Compiling orx-selfref-col v2.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/references/array_left_most.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn iter(&self) -> ArrayLeftMostPtrIter { [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] 119 | pub fn iter(&self) -> ArrayLeftMostPtrIter<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/references/array_left_most.rs:125:21 [INFO] [stdout] | [INFO] [stdout] 125 | pub fn iter_mut(&mut self) -> ArrayLeftMostPtrIterMut { [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] 125 | pub fn iter_mut(&mut self) -> ArrayLeftMostPtrIterMut<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/references/vec.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn iter(&self) -> core::slice::Iter> { [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] 83 | pub fn iter(&self) -> core::slice::Iter<'_, NodePtr> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/references/vec.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn iter_mut(&mut self) -> core::slice::IterMut> { [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] 88 | pub fn iter_mut(&mut self) -> core::slice::IterMut<'_, NodePtr> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s [INFO] running `Command { std: "docker" "inspect" "0c0538a3a46a009a0f3ce2cd3fff2dce066298aa107887536529f17bb05f1ca9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c0538a3a46a009a0f3ce2cd3fff2dce066298aa107887536529f17bb05f1ca9", kill_on_drop: false }` [INFO] [stdout] 0c0538a3a46a009a0f3ce2cd3fff2dce066298aa107887536529f17bb05f1ca9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 71ae7bd23d01f7669dfeca49fab5bc265885b6626c9d6c45e9736e5697d4a234 [INFO] running `Command { std: "docker" "start" "-a" "71ae7bd23d01f7669dfeca49fab5bc265885b6626c9d6c45e9736e5697d4a234", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/references/array_left_most.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn iter(&self) -> ArrayLeftMostPtrIter { [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] 119 | pub fn iter(&self) -> ArrayLeftMostPtrIter<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/references/array_left_most.rs:125:21 [INFO] [stdout] | [INFO] [stdout] 125 | pub fn iter_mut(&mut self) -> ArrayLeftMostPtrIterMut { [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] 125 | pub fn iter_mut(&mut self) -> ArrayLeftMostPtrIterMut<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/references/vec.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn iter(&self) -> core::slice::Iter> { [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] 83 | pub fn iter(&self) -> core::slice::Iter<'_, NodePtr> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/references/vec.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn iter_mut(&mut self) -> core::slice::IterMut> { [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] 88 | pub fn iter_mut(&mut self) -> core::slice::IterMut<'_, NodePtr> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling test-case-core v3.3.1 [INFO] [stderr] Compiling test-case-macros v3.3.1 [INFO] [stderr] Compiling test-case v3.3.1 [INFO] [stderr] Compiling orx-selfref-col v2.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/references/array_left_most.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn iter(&self) -> ArrayLeftMostPtrIter { [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] 119 | pub fn iter(&self) -> ArrayLeftMostPtrIter<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/references/array_left_most.rs:125:21 [INFO] [stdout] | [INFO] [stdout] 125 | pub fn iter_mut(&mut self) -> ArrayLeftMostPtrIterMut { [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] 125 | pub fn iter_mut(&mut self) -> ArrayLeftMostPtrIterMut<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/references/vec.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn iter(&self) -> core::slice::Iter> { [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] 83 | pub fn iter(&self) -> core::slice::Iter<'_, NodePtr> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/references/vec.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn iter_mut(&mut self) -> core::slice::IterMut> { [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] 88 | pub fn iter_mut(&mut self) -> core::slice::IterMut<'_, NodePtr> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.76s [INFO] running `Command { std: "docker" "inspect" "71ae7bd23d01f7669dfeca49fab5bc265885b6626c9d6c45e9736e5697d4a234", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71ae7bd23d01f7669dfeca49fab5bc265885b6626c9d6c45e9736e5697d4a234", kill_on_drop: false }` [INFO] [stdout] 71ae7bd23d01f7669dfeca49fab5bc265885b6626c9d6c45e9736e5697d4a234 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bcfcb06cc87e9e1997b4ea220d1549a778088bf4ffb862764b9fbae2eacb18f6 [INFO] running `Command { std: "docker" "start" "-a" "bcfcb06cc87e9e1997b4ea220d1549a778088bf4ffb862764b9fbae2eacb18f6", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/references/array_left_most.rs:119:17 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn iter(&self) -> ArrayLeftMostPtrIter { [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] 119 | pub fn iter(&self) -> ArrayLeftMostPtrIter<'_, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/references/array_left_most.rs:125:21 [INFO] [stderr] | [INFO] [stderr] 125 | pub fn iter_mut(&mut self) -> ArrayLeftMostPtrIterMut { [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] [stdout] [INFO] [stderr] | [INFO] [stdout] running 0 tests [INFO] [stderr] 125 | pub fn iter_mut(&mut self) -> ArrayLeftMostPtrIterMut<'_, V> { [INFO] [stdout] [INFO] [stderr] | +++ [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/references/vec.rs:83:17 [INFO] [stdout] running 15 tests [INFO] [stderr] | [INFO] [stdout] test new_col ... ok [INFO] [stderr] 83 | pub fn iter(&self) -> core::slice::Iter> { [INFO] [stdout] test pop_back_empty ... ok [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test pop_back_when_1 ... ok [INFO] [stderr] | | [INFO] [stdout] test pop_back_when_3 ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test pop_front_when_1 ... ok [INFO] [stderr] | [INFO] [stdout] test pop_front_empty ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test push_back_1 ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test pop_front_when_3 ... ok [INFO] [stderr] | [INFO] [stdout] test push_back_2 ... ok [INFO] [stderr] 83 | pub fn iter(&self) -> core::slice::Iter<'_, NodePtr> { [INFO] [stdout] test push_front_1 ... ok [INFO] [stderr] | +++ [INFO] [stdout] test push_front_2 ... ok [INFO] [stderr] [INFO] [stdout] test push_front_back ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test push_one ... ok [INFO] [stderr] --> src/references/vec.rs:88:21 [INFO] [stdout] test remove_at_test ... ok [INFO] [stderr] | [INFO] [stdout] test reorganize_threshold ... ok [INFO] [stderr] 88 | pub fn iter_mut(&mut self) -> core::slice::IterMut> { [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | | [INFO] [stdout] [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 12 tests [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test new_col ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test pop_empty ... ok [INFO] [stderr] | [INFO] [stdout] test node_ref_validation_threshold_reclaim ... ok [INFO] [stderr] 88 | pub fn iter_mut(&mut self) -> core::slice::IterMut<'_, NodePtr> { [INFO] [stdout] test pop_when_1 ... ok [INFO] [stderr] | +++ [INFO] [stdout] test pop_when_3 ... ok [INFO] [stderr] [INFO] [stdout] test push_front_2 ... ok [INFO] [stderr] warning: `orx-selfref-col` (lib) generated 4 warnings (run `cargo fix --lib -p orx-selfref-col` to apply 4 suggestions) [INFO] [stdout] test push_one ... ok [INFO] [stderr] warning: `orx-selfref-col` (lib test) generated 4 warnings (4 duplicates) [INFO] [stdout] test push_front_1 ... ok [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stdout] test reorganize_col_gapped ... ok [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/orx_selfref_col-aa970c17a569f7f1) [INFO] [stdout] test reorganize_col_trivial ... ok [INFO] [stderr] Running tests/doubly_linked_list.rs (/opt/rustwide/target/debug/deps/doubly_linked_list-d44feb331d0c1ce7) [INFO] [stdout] test reorganize_threshold ... ok [INFO] [stderr] Running tests/singly_linked_list.rs (/opt/rustwide/target/debug/deps/singly_linked_list-3b32fb79886a5e7a) [INFO] [stdout] test node_ref_validation_never_reclaim ... ok [INFO] [stderr] Doc-tests orx_selfref_col [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/../README.md - (line 46) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bcfcb06cc87e9e1997b4ea220d1549a778088bf4ffb862764b9fbae2eacb18f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcfcb06cc87e9e1997b4ea220d1549a778088bf4ffb862764b9fbae2eacb18f6", kill_on_drop: false }` [INFO] [stdout] bcfcb06cc87e9e1997b4ea220d1549a778088bf4ffb862764b9fbae2eacb18f6