[INFO] fetching crate stack_dst 0.8.1...
[INFO] testing stack_dst-0.8.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate stack_dst 0.8.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate stack_dst 0.8.1
[INFO] finished tweaking crates.io crate stack_dst 0.8.1
[INFO] tweaked toml for crates.io crate stack_dst 0.8.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate stack_dst 0.8.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding generic-array v0.14.9 (available: v1.4.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8dd80b97204aa096411f909dc1552e1ac3851c693c6de456ac61e72ce20073b0
[INFO] running `Command { std: "docker" "start" "-a" "8dd80b97204aa096411f909dc1552e1ac3851c693c6de456ac61e72ce20073b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8dd80b97204aa096411f909dc1552e1ac3851c693c6de456ac61e72ce20073b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8dd80b97204aa096411f909dc1552e1ac3851c693c6de456ac61e72ce20073b0", kill_on_drop: false }`
[INFO] [stdout] 8dd80b97204aa096411f909dc1552e1ac3851c693c6de456ac61e72ce20073b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2c6099a8dcdedcf9cc31c51d9abd071aa884ada76c530802de0ffecedc9b3e86
[INFO] running `Command { std: "docker" "start" "-a" "2c6099a8dcdedcf9cc31c51d9abd071aa884ada76c530802de0ffecedc9b3e86", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling stack_dst v0.8.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]   --> src/lib.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     feature = "full_const_generics",
[INFO] [stdout]    |     ^^^^^^^^^^---------------------
[INFO] [stdout]    |               |
[INFO] [stdout]    |               help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]    = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]   --> src/lib.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 | #![cfg_attr(feature = "full_const_generics", allow(incomplete_features))]
[INFO] [stdout]    |             ^^^^^^^^^^---------------------
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]    = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]    --> src/lib.rs:384:7
[INFO] [stdout]     |
[INFO] [stdout] 384 | #[cfg(feature = "full_const_generics")]
[INFO] [stdout]     |       ^^^^^^^^^^---------------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]     = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]    --> src/lib.rs:391:11
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(not(feature = "full_const_generics"))]
[INFO] [stdout]     |           ^^^^^^^^^^---------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]     = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated crate `generic_array`: please upgrade to generic-array 1.x
[INFO] [stdout]   --> src/lib.rs:83:1
[INFO] [stdout]    |
[INFO] [stdout] 83 | extern crate generic_array;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:120:33
[INFO] [stdout]     |
[INFO] [stdout] 120 |             N: ::generic_array::ArrayLength<MaybeUninit<T>>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:122:37
[INFO] [stdout]     |
[INFO] [stdout] 122 |             inner: ::generic_array::GenericArray<MaybeUninit<T>, N>,
[INFO] [stdout]     |                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:126:33
[INFO] [stdout]     |
[INFO] [stdout] 126 |             N: ::generic_array::ArrayLength<MaybeUninit<T>>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:138:33
[INFO] [stdout]     |
[INFO] [stdout] 138 |             N: ::generic_array::ArrayLength<MaybeUninit<T>>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:131:45
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     inner: ::generic_array::GenericArray::from_exact_iter( (0 .. N::USIZE).map(|_| MaybeUninit::uninit()) ).unwrap(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `generic_array::GenericArray::<T, N>::from_exact_iter`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:131:59
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     inner: ::generic_array::GenericArray::from_exact_iter( (0 .. N::USIZE).map(|_| MaybeUninit::uninit()) ).unwrap(),
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fifo.rs:91:22
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn pop_front(&mut self) -> Option<PopHandle<T, D>> {
[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] 91 |     pub fn pop_front(&mut self) -> Option<PopHandle<'_, T, D>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fifo.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn iter(&self) -> Iter<T, D> {
[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(&self) -> Iter<'_, T, D> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fifo.rs:141:21
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn iter_mut(&mut self) -> IterMut<T, D> {
[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] 141 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, D> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fifo.rs:268:26
[INFO] [stdout]     |
[INFO] [stdout] 268 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 268 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fifo.rs:273:30
[INFO] [stdout]     |
[INFO] [stdout] 273 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 273 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stdout]     |                                                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stack.rs:170:17
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub fn iter(&self) -> Iter<T, D> {
[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] 170 |     pub fn iter(&self) -> Iter<'_, T, D> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stack.rs:186:21
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn iter_mut(&mut self) -> IterMut<T, D> {
[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] 186 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, D> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stack.rs:203:26
[INFO] [stdout]     |
[INFO] [stdout] 203 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 203 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stack.rs:213:30
[INFO] [stdout]     |
[INFO] [stdout] 213 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 213 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stdout]     |                                                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
[INFO] running `Command { std: "docker" "inspect" "2c6099a8dcdedcf9cc31c51d9abd071aa884ada76c530802de0ffecedc9b3e86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c6099a8dcdedcf9cc31c51d9abd071aa884ada76c530802de0ffecedc9b3e86", kill_on_drop: false }`
[INFO] [stdout] 2c6099a8dcdedcf9cc31c51d9abd071aa884ada76c530802de0ffecedc9b3e86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aff09c67d5f93220fb9e6af861ec6b6d559f1c6674a1155d9612747f1785b3af
[INFO] running `Command { std: "docker" "start" "-a" "aff09c67d5f93220fb9e6af861ec6b6d559f1c6674a1155d9612747f1785b3af", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]   --> src/lib.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     feature = "full_const_generics",
[INFO] [stdout]    |     ^^^^^^^^^^---------------------
[INFO] [stdout]    |               |
[INFO] [stdout]    |               help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]    = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]   --> src/lib.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 | #![cfg_attr(feature = "full_const_generics", allow(incomplete_features))]
[INFO] [stdout]    |             ^^^^^^^^^^---------------------
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]    = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]    --> src/lib.rs:384:7
[INFO] [stdout]     |
[INFO] [stdout] 384 | #[cfg(feature = "full_const_generics")]
[INFO] [stdout]     |       ^^^^^^^^^^---------------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]     = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]    --> src/lib.rs:391:11
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(not(feature = "full_const_generics"))]
[INFO] [stdout]     |           ^^^^^^^^^^---------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]     = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated crate `generic_array`: please upgrade to generic-array 1.x
[INFO] [stdout]   --> src/lib.rs:83:1
[INFO] [stdout]    |
[INFO] [stdout] 83 | extern crate generic_array;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:120:33
[INFO] [stdout]     |
[INFO] [stdout] 120 |             N: ::generic_array::ArrayLength<MaybeUninit<T>>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:122:37
[INFO] [stdout]     |
[INFO] [stdout] 122 |             inner: ::generic_array::GenericArray<MaybeUninit<T>, N>,
[INFO] [stdout]     |                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:126:33
[INFO] [stdout]     |
[INFO] [stdout] 126 |             N: ::generic_array::ArrayLength<MaybeUninit<T>>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:138:33
[INFO] [stdout]     |
[INFO] [stdout] 138 |             N: ::generic_array::ArrayLength<MaybeUninit<T>>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:131:45
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     inner: ::generic_array::GenericArray::from_exact_iter( (0 .. N::USIZE).map(|_| MaybeUninit::uninit()) ).unwrap(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `generic_array::GenericArray::<T, N>::from_exact_iter`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:131:59
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     inner: ::generic_array::GenericArray::from_exact_iter( (0 .. N::USIZE).map(|_| MaybeUninit::uninit()) ).unwrap(),
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fifo.rs:91:22
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn pop_front(&mut self) -> Option<PopHandle<T, D>> {
[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] 91 |     pub fn pop_front(&mut self) -> Option<PopHandle<'_, T, D>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fifo.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn iter(&self) -> Iter<T, D> {
[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(&self) -> Iter<'_, T, D> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fifo.rs:141:21
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn iter_mut(&mut self) -> IterMut<T, D> {
[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] 141 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, D> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fifo.rs:268:26
[INFO] [stdout]     |
[INFO] [stdout] 268 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 268 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fifo.rs:273:30
[INFO] [stdout]     |
[INFO] [stdout] 273 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 273 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stdout]     |                                                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stack.rs:170:17
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub fn iter(&self) -> Iter<T, D> {
[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] 170 |     pub fn iter(&self) -> Iter<'_, T, D> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stack.rs:186:21
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn iter_mut(&mut self) -> IterMut<T, D> {
[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] 186 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, D> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stack.rs:203:26
[INFO] [stdout]     |
[INFO] [stdout] 203 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 203 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stack.rs:213:30
[INFO] [stdout]     |
[INFO] [stdout] 213 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 213 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stdout]     |                                                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling stack_dst v0.8.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]   --> tests/fifo.rs:82:11
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[cfg(not(feature="full_const_generics"))]
[INFO] [stdout]    |           ^^^^^^^^---------------------
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]    = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]    --> tests/value.rs:110:11
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[cfg(not(feature="full_const_generics"))]
[INFO] [stdout]     |           ^^^^^^^^---------------------
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]     = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]    --> tests/stack.rs:178:11
[INFO] [stdout]     |
[INFO] [stdout] 178 | #[cfg(not(feature="full_const_generics"))]
[INFO] [stdout]     |           ^^^^^^^^---------------------
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]     = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]   --> src/lib.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     feature = "full_const_generics",
[INFO] [stdout]    |     ^^^^^^^^^^---------------------
[INFO] [stdout]    |               |
[INFO] [stdout]    |               help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]    = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]   --> src/lib.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 | #![cfg_attr(feature = "full_const_generics", allow(incomplete_features))]
[INFO] [stdout]    |             ^^^^^^^^^^---------------------
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]    = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]    --> src/lib.rs:384:7
[INFO] [stdout]     |
[INFO] [stdout] 384 | #[cfg(feature = "full_const_generics")]
[INFO] [stdout]     |       ^^^^^^^^^^---------------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]     = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stdout]    --> src/lib.rs:391:11
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(not(feature = "full_const_generics"))]
[INFO] [stdout]     |           ^^^^^^^^^^---------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stdout]     = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated crate `generic_array`: please upgrade to generic-array 1.x
[INFO] [stdout]   --> src/lib.rs:83:1
[INFO] [stdout]    |
[INFO] [stdout] 83 | extern crate generic_array;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:120:33
[INFO] [stdout]     |
[INFO] [stdout] 120 |             N: ::generic_array::ArrayLength<MaybeUninit<T>>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:122:37
[INFO] [stdout]     |
[INFO] [stdout] 122 |             inner: ::generic_array::GenericArray<MaybeUninit<T>, N>,
[INFO] [stdout]     |                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:126:33
[INFO] [stdout]     |
[INFO] [stdout] 126 |             N: ::generic_array::ArrayLength<MaybeUninit<T>>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:138:33
[INFO] [stdout]     |
[INFO] [stdout] 138 |             N: ::generic_array::ArrayLength<MaybeUninit<T>>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:131:45
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     inner: ::generic_array::GenericArray::from_exact_iter( (0 .. N::USIZE).map(|_| MaybeUninit::uninit()) ).unwrap(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `generic_array::GenericArray::<T, N>::from_exact_iter`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/lib.rs:131:59
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     inner: ::generic_array::GenericArray::from_exact_iter( (0 .. N::USIZE).map(|_| MaybeUninit::uninit()) ).unwrap(),
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fifo.rs:91:22
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn pop_front(&mut self) -> Option<PopHandle<T, D>> {
[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] 91 |     pub fn pop_front(&mut self) -> Option<PopHandle<'_, T, D>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fifo.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn iter(&self) -> Iter<T, D> {
[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(&self) -> Iter<'_, T, D> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fifo.rs:141:21
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn iter_mut(&mut self) -> IterMut<T, D> {
[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] 141 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, D> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fifo.rs:268:26
[INFO] [stdout]     |
[INFO] [stdout] 268 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 268 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fifo.rs:273:30
[INFO] [stdout]     |
[INFO] [stdout] 273 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 273 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stdout]     |                                                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stack.rs:170:17
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub fn iter(&self) -> Iter<T, D> {
[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] 170 |     pub fn iter(&self) -> Iter<'_, T, D> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stack.rs:186:21
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn iter_mut(&mut self) -> IterMut<T, D> {
[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] 186 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, D> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stack.rs:203:26
[INFO] [stdout]     |
[INFO] [stdout] 203 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 203 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stack.rs:213:30
[INFO] [stdout]     |
[INFO] [stdout] 213 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 213 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stdout]     |                                                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.27s
[INFO] running `Command { std: "docker" "inspect" "aff09c67d5f93220fb9e6af861ec6b6d559f1c6674a1155d9612747f1785b3af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aff09c67d5f93220fb9e6af861ec6b6d559f1c6674a1155d9612747f1785b3af", kill_on_drop: false }`
[INFO] [stdout] aff09c67d5f93220fb9e6af861ec6b6d559f1c6674a1155d9612747f1785b3af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 391b1b021e8f7a2512a31921caedf1f728229b4597248bbf9aecf30a6c58f5b3
[INFO] running `Command { std: "docker" "start" "-a" "391b1b021e8f7a2512a31921caedf1f728229b4597248bbf9aecf30a6c58f5b3", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stderr]   --> src/lib.rs:63:5
[INFO] [stderr]    |
[INFO] [stderr] 63 |     feature = "full_const_generics",
[INFO] [stderr]    |     ^^^^^^^^^^---------------------
[INFO] [stderr]    |               |
[INFO] [stderr]    |               help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stderr]    = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stderr]   --> src/lib.rs:66:13
[INFO] [stderr]    |
[INFO] [stderr] 66 | #![cfg_attr(feature = "full_const_generics", allow(incomplete_features))]
[INFO] [stderr]    |             ^^^^^^^^^^---------------------
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stderr]    = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stderr]    --> src/lib.rs:384:7
[INFO] [stderr]     |
[INFO] [stderr] 384 | #[cfg(feature = "full_const_generics")]
[INFO] [stderr]     |       ^^^^^^^^^^---------------------
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stderr]     = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stderr]    --> src/lib.rs:391:11
[INFO] [stderr]     |
[INFO] [stderr] 391 | #[cfg(not(feature = "full_const_generics"))]
[INFO] [stderr]     |           ^^^^^^^^^^---------------------
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stderr]     = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated crate `generic_array`: please upgrade to generic-array 1.x
[INFO] [stderr]   --> src/lib.rs:83:1
[INFO] [stderr]    |
[INFO] [stderr] 83 | extern crate generic_array;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated trait `generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stderr]    --> src/lib.rs:120:33
[INFO] [stderr]     |
[INFO] [stderr] 120 |             N: ::generic_array::ArrayLength<MaybeUninit<T>>,
[INFO] [stderr]     |                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stderr]    --> src/lib.rs:122:37
[INFO] [stderr]     |
[INFO] [stderr] 122 |             inner: ::generic_array::GenericArray<MaybeUninit<T>, N>,
[INFO] [stderr]     |                                     ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated trait `generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stderr]    --> src/lib.rs:126:33
[INFO] [stderr]     |
[INFO] [stderr] 126 |             N: ::generic_array::ArrayLength<MaybeUninit<T>>,
[INFO] [stderr]     |                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated trait `generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stderr]    --> src/lib.rs:138:33
[INFO] [stderr]     |
[INFO] [stderr] 138 |             N: ::generic_array::ArrayLength<MaybeUninit<T>>,
[INFO] [stderr]     |                                 ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stderr]    --> src/lib.rs:131:45
[INFO] [stderr]     |
[INFO] [stderr] 131 |                     inner: ::generic_array::GenericArray::from_exact_iter( (0 .. N::USIZE).map(|_| MaybeUninit::uninit()) ).unwrap(),
[INFO] [stderr]     |                                             ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `generic_array::GenericArray::<T, N>::from_exact_iter`: please upgrade to generic-array 1.x
[INFO] [stderr]    --> src/lib.rs:131:59
[INFO] [stderr]     |
[INFO] [stderr] 131 |                     inner: ::generic_array::GenericArray::from_exact_iter( (0 .. N::USIZE).map(|_| MaybeUninit::uninit()) ).unwrap(),
[INFO] [stderr]     |                                                           ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/fifo.rs:91:22
[INFO] [stderr]    |
[INFO] [stderr] 91 |     pub fn pop_front(&mut self) -> Option<PopHandle<T, D>> {
[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] 91 |     pub fn pop_front(&mut self) -> Option<PopHandle<'_, T, D>> {
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/fifo.rs:125:17
[INFO] [stderr]     |
[INFO] [stderr] 125 |     pub fn iter(&self) -> Iter<T, D> {
[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] 125 |     pub fn iter(&self) -> Iter<'_, T, D> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/fifo.rs:141:21
[INFO] [stderr]     |
[INFO] [stderr] 141 |     pub fn iter_mut(&mut self) -> IterMut<T, D> {
[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] 141 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, D> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/fifo.rs:268:26
[INFO] [stderr]     |
[INFO] [stderr] 268 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 268 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stderr]     |                                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/fifo.rs:273:30
[INFO] [stderr]     |
[INFO] [stderr] 273 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 273 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stderr]     |                                                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/stack.rs:170:17
[INFO] [stderr]     |
[INFO] [stderr] 170 |     pub fn iter(&self) -> Iter<T, D> {
[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] 170 |     pub fn iter(&self) -> Iter<'_, T, D> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/stack.rs:186:21
[INFO] [stderr]     |
[INFO] [stderr] 186 |     pub fn iter_mut(&mut self) -> IterMut<T, D> {
[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] 186 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, D> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/stack.rs:203:26
[INFO] [stderr]     |
[INFO] [stderr] 203 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 203 |     unsafe fn push_inner(&mut self, fat_ptr: &T) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stderr]     |                                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/stack.rs:213:30
[INFO] [stderr]     |
[INFO] [stderr] 213 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<D::Inner>, ()> {
[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] 213 |     unsafe fn push_inner_raw(&mut self, bytes: usize, metadata: &[usize]) -> Result<PushInnerInfo<'_, D::Inner>, ()> {
[INFO] [stderr]     |                                                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: `stack_dst` (lib) generated 20 warnings (run `cargo fix --lib -p stack_dst` to apply 9 suggestions)
[INFO] [stderr] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stderr]    --> tests/value.rs:110:11
[INFO] [stderr]     |
[INFO] [stderr] 110 | #[cfg(not(feature="full_const_generics"))]
[INFO] [stderr]     |           ^^^^^^^^---------------------
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stderr]     = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stderr]   --> tests/fifo.rs:82:11
[INFO] [stderr]    |
[INFO] [stderr] 82 | #[cfg(not(feature="full_const_generics"))]
[INFO] [stderr]    |           ^^^^^^^^---------------------
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stderr]    = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `full_const_generics`
[INFO] [stderr]    --> tests/stack.rs:178:11
[INFO] [stderr]     |
[INFO] [stderr] 178 | #[cfg(not(feature="full_const_generics"))]
[INFO] [stderr]     |           ^^^^^^^^---------------------
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   help: there is a expected value with a similar name: `"const_generics"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `alloc`, `const_generics`, `default`, and `unsize`
[INFO] [stderr]     = help: consider adding `full_const_generics` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `stack_dst` (test "value") generated 1 warning
[INFO] [stderr] warning: `stack_dst` (test "fifo") generated 1 warning
[INFO] [stderr] warning: `stack_dst` (test "stack") generated 1 warning
[INFO] [stderr] warning: `stack_dst` (lib test) generated 20 warnings (20 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stack_dst-a18fb358cf3d443a)
[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]      Running tests/fifo.rs (/opt/rustwide/target/debug/deps/fifo-f310b999bc18b736)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test retain ... ok
[INFO] [stdout] test unaligned::push_cloned - should panic ... ok
[INFO] [stdout] test unaligned::push_copied - should panic ... ok
[INFO] [stdout] test unaligned::push_from_iter - should panic ... ok
[INFO] [stdout] test slice_push_panic_safety ... ok
[INFO] [stdout] test unaligned::push_back_stable - should panic ... ok
[INFO] [stdout] test trivial_type ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/stack.rs (/opt/rustwide/target/debug/deps/stack-1629beaf732cb2fb)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test destructors ... ok
[INFO] [stdout] test limits ... ok
[INFO] [stdout] test trivial_type ... ok
[INFO] [stdout] test strings ... ok
[INFO] [stdout] test slices ... ok
[INFO] [stdout] test slice_push_panic_safety_unaligned ... ok
[INFO] [stdout] test unaligned::push_from_iter - should panic ... ok
[INFO] [stdout] test slice_push_panic_safety ... ok
[INFO] [stdout] test unaligned::push_stable - should panic ... ok
[INFO] [stdout] test unaligned::push_copied - should panic ... ok
[INFO] [stdout] test unaligned::push_cloned - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/value.rs (/opt/rustwide/target/debug/deps/value-1e079f6c2b03dd5f)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test option ... ok
[INFO] [stdout] test trivial_type ... ok
[INFO] [stdout] test many_instances ... ok
[INFO] [stdout] test ensure_drop ... ok
[INFO] [stdout] test closure ... ok
[INFO] [stdout] test oversize ... ok
[INFO] [stdout] test stable_closure_different_pointer - should panic ... ok
[INFO] [stdout] test stable_closure_subset - should panic ... ok
[INFO] [stdout] test unaligned::empty_slice - should panic ... ok
[INFO] [stdout] test unaligned::in_buffer_stable - should panic ... ok
[INFO] [stdout] test unaligned::new_stable - should panic ... ok
[INFO] [stdout] test unaligned::empty_slice_with_buffer - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests stack_dst
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test src/lib.rs - StackU (line 243) ... ok
[INFO] [stdout] test src/lib.rs - FifoU (line 251) ... ok
[INFO] [stdout] test src/data_buf.rs - data_buf::::alloc::vec::Vec<MaybeUninit<T>> (line 120) ... ok
[INFO] [stdout] test src/fifo.rs - fifo::Fifo<T,D>::iter_mut (line 129) ... ok
[INFO] [stdout] test src/lib.rs - (line 24) ... ok
[INFO] [stdout] test src/fifo.rs - fifo::Fifo<[T],D>::push_cloned (line 327) ... ok
[INFO] [stdout] test src/lib.rs - ValueU (line 236) ... ok
[INFO] [stdout] test src/lib.rs - (line 45) ... ok
[INFO] [stdout] test src/fifo.rs - fifo::Fifo<T,D>::retain (line 191) ... ok
[INFO] [stdout] test src/lib.rs - (line 11) ... ok
[INFO] [stdout] test src/fifo.rs - fifo::Fifo (line 11) ... ok
[INFO] [stdout] test src/fifo.rs - fifo::Fifo<[T],D>::push_copied (line 338) ... ok
[INFO] [stdout] test src/stack.rs - stack::Stack<[T],D>::push_from_iter (line 312) ... ok
[INFO] [stdout] test src/stack.rs - stack::Stack<T,D>::iter (line 161) ... ok
[INFO] [stdout] test src/lib.rs - (line 39) ... ok
[INFO] [stdout] test src/stack.rs - stack::Stack<str,D>::push_str (line 255) ... ok
[INFO] [stdout] test src/value.rs - value::Value<str,D>::new_str (line 292) ... ok
[INFO] [stdout] test src/fifo.rs - fifo::Fifo<[T],D>::push_from_iter (line 366) ... ok
[INFO] [stdout] test src/stack.rs - stack::Stack<T,D>::iter_mut (line 174) ... ok
[INFO] [stdout] test src/value.rs - value::Value<str,D>::new_str_in_buffer (line 307) ... ok
[INFO] [stdout] test src/fifo.rs - fifo::Fifo<T,D>::iter (line 116) ... ok
[INFO] [stdout] test src/value.rs - value::Value (line 10) ... ok
[INFO] [stdout] test src/value.rs - value::Value<str,D>::append_str (line 335) ... ok
[INFO] [stdout] test src/value.rs - value::Value<T,D>::replace_stable (line 195) ... ok
[INFO] [stdout] test src/stack.rs - stack::Stack<[T],D>::push_cloned (line 273) ... ok
[INFO] [stdout] test src/value.rs - value::Value<str,D>::truncate (line 366) ... ok
[INFO] [stdout] test src/stack.rs - stack::Stack<[T],D>::push_copied (line 284) ... ok
[INFO] [stdout] test src/stack.rs - stack::Stack<T,D>::push_stable (line 82) ... ok
[INFO] [stdout] test src/value.rs - value::Value<T,D>::in_buffer_stable (line 89) ... ok
[INFO] [stdout] test src/value.rs - value::Value<T,D>::new_stable (line 69) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.70s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "391b1b021e8f7a2512a31921caedf1f728229b4597248bbf9aecf30a6c58f5b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "391b1b021e8f7a2512a31921caedf1f728229b4597248bbf9aecf30a6c58f5b3", kill_on_drop: false }`
[INFO] [stdout] 391b1b021e8f7a2512a31921caedf1f728229b4597248bbf9aecf30a6c58f5b3
