[INFO] fetching crate pk2 0.2.0...
[INFO] testing pk2-0.2.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate pk2 0.2.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate pk2 0.2.0
[INFO] finished tweaking crates.io crate pk2 0.2.0
[INFO] tweaked toml for crates.io crate pk2 0.2.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pk2 0.2.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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 411ececabec9616a213036ae7c9d88cfd2d986ef283751e7f36d2c42d13e1bbe
[INFO] running `Command { std: "docker" "start" "-a" "411ececabec9616a213036ae7c9d88cfd2d986ef283751e7f36d2c42d13e1bbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "411ececabec9616a213036ae7c9d88cfd2d986ef283751e7f36d2c42d13e1bbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "411ececabec9616a213036ae7c9d88cfd2d986ef283751e7f36d2c42d13e1bbe", kill_on_drop: false }`
[INFO] [stdout] 411ececabec9616a213036ae7c9d88cfd2d986ef283751e7f36d2c42d13e1bbe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 62239094f00b5ffa9c4880e7721a9487d612d0c3d69f6115a7453aafd2ca6809
[INFO] running `Command { std: "docker" "start" "-a" "62239094f00b5ffa9c4880e7721a9487d612d0c3d69f6115a7453aafd2ca6809", kill_on_drop: false }`
[INFO] [stderr]    Compiling pk2 v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `signature`, `version`, `encrypted`, `verify`, and `reserved` are never read
[INFO] [stdout]   --> src/constants.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct RawPackHeader {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 28 |     pub signature: [u8; 30],
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 29 |     pub version: u32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 30 |     pub encrypted: u8,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 31 |     pub verify: [u8; 16],
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 32 |     pub reserved: [u8; 205],
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/constants.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct RawPackFileEntry {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 38 |     pub ty: u8, //0 = Empty, 1 = Directory, 2  = File
[INFO] [stdout]    |         ^^
[INFO] [stdout] 39 |     pub name: [u8; 81],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 40 |     pub access: FILETIME,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 41 |     pub create: FILETIME,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 42 |     pub modify: FILETIME,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 43 |     pub position: u64, // Position of data for files, position of children for directorys
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 44 |     pub size: u32,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 45 |     pub next_block: u64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RawPackFileEntry` has a derived impl for the trait `Clone`, but this is 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/raw/block_chain.rs:155:20
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn entries(&self) -> std::slice::Iter<PackEntry> {
[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] 155 |     pub fn entries(&self) -> std::slice::Iter<'_, PackEntry> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/block_chain.rs:159:24
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn entries_mut(&mut self) -> std::slice::IterMut<PackEntry> {
[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] 159 |     pub fn entries_mut(&mut self) -> std::slice::IterMut<'_, PackEntry> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:185:38
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn open_file<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<File<B, L>> {
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here    ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn open_file<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<File<'_, B, L>> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:191:43
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn open_directory<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<Directory<B, L>> {
[INFO] [stdout]     |                                           ^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn open_directory<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<Directory<'_, B, L>> {
[INFO] [stdout]     |                                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:206:26
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub fn open_root_dir(&self) -> Directory<B, L> {
[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] 206 |     pub fn open_root_dir(&self) -> Directory<'_, B, L> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:240:42
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub fn open_file_mut<P: AsRef<Path>>(&mut self, path: P) -> ChainLookupResult<FileMut<B, L>> {
[INFO] [stdout]     |                                          ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub fn open_file_mut<P: AsRef<Path>>(&mut self, path: P) -> ChainLookupResult<FileMut<'_, B, L>> {
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:266:40
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub fn create_file<P: AsRef<Path>>(&mut self, path: P) -> io::Result<FileMut<B, L>> {
[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] 266 |     pub fn create_file<P: AsRef<Path>>(&mut self, path: P) -> io::Result<FileMut<'_, B, L>> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
[INFO] running `Command { std: "docker" "inspect" "62239094f00b5ffa9c4880e7721a9487d612d0c3d69f6115a7453aafd2ca6809", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62239094f00b5ffa9c4880e7721a9487d612d0c3d69f6115a7453aafd2ca6809", kill_on_drop: false }`
[INFO] [stdout] 62239094f00b5ffa9c4880e7721a9487d612d0c3d69f6115a7453aafd2ca6809
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 327b8ca54b4573138b301eca74c2979a1af2a97678aa9bd0a499267c455bdd6e
[INFO] running `Command { std: "docker" "start" "-a" "327b8ca54b4573138b301eca74c2979a1af2a97678aa9bd0a499267c455bdd6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stdout] warning: fields `signature`, `version`, `encrypted`, `verify`, and `reserved` are never read
[INFO] [stdout]   --> src/constants.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct RawPackHeader {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 28 |     pub signature: [u8; 30],
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 29 |     pub version: u32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 30 |     pub encrypted: u8,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 31 |     pub verify: [u8; 16],
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 32 |     pub reserved: [u8; 205],
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/constants.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct RawPackFileEntry {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 38 |     pub ty: u8, //0 = Empty, 1 = Directory, 2  = File
[INFO] [stdout]    |         ^^
[INFO] [stdout] 39 |     pub name: [u8; 81],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 40 |     pub access: FILETIME,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 41 |     pub create: FILETIME,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 42 |     pub modify: FILETIME,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 43 |     pub position: u64, // Position of data for files, position of children for directorys
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 44 |     pub size: u32,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 45 |     pub next_block: u64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RawPackFileEntry` has a derived impl for the trait `Clone`, but this is 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/raw/block_chain.rs:155:20
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn entries(&self) -> std::slice::Iter<PackEntry> {
[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] 155 |     pub fn entries(&self) -> std::slice::Iter<'_, PackEntry> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/block_chain.rs:159:24
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn entries_mut(&mut self) -> std::slice::IterMut<PackEntry> {
[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] 159 |     pub fn entries_mut(&mut self) -> std::slice::IterMut<'_, PackEntry> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:185:38
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn open_file<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<File<B, L>> {
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here    ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn open_file<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<File<'_, B, L>> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:191:43
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn open_directory<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<Directory<B, L>> {
[INFO] [stdout]     |                                           ^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn open_directory<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<Directory<'_, B, L>> {
[INFO] [stdout]     |                                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:206:26
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub fn open_root_dir(&self) -> Directory<B, L> {
[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] 206 |     pub fn open_root_dir(&self) -> Directory<'_, B, L> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:240:42
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub fn open_file_mut<P: AsRef<Path>>(&mut self, path: P) -> ChainLookupResult<FileMut<B, L>> {
[INFO] [stdout]     |                                          ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub fn open_file_mut<P: AsRef<Path>>(&mut self, path: P) -> ChainLookupResult<FileMut<'_, B, L>> {
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:266:40
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub fn create_file<P: AsRef<Path>>(&mut self, path: P) -> io::Result<FileMut<B, L>> {
[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] 266 |     pub fn create_file<P: AsRef<Path>>(&mut self, path: P) -> io::Result<FileMut<'_, B, L>> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pk2 v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `signature`, `version`, `encrypted`, `verify`, and `reserved` are never read
[INFO] [stdout]   --> src/constants.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct RawPackHeader {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 28 |     pub signature: [u8; 30],
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 29 |     pub version: u32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 30 |     pub encrypted: u8,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 31 |     pub verify: [u8; 16],
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 32 |     pub reserved: [u8; 205],
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/constants.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct RawPackFileEntry {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 38 |     pub ty: u8, //0 = Empty, 1 = Directory, 2  = File
[INFO] [stdout]    |         ^^
[INFO] [stdout] 39 |     pub name: [u8; 81],
[INFO] [stdout] 40 |     pub access: FILETIME,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 41 |     pub create: FILETIME,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 42 |     pub modify: FILETIME,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 43 |     pub position: u64, // Position of data for files, position of children for directorys
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 44 |     pub size: u32,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 45 |     pub next_block: u64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RawPackFileEntry` has a derived impl for the trait `Clone`, but this is 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/raw/block_chain.rs:155:20
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn entries(&self) -> std::slice::Iter<PackEntry> {
[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] 155 |     pub fn entries(&self) -> std::slice::Iter<'_, PackEntry> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/block_chain.rs:159:24
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn entries_mut(&mut self) -> std::slice::IterMut<PackEntry> {
[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] 159 |     pub fn entries_mut(&mut self) -> std::slice::IterMut<'_, PackEntry> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:185:38
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn open_file<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<File<B, L>> {
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here    ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn open_file<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<File<'_, B, L>> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:191:43
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn open_directory<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<Directory<B, L>> {
[INFO] [stdout]     |                                           ^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn open_directory<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<Directory<'_, B, L>> {
[INFO] [stdout]     |                                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:206:26
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub fn open_root_dir(&self) -> Directory<B, L> {
[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] 206 |     pub fn open_root_dir(&self) -> Directory<'_, B, L> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:240:42
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub fn open_file_mut<P: AsRef<Path>>(&mut self, path: P) -> ChainLookupResult<FileMut<B, L>> {
[INFO] [stdout]     |                                          ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub fn open_file_mut<P: AsRef<Path>>(&mut self, path: P) -> ChainLookupResult<FileMut<'_, B, L>> {
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:266:40
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub fn create_file<P: AsRef<Path>>(&mut self, path: P) -> io::Result<FileMut<B, L>> {
[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] 266 |     pub fn create_file<P: AsRef<Path>>(&mut self, path: P) -> io::Result<FileMut<'_, B, L>> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.20s
[INFO] running `Command { std: "docker" "inspect" "327b8ca54b4573138b301eca74c2979a1af2a97678aa9bd0a499267c455bdd6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "327b8ca54b4573138b301eca74c2979a1af2a97678aa9bd0a499267c455bdd6e", kill_on_drop: false }`
[INFO] [stdout] 327b8ca54b4573138b301eca74c2979a1af2a97678aa9bd0a499267c455bdd6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] d26bfd455011d83f44712ca775b893e91c6ca5a5becaa67bf4727bb73341c03b
[INFO] running `Command { std: "docker" "start" "-a" "d26bfd455011d83f44712ca775b893e91c6ca5a5becaa67bf4727bb73341c03b", kill_on_drop: false }`
[INFO] [stderr] warning: fields `signature`, `version`, `encrypted`, `verify`, and `reserved` are never read
[INFO] [stderr]   --> src/constants.rs:28:9
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub struct RawPackHeader {
[INFO] [stderr]    |            ------------- fields in this struct
[INFO] [stderr] 28 |     pub signature: [u8; 30],
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr] 29 |     pub version: u32,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 30 |     pub encrypted: u8,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr] 31 |     pub verify: [u8; 16],
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr] 32 |     pub reserved: [u8; 205],
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]   --> src/constants.rs:38:9
[INFO] [stderr]    |
[INFO] [stderr] 37 | pub struct RawPackFileEntry {
[INFO] [stderr]    |            ---------------- fields in this struct
[INFO] [stderr] 38 |     pub ty: u8, //0 = Empty, 1 = Directory, 2  = File
[INFO] [stderr]    |         ^^
[INFO] [stderr] 39 |     pub name: [u8; 81],
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 40 |     pub access: FILETIME,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr] 41 |     pub create: FILETIME,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr] 42 |     pub modify: FILETIME,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr] 43 |     pub position: u64, // Position of data for files, position of children for directorys
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr] 44 |     pub size: u32,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 45 |     pub next_block: u64,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `RawPackFileEntry` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/raw/block_chain.rs:155:20
[INFO] [stderr]     |
[INFO] [stderr] 155 |     pub fn entries(&self) -> std::slice::Iter<PackEntry> {
[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] 155 |     pub fn entries(&self) -> std::slice::Iter<'_, PackEntry> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/raw/block_chain.rs:159:24
[INFO] [stderr]     |
[INFO] [stderr] 159 |     pub fn entries_mut(&mut self) -> std::slice::IterMut<PackEntry> {
[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] 159 |     pub fn entries_mut(&mut self) -> std::slice::IterMut<'_, PackEntry> {
[INFO] [stderr]     |                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/archive.rs:185:38
[INFO] [stderr]     |
[INFO] [stderr] 185 |     pub fn open_file<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<File<B, L>> {
[INFO] [stderr]     |                                      ^^^^^ the lifetime is elided here    ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 185 |     pub fn open_file<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<File<'_, B, L>> {
[INFO] [stderr]     |                                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/archive.rs:191:43
[INFO] [stderr]     |
[INFO] [stderr] 191 |     pub fn open_directory<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<Directory<B, L>> {
[INFO] [stderr]     |                                           ^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 191 |     pub fn open_directory<P: AsRef<Path>>(&self, path: P) -> ChainLookupResult<Directory<'_, B, L>> {
[INFO] [stderr]     |                                                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/archive.rs:206:26
[INFO] [stderr]     |
[INFO] [stderr] 206 |     pub fn open_root_dir(&self) -> Directory<B, L> {
[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] 206 |     pub fn open_root_dir(&self) -> Directory<'_, B, L> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/archive.rs:240:42
[INFO] [stderr]     |
[INFO] [stderr] 240 |     pub fn open_file_mut<P: AsRef<Path>>(&mut self, path: P) -> ChainLookupResult<FileMut<B, L>> {
[INFO] [stderr]     |                                          ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 240 |     pub fn open_file_mut<P: AsRef<Path>>(&mut self, path: P) -> ChainLookupResult<FileMut<'_, B, L>> {
[INFO] [stderr]     |                                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/archive.rs:266:40
[INFO] [stderr]     |
[INFO] [stderr] 266 |     pub fn create_file<P: AsRef<Path>>(&mut self, path: P) -> io::Result<FileMut<B, L>> {
[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] 266 |     pub fn create_file<P: AsRef<Path>>(&mut self, path: P) -> io::Result<FileMut<'_, B, L>> {
[INFO] [stderr]     |                                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]   --> src/constants.rs:38:9
[INFO] [stderr]    |
[INFO] [stderr] 37 | pub struct RawPackFileEntry {
[INFO] [stderr]    |            ---------------- fields in this struct
[INFO] [stderr] 38 |     pub ty: u8, //0 = Empty, 1 = Directory, 2  = File
[INFO] [stderr]    |         ^^
[INFO] [stderr] 39 |     pub name: [u8; 81],
[INFO] [stderr] 40 |     pub access: FILETIME,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr] 41 |     pub create: FILETIME,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr] 42 |     pub modify: FILETIME,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr] 43 |     pub position: u64, // Position of data for files, position of children for directorys
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr] 44 |     pub size: u32,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 45 |     pub next_block: u64,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `RawPackFileEntry` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `pk2` (lib) generated 9 warnings (run `cargo fix --lib -p pk2` to apply 7 suggestions)
[INFO] [stderr] warning: `pk2` (lib test) generated 9 warnings (8 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/pk2-c31faf24ba86640e)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test filetime::test_convert_roundtrip ... ok
[INFO] [stdout] test raw::entry::test::pack_entry_read_file ... ok
[INFO] [stdout] test raw::entry::test::pack_entry_read_empty ... ok
[INFO] [stdout] test raw::entry::test::pack_entry_read_directory ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests pk2
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 5) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d26bfd455011d83f44712ca775b893e91c6ca5a5becaa67bf4727bb73341c03b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d26bfd455011d83f44712ca775b893e91c6ca5a5becaa67bf4727bb73341c03b", kill_on_drop: false }`
[INFO] [stdout] d26bfd455011d83f44712ca775b893e91c6ca5a5becaa67bf4727bb73341c03b
