[INFO] fetching crate stack_dst 0.8.1... [INFO] testing stack_dst-0.8.1 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate stack_dst 0.8.1 into /workspace/builds/worker-3-tc2/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-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate stack_dst 0.8.1 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] [stderr] Adding generic-array v0.14.9 (available: v1.3.5) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dceda2749814e111df2887caa0279ede770f7a7adbee9221b8f935038d2a2a32 [INFO] running `Command { std: "docker" "start" "-a" "dceda2749814e111df2887caa0279ede770f7a7adbee9221b8f935038d2a2a32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dceda2749814e111df2887caa0279ede770f7a7adbee9221b8f935038d2a2a32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dceda2749814e111df2887caa0279ede770f7a7adbee9221b8f935038d2a2a32", kill_on_drop: false }` [INFO] [stdout] dceda2749814e111df2887caa0279ede770f7a7adbee9221b8f935038d2a2a32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9279d128abdf4635d8fc94303c452e32294df25ce142c2d02882b23a164919ff [INFO] running `Command { std: "docker" "start" "-a" "9279d128abdf4635d8fc94303c452e32294df25ce142c2d02882b23a164919ff", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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 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 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 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 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>, [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, 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>, [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>, [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::::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> { [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> { [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 { [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 { [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, ()> { [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, ()> { [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, ()> { [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, ()> { [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 { [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 { [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, ()> { [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, ()> { [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, ()> { [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, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s [INFO] running `Command { std: "docker" "inspect" "9279d128abdf4635d8fc94303c452e32294df25ce142c2d02882b23a164919ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9279d128abdf4635d8fc94303c452e32294df25ce142c2d02882b23a164919ff", kill_on_drop: false }` [INFO] [stdout] 9279d128abdf4635d8fc94303c452e32294df25ce142c2d02882b23a164919ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd999f6a6e695f9573276475a2d6f8b318e1a0ef10263804d8e45da263489dd2 [INFO] running `Command { std: "docker" "start" "-a" "cd999f6a6e695f9573276475a2d6f8b318e1a0ef10263804d8e45da263489dd2", 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 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 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 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 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>, [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, 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>, [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>, [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::::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> { [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> { [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 { [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 { [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, ()> { [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, ()> { [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, ()> { [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, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling stack_dst v0.8.1 (/opt/rustwide/workdir) [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 { [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 { [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, ()> { [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, ()> { [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, ()> { [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, ()> { [INFO] [stdout] | +++ [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 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 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/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 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 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 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 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 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>, [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, 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>, [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>, [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::::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> { [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> { [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 { [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 { [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, ()> { [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, ()> { [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, ()> { [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, ()> { [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 { [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 { [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, ()> { [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, ()> { [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, ()> { [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, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "cd999f6a6e695f9573276475a2d6f8b318e1a0ef10263804d8e45da263489dd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd999f6a6e695f9573276475a2d6f8b318e1a0ef10263804d8e45da263489dd2", kill_on_drop: false }` [INFO] [stdout] cd999f6a6e695f9573276475a2d6f8b318e1a0ef10263804d8e45da263489dd2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b6291ebd30c452da2961a3be40ce15fc93d0689f88759686c5eb58c8aed1efbb [INFO] running `Command { std: "docker" "start" "-a" "b6291ebd30c452da2961a3be40ce15fc93d0689f88759686c5eb58c8aed1efbb", 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 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 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 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 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>, [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, 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>, [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>, [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::::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> { [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> { [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 { [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 { [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, ()> { [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, ()> { [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, ()> { [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, ()> { [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 { [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 { [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, ()> { [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, ()> { [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, ()> { [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, ()> { [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: `stack_dst` (lib test) generated 20 warnings (20 duplicates) [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 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 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/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 for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [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` (test "value") generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stack_dst-df1102a59f0e4088) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/fifo.rs (/opt/rustwide/target/debug/deps/fifo-93bb5a53965b6fd8) [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] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test retain ... ok [INFO] [stdout] test trivial_type ... ok [INFO] [stdout] test slice_push_panic_safety ... ok [INFO] [stdout] test unaligned::push_cloned - should panic ... ok [INFO] [stdout] test unaligned::push_back_stable - should panic ... ok [INFO] [stdout] test unaligned::push_copied - should panic ... ok [INFO] [stdout] test unaligned::push_from_iter - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/stack.rs (/opt/rustwide/target/debug/deps/stack-84109b0d9e8db327) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test destructors ... ok [INFO] [stdout] test strings ... ok [INFO] [stdout] test limits ... ok [INFO] [stdout] test slices ... ok [INFO] [stdout] test trivial_type ... ok [INFO] [stdout] test slice_push_panic_safety_unaligned ... ok [INFO] [stdout] test slice_push_panic_safety ... 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 unaligned::push_stable - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/value.rs (/opt/rustwide/target/debug/deps/value-37ddee3d6cbfac26) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test many_instances ... ok [INFO] [stdout] test ensure_drop ... ok [INFO] [stdout] test option ... ok [INFO] [stdout] test closure ... ok [INFO] [stdout] test oversize ... ok [INFO] [stdout] test trivial_type ... 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::empty_slice_with_buffer - should panic ... ok [INFO] [stdout] test unaligned::new_stable - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [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 - ValueU (line 236) ... 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 - (line 11) ... ok [INFO] [stdout] test src/lib.rs - (line 45) ... ok [INFO] [stdout] test src/stack.rs - stack::Stack::iter (line 161) ... ok [INFO] [stdout] test src/fifo.rs - fifo::Fifo<[T],D>::push_from_iter (line 366) ... ok [INFO] [stdout] test src/lib.rs - (line 39) ... ok [INFO] [stdout] test src/data_buf.rs - data_buf::::alloc::vec::Vec> (line 120) ... ok [INFO] [stdout] test src/fifo.rs - fifo::Fifo::retain (line 191) ... ok [INFO] [stdout] test src/fifo.rs - fifo::Fifo<[T],D>::push_copied (line 338) ... ok [INFO] [stdout] test src/fifo.rs - fifo::Fifo (line 11) ... ok [INFO] [stdout] test src/lib.rs - FifoU (line 251) ... ok [INFO] [stdout] test src/stack.rs - stack::Stack::push_stable (line 82) ... ok [INFO] [stdout] test src/fifo.rs - fifo::Fifo::iter (line 116) ... ok [INFO] [stdout] test src/stack.rs - stack::Stack::iter_mut (line 174) ... 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_cloned (line 273) ... ok [INFO] [stdout] test src/fifo.rs - fifo::Fifo::iter_mut (line 129) ... ok [INFO] [stdout] test src/value.rs - value::Value (line 10) ... ok [INFO] [stdout] test src/value.rs - value::Value::new_str_in_buffer (line 307) ... ok [INFO] [stdout] test src/stack.rs - stack::Stack<[T],D>::push_from_iter (line 312) ... ok [INFO] [stdout] test src/value.rs - value::Value::in_buffer_stable (line 89) ... ok [INFO] [stdout] test src/value.rs - value::Value::append_str (line 335) ... ok [INFO] [stdout] test src/value.rs - value::Value::new_str (line 292) ... ok [INFO] [stdout] test src/stack.rs - stack::Stack::push_str (line 255) ... ok [INFO] [stdout] test src/value.rs - value::Value::new_stable (line 69) ... ok [INFO] [stdout] test src/value.rs - value::Value::replace_stable (line 195) ... ok [INFO] [stdout] test src/value.rs - value::Value::truncate (line 366) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b6291ebd30c452da2961a3be40ce15fc93d0689f88759686c5eb58c8aed1efbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6291ebd30c452da2961a3be40ce15fc93d0689f88759686c5eb58c8aed1efbb", kill_on_drop: false }` [INFO] [stdout] b6291ebd30c452da2961a3be40ce15fc93d0689f88759686c5eb58c8aed1efbb