[INFO] fetching crate outlook-pst 1.1.0...
[INFO] testing outlook-pst-1.1.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate outlook-pst 1.1.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate outlook-pst 1.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate outlook-pst 1.1.0
[INFO] tweaked toml for crates.io crate outlook-pst 1.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate outlook-pst 1.1.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate outlook-pst 1.1.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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6984963b7a9e4c787dec18aeae61f0709fcbae710acd21259ade85e31df1a0a9
[INFO] running `Command { std: "docker" "start" "-a" "6984963b7a9e4c787dec18aeae61f0709fcbae710acd21259ade85e31df1a0a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6984963b7a9e4c787dec18aeae61f0709fcbae710acd21259ade85e31df1a0a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6984963b7a9e4c787dec18aeae61f0709fcbae710acd21259ade85e31df1a0a9", kill_on_drop: false }`
[INFO] [stdout] 6984963b7a9e4c787dec18aeae61f0709fcbae710acd21259ade85e31df1a0a9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b256e57f07770716a990ce232a03594a8f51f122b22f20b72023c8bd38fa6377
[INFO] running `Command { std: "docker" "start" "-a" "b256e57f07770716a990ce232a03594a8f51f122b22f20b72023c8bd38fa6377", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling outlook-pst v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `deprecated_index` is never read
[INFO] [stdout]   --> src/ltp/table_context.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct TableContextInfo {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     deprecated_index: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TableContextInfo` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `flags` and `data` are never read
[INFO] [stdout]    --> src/messaging/search.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub struct SearchUpdate {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 209 |     flags: u16,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 210 |     data: Option<SearchUpdateData>,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SearchUpdate` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<Self>>;
[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] 140 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<'_, Self>>;
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:224:13
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<Self>> {
[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] 224 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<'_, Self>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:310:13
[INFO] [stdout]     |
[INFO] [stdout] 310 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<Self>> {
[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] 310 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<'_, Self>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.73s
[INFO] running `Command { std: "docker" "inspect" "b256e57f07770716a990ce232a03594a8f51f122b22f20b72023c8bd38fa6377", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b256e57f07770716a990ce232a03594a8f51f122b22f20b72023c8bd38fa6377", kill_on_drop: false }`
[INFO] [stdout] b256e57f07770716a990ce232a03594a8f51f122b22f20b72023c8bd38fa6377
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d4cf2670a7b80f3014e59f29d62655ab8f98de0179d7cb6644cfedcf6abd7f6
[INFO] running `Command { std: "docker" "start" "-a" "6d4cf2670a7b80f3014e59f29d62655ab8f98de0179d7cb6644cfedcf6abd7f6", kill_on_drop: false }`
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling oem_cp v1.3.0
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling codepage v0.1.2
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling codepage-strings v1.0.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling compressed-rtf v1.0.0
[INFO] [stderr]    Compiling outlook-pst v1.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stdout] warning: field `deprecated_index` is never read
[INFO] [stdout]   --> src/ltp/table_context.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct TableContextInfo {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     deprecated_index: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TableContextInfo` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `flags` and `data` are never read
[INFO] [stdout]    --> src/messaging/search.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub struct SearchUpdate {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 209 |     flags: u16,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 210 |     data: Option<SearchUpdateData>,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SearchUpdate` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<Self>>;
[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] 140 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<'_, Self>>;
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:224:13
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<Self>> {
[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] 224 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<'_, Self>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:310:13
[INFO] [stdout]     |
[INFO] [stdout] 310 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<Self>> {
[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] 310 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<'_, Self>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `deprecated_index` is never read
[INFO] [stdout]   --> src/ltp/table_context.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct TableContextInfo {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     deprecated_index: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TableContextInfo` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `flags` and `data` are never read
[INFO] [stdout]    --> src/messaging/search.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub struct SearchUpdate {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 209 |     flags: u16,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 210 |     data: Option<SearchUpdateData>,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SearchUpdate` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<Self>>;
[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] 140 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<'_, Self>>;
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:224:13
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<Self>> {
[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] 224 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<'_, Self>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:310:13
[INFO] [stdout]     |
[INFO] [stdout] 310 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<Self>> {
[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] 310 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<'_, Self>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.56s
[INFO] running `Command { std: "docker" "inspect" "6d4cf2670a7b80f3014e59f29d62655ab8f98de0179d7cb6644cfedcf6abd7f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d4cf2670a7b80f3014e59f29d62655ab8f98de0179d7cb6644cfedcf6abd7f6", kill_on_drop: false }`
[INFO] [stdout] 6d4cf2670a7b80f3014e59f29d62655ab8f98de0179d7cb6644cfedcf6abd7f6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 313d738e295451e9968018ed897238c6efcbfcd35d89336b6279824cc04b68dc
[INFO] running `Command { std: "docker" "start" "-a" "313d738e295451e9968018ed897238c6efcbfcd35d89336b6279824cc04b68dc", kill_on_drop: false }`
[INFO] [stderr] warning: field `deprecated_index` is never read
[INFO] [stderr]   --> src/ltp/table_context.rs:45:5
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub struct TableContextInfo {
[INFO] [stderr]    |            ---------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 45 |     deprecated_index: u32,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TableContextInfo` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `flags` and `data` are never read
[INFO] [stderr]    --> src/messaging/search.rs:209:5
[INFO] [stderr]     |
[INFO] [stderr] 208 | pub struct SearchUpdate {
[INFO] [stderr]     |            ------------ fields in this struct
[INFO] [stderr] 209 |     flags: u16,
[INFO] [stderr]     |     ^^^^^
[INFO] [stderr] 210 |     data: Option<SearchUpdateData>,
[INFO] [stderr]     |     ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `SearchUpdate` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:140:13
[INFO] [stderr]     |
[INFO] [stderr] 140 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<Self>>;
[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] 140 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<'_, Self>>;
[INFO] [stderr]     |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:224:13
[INFO] [stderr]     |
[INFO] [stderr] 224 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<Self>> {
[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] 224 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<'_, Self>> {
[INFO] [stderr]     |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:310:13
[INFO] [stderr]     |
[INFO] [stderr] 310 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<Self>> {
[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] 310 |     fn lock(&mut self) -> io::Result<PstFileLockGuard<'_, Self>> {
[INFO] [stderr]     |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: `outlook-pst` (lib) generated 5 warnings (run `cargo fix --lib -p outlook-pst` to apply 3 suggestions)
[INFO] [stderr] warning: `outlook-pst` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/outlook_pst-70411187d77b74d7)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test block_sig::tests::test_compute_sig ... ok
[INFO] [stdout] test encode::cyclic::tests::test_decode_block ... ok
[INFO] [stdout] test encode::cyclic::tests::test_encode_block ... ok
[INFO] [stdout] test encode::permute::tests::test_decode_block ... ok
[INFO] [stdout] test encode::permute::tests::test_encode_block ... ok
[INFO] [stdout] test encode::tests::test_key_data ... ok
[INFO] [stdout] test ndb::block_id::tests::test_unicode_bid_index_overflow ... ok
[INFO] [stdout] test ndb::block_id::tests::test_ansi_bid_index_overflow ... ok
[INFO] [stdout] test ndb::node_id::tests::test_nid_index_overflow ... ok
[INFO] [stdout] test ndb::header::tests::test_magic_values ... ok
[INFO] [stdout] test block_sig::tests::test_overflow ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests outlook_pst
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "313d738e295451e9968018ed897238c6efcbfcd35d89336b6279824cc04b68dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "313d738e295451e9968018ed897238c6efcbfcd35d89336b6279824cc04b68dc", kill_on_drop: false }`
[INFO] [stdout] 313d738e295451e9968018ed897238c6efcbfcd35d89336b6279824cc04b68dc
