[INFO] fetching crate varlen 0.1.2...
[INFO] testing varlen-0.1.2 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate varlen 0.1.2 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate varlen 0.1.2
[INFO] finished tweaking crates.io crate varlen 0.1.2
[INFO] tweaked toml for crates.io crate varlen 0.1.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate varlen 0.1.2 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 74 packages to latest compatible versions
[INFO] [stderr]       Adding svgbob v0.6.6 (available: v0.6.7)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 005a9e6afc3c8cd7c5dac91a140892a20da7d53ea0b97d0c405cc1b167328180
[INFO] running `Command { std: "docker" "start" "-a" "005a9e6afc3c8cd7c5dac91a140892a20da7d53ea0b97d0c405cc1b167328180", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "005a9e6afc3c8cd7c5dac91a140892a20da7d53ea0b97d0c405cc1b167328180", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "005a9e6afc3c8cd7c5dac91a140892a20da7d53ea0b97d0c405cc1b167328180", kill_on_drop: false }`
[INFO] [stdout] 005a9e6afc3c8cd7c5dac91a140892a20da7d53ea0b97d0c405cc1b167328180
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a68173adccadf4deb75d442c22a2ea295b62f031408dbaf9556bc7156cc979f1
[INFO] running `Command { std: "docker" "start" "-a" "a68173adccadf4deb75d442c22a2ea295b62f031408dbaf9556bc7156cc979f1", kill_on_drop: false }`
[INFO] [stderr]    Compiling varlen v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/array.rs:181:22
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn copy(src: &[T]) -> SizedInit<crate::array_init::CopyFrom<T>>
[INFO] [stdout]     |                      ^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn copy(src: &[T]) -> SizedInit<crate::array_init::CopyFrom<'_, T>>
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/array.rs:197:34
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn clone_from_slice(src: &[T]) -> SizedInit<crate::array_init::CloneFrom<T>>
[INFO] [stdout]     |                                  ^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn clone_from_slice(src: &[T]) -> SizedInit<crate::array_init::CloneFrom<'_, T>>
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/array.rs:261:26
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub fn try_copy(src: &[T]) -> Option<SizedInit<crate::array_init::CopyFrom<T>, Len>>
[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] 261 |     pub fn try_copy(src: &[T]) -> Option<SizedInit<crate::array_init::CopyFrom<'_, T>, Len>>
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/array.rs:287:14
[INFO] [stdout]     |
[INFO] [stdout] 287 |         src: &[T],
[INFO] [stdout]     |              ^^^^ the lifetime is elided here
[INFO] [stdout] 288 |     ) -> Option<SizedInit<crate::array_init::CloneFrom<T>, Len>>
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 288 |     ) -> Option<SizedInit<crate::array_init::CloneFrom<'_, T>, Len>>
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 244 | / define_tuple!(
[INFO] [stdout] 245 | |     /// # Examples
[INFO] [stdout] 246 | |     /// 
[INFO] [stdout] 247 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 263 | |     /// ```
[INFO] [stdout] 264 | |     Tup2<A, B>, tup2, <t0, t1>, <a_offset, b_offset>, <a_layout, b_layout>, <AInit, BInit>);
[INFO] [stdout]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:141:35
[INFO] [stdout]     |
[INFO] [stdout] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stdout]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 244 | / define_tuple!(
[INFO] [stdout] 245 | |     /// # Examples
[INFO] [stdout] 246 | |     /// 
[INFO] [stdout] 247 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 263 | |     /// ```
[INFO] [stdout] 264 | |     Tup2<A, B>, tup2, <t0, t1>, <a_offset, b_offset>, <a_layout, b_layout>, <AInit, BInit>);
[INFO] [stdout]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 265 | / define_tuple!(
[INFO] [stdout] 266 | |     /// # Examples
[INFO] [stdout] 267 | |     /// 
[INFO] [stdout] 268 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     /// ```
[INFO] [stdout] 288 | |     Tup3<A, B, C>, tup3, <t0, t1, t2>, <a_offset, b_offset, c_offset>, <a_layout, b_layout, c_layout>, <AInit, BInit, CInit>);
[INFO] [stdout]     | |_____________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:141:35
[INFO] [stdout]     |
[INFO] [stdout] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stdout]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 265 | / define_tuple!(
[INFO] [stdout] 266 | |     /// # Examples
[INFO] [stdout] 267 | |     /// 
[INFO] [stdout] 268 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     /// ```
[INFO] [stdout] 288 | |     Tup3<A, B, C>, tup3, <t0, t1, t2>, <a_offset, b_offset, c_offset>, <a_layout, b_layout, c_layout>, <AInit, BInit, CInit>);
[INFO] [stdout]     | |_____________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 289 | / define_tuple!(
[INFO] [stdout] 290 | |     /// # Examples
[INFO] [stdout] 291 | |     /// 
[INFO] [stdout] 292 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 314 | |     /// ```
[INFO] [stdout] 315 | |     Tup4<A, B, C, D>, tup4, <t0, t1, t2, t3>, <a_offset, b_offset, c_offset, d_offset>, <a_layout, b_layout, c_layout, d_layout>, <AInit, BInit, CInit, DInit>);
[INFO] [stdout]     | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:141:35
[INFO] [stdout]     |
[INFO] [stdout] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stdout]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 289 | / define_tuple!(
[INFO] [stdout] 290 | |     /// # Examples
[INFO] [stdout] 291 | |     /// 
[INFO] [stdout] 292 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 314 | |     /// ```
[INFO] [stdout] 315 | |     Tup4<A, B, C, D>, tup4, <t0, t1, t2, t3>, <a_offset, b_offset, c_offset, d_offset>, <a_layout, b_layout, c_layout, d_layout>, <AInit, BInit, CInit, DInit>);
[INFO] [stdout]     | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 316 | / define_tuple!(
[INFO] [stdout] 317 | |     /// # Examples
[INFO] [stdout] 318 | |     /// 
[INFO] [stdout] 319 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 344 | |     /// ```
[INFO] [stdout] 345 | |     Tup5<A, B, C, D, E>, tup5, <t0, t1, t2, t3, t4>, <a_offset, b_offset, c_offset, d_offset, e_offset>, <a_layout, b_layout, c_layout, d_layout, e_layout>, <AInit, BInit, CInit, DInit, EInit>);
[INFO] [stdout]     | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:141:35
[INFO] [stdout]     |
[INFO] [stdout] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stdout]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 316 | / define_tuple!(
[INFO] [stdout] 317 | |     /// # Examples
[INFO] [stdout] 318 | |     /// 
[INFO] [stdout] 319 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 344 | |     /// ```
[INFO] [stdout] 345 | |     Tup5<A, B, C, D, E>, tup5, <t0, t1, t2, t3, t4>, <a_offset, b_offset, c_offset, d_offset, e_offset>, <a_layout, b_layout, c_layout, d_layout, e_layout>, <AInit, BInit, CInit, DInit, EInit>);
[INFO] [stdout]     | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
[INFO] running `Command { std: "docker" "inspect" "a68173adccadf4deb75d442c22a2ea295b62f031408dbaf9556bc7156cc979f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a68173adccadf4deb75d442c22a2ea295b62f031408dbaf9556bc7156cc979f1", kill_on_drop: false }`
[INFO] [stdout] a68173adccadf4deb75d442c22a2ea295b62f031408dbaf9556bc7156cc979f1
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d244c85581a31f6d05169795582a5df82af73d15565d961378aa894d152391ca
[INFO] running `Command { std: "docker" "start" "-a" "d244c85581a31f6d05169795582a5df82af73d15565d961378aa894d152391ca", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/array.rs:181:22
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn copy(src: &[T]) -> SizedInit<crate::array_init::CopyFrom<T>>
[INFO] [stdout]     |                      ^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn copy(src: &[T]) -> SizedInit<crate::array_init::CopyFrom<'_, T>>
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/array.rs:197:34
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn clone_from_slice(src: &[T]) -> SizedInit<crate::array_init::CloneFrom<T>>
[INFO] [stdout]     |                                  ^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn clone_from_slice(src: &[T]) -> SizedInit<crate::array_init::CloneFrom<'_, T>>
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/array.rs:261:26
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub fn try_copy(src: &[T]) -> Option<SizedInit<crate::array_init::CopyFrom<T>, Len>>
[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] 261 |     pub fn try_copy(src: &[T]) -> Option<SizedInit<crate::array_init::CopyFrom<'_, T>, Len>>
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/array.rs:287:14
[INFO] [stdout]     |
[INFO] [stdout] 287 |         src: &[T],
[INFO] [stdout]     |              ^^^^ the lifetime is elided here
[INFO] [stdout] 288 |     ) -> Option<SizedInit<crate::array_init::CloneFrom<T>, Len>>
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 288 |     ) -> Option<SizedInit<crate::array_init::CloneFrom<'_, T>, Len>>
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 244 | / define_tuple!(
[INFO] [stdout] 245 | |     /// # Examples
[INFO] [stdout] 246 | |     /// 
[INFO] [stdout] 247 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 263 | |     /// ```
[INFO] [stdout] 264 | |     Tup2<A, B>, tup2, <t0, t1>, <a_offset, b_offset>, <a_layout, b_layout>, <AInit, BInit>);
[INFO] [stdout]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:141:35
[INFO] [stdout]     |
[INFO] [stdout] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stdout]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 244 | / define_tuple!(
[INFO] [stdout] 245 | |     /// # Examples
[INFO] [stdout] 246 | |     /// 
[INFO] [stdout] 247 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 263 | |     /// ```
[INFO] [stdout] 264 | |     Tup2<A, B>, tup2, <t0, t1>, <a_offset, b_offset>, <a_layout, b_layout>, <AInit, BInit>);
[INFO] [stdout]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 265 | / define_tuple!(
[INFO] [stdout] 266 | |     /// # Examples
[INFO] [stdout] 267 | |     /// 
[INFO] [stdout] 268 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     /// ```
[INFO] [stdout] 288 | |     Tup3<A, B, C>, tup3, <t0, t1, t2>, <a_offset, b_offset, c_offset>, <a_layout, b_layout, c_layout>, <AInit, BInit, CInit>);
[INFO] [stdout]     | |_____________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:141:35
[INFO] [stdout]     |
[INFO] [stdout] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stdout]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 265 | / define_tuple!(
[INFO] [stdout] 266 | |     /// # Examples
[INFO] [stdout] 267 | |     /// 
[INFO] [stdout] 268 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     /// ```
[INFO] [stdout] 288 | |     Tup3<A, B, C>, tup3, <t0, t1, t2>, <a_offset, b_offset, c_offset>, <a_layout, b_layout, c_layout>, <AInit, BInit, CInit>);
[INFO] [stdout]     | |_____________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 289 | / define_tuple!(
[INFO] [stdout] 290 | |     /// # Examples
[INFO] [stdout] 291 | |     /// 
[INFO] [stdout] 292 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 314 | |     /// ```
[INFO] [stdout] 315 | |     Tup4<A, B, C, D>, tup4, <t0, t1, t2, t3>, <a_offset, b_offset, c_offset, d_offset>, <a_layout, b_layout, c_layout, d_layout>, <AInit, BInit, CInit, DInit>);
[INFO] [stdout]     | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:141:35
[INFO] [stdout]     |
[INFO] [stdout] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stdout]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 289 | / define_tuple!(
[INFO] [stdout] 290 | |     /// # Examples
[INFO] [stdout] 291 | |     /// 
[INFO] [stdout] 292 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 314 | |     /// ```
[INFO] [stdout] 315 | |     Tup4<A, B, C, D>, tup4, <t0, t1, t2, t3>, <a_offset, b_offset, c_offset, d_offset>, <a_layout, b_layout, c_layout, d_layout>, <AInit, BInit, CInit, DInit>);
[INFO] [stdout]     | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 316 | / define_tuple!(
[INFO] [stdout] 317 | |     /// # Examples
[INFO] [stdout] 318 | |     /// 
[INFO] [stdout] 319 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 344 | |     /// ```
[INFO] [stdout] 345 | |     Tup5<A, B, C, D, E>, tup5, <t0, t1, t2, t3, t4>, <a_offset, b_offset, c_offset, d_offset, e_offset>, <a_layout, b_layout, c_layout, d_layout, e_layout>, <AInit, BInit, CInit, DInit, EInit>);
[INFO] [stdout]     | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:141:35
[INFO] [stdout]     |
[INFO] [stdout] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stdout]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 316 | / define_tuple!(
[INFO] [stdout] 317 | |     /// # Examples
[INFO] [stdout] 318 | |     /// 
[INFO] [stdout] 319 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 344 | |     /// ```
[INFO] [stdout] 345 | |     Tup5<A, B, C, D, E>, tup5, <t0, t1, t2, t3, t4>, <a_offset, b_offset, c_offset, d_offset, e_offset>, <a_layout, b_layout, c_layout, d_layout, e_layout>, <AInit, BInit, CInit, DInit, EInit>);
[INFO] [stdout]     | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling varlen v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/array.rs:181:22
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn copy(src: &[T]) -> SizedInit<crate::array_init::CopyFrom<T>>
[INFO] [stdout]     |                      ^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn copy(src: &[T]) -> SizedInit<crate::array_init::CopyFrom<'_, T>>
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/array.rs:197:34
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn clone_from_slice(src: &[T]) -> SizedInit<crate::array_init::CloneFrom<T>>
[INFO] [stdout]     |                                  ^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn clone_from_slice(src: &[T]) -> SizedInit<crate::array_init::CloneFrom<'_, T>>
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/array.rs:261:26
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub fn try_copy(src: &[T]) -> Option<SizedInit<crate::array_init::CopyFrom<T>, Len>>
[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] 261 |     pub fn try_copy(src: &[T]) -> Option<SizedInit<crate::array_init::CopyFrom<'_, T>, Len>>
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/array.rs:287:14
[INFO] [stdout]     |
[INFO] [stdout] 287 |         src: &[T],
[INFO] [stdout]     |              ^^^^ the lifetime is elided here
[INFO] [stdout] 288 |     ) -> Option<SizedInit<crate::array_init::CloneFrom<T>, Len>>
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 288 |     ) -> Option<SizedInit<crate::array_init::CloneFrom<'_, T>, Len>>
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 244 | / define_tuple!(
[INFO] [stdout] 245 | |     /// # Examples
[INFO] [stdout] 246 | |     /// 
[INFO] [stdout] 247 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 263 | |     /// ```
[INFO] [stdout] 264 | |     Tup2<A, B>, tup2, <t0, t1>, <a_offset, b_offset>, <a_layout, b_layout>, <AInit, BInit>);
[INFO] [stdout]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:141:35
[INFO] [stdout]     |
[INFO] [stdout] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stdout]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 244 | / define_tuple!(
[INFO] [stdout] 245 | |     /// # Examples
[INFO] [stdout] 246 | |     /// 
[INFO] [stdout] 247 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 263 | |     /// ```
[INFO] [stdout] 264 | |     Tup2<A, B>, tup2, <t0, t1>, <a_offset, b_offset>, <a_layout, b_layout>, <AInit, BInit>);
[INFO] [stdout]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 265 | / define_tuple!(
[INFO] [stdout] 266 | |     /// # Examples
[INFO] [stdout] 267 | |     /// 
[INFO] [stdout] 268 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     /// ```
[INFO] [stdout] 288 | |     Tup3<A, B, C>, tup3, <t0, t1, t2>, <a_offset, b_offset, c_offset>, <a_layout, b_layout, c_layout>, <AInit, BInit, CInit>);
[INFO] [stdout]     | |_____________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:141:35
[INFO] [stdout]     |
[INFO] [stdout] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stdout]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 265 | / define_tuple!(
[INFO] [stdout] 266 | |     /// # Examples
[INFO] [stdout] 267 | |     /// 
[INFO] [stdout] 268 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |     /// ```
[INFO] [stdout] 288 | |     Tup3<A, B, C>, tup3, <t0, t1, t2>, <a_offset, b_offset, c_offset>, <a_layout, b_layout, c_layout>, <AInit, BInit, CInit>);
[INFO] [stdout]     | |_____________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 289 | / define_tuple!(
[INFO] [stdout] 290 | |     /// # Examples
[INFO] [stdout] 291 | |     /// 
[INFO] [stdout] 292 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 314 | |     /// ```
[INFO] [stdout] 315 | |     Tup4<A, B, C, D>, tup4, <t0, t1, t2, t3>, <a_offset, b_offset, c_offset, d_offset>, <a_layout, b_layout, c_layout, d_layout>, <AInit, BInit, CInit, DInit>);
[INFO] [stdout]     | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:141:35
[INFO] [stdout]     |
[INFO] [stdout] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stdout]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 289 | / define_tuple!(
[INFO] [stdout] 290 | |     /// # Examples
[INFO] [stdout] 291 | |     /// 
[INFO] [stdout] 292 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 314 | |     /// ```
[INFO] [stdout] 315 | |     Tup4<A, B, C, D>, tup4, <t0, t1, t2, t3>, <a_offset, b_offset, c_offset, d_offset>, <a_layout, b_layout, c_layout, d_layout>, <AInit, BInit, CInit, DInit>);
[INFO] [stdout]     | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 316 | / define_tuple!(
[INFO] [stdout] 317 | |     /// # Examples
[INFO] [stdout] 318 | |     /// 
[INFO] [stdout] 319 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 344 | |     /// ```
[INFO] [stdout] 345 | |     Tup5<A, B, C, D, E>, tup5, <t0, t1, t2, t3, t4>, <a_offset, b_offset, c_offset, d_offset, e_offset>, <a_layout, b_layout, c_layout, d_layout, e_layout>, <AInit, BInit, CInit, DInit, EInit>);
[INFO] [stdout]     | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tuple.rs:141:35
[INFO] [stdout]     |
[INFO] [stdout] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stdout]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 316 | / define_tuple!(
[INFO] [stdout] 317 | |     /// # Examples
[INFO] [stdout] 318 | |     /// 
[INFO] [stdout] 319 | |     /// ```
[INFO] [stdout] ...   |
[INFO] [stdout] 344 | |     /// ```
[INFO] [stdout] 345 | |     Tup5<A, B, C, D, E>, tup5, <t0, t1, t2, t3, t4>, <a_offset, b_offset, c_offset, d_offset, e_offset>, <a_layout, b_layout, c_layout, d_layout, e_layout>, <AInit, BInit, CInit, DInit, EInit>);
[INFO] [stdout]     | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.84s
[INFO] running `Command { std: "docker" "inspect" "d244c85581a31f6d05169795582a5df82af73d15565d961378aa894d152391ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d244c85581a31f6d05169795582a5df82af73d15565d961378aa894d152391ca", kill_on_drop: false }`
[INFO] [stdout] d244c85581a31f6d05169795582a5df82af73d15565d961378aa894d152391ca
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 81dc39feffce72f69af73d50e1d1a33c247fa467a6278228fa5af69b29c2189b
[INFO] running `Command { std: "docker" "start" "-a" "81dc39feffce72f69af73d50e1d1a33c247fa467a6278228fa5af69b29c2189b", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/array.rs:181:22
[INFO] [stderr]     |
[INFO] [stderr] 181 |     pub fn copy(src: &[T]) -> SizedInit<crate::array_init::CopyFrom<T>>
[INFO] [stderr]     |                      ^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 181 |     pub fn copy(src: &[T]) -> SizedInit<crate::array_init::CopyFrom<'_, T>>
[INFO] [stderr]     |                                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/array.rs:197:34
[INFO] [stderr]     |
[INFO] [stderr] 197 |     pub fn clone_from_slice(src: &[T]) -> SizedInit<crate::array_init::CloneFrom<T>>
[INFO] [stderr]     |                                  ^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                  |
[INFO] [stderr]     |                                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 197 |     pub fn clone_from_slice(src: &[T]) -> SizedInit<crate::array_init::CloneFrom<'_, T>>
[INFO] [stderr]     |                                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/array.rs:261:26
[INFO] [stderr]     |
[INFO] [stderr] 261 |     pub fn try_copy(src: &[T]) -> Option<SizedInit<crate::array_init::CopyFrom<T>, Len>>
[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] 261 |     pub fn try_copy(src: &[T]) -> Option<SizedInit<crate::array_init::CopyFrom<'_, T>, Len>>
[INFO] [stderr]     |                                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/array.rs:287:14
[INFO] [stderr]     |
[INFO] [stderr] 287 |         src: &[T],
[INFO] [stderr]     |              ^^^^ the lifetime is elided here
[INFO] [stderr] 288 |     ) -> Option<SizedInit<crate::array_init::CloneFrom<T>, Len>>
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 288 |     ) -> Option<SizedInit<crate::array_init::CloneFrom<'_, T>, Len>>
[INFO] [stderr]     |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tuple.rs:132:25
[INFO] [stderr]     |
[INFO] [stderr] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 244 | / define_tuple!(
[INFO] [stderr] 245 | |     /// # Examples
[INFO] [stderr] 246 | |     /// 
[INFO] [stderr] 247 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 263 | |     /// ```
[INFO] [stderr] 264 | |     Tup2<A, B>, tup2, <t0, t1>, <a_offset, b_offset>, <a_layout, b_layout>, <AInit, BInit>);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tuple.rs:141:35
[INFO] [stderr]     |
[INFO] [stderr] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stderr]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                     |
[INFO] [stderr]     |                                     the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 244 | / define_tuple!(
[INFO] [stderr] 245 | |     /// # Examples
[INFO] [stderr] 246 | |     /// 
[INFO] [stderr] 247 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 263 | |     /// ```
[INFO] [stderr] 264 | |     Tup2<A, B>, tup2, <t0, t1>, <a_offset, b_offset>, <a_layout, b_layout>, <AInit, BInit>);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stderr]     |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tuple.rs:132:25
[INFO] [stderr]     |
[INFO] [stderr] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 265 | / define_tuple!(
[INFO] [stderr] 266 | |     /// # Examples
[INFO] [stderr] 267 | |     /// 
[INFO] [stderr] 268 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 287 | |     /// ```
[INFO] [stderr] 288 | |     Tup3<A, B, C>, tup3, <t0, t1, t2>, <a_offset, b_offset, c_offset>, <a_layout, b_layout, c_layout>, <AInit, BInit, CInit>);
[INFO] [stderr]     | |_____________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tuple.rs:141:35
[INFO] [stderr]     |
[INFO] [stderr] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stderr]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                     |
[INFO] [stderr]     |                                     the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 265 | / define_tuple!(
[INFO] [stderr] 266 | |     /// # Examples
[INFO] [stderr] 267 | |     /// 
[INFO] [stderr] 268 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 287 | |     /// ```
[INFO] [stderr] 288 | |     Tup3<A, B, C>, tup3, <t0, t1, t2>, <a_offset, b_offset, c_offset>, <a_layout, b_layout, c_layout>, <AInit, BInit, CInit>);
[INFO] [stderr]     | |_____________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stderr]     |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tuple.rs:132:25
[INFO] [stderr]     |
[INFO] [stderr] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 289 | / define_tuple!(
[INFO] [stderr] 290 | |     /// # Examples
[INFO] [stderr] 291 | |     /// 
[INFO] [stderr] 292 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 314 | |     /// ```
[INFO] [stderr] 315 | |     Tup4<A, B, C, D>, tup4, <t0, t1, t2, t3>, <a_offset, b_offset, c_offset, d_offset>, <a_layout, b_layout, c_layout, d_layout>, <AInit, BInit, CInit, DInit>);
[INFO] [stderr]     | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tuple.rs:141:35
[INFO] [stderr]     |
[INFO] [stderr] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stderr]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                     |
[INFO] [stderr]     |                                     the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 289 | / define_tuple!(
[INFO] [stderr] 290 | |     /// # Examples
[INFO] [stderr] 291 | |     /// 
[INFO] [stderr] 292 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 314 | |     /// ```
[INFO] [stderr] 315 | |     Tup4<A, B, C, D>, tup4, <t0, t1, t2, t3>, <a_offset, b_offset, c_offset, d_offset>, <a_layout, b_layout, c_layout, d_layout>, <AInit, BInit, CInit, DInit>);
[INFO] [stderr]     | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stderr]     |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tuple.rs:132:25
[INFO] [stderr]     |
[INFO] [stderr] 132 |               pub fn refs(&self) -> $mod::Refs<$($arg),*> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 316 | / define_tuple!(
[INFO] [stderr] 317 | |     /// # Examples
[INFO] [stderr] 318 | |     /// 
[INFO] [stderr] 319 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 344 | |     /// ```
[INFO] [stderr] 345 | |     Tup5<A, B, C, D, E>, tup5, <t0, t1, t2, t3, t4>, <a_offset, b_offset, c_offset, d_offset, e_offset>, <a_layout, b_layout, c_layout, d_layout, e_layout>, <AInit, BInit, CInit, DInit, EInit>);
[INFO] [stderr]     | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 132 |             pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tuple.rs:141:35
[INFO] [stderr]     |
[INFO] [stderr] 141 |               pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> {
[INFO] [stderr]     |                                     ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                     |
[INFO] [stderr]     |                                     the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 316 | / define_tuple!(
[INFO] [stderr] 317 | |     /// # Examples
[INFO] [stderr] 318 | |     /// 
[INFO] [stderr] 319 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 344 | |     /// ```
[INFO] [stderr] 345 | |     Tup5<A, B, C, D, E>, tup5, <t0, t1, t2, t3, t4>, <a_offset, b_offset, c_offset, d_offset, e_offset>, <a_layout, b_layout, c_layout, d_layout, e_layout>, <AInit, BInit, CInit, DInit, EInit>);
[INFO] [stderr]     | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 141 |             pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> {
[INFO] [stderr]     |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: `varlen` (lib) generated 12 warnings (run `cargo fix --lib -p varlen` to apply 12 suggestions)
[INFO] [stderr] warning: `varlen` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/varlen-c3fa02e6e0b4df87)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test vbox::tests::vdrop ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests varlen
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/array.rs:170:9
[INFO] [stderr]     |
[INFO] [stderr] 170 | #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = note: `#[warn(unknown_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/array.rs:205:9
[INFO] [stderr]     |
[INFO] [stderr] 205 | #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]  --> src/macro_support.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #![allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]   = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]   = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]   = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]  --> src/marker.rs:1:10
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]   = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]   = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]   = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]   --> src/marker.rs:49:13
[INFO] [stderr]    |
[INFO] [stderr] 49 |     #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]    = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]    = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/marker.rs:102:13
[INFO] [stderr]     |
[INFO] [stderr] 102 |     #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]   --> src/owned.rs:71:9
[INFO] [stderr]    |
[INFO] [stderr] 71 | #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]    = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]    = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/seq.rs:525:9
[INFO] [stderr]     |
[INFO] [stderr] 525 | #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/seq.rs:546:9
[INFO] [stderr]     |
[INFO] [stderr] 546 | #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/seq.rs:568:9
[INFO] [stderr]     |
[INFO] [stderr] 568 | #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/seq.rs:927:9
[INFO] [stderr]     |
[INFO] [stderr] 927 | #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]     --> src/seq.rs:1100:9
[INFO] [stderr]      |
[INFO] [stderr] 1100 | #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]      = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]      = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]      = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]     --> src/seq.rs:1182:9
[INFO] [stderr]      |
[INFO] [stderr] 1182 | #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]      = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]      = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]      = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/newtype.rs:222:17
[INFO] [stderr]     |
[INFO] [stderr] 222 |           #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/str.rs:38:1
[INFO] [stderr]     |
[INFO] [stderr]  38 | / define_varlen_newtype! {
[INFO] [stderr]  39 | |     #[repr(transparent)]
[INFO] [stderr]  40 | |     #[doc = crate::doc_macro::make_svgbobdoc!(
[INFO] [stderr]  41 | |     /// A string with inline storage.
[INFO] [stderr] ...   |
[INFO] [stderr]  91 | |     with inner_mut: fn inner_mut(self: _) -> _;
[INFO] [stderr]  92 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this warning originates in the macro `define_varlen_newtype` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/str.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 | #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/str.rs:126:9
[INFO] [stderr]     |
[INFO] [stderr] 126 | #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/str.rs:141:9
[INFO] [stderr]     |
[INFO] [stderr] 141 | #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/tuple.rs:83:17
[INFO] [stderr]     |
[INFO] [stderr]  83 |           #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 244 | / define_tuple!(
[INFO] [stderr] 245 | |     /// # Examples
[INFO] [stderr] 246 | |     /// 
[INFO] [stderr] 247 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 263 | |     /// ```
[INFO] [stderr] 264 | |     Tup2<A, B>, tup2, <t0, t1>, <a_offset, b_offset>, <a_layout, b_layout>, <AInit, BInit>);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/tuple.rs:128:17
[INFO] [stderr]     |
[INFO] [stderr] 128 |           #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 244 | / define_tuple!(
[INFO] [stderr] 245 | |     /// # Examples
[INFO] [stderr] 246 | |     /// 
[INFO] [stderr] 247 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 263 | |     /// ```
[INFO] [stderr] 264 | |     Tup2<A, B>, tup2, <t0, t1>, <a_offset, b_offset>, <a_layout, b_layout>, <AInit, BInit>);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/tuple.rs:83:17
[INFO] [stderr]     |
[INFO] [stderr]  83 |           #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 265 | / define_tuple!(
[INFO] [stderr] 266 | |     /// # Examples
[INFO] [stderr] 267 | |     /// 
[INFO] [stderr] 268 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 287 | |     /// ```
[INFO] [stderr] 288 | |     Tup3<A, B, C>, tup3, <t0, t1, t2>, <a_offset, b_offset, c_offset>, <a_layout, b_layout, c_layout>, <AInit, BInit, CInit>);
[INFO] [stderr]     | |_____________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/tuple.rs:128:17
[INFO] [stderr]     |
[INFO] [stderr] 128 |           #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 265 | / define_tuple!(
[INFO] [stderr] 266 | |     /// # Examples
[INFO] [stderr] 267 | |     /// 
[INFO] [stderr] 268 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 287 | |     /// ```
[INFO] [stderr] 288 | |     Tup3<A, B, C>, tup3, <t0, t1, t2>, <a_offset, b_offset, c_offset>, <a_layout, b_layout, c_layout>, <AInit, BInit, CInit>);
[INFO] [stderr]     | |_____________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/tuple.rs:83:17
[INFO] [stderr]     |
[INFO] [stderr]  83 |           #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 289 | / define_tuple!(
[INFO] [stderr] 290 | |     /// # Examples
[INFO] [stderr] 291 | |     /// 
[INFO] [stderr] 292 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 314 | |     /// ```
[INFO] [stderr] 315 | |     Tup4<A, B, C, D>, tup4, <t0, t1, t2, t3>, <a_offset, b_offset, c_offset, d_offset>, <a_layout, b_layout, c_layout, d_layout>, <AInit, BInit, CInit, DInit>);
[INFO] [stderr]     | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/tuple.rs:128:17
[INFO] [stderr]     |
[INFO] [stderr] 128 |           #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 289 | / define_tuple!(
[INFO] [stderr] 290 | |     /// # Examples
[INFO] [stderr] 291 | |     /// 
[INFO] [stderr] 292 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 314 | |     /// ```
[INFO] [stderr] 315 | |     Tup4<A, B, C, D>, tup4, <t0, t1, t2, t3>, <a_offset, b_offset, c_offset, d_offset>, <a_layout, b_layout, c_layout, d_layout>, <AInit, BInit, CInit, DInit>);
[INFO] [stderr]     | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/tuple.rs:83:17
[INFO] [stderr]     |
[INFO] [stderr]  83 |           #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 316 | / define_tuple!(
[INFO] [stderr] 317 | |     /// # Examples
[INFO] [stderr] 318 | |     /// 
[INFO] [stderr] 319 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 344 | |     /// ```
[INFO] [stderr] 345 | |     Tup5<A, B, C, D, E>, tup5, <t0, t1, t2, t3, t4>, <a_offset, b_offset, c_offset, d_offset, e_offset>, <a_layout, b_layout, c_layout, d_layout, e_layout>, <AInit, BInit, CInit, DInit, EInit>);
[INFO] [stderr]     | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/tuple.rs:128:17
[INFO] [stderr]     |
[INFO] [stderr] 128 |           #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 316 | / define_tuple!(
[INFO] [stderr] 317 | |     /// # Examples
[INFO] [stderr] 318 | |     /// 
[INFO] [stderr] 319 | |     /// ```
[INFO] [stderr] ...   |
[INFO] [stderr] 344 | |     /// ```
[INFO] [stderr] 345 | |     Tup5<A, B, C, D, E>, tup5, <t0, t1, t2, t3, t4>, <a_offset, b_offset, c_offset, d_offset, e_offset>, <a_layout, b_layout, c_layout, d_layout, e_layout>, <AInit, BInit, CInit, DInit, EInit>);
[INFO] [stderr]     | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]   --> src/vbox.rs:43:9
[INFO] [stderr]    |
[INFO] [stderr] 43 | #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]    = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]    = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/lib.rs:657:13
[INFO] [stderr]     |
[INFO] [stderr] 657 |     #[allow(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] warning: 27 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 149 tests
[INFO] [stdout] test src/array.rs - array::Array<T,Len>::mut_slice (line 225) ... ok
[INFO] [stdout] test src/array.rs - array (line 22) ... ok
[INFO] [stdout] test src/array.rs - array::Array<T,Len>::len_short (line 211) ... ok
[INFO] [stdout] test src/array.rs - array::Array (line 93) ... ok
[INFO] [stdout] test src/array.rs - array::Array (line 65) ... ok
[INFO] [stdout] test src/array.rs - array::Array<T,Len> (line 325) ... ok
[INFO] [stdout] test src/array.rs - array::Array (line 80) ... ok
[INFO] [stdout] test src/array.rs - array::Array<T,Len>::try_clone_from_slice (line 274) ... ok
[INFO] [stdout] test src/array.rs - array::Array<T,Len>::try_copy (line 248) ... ok
[INFO] [stdout] test src/array.rs - array::Array<T>::clone_from_slice (line 192) ... ok
[INFO] [stdout] test src/array.rs - array::ArrayCloner (line 301) ... ok
[INFO] [stdout] test src/array.rs - array::Array<T>::copy (line 176) ... ok
[INFO] [stdout] test src/array.rs - array::ArrayLen::from_usize (line 408) ... ok
[INFO] [stdout] test src/array.rs - array::ArrayLayout (line 110) ... ok
[INFO] [stdout] test src/array.rs - array::SizedInit (line 340) ... ok
[INFO] [stdout] test src/array.rs - array::ArrayLen::as_usize (line 397) ... ok
[INFO] [stdout] test src/array.rs - array::ArrayLen (line 388) ... ok
[INFO] [stdout] test src/array_init.rs - array_init (line 21) ... ok
[INFO] [stdout] test src/array_init.rs - array_init (line 9) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::CopyFrom (line 187) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::CopyFrom (line 202) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::ArrayInitializer (line 66) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::ArrayInitializer::initialize (line 86) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::FillSequentially (line 139) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::CloneFrom (line 233) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::FillSequentially (line 147) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::CopyFrom (line 197) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::FromIterPrefix (line 103) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::FromIterPrefix (line 114) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::CloneFrom (line 221) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::MoveFrom (line 266) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::new_array (line 42) ... ok
[INFO] [stdout] test src/lib.rs - (line 79) ... ok
[INFO] [stdout] test src/lib.rs - (line 29) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::FillWithDefault (line 170) ... ok
[INFO] [stdout] test src/array_init.rs - array_init::MoveFrom (line 254) ... ok
[INFO] [stdout] test src/lib.rs - FixedLen (line 678) ... ok
[INFO] [stdout] test src/lib.rs - Initializer (line 576) ... ok
[INFO] [stdout] test src/lib.rs - FixedLenLayout (line 691) ... ok
[INFO] [stdout] test src/lib.rs - FixedLen (line 670) ... ok
[INFO] [stdout] test src/lib.rs - (line 91) ... ok
[INFO] [stdout] test src/lib.rs - FixedLenCloner (line 744) ... ok
[INFO] [stdout] test src/lib.rs - Initializer::calculate_layout_cautious (line 625) ... ok
[INFO] [stdout] test src/lib.rs - VarLen::ALIGN (line 354) ... ok
[INFO] [stdout] test src/lib.rs - VClone::Cloner (line 446) ... ok
[INFO] [stdout] test src/lib.rs - VClone::vclone (line 464) ... ok
[INFO] [stdout] test src/lib.rs - VCopy::vcopy (line 503) ... ok
[INFO] [stdout] test src/lib.rs - VClone (line 429) ... ok
[INFO] [stdout] test src/lib.rs - VCopy (line 486) ... ok
[INFO] [stdout] test src/lib.rs - VCopier (line 520) ... ok
[INFO] [stdout] test src/marker.rs - marker::FieldMarker (line 10) ... ok
[INFO] [stdout] test src/lib.rs - VarLen (line 301) ... ok
[INFO] [stdout] test src/marker.rs - marker::ArrayMarker (line 61) ... ok
[INFO] [stdout] test src/newtype.rs - newtype::impl_initializer_as_newtype (line 248) ... ok
[INFO] [stdout] test src/lib.rs - VarLen::vdrop (line 386) ... ok
[INFO] [stdout] test src/newtype.rs - newtype::define_varlen_newtype (line 63) ... ok
[INFO] [stdout] test src/lib.rs - VarLen::calculate_layout (line 342) ... ok
[INFO] [stdout] test src/newtype.rs - newtype (line 10) ... ok
[INFO] [stdout] test src/owned.rs - owned::Owned (line 33) ... ok
[INFO] [stdout] test src/owned.rs - owned::Owned<'storage,T>::as_mut (line 133) ... ok
[INFO] [stdout] test src/newtype.rs - newtype::impl_initializer_as_newtype (line 276) ... ok
[INFO] [stdout] test src/owned.rs - owned::Owned<'storage,T>::into_raw (line 114) ... ok
[INFO] [stdout] test src/prelude.rs - prelude (line 13) ... ok
[INFO] [stdout] test src/owned.rs - owned (line 5) ... ok
[INFO] [stdout] test src/prelude.rs - prelude (line 7) ... ok
[INFO] [stdout] test src/owned.rs - owned::Owned (line 58) ... ok
[INFO] [stdout] test src/owned.rs - owned::Owned<'storage,T>::leak (line 154) ... ok
[INFO] [stdout] test src/owned.rs - owned::Owned<'storage,T>::from_raw (line 87) ... ok
[INFO] [stdout] test src/newtype.rs - newtype::define_varlen_newtype (line 133) ... ok
[INFO] [stdout] test src/seq.rs - seq::IndexableSeq (line 442) ... ok
[INFO] [stdout] test src/seq.rs - seq::Indexing (line 90) ... ok
[INFO] [stdout] test src/seq.rs - seq::IterMut (line 1165) ... ok
[INFO] [stdout] test src/seq.rs - seq (line 29) ... ok
[INFO] [stdout] test src/seq.rs - seq::CheckedIndexing (line 198) ... ok
[INFO] [stdout] test src/seq.rs - seq::Iter (line 1085) ... ok
[INFO] [stdout] test src/seq.rs - seq::Iter<'a,T>::limited_to (line 1108) ... ok
[INFO] [stdout] test src/seq.rs - seq::OwnedElems (line 1253) ... ok
[INFO] [stdout] test src/seq.rs - seq::IterMut<'a,T>::limited_to (line 1190) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq (line 366) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,CheckedIndexing>::is_offset_valid (line 989) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq (line 349) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,CheckedIndexing>::from_offset (line 933) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq (line 385) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq (line 323) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,CheckedIndexing>::from_offset_mut (line 961) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx>::from_offset_unchecked (line 784) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx>::capacity_in_offsets (line 615) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,CheckedIndexing>::new_indexable (line 552) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx> (line 1030) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx> (line 1059) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx>::new (line 574) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx>::iter_mut (line 721) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx>::from_offset_unchecked_mut (line 823) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx>::iter (line 702) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx>::len (line 597) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx>::offset (line 637) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx>::take_elems (line 865) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx>::offset_of (line 758) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx>::push (line 655) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T,Idx>::offset_of (line 744) ... ok
[INFO] [stdout] test src/str.rs - str (line 22) ... ok
[INFO] [stdout] test src/str.rs - str::Str (line 59) ... ok
[INFO] [stdout] test src/seq.rs - seq::Seq<T>::new_minimal (line 531) ... ok
[INFO] [stdout] test src/seq.rs - seq::seq (line 62) ... ok
[INFO] [stdout] test src/seq.rs - seq::UncheckedIndexing (line 140) ... ok
[INFO] [stdout] test src/str.rs - str::Str (line 74) ... ok
[INFO] [stdout] test src/tuple.rs - tuple (line 9) ... ok
[INFO] [stdout] test src/str.rs - str::Str<Len>::mut_slice (line 111) ... ok
[INFO] [stdout] test src/str.rs - str::StrCloner (line 163) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::Tup2<A,B>::muts (line 247) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::Tup2 (line 247) ... ok
[INFO] [stdout] test src/str.rs - str::Str<Len> (line 188) ... ok
[INFO] [stdout] test src/str.rs - str::Str::copy (line 132) ... ok
[INFO] [stdout] test src/str.rs - str::Str<Len>::try_copy (line 145) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::Tup4 (line 292) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::Tup3 (line 268) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::Tup3<A,B,C>::muts (line 268) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::Tup4<A,B,C,D>::muts (line 292) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::Tup2<A,B>::refs (line 247) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::Tup4<A,B,C,D>::refs (line 292) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::Tup5<A,B,C,D,E>::muts (line 319) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::Tup3<A,B,C>::refs (line 268) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup2::Layout (line 247) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::Tup5 (line 319) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup3::Layout (line 268) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup2::Muts (line 247) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::Tup5<A,B,C,D,E>::refs (line 319) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup2::Refs (line 247) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup2::Init (line 247) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup3::Refs (line 268) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup3::Init (line 268) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup3::Muts (line 268) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup4::Init (line 292) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup4::Layout (line 292) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup5::Layout (line 319) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup5::Muts (line 319) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup5::Refs (line 319) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup4::Refs (line 292) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup4::Muts (line 292) ... ok
[INFO] [stdout] test src/tuple.rs - tuple::tup5::Init (line 319) ... ok
[INFO] [stdout] test src/vbox.rs - vbox::VBox<T> (line 218) ... ok
[INFO] [stdout] test src/vbox.rs - vbox (line 7) ... ok
[INFO] [stdout] test src/vbox.rs - vbox::VBox<T> (line 172) ... ok
[INFO] [stdout] test src/vbox.rs - vbox::VBox<T> (line 205) ... ok
[INFO] [stdout] test src/vbox.rs - vbox::VBox<T>::as_mut (line 75) ... ok
[INFO] [stdout] test src/vbox.rs - vbox::VBox (line 30) ... ok
[INFO] [stdout] test src/vbox.rs - vbox::VBox<T>::new (line 49) ... ok
[INFO] [stdout] test src/vbox.rs - vbox::VBox<T>::into_raw (line 102) ... ok
[INFO] [stdout] test src/vbox.rs - vbox::VBox<T>::from_raw (line 132) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 149 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 14.04s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "81dc39feffce72f69af73d50e1d1a33c247fa467a6278228fa5af69b29c2189b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81dc39feffce72f69af73d50e1d1a33c247fa467a6278228fa5af69b29c2189b", kill_on_drop: false }`
[INFO] [stdout] 81dc39feffce72f69af73d50e1d1a33c247fa467a6278228fa5af69b29c2189b
