[INFO] fetching crate cab 0.6.0...
[INFO] testing cab-0.6.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate cab 0.6.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate cab 0.6.0
[INFO] finished tweaking crates.io crate cab 0.6.0
[INFO] tweaked toml for crates.io crate cab 0.6.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cab 0.6.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cab 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 38a462effd008b202039c7d7036f65c66189ccc656218a79724394cb3b4af2f9
[INFO] running `Command { std: "docker" "start" "-a" "38a462effd008b202039c7d7036f65c66189ccc656218a79724394cb3b4af2f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "38a462effd008b202039c7d7036f65c66189ccc656218a79724394cb3b4af2f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38a462effd008b202039c7d7036f65c66189ccc656218a79724394cb3b4af2f9", kill_on_drop: false }`
[INFO] [stdout] 38a462effd008b202039c7d7036f65c66189ccc656218a79724394cb3b4af2f9
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aaf7b36f9b61127b73d7e533dc722bedd9aa7ca23e0c6ef7ba08f16077e58e08
[INFO] running `Command { std: "docker" "start" "-a" "aaf7b36f9b61127b73d7e533dc722bedd9aa7ca23e0c6ef7ba08f16077e58e08", kill_on_drop: false }`
[INFO] [stderr]    Compiling lzxd v0.2.5
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling deranged v0.3.9
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling time v0.3.30
[INFO] [stderr]    Compiling cab v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/builder.rs:332:22
[INFO] [stdout]     |
[INFO] [stdout] 332 |     pub fn next_file(&mut self) -> io::Result<Option<FileWriter<W>>> {
[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] 332 |     pub fn next_file(&mut self) -> io::Result<Option<FileWriter<'_, W>>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cabinet.rs:143:27
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn folder_entries(&self) -> FolderEntries {
[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] 143 |     pub fn folder_entries(&self) -> FolderEntries<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cabinet.rs:154:22
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn read_file(&mut self, name: &str) -> io::Result<FileReader<R>> {
[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] 154 |     pub fn read_file(&mut self, name: &str) -> io::Result<FileReader<'_, R>> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cabinet.rs:177:20
[INFO] [stdout]     |
[INFO] [stdout] 177 |     fn read_folder(&mut self, index: usize) -> io::Result<FolderReader<R>> {
[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] 177 |     fn read_folder(&mut self, index: usize) -> io::Result<FolderReader<'_, R>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/folder.rs:85:25
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn file_entries(&self) -> FileEntries {
[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] 85 |     pub fn file_entries(&self) -> FileEntries<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s
[INFO] running `Command { std: "docker" "inspect" "aaf7b36f9b61127b73d7e533dc722bedd9aa7ca23e0c6ef7ba08f16077e58e08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aaf7b36f9b61127b73d7e533dc722bedd9aa7ca23e0c6ef7ba08f16077e58e08", kill_on_drop: false }`
[INFO] [stdout] aaf7b36f9b61127b73d7e533dc722bedd9aa7ca23e0c6ef7ba08f16077e58e08
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e3eb4b7dacddd509a1e3fced5acfa695621cd1e29c32c2675779ccba1d698757
[INFO] running `Command { std: "docker" "start" "-a" "e3eb4b7dacddd509a1e3fced5acfa695621cd1e29c32c2675779ccba1d698757", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling rustix v0.38.25
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.2
[INFO] [stderr]    Compiling time-macros v0.2.15
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling anstream v0.6.4
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling time v0.3.30
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling clap_builder v4.4.8
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling cab v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/builder.rs:332:22
[INFO] [stdout]     |
[INFO] [stdout] 332 |     pub fn next_file(&mut self) -> io::Result<Option<FileWriter<W>>> {
[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] 332 |     pub fn next_file(&mut self) -> io::Result<Option<FileWriter<'_, W>>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cabinet.rs:143:27
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn folder_entries(&self) -> FolderEntries {
[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] 143 |     pub fn folder_entries(&self) -> FolderEntries<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cabinet.rs:154:22
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn read_file(&mut self, name: &str) -> io::Result<FileReader<R>> {
[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] 154 |     pub fn read_file(&mut self, name: &str) -> io::Result<FileReader<'_, R>> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cabinet.rs:177:20
[INFO] [stdout]     |
[INFO] [stdout] 177 |     fn read_folder(&mut self, index: usize) -> io::Result<FolderReader<R>> {
[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] 177 |     fn read_folder(&mut self, index: usize) -> io::Result<FolderReader<'_, R>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/folder.rs:85:25
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn file_entries(&self) -> FileEntries {
[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] 85 |     pub fn file_entries(&self) -> FileEntries<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling lipsum v0.9.1
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling clap v4.4.8
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/builder.rs:332:22
[INFO] [stdout]     |
[INFO] [stdout] 332 |     pub fn next_file(&mut self) -> io::Result<Option<FileWriter<W>>> {
[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] 332 |     pub fn next_file(&mut self) -> io::Result<Option<FileWriter<'_, W>>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cabinet.rs:143:27
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn folder_entries(&self) -> FolderEntries {
[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] 143 |     pub fn folder_entries(&self) -> FolderEntries<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cabinet.rs:154:22
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn read_file(&mut self, name: &str) -> io::Result<FileReader<R>> {
[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] 154 |     pub fn read_file(&mut self, name: &str) -> io::Result<FileReader<'_, R>> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cabinet.rs:177:20
[INFO] [stdout]     |
[INFO] [stdout] 177 |     fn read_folder(&mut self, index: usize) -> io::Result<FolderReader<R>> {
[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] 177 |     fn read_folder(&mut self, index: usize) -> io::Result<FolderReader<'_, R>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/folder.rs:85:25
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn file_entries(&self) -> FileEntries {
[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] 85 |     pub fn file_entries(&self) -> FileEntries<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 23.74s
[INFO] running `Command { std: "docker" "inspect" "e3eb4b7dacddd509a1e3fced5acfa695621cd1e29c32c2675779ccba1d698757", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3eb4b7dacddd509a1e3fced5acfa695621cd1e29c32c2675779ccba1d698757", kill_on_drop: false }`
[INFO] [stdout] e3eb4b7dacddd509a1e3fced5acfa695621cd1e29c32c2675779ccba1d698757
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 972620181c53befacb910e992d1bd28dc9681a9059474d11d28e374d7b831f1a
[INFO] running `Command { std: "docker" "start" "-a" "972620181c53befacb910e992d1bd28dc9681a9059474d11d28e374d7b831f1a", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/builder.rs:332:22
[INFO] [stderr]     |
[INFO] [stderr] 332 |     pub fn next_file(&mut self) -> io::Result<Option<FileWriter<W>>> {
[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] 332 |     pub fn next_file(&mut self) -> io::Result<Option<FileWriter<'_, W>>> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/cabinet.rs:143:27
[INFO] [stderr]     |
[INFO] [stderr] 143 |     pub fn folder_entries(&self) -> FolderEntries {
[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] 143 |     pub fn folder_entries(&self) -> FolderEntries<'_> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/cabinet.rs:154:22
[INFO] [stderr]     |
[INFO] [stderr] 154 |     pub fn read_file(&mut self, name: &str) -> io::Result<FileReader<R>> {
[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] 154 |     pub fn read_file(&mut self, name: &str) -> io::Result<FileReader<'_, R>> {
[INFO] [stderr]     |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/cabinet.rs:177:20
[INFO] [stderr]     |
[INFO] [stderr] 177 |     fn read_folder(&mut self, index: usize) -> io::Result<FolderReader<R>> {
[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] 177 |     fn read_folder(&mut self, index: usize) -> io::Result<FolderReader<'_, R>> {
[INFO] [stderr]     |                                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/folder.rs:85:25
[INFO] [stderr]    |
[INFO] [stderr] 85 |     pub fn file_entries(&self) -> FileEntries {
[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] 85 |     pub fn file_entries(&self) -> FileEntries<'_> {
[INFO] [stderr]    |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `cab` (lib) generated 5 warnings (run `cargo fix --lib -p cab` to apply 5 suggestions)
[INFO] [stderr] warning: `cab` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cab-9aa3ea7fa57c4c3c)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test builder::tests::write_uncompressed_cabinet_with_non_ascii_filename ... ok
[INFO] [stdout] test builder::tests::write_uncompressed_cabinet_with_one_file ... ok
[INFO] [stdout] test builder::tests::write_uncompressed_cabinet_with_two_files ... ok
[INFO] [stdout] test cabinet::tests::read_uncompressed_cabinet_with_one_file ... ok
[INFO] [stdout] test cabinet::tests::read_uncompressed_cabinet_with_two_data_blocks ... ok
[INFO] [stdout] test cabinet::tests::read_mszip_cabinet_with_two_files ... ok
[INFO] [stdout] test cabinet::tests::read_mszip_cabinet_with_one_file ... ok
[INFO] [stdout] test cabinet::tests::read_lzx_cabinet_with_two_files ... ok
[INFO] [stdout] test cabinet::tests::read_uncompressed_cabinet_with_non_ascii_filename ... ok
[INFO] [stdout] test checksum::tests::checksum_from_cab_spec ... ok
[INFO] [stdout] test cabinet::tests::read_uncompressed_cabinet_with_two_files ... ok
[INFO] [stdout] test ctype::tests::compression_type_from_bitfield ... ok
[INFO] [stdout] test datetime::tests::datetime_round_to_nearest_two_seconds ... ok
[INFO] [stdout] test datetime::tests::valid_datetime_bits ... ok
[INFO] [stdout] test datetime::tests::datetime_outside_range ... ok
[INFO] [stdout] test checksum::tests::simple_checksums ... ok
[INFO] [stdout] test ctype::tests::compression_type_to_bitfield ... ok
[INFO] [stdout] test mszip::tests::random_one_block::lib_to_lib ... ok
[INFO] [stdout] test checksum::tests::empty_checksum ... ok
[INFO] [stdout] test mszip::tests::read_compressed_data ... ok
[INFO] [stdout] test mszip::tests::repeating_one_block::lib_to_lib ... ok
[INFO] [stdout] test mszip::tests::lorem_ipsum::lib_to_lib ... ok
[INFO] [stdout] test mszip::tests::repeating_two_blocks::lib_to_lib ... ok
[INFO] [stdout] test mszip::tests::zeros_one_block::lib_to_lib ... ok
[INFO] [stdout] test mszip::tests::one_block_exactly::lib_to_lib ... ok
[INFO] [stdout] test mszip::tests::one_block_plus_a_byte::lib_to_lib ... ok
[INFO] [stdout] test mszip::tests::one_block_less_a_byte::lib_to_lib ... ok
[INFO] [stdout] test mszip::tests::zeros_two_blocks::lib_to_lib ... ok
[INFO] [stdout] test mszip::tests::random_two_blocks::lib_to_lib ... ok
[INFO] [stdout] test mszip::tests::zeros_many_blocks::lib_to_lib ... ok
[INFO] [stdout] test mszip::tests::repeating_many_blocks::lib_to_lib ... ok
[INFO] [stdout] test mszip::tests::random_many_blocks::lib_to_lib ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/roundtrip.rs (/opt/rustwide/target/debug/deps/roundtrip-567ddd81e715face)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test cabinet_with_one_small_uncompressed_binary_file ... ok
[INFO] [stdout] test cabinet_with_one_small_mszipped_binary_file ... ok
[INFO] [stdout] test cabinet_with_one_small_uncompressed_text_file ... ok
[INFO] [stdout] test cabinet_with_one_small_mszipped_text_file ... ok
[INFO] [stdout] test cabinet_with_one_big_uncompressed_binary_file ... ok
[INFO] [stdout] test cabinet_with_one_big_uncompressed_text_file ... ok
[INFO] [stdout] test cabinet_with_one_big_mszipped_text_file ... ok
[INFO] [stdout] test cabinet_with_one_big_mszipped_binary_file ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/seek.rs (/opt/rustwide/target/debug/deps/seek-a5ea958dd054cf32)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test seek_within_empty_file ... ok
[INFO] [stdout] test seek_within_big_mszipped_file ... ok
[INFO] [stdout] test seek_within_big_uncompressed_file ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cab
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 61) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 30) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "972620181c53befacb910e992d1bd28dc9681a9059474d11d28e374d7b831f1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "972620181c53befacb910e992d1bd28dc9681a9059474d11d28e374d7b831f1a", kill_on_drop: false }`
[INFO] [stdout] 972620181c53befacb910e992d1bd28dc9681a9059474d11d28e374d7b831f1a
