[INFO] fetching crate bdat 0.6.0...
[INFO] testing bdat-0.6.0 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate bdat 0.6.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate bdat 0.6.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate bdat 0.6.0
[INFO] tweaked toml for crates.io crate bdat 0.6.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bdat 0.6.0 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bdat 0.6.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1209e76c5789ef9615fe40f55d441859a072e2a699c7f88bcb877bf6c57668f4
[INFO] running `Command { std: "docker" "start" "-a" "1209e76c5789ef9615fe40f55d441859a072e2a699c7f88bcb877bf6c57668f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1209e76c5789ef9615fe40f55d441859a072e2a699c7f88bcb877bf6c57668f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1209e76c5789ef9615fe40f55d441859a072e2a699c7f88bcb877bf6c57668f4", kill_on_drop: false }`
[INFO] [stdout] 1209e76c5789ef9615fe40f55d441859a072e2a699c7f88bcb877bf6c57668f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 85297abab82bc8a50ec1ad29c4a91e0b3e7aa41a0f0b510ee058e01d7cc46111
[INFO] running `Command { std: "docker" "start" "-a" "85297abab82bc8a50ec1ad29c4a91e0b3e7aa41a0f0b510ee058e01d7cc46111", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v0.7.4
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling enum-kinds v0.5.1
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]    Compiling num_enum v0.7.3
[INFO] [stderr]    Compiling bdat v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait `ColumnSerialize` is never used
[INFO] [stdout]   --> src/table/private.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub trait ColumnSerialize {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/label.rs:59:30
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn to_string_convert(&self) -> Utf {
[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] 59 |     pub fn to_string_convert(&self) -> Utf<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/label.rs:78:19
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn as_ref(&self) -> Label {
[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] 78 |     pub fn as_ref(&self) -> Label<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/cell.rs:119:22
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn as_single(&self) -> Option<&Value> {
[INFO] [stdout]     |                      ^^^^^            ^^^^^^
[INFO] [stdout]     |                      |                ||
[INFO] [stdout]     |                      |                |the same lifetime is hidden here
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn as_single(&self) -> Option<&Value<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/legacy.rs:386:18
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         | |
[INFO] [stdout]     |                  |         | the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table/modern.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn name(&self) -> &Label {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^
[INFO] [stdout]    |                 |         ||
[INFO] [stdout]    |                 |         |the same lifetime is hidden here
[INFO] [stdout]    |                 |         the same lifetime is elided here
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn name(&self) -> &Label<'_> {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/modern.rs:356:18
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         | |
[INFO] [stdout]     |                  |         | the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table/private.rs:46:18
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn ser_flags(&self) -> &[LegacyFlag];
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                  |         | |
[INFO] [stdout]    |                  |         | the same lifetime is hidden here
[INFO] [stdout]    |                  |         the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn ser_flags(&self) -> &[LegacyFlag<'_>];
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/compat.rs:214:17
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub fn name(&self) -> Label {
[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] 214 |     pub fn name(&self) -> Label<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/compat.rs:364:18
[INFO] [stdout]     |
[INFO] [stdout] 364 |     pub fn label(&self) -> Label {
[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] 364 |     pub fn label(&self) -> Label<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/compat.rs:550:18
[INFO] [stdout]     |
[INFO] [stdout] 550 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         | |
[INFO] [stdout]     |                  |         | the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 550 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/compat.rs:563:18
[INFO] [stdout]     |
[INFO] [stdout] 563 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         | |
[INFO] [stdout]     |                  |         | the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 563 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
[INFO] running `Command { std: "docker" "inspect" "85297abab82bc8a50ec1ad29c4a91e0b3e7aa41a0f0b510ee058e01d7cc46111", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85297abab82bc8a50ec1ad29c4a91e0b3e7aa41a0f0b510ee058e01d7cc46111", kill_on_drop: false }`
[INFO] [stdout] 85297abab82bc8a50ec1ad29c4a91e0b3e7aa41a0f0b510ee058e01d7cc46111
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e788ed47905d4c7f0b7581a63931e023b25eebf92b92f0a1ce7d2349a140801d
[INFO] running `Command { std: "docker" "start" "-a" "e788ed47905d4c7f0b7581a63931e023b25eebf92b92f0a1ce7d2349a140801d", kill_on_drop: false }`
[INFO] [stderr]    Compiling half v2.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling clap_builder v4.5.32
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stdout] warning: trait `ColumnSerialize` is never used
[INFO] [stdout]   --> src/table/private.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub trait ColumnSerialize {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/label.rs:59:30
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn to_string_convert(&self) -> Utf {
[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] 59 |     pub fn to_string_convert(&self) -> Utf<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/label.rs:78:19
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn as_ref(&self) -> Label {
[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] 78 |     pub fn as_ref(&self) -> Label<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/cell.rs:119:22
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn as_single(&self) -> Option<&Value> {
[INFO] [stdout]     |                      ^^^^^            ^^^^^^
[INFO] [stdout]     |                      |                ||
[INFO] [stdout]     |                      |                |the same lifetime is hidden here
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn as_single(&self) -> Option<&Value<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/legacy.rs:386:18
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         | |
[INFO] [stdout]     |                  |         | the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table/modern.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn name(&self) -> &Label {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^
[INFO] [stdout]    |                 |         ||
[INFO] [stdout]    |                 |         |the same lifetime is hidden here
[INFO] [stdout]    |                 |         the same lifetime is elided here
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn name(&self) -> &Label<'_> {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/modern.rs:356:18
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         | |
[INFO] [stdout]     |                  |         | the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table/private.rs:46:18
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn ser_flags(&self) -> &[LegacyFlag];
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                  |         | |
[INFO] [stdout]    |                  |         | the same lifetime is hidden here
[INFO] [stdout]    |                  |         the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn ser_flags(&self) -> &[LegacyFlag<'_>];
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/compat.rs:214:17
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub fn name(&self) -> Label {
[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] 214 |     pub fn name(&self) -> Label<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/compat.rs:364:18
[INFO] [stdout]     |
[INFO] [stdout] 364 |     pub fn label(&self) -> Label {
[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] 364 |     pub fn label(&self) -> Label<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/compat.rs:550:18
[INFO] [stdout]     |
[INFO] [stdout] 550 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         | |
[INFO] [stdout]     |                  |         | the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 550 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/compat.rs:563:18
[INFO] [stdout]     |
[INFO] [stdout] 563 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         | |
[INFO] [stdout]     |                  |         | the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 563 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling clap v4.5.32
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling bdat v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait `ColumnSerialize` is never used
[INFO] [stdout]   --> src/table/private.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub trait ColumnSerialize {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/label.rs:59:30
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn to_string_convert(&self) -> Utf {
[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] 59 |     pub fn to_string_convert(&self) -> Utf<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/label.rs:78:19
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn as_ref(&self) -> Label {
[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] 78 |     pub fn as_ref(&self) -> Label<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/cell.rs:119:22
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn as_single(&self) -> Option<&Value> {
[INFO] [stdout]     |                      ^^^^^            ^^^^^^
[INFO] [stdout]     |                      |                ||
[INFO] [stdout]     |                      |                |the same lifetime is hidden here
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn as_single(&self) -> Option<&Value<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/legacy.rs:386:18
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         | |
[INFO] [stdout]     |                  |         | the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table/modern.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn name(&self) -> &Label {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^
[INFO] [stdout]    |                 |         ||
[INFO] [stdout]    |                 |         |the same lifetime is hidden here
[INFO] [stdout]    |                 |         the same lifetime is elided here
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn name(&self) -> &Label<'_> {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/modern.rs:356:18
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         | |
[INFO] [stdout]     |                  |         | the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table/private.rs:46:18
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn ser_flags(&self) -> &[LegacyFlag];
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                  |         | |
[INFO] [stdout]    |                  |         | the same lifetime is hidden here
[INFO] [stdout]    |                  |         the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn ser_flags(&self) -> &[LegacyFlag<'_>];
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/compat.rs:214:17
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub fn name(&self) -> Label {
[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] 214 |     pub fn name(&self) -> Label<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/compat.rs:364:18
[INFO] [stdout]     |
[INFO] [stdout] 364 |     pub fn label(&self) -> Label {
[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] 364 |     pub fn label(&self) -> Label<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/compat.rs:550:18
[INFO] [stdout]     |
[INFO] [stdout] 550 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         | |
[INFO] [stdout]     |                  |         | the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 550 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table/compat.rs:563:18
[INFO] [stdout]     |
[INFO] [stdout] 563 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         | |
[INFO] [stdout]     |                  |         | the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 563 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.55s
[INFO] running `Command { std: "docker" "inspect" "e788ed47905d4c7f0b7581a63931e023b25eebf92b92f0a1ce7d2349a140801d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e788ed47905d4c7f0b7581a63931e023b25eebf92b92f0a1ce7d2349a140801d", kill_on_drop: false }`
[INFO] [stdout] e788ed47905d4c7f0b7581a63931e023b25eebf92b92f0a1ce7d2349a140801d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d98ad4793e9aa6110c7462aad0c64dd1f1757c425f26cdc9595e645f57df45eb
[INFO] running `Command { std: "docker" "start" "-a" "d98ad4793e9aa6110c7462aad0c64dd1f1757c425f26cdc9595e645f57df45eb", kill_on_drop: false }`
[INFO] [stderr] warning: trait `ColumnSerialize` is never used
[INFO] [stderr]   --> src/table/private.rs:44:11
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub trait ColumnSerialize {
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/label.rs:59:30
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub fn to_string_convert(&self) -> Utf {
[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] 59 |     pub fn to_string_convert(&self) -> Utf<'_> {
[INFO] [stderr]    |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/label.rs:78:19
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub fn as_ref(&self) -> Label {
[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] 78 |     pub fn as_ref(&self) -> Label<'_> {
[INFO] [stderr]    |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/table/cell.rs:119:22
[INFO] [stderr]     |
[INFO] [stderr] 119 |     pub fn as_single(&self) -> Option<&Value> {
[INFO] [stderr]     |                      ^^^^^            ^^^^^^
[INFO] [stderr]     |                      |                ||
[INFO] [stderr]     |                      |                |the same lifetime is hidden here
[INFO] [stderr]     |                      |                the same lifetime is elided here
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 119 |     pub fn as_single(&self) -> Option<&Value<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/table/legacy.rs:386:18
[INFO] [stderr]     |
[INFO] [stderr] 386 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stderr]     |                  |         | |
[INFO] [stderr]     |                  |         | the same lifetime is hidden here
[INFO] [stderr]     |                  |         the same lifetime is elided here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 386 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stderr]     |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/table/modern.rs:96:17
[INFO] [stderr]    |
[INFO] [stderr] 96 |     pub fn name(&self) -> &Label {
[INFO] [stderr]    |                 ^^^^^     ^^^^^^
[INFO] [stderr]    |                 |         ||
[INFO] [stderr]    |                 |         |the same lifetime is hidden here
[INFO] [stderr]    |                 |         the same lifetime is elided here
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 96 |     pub fn name(&self) -> &Label<'_> {
[INFO] [stderr]    |                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/table/modern.rs:356:18
[INFO] [stderr]     |
[INFO] [stderr] 356 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stderr]     |                  |         | |
[INFO] [stderr]     |                  |         | the same lifetime is hidden here
[INFO] [stderr]     |                  |         the same lifetime is elided here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 356 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stderr]     |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/table/private.rs:46:18
[INFO] [stderr]    |
[INFO] [stderr] 46 |     fn ser_flags(&self) -> &[LegacyFlag];
[INFO] [stderr]    |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stderr]    |                  |         | |
[INFO] [stderr]    |                  |         | the same lifetime is hidden here
[INFO] [stderr]    |                  |         the same lifetime is elided here
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 46 |     fn ser_flags(&self) -> &[LegacyFlag<'_>];
[INFO] [stderr]    |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/table/compat.rs:214:17
[INFO] [stderr]     |
[INFO] [stderr] 214 |     pub fn name(&self) -> Label {
[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] 214 |     pub fn name(&self) -> Label<'_> {
[INFO] [stderr]     |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/table/compat.rs:364:18
[INFO] [stderr]     |
[INFO] [stderr] 364 |     pub fn label(&self) -> Label {
[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] 364 |     pub fn label(&self) -> Label<'_> {
[INFO] [stderr]     |                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/table/compat.rs:550:18
[INFO] [stderr]     |
[INFO] [stderr] 550 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stderr]     |                  |         | |
[INFO] [stderr]     |                  |         | the same lifetime is hidden here
[INFO] [stderr]     |                  |         the same lifetime is elided here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 550 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stderr]     |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/table/compat.rs:563:18
[INFO] [stderr]     |
[INFO] [stderr] 563 |     fn ser_flags(&self) -> &[LegacyFlag] {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stderr]     |                  |         | |
[INFO] [stderr]     |                  |         | the same lifetime is hidden here
[INFO] [stderr]     |                  |         the same lifetime is elided here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 563 |     fn ser_flags(&self) -> &[LegacyFlag<'_>] {
[INFO] [stderr]     |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `bdat` (lib) generated 12 warnings (run `cargo fix --lib -p bdat` to apply 11 suggestions)
[INFO] [stderr] warning: `bdat` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bdat-ede5a93625ece49e)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test hash::tests::test_murmur3 ... ok
[INFO] [stdout] test io::legacy::hash::tests::test_hash_mod_61 ... ok
[INFO] [stdout] test io::legacy::scramble::tests::checksum ... ok
[INFO] [stdout] test io::legacy::hash::tests::test_table_mod_61 ... ok
[INFO] [stdout] test io::legacy::scramble::tests::chunks ... ok
[INFO] [stdout] test io::legacy::scramble::tests::naive ... ok
[INFO] [stdout] test io::legacy::scramble::tests::scramble_naive ... ok
[INFO] [stdout] test io::legacy::scramble::tests::single ... ok
[INFO] [stdout] test table::modern::tests::test_hash_table ... ok
[INFO] [stdout] test io::modern::tests::table_write_back ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/hash_tester.rs (/opt/rustwide/target/debug/deps/hash_tester-167e57255a7242e9)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test hash_table_legacy ... ok
[INFO] [stdout] test hash_table_xcx ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/legacy.rs (/opt/rustwide/target/debug/deps/legacy-36577f2eab26ce3c)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test basic_read ... ok
[INFO] [stdout] test duplicate_columns ... ok
[INFO] [stdout] test version_detect ... ok
[INFO] [stdout] test table_map ... ok
[INFO] [stdout] test write_back ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/legacy_3ds.rs (/opt/rustwide/target/debug/deps/legacy_3ds-909ef8b46a0be69a)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test version_detect ... ok
[INFO] [stdout] test basic_read ... ok
[INFO] [stdout] test duplicate_columns ... ok
[INFO] [stdout] test write_back ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/legacy_wii.rs (/opt/rustwide/target/debug/deps/legacy_wii-c61ff97c33507d82)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test basic_read ... ok
[INFO] [stdout] test version_detect ... ok
[INFO] [stdout] test duplicate_columns ... ok
[INFO] [stdout] test write_back ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/legacy_x.rs (/opt/rustwide/target/debug/deps/legacy_x-544b5ed7d000d9ee)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test basic_read ... ok
[INFO] [stdout] test version_detect ... ok
[INFO] [stdout] test duplicate_columns ... ok
[INFO] [stdout] test write_back ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/modern_xc3.rs (/opt/rustwide/target/debug/deps/modern_xc3-1e5a8697723bc299)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test basic_read ... ok
[INFO] [stdout] test table_map ... ok
[INFO] [stdout] test version_detect ... ok
[INFO] [stdout] test write_back ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/modern_xcxde.rs (/opt/rustwide/target/debug/deps/modern_xcxde-fedc0c1ae632fbff)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test hash_table ... ok
[INFO] [stdout] test version_detect ... ok
[INFO] [stdout] test write_back ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bdat
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test src/lib.rs - (line 126) ... ok
[INFO] [stdout] test src/io/legacy/mod.rs - io::legacy::to_writer (line 190) ... ok
[INFO] [stdout] test src/io/legacy/mod.rs - io::legacy::to_writer_options (line 215) ... ok
[INFO] [stdout] test src/lib.rs - (line 21) ... ok
[INFO] [stdout] test src/io/legacy/mod.rs - io::legacy::from_bytes_copy (line 167) ... ok
[INFO] [stdout] test src/io/modern/mod.rs - io::modern::from_bytes (line 65) ... ok
[INFO] [stdout] test src/lib.rs - (line 57) ... ok
[INFO] [stdout] test src/io/legacy/mod.rs - io::legacy::from_reader (line 101) ... ok
[INFO] [stdout] test src/io/legacy/mod.rs - io::legacy::to_vec (line 240) ... ok
[INFO] [stdout] test src/io/modern/mod.rs - io::modern::from_reader (line 41) ... ok
[INFO] [stdout] test src/io/legacy/mod.rs - io::legacy::to_vec_options (line 262) ... ok
[INFO] [stdout] test src/io/modern/mod.rs - io::modern::to_vec (line 100) ... ok
[INFO] [stdout] test src/io/detect.rs - io::detect::from_bytes (line 56) ... ok
[INFO] [stdout] test src/io/modern/mod.rs - io::modern::to_writer (line 80) ... ok
[INFO] [stdout] test src/io/legacy/mod.rs - io::legacy::from_bytes (line 135) ... ok
[INFO] [stdout] test src/io/detect.rs - io::detect::from_reader (line 96) ... ok
[INFO] [stdout] test src/table/cell.rs - table::cell::Cell (line 31) ... FAILED
[INFO] [stdout] test src/table/cell.rs - table::cell::Cell (line 42) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 89) ... ok
[INFO] [stdout] test src/table/legacy.rs - table::legacy::LegacyTable (line 27) ... ok
[INFO] [stdout] test src/table/compat.rs - table::compat::CompatTable (line 40) ... ok
[INFO] [stdout] test src/table/modern.rs - table::modern::ModernTable (line 32) ... ok
[INFO] [stdout] test src/table/modern.rs - table::modern::ModernTable<'b>::row (line 119) ... ok
[INFO] [stdout] test src/table/modern.rs - table::modern::ModernTable (line 43) ... ok
[INFO] [stdout] test src/table/row.rs - table::row::RowRef (line 17) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/table/cell.rs - table::cell::Cell (line 31) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `bdat::serde`
[INFO] [stdout]    --> src/table/cell.rs:34:11
[INFO] [stdout]     |
[INFO] [stdout]  34 | use bdat::serde::SerializeCell;
[INFO] [stdout]     |           ^^^^^ could not find `serde` in `bdat`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 158 | #[cfg(feature = "serde")]
[INFO] [stdout]     |       ----------------- the item is gated behind the `serde` feature
[INFO] [stdout] 159 | pub mod serde;
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/table/cell.rs - table::cell::Cell (line 42) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `serde` in this scope
[INFO] [stdout]   --> src/table/cell.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | use serde::de::DeserializeSeed;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bdat::serde`
[INFO] [stdout]    --> src/table/cell.rs:45:11
[INFO] [stdout]     |
[INFO] [stdout]  45 | use bdat::serde::CellSeed;
[INFO] [stdout]     |           ^^^^^ could not find `serde` in `bdat`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 158 | #[cfg(feature = "serde")]
[INFO] [stdout]     |       ----------------- the item is gated behind the `serde` feature
[INFO] [stdout] 159 | pub mod serde;
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/table/cell.rs - table::cell::Cell (line 31)
[INFO] [stdout]     src/table/cell.rs - table::cell::Cell (line 42)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 23 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "d98ad4793e9aa6110c7462aad0c64dd1f1757c425f26cdc9595e645f57df45eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d98ad4793e9aa6110c7462aad0c64dd1f1757c425f26cdc9595e645f57df45eb", kill_on_drop: false }`
[INFO] [stdout] d98ad4793e9aa6110c7462aad0c64dd1f1757c425f26cdc9595e645f57df45eb
