[INFO] fetching crate generic-array 1.2.0... [INFO] testing generic-array-1.2.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate generic-array 1.2.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate generic-array 1.2.0 [INFO] finished tweaking crates.io crate generic-array 1.2.0 [INFO] tweaked toml for crates.io crate generic-array 1.2.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate generic-array 1.2.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate generic-array 1.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff3c8116f57071a0eba2ff1c7875d546bb8d819e44881d2eaff7b8cf5f8fd4d8 [INFO] running `Command { std: "docker" "start" "-a" "ff3c8116f57071a0eba2ff1c7875d546bb8d819e44881d2eaff7b8cf5f8fd4d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff3c8116f57071a0eba2ff1c7875d546bb8d819e44881d2eaff7b8cf5f8fd4d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff3c8116f57071a0eba2ff1c7875d546bb8d819e44881d2eaff7b8cf5f8fd4d8", kill_on_drop: false }` [INFO] [stdout] ff3c8116f57071a0eba2ff1c7875d546bb8d819e44881d2eaff7b8cf5f8fd4d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 12bd6b0cf50dfa4ab1a4b1501037b1ca154b65f781cfdab5a77f1274d7c4bbaf [INFO] running `Command { std: "docker" "start" "-a" "12bd6b0cf50dfa4ab1a4b1501037b1ca154b65f781cfdab5a77f1274d7c4bbaf", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling generic-array v1.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal.rs:77:33 [INFO] [stdout] | [INFO] [stdout] 77 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut>, &mut usize) { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 77 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, MaybeUninit>, &mut usize) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal.rs:167:33 [INFO] [stdout] | [INFO] [stdout] 167 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut>, &mut usize) { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [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] 167 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, MaybeUninit>, &mut usize) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal.rs:222:33 [INFO] [stdout] | [INFO] [stdout] 222 | pub unsafe fn iter_position(&mut self) -> (slice::Iter, &mut usize) { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [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] 222 | pub unsafe fn iter_position(&mut self) -> (slice::Iter<'_, T>, &mut usize) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s [INFO] running `Command { std: "docker" "inspect" "12bd6b0cf50dfa4ab1a4b1501037b1ca154b65f781cfdab5a77f1274d7c4bbaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12bd6b0cf50dfa4ab1a4b1501037b1ca154b65f781cfdab5a77f1274d7c4bbaf", kill_on_drop: false }` [INFO] [stdout] 12bd6b0cf50dfa4ab1a4b1501037b1ca154b65f781cfdab5a77f1274d7c4bbaf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b8497608f0293cbe7dd782099f636d5c624b04c6f3dc83e727ed43d0bf70c23 [INFO] running `Command { std: "docker" "start" "-a" "3b8497608f0293cbe7dd782099f636d5c624b04c6f3dc83e727ed43d0bf70c23", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.164 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling clap_lex v0.7.3 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling itoa v1.0.13 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling syn v2.0.89 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal.rs:77:33 [INFO] [stdout] | [INFO] [stdout] 77 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut>, &mut usize) { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 77 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, MaybeUninit>, &mut usize) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal.rs:167:33 [INFO] [stdout] | [INFO] [stdout] 167 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut>, &mut usize) { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [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] 167 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, MaybeUninit>, &mut usize) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal.rs:222:33 [INFO] [stdout] | [INFO] [stdout] 222 | pub unsafe fn iter_position(&mut self) -> (slice::Iter, &mut usize) { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [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] 222 | pub unsafe fn iter_position(&mut self) -> (slice::Iter<'_, T>, &mut usize) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap_builder v4.5.21 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling clap v4.5.21 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling generic-array v1.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal.rs:77:33 [INFO] [stdout] | [INFO] [stdout] 77 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut>, &mut usize) { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 77 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, MaybeUninit>, &mut usize) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal.rs:167:33 [INFO] [stdout] | [INFO] [stdout] 167 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut>, &mut usize) { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [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] 167 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, MaybeUninit>, &mut usize) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal.rs:222:33 [INFO] [stdout] | [INFO] [stdout] 222 | pub unsafe fn iter_position(&mut self) -> (slice::Iter, &mut usize) { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [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] 222 | pub unsafe fn iter_position(&mut self) -> (slice::Iter<'_, T>, &mut usize) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 23.29s [INFO] running `Command { std: "docker" "inspect" "3b8497608f0293cbe7dd782099f636d5c624b04c6f3dc83e727ed43d0bf70c23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b8497608f0293cbe7dd782099f636d5c624b04c6f3dc83e727ed43d0bf70c23", kill_on_drop: false }` [INFO] [stdout] 3b8497608f0293cbe7dd782099f636d5c624b04c6f3dc83e727ed43d0bf70c23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 793b3ce8330da70ccaf3c634d9de3a917c9e78b9e049b60f376341c9735850a9 [INFO] running `Command { std: "docker" "start" "-a" "793b3ce8330da70ccaf3c634d9de3a917c9e78b9e049b60f376341c9735850a9", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/internal.rs:77:33 [INFO] [stderr] | [INFO] [stderr] 77 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut>, &mut usize) { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here [INFO] [stderr] | | | [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 77 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, MaybeUninit>, &mut usize) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/internal.rs:167:33 [INFO] [stderr] | [INFO] [stderr] 167 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut>, &mut usize) { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here [INFO] [stderr] | | | [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] 167 | pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, MaybeUninit>, &mut usize) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/internal.rs:222:33 [INFO] [stderr] | [INFO] [stderr] 222 | pub unsafe fn iter_position(&mut self) -> (slice::Iter, &mut usize) { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here [INFO] [stderr] | | | [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] 222 | pub unsafe fn iter_position(&mut self) -> (slice::Iter<'_, T>, &mut usize) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `generic-array` (lib) generated 3 warnings (run `cargo fix --lib -p generic-array` to apply 3 suggestions) [INFO] [stderr] warning: `generic-array` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/generic_array-39157af1d7934fcc) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test iter::test::test_send_iter ... ok [INFO] [stdout] test test::test_assembly ... ok [INFO] [stdout] test impls::tests::test_from_inference ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests generic_array [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test src/internal.rs - internal::IntrusiveArrayBuilder<'a,T,N>::iter_position (line 147) ... ok [INFO] [stdout] test src/lib.rs - ArrayLength::ArrayType (line 200) ... ignored [INFO] [stdout] test src/lib.rs - (line 11) - compile fail ... ok [INFO] [stdout] test src/lib.rs - GenericArray (line 379) ... ignored [INFO] [stdout] test src/lib.rs - GenericArray (line 424) ... ignored [INFO] [stdout] test src/functional.rs - functional::FunctionalSequence::zip (line 66) - compile fail ... ok [INFO] [stdout] test src/lib.rs - GenericArray::assume_init (line 901) ... ok [INFO] [stdout] test src/arr.rs - arr::doctests_only::DocTests (line 104) - compile fail ... ok [INFO] [stdout] test src/lib.rs - GenericArray (line 336) ... ok [INFO] [stdout] test src/lib.rs - (line 27) - compile fail ... ok [INFO] [stdout] test src/arr.rs - arr::doctests_only::DocTests (line 111) ... ok [INFO] [stdout] test src/lib.rs - IntoArrayLength (line 214) ... ok [INFO] [stdout] test src/lib.rs - ArrayLength (line 161) ... ok [INFO] [stdout] test src/lib.rs - (line 42) ... ok [INFO] [stdout] test src/lib.rs - ArrayLength::ArrayType (line 186) ... ok [INFO] [stdout] test src/lib.rs - (line 19) ... ok [INFO] [stdout] test src/hex.rs - hex (line 7) ... ok [INFO] [stdout] test src/arr.rs - arr::arr (line 10) ... ok [INFO] [stdout] test src/lib.rs - ArrayLength (line 168) ... ok [INFO] [stdout] test src/internal.rs - internal::ArrayBuilder::iter_position (line 58) ... ok [INFO] [stdout] test src/lib.rs - (line 72) ... ok [INFO] [stdout] test src/lib.rs - (line 59) ... ok [INFO] [stdout] test src/sequence.rs - sequence::Flatten::flatten (line 555) ... ok [INFO] [stdout] test src/sequence.rs - sequence::Lengthen::append (line 130) ... ok [INFO] [stdout] test src/lib.rs - IntoArrayLength (line 229) ... ok [INFO] [stdout] test src/sequence.rs - sequence::Lengthen::prepend (line 145) ... ok [INFO] [stdout] test src/sequence.rs - sequence::Unflatten::unflatten (line 584) ... ok [INFO] [stdout] test src/sequence.rs - sequence::Shorten::pop_front (line 188) ... ok [INFO] [stdout] test src/sequence.rs - sequence::Shorten::pop_back (line 173) ... ok [INFO] [stdout] test src/sequence.rs - sequence::Remove::swap_remove (line 448) ... ok [INFO] [stdout] test src/sequence.rs - sequence::Remove::remove (line 420) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.36s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "793b3ce8330da70ccaf3c634d9de3a917c9e78b9e049b60f376341c9735850a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "793b3ce8330da70ccaf3c634d9de3a917c9e78b9e049b60f376341c9735850a9", kill_on_drop: false }` [INFO] [stdout] 793b3ce8330da70ccaf3c634d9de3a917c9e78b9e049b60f376341c9735850a9