[INFO] fetching crate tar-rsl 0.1.1...
[INFO] testing tar-rsl-0.1.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate tar-rsl 0.1.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate tar-rsl 0.1.1
[INFO] finished tweaking crates.io crate tar-rsl 0.1.1
[INFO] tweaked toml for crates.io crate tar-rsl 0.1.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tar-rsl 0.1.1 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 tar-rsl 0.1.1 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] aaa7bb61c31c267165724ce8ca47fee357350c04f2988218670ecd5e887ea661
[INFO] running `Command { std: "docker" "start" "-a" "aaa7bb61c31c267165724ce8ca47fee357350c04f2988218670ecd5e887ea661", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aaa7bb61c31c267165724ce8ca47fee357350c04f2988218670ecd5e887ea661", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aaa7bb61c31c267165724ce8ca47fee357350c04f2988218670ecd5e887ea661", kill_on_drop: false }`
[INFO] [stdout] aaa7bb61c31c267165724ce8ca47fee357350c04f2988218670ecd5e887ea661
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 1c8ce4803a662aa8625c03c9dbfa172fde7f193c3ee30667eeabde5c624984ca
[INFO] running `Command { std: "docker" "start" "-a" "1c8ce4803a662aa8625c03c9dbfa172fde7f193c3ee30667eeabde5c624984ca", kill_on_drop: false }`
[INFO] [stderr] warning: tar-rsl v0.1.1 (/opt/rustwide/workdir) ignoring invalid dependency `jdks` which is missing a lib target
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling filetime v0.2.23
[INFO] [stderr]    Compiling xattr v1.3.1
[INFO] [stderr]    Compiling tar-rsl v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/archive.rs:81:20
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn entries(&mut self) -> io::Result<Entries<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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn entries(&mut self) -> io::Result<Entries<'_, R>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:186:30
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn entries_with_seek(&mut self) -> io::Result<Entries<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] 186 |     pub fn entries_with_seek(&mut self) -> io::Result<Entries<'_, R>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/entry.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn path(&self) -> io::Result<Cow<Path>> {
[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] 77 |     pub fn path(&self) -> io::Result<Cow<'_, Path>> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/entry.rs:87:23
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub fn path_bytes(&self) -> Cow<[u8]> {
[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] 87 |     pub fn path_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:104:22
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn link_name(&self) -> io::Result<Option<Cow<Path>>> {
[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] 104 |     pub fn link_name(&self) -> io::Result<Option<Cow<'_, Path>>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:113:28
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn link_name_bytes(&self) -> Option<Cow<[u8]>> {
[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] 113 |     pub fn link_name_bytes(&self) -> Option<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:135:27
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn pax_extensions(&mut self) -> io::Result<Option<PaxExtensions>> {
[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] 135 |     pub fn pax_extensions(&mut self) -> io::Result<Option<PaxExtensions<'_>>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:303:13
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn path(&self) -> io::Result<Cow<Path>> {
[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] 303 |     fn path(&self) -> io::Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:307:19
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn path_bytes(&self) -> Cow<[u8]> {
[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] 307 |     fn path_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:336:18
[INFO] [stdout]     |
[INFO] [stdout] 336 |     fn link_name(&self) -> io::Result<Option<Cow<Path>>> {
[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] 336 |     fn link_name(&self) -> io::Result<Option<Cow<'_, Path>>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:343:24
[INFO] [stdout]     |
[INFO] [stdout] 343 |     fn link_name_bytes(&self) -> Option<Cow<[u8]>> {
[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] 343 |     fn link_name_bytes(&self) -> Option<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:367:23
[INFO] [stdout]     |
[INFO] [stdout] 367 |     fn pax_extensions(&mut self) -> io::Result<Option<PaxExtensions>> {
[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] 367 |     fn pax_extensions(&mut self) -> io::Result<Option<PaxExtensions<'_>>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:334:17
[INFO] [stdout]     |
[INFO] [stdout] 334 |     pub fn path(&self) -> io::Result<Cow<Path>> {
[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] 334 |     pub fn path(&self) -> io::Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:345:23
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn path_bytes(&self) -> Cow<[u8]> {
[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] 345 |     pub fn path_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:394:22
[INFO] [stdout]     |
[INFO] [stdout] 394 |     pub fn link_name(&self) -> io::Result<Option<Cow<Path>>> {
[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] 394 |     pub fn link_name(&self) -> io::Result<Option<Cow<'_, Path>>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:408:28
[INFO] [stdout]     |
[INFO] [stdout] 408 |     pub fn link_name_bytes(&self) -> Option<Cow<[u8]>> {
[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] 408 |     pub fn link_name_bytes(&self) -> Option<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:950:23
[INFO] [stdout]     |
[INFO] [stdout] 950 |     pub fn path_bytes(&self) -> Cow<[u8]> {
[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] 950 |     pub fn path_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/header.rs:1589:22
[INFO] [stdout]      |
[INFO] [stdout] 1589 | pub fn path2bytes(p: &Path) -> io::Result<Cow<[u8]>> {
[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] 1589 | pub fn path2bytes(p: &Path) -> io::Result<Cow<'_, [u8]>> {
[INFO] [stdout]      |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
[INFO] running `Command { std: "docker" "inspect" "1c8ce4803a662aa8625c03c9dbfa172fde7f193c3ee30667eeabde5c624984ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c8ce4803a662aa8625c03c9dbfa172fde7f193c3ee30667eeabde5c624984ca", kill_on_drop: false }`
[INFO] [stdout] 1c8ce4803a662aa8625c03c9dbfa172fde7f193c3ee30667eeabde5c624984ca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] d3cd93d661f1e6ef6f8dd541a670b1dc5042f612510cdd0747d58bb02c37843e
[INFO] running `Command { std: "docker" "start" "-a" "d3cd93d661f1e6ef6f8dd541a670b1dc5042f612510cdd0747d58bb02c37843e", kill_on_drop: false }`
[INFO] [stderr] warning: tar-rsl v0.1.1 (/opt/rustwide/workdir) ignoring invalid dependency `jdks` which is missing a lib target
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/archive.rs:81:20
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn entries(&mut self) -> io::Result<Entries<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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn entries(&mut self) -> io::Result<Entries<'_, R>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:186:30
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn entries_with_seek(&mut self) -> io::Result<Entries<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] 186 |     pub fn entries_with_seek(&mut self) -> io::Result<Entries<'_, R>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/entry.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn path(&self) -> io::Result<Cow<Path>> {
[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] 77 |     pub fn path(&self) -> io::Result<Cow<'_, Path>> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/entry.rs:87:23
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub fn path_bytes(&self) -> Cow<[u8]> {
[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] 87 |     pub fn path_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:104:22
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn link_name(&self) -> io::Result<Option<Cow<Path>>> {
[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] 104 |     pub fn link_name(&self) -> io::Result<Option<Cow<'_, Path>>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:113:28
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn link_name_bytes(&self) -> Option<Cow<[u8]>> {
[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] 113 |     pub fn link_name_bytes(&self) -> Option<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:135:27
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn pax_extensions(&mut self) -> io::Result<Option<PaxExtensions>> {
[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] 135 |     pub fn pax_extensions(&mut self) -> io::Result<Option<PaxExtensions<'_>>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:303:13
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn path(&self) -> io::Result<Cow<Path>> {
[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] 303 |     fn path(&self) -> io::Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:307:19
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn path_bytes(&self) -> Cow<[u8]> {
[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] 307 |     fn path_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:336:18
[INFO] [stdout]     |
[INFO] [stdout] 336 |     fn link_name(&self) -> io::Result<Option<Cow<Path>>> {
[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] 336 |     fn link_name(&self) -> io::Result<Option<Cow<'_, Path>>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:343:24
[INFO] [stdout]     |
[INFO] [stdout] 343 |     fn link_name_bytes(&self) -> Option<Cow<[u8]>> {
[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] 343 |     fn link_name_bytes(&self) -> Option<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:367:23
[INFO] [stdout]     |
[INFO] [stdout] 367 |     fn pax_extensions(&mut self) -> io::Result<Option<PaxExtensions>> {
[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] 367 |     fn pax_extensions(&mut self) -> io::Result<Option<PaxExtensions<'_>>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:334:17
[INFO] [stdout]     |
[INFO] [stdout] 334 |     pub fn path(&self) -> io::Result<Cow<Path>> {
[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] 334 |     pub fn path(&self) -> io::Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:345:23
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn path_bytes(&self) -> Cow<[u8]> {
[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] 345 |     pub fn path_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:394:22
[INFO] [stdout]     |
[INFO] [stdout] 394 |     pub fn link_name(&self) -> io::Result<Option<Cow<Path>>> {
[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] 394 |     pub fn link_name(&self) -> io::Result<Option<Cow<'_, Path>>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:408:28
[INFO] [stdout]     |
[INFO] [stdout] 408 |     pub fn link_name_bytes(&self) -> Option<Cow<[u8]>> {
[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] 408 |     pub fn link_name_bytes(&self) -> Option<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:950:23
[INFO] [stdout]     |
[INFO] [stdout] 950 |     pub fn path_bytes(&self) -> Cow<[u8]> {
[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] 950 |     pub fn path_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/header.rs:1589:22
[INFO] [stdout]      |
[INFO] [stdout] 1589 | pub fn path2bytes(p: &Path) -> io::Result<Cow<[u8]>> {
[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] 1589 | pub fn path2bytes(p: &Path) -> io::Result<Cow<'_, [u8]>> {
[INFO] [stdout]      |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling tar-rsl v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `tar`
[INFO] [stdout]  --> examples/raw_list.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern crate tar;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `tar`
[INFO] [stdout]  --> examples/extract_file.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | extern crate tar;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/raw_list.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let mut f = file.unwrap();
[INFO] [stdout]    |                     ^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/raw_list.rs:39:25
[INFO] [stdout]    |
[INFO] [stdout] 39 |                 let e = e.unwrap();
[INFO] [stdout]    |                         ^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/extract_file.rs:20:21
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let mut f = file.unwrap();
[INFO] [stdout]    |                     ^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `tar`
[INFO] [stdout]  --> tests/all.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate tar;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tar-rsl` (example "raw_list") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `tar-rsl` (example "extract_file") due to 2 previous errors
[INFO] [stdout] error[E0463]: can't find crate for `tar`
[INFO] [stdout]  --> examples/list.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern crate tar;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/simple.tar`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/all.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     let bytes = tar!("simple.tar");
[INFO] [stdout]    |                 ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/simple.tar`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/all.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |     let mut ar = Archive::new(Cursor::new(tar!("simple.tar")));
[INFO] [stdout]    |                                           ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/simple_missing_last_header.tar`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/all.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 |     let mut ar = Archive::new(Cursor::new(tar!("simple_missing_last_header.tar")));
[INFO] [stdout]    |                                           -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/reading_files.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     let rdr = Cursor::new(tar!("reading_files.tar"));
[INFO] [stdout]     |                           ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/list.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let f = file.unwrap();
[INFO] [stdout]    |                 ^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `tar`
[INFO] [stdout]  --> examples/write.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate tar;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/reading_files.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 226 |     let rdr = Cursor::new(tar!("reading_files.tar"));
[INFO] [stdout]     |                           ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/reading_files.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 233 |     let rdr = Cursor::new(tar!("reading_files.tar"));
[INFO] [stdout]     |                           ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/reading_files.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 |     let mut reader = LoggingReader::new(Cursor::new(tar!("reading_files.tar")));
[INFO] [stdout]     |                                                     ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/reading_files.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 275 |     let mut seekable_reader = LoggingReader::new(Cursor::new(tar!("reading_files.tar")));
[INFO] [stdout]     |                                                              ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/directory.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |     let rdr = Cursor::new(tar!("directory.tar"));
[INFO] [stdout]     |                           --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/reading_files.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |     let rdr = Cursor::new(tar!("reading_files.tar"));
[INFO] [stdout]     |                           ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/reading_files.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 |     let rdr = Cursor::new(tar!("reading_files.tar"));
[INFO] [stdout]     |                           ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/link.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 344 |     let rdr = Cursor::new(tar!("link.tar"));
[INFO] [stdout]     |                           ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/link.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 367 |     let rdr = Cursor::new(tar!("link.tar"));
[INFO] [stdout]     |                           ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/xattrs.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 379 |     let rdr = Cursor::new(tar!("xattrs.tar"));
[INFO] [stdout]     |                           ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/xattrs.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 394 |     let rdr = Cursor::new(tar!("xattrs.tar"));
[INFO] [stdout]     |                           ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/duplicate_dirs.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 499 |     let rdr = Cursor::new(tar!("duplicate_dirs.tar"));
[INFO] [stdout]     |                           -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/spaces.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 657 |     let rdr = Cursor::new(tar!("spaces.tar"));
[INFO] [stdout]     |                           ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/empty_filename.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 695 |     let rdr = Cursor::new(tar!("empty_filename.tar"));
[INFO] [stdout]     |                           -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/file_times.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 703 |     let rdr = Cursor::new(tar!("file_times.tar"));
[INFO] [stdout]     |                           ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/link.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 820 |     let mut ar = Archive::new(Cursor::new(tar!("link.tar")));
[INFO] [stdout]     |                                           ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tar-rsl` (example "list") due to 2 previous errors
[INFO] [stdout] error: couldn't read `tests/archives/link.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 835 |     let mut ar = Archive::new(Cursor::new(tar!("link.tar")));
[INFO] [stdout]     |                                           ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/pax_size.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 853 |     let mut ar = Archive::new(tar!("pax_size.tar"));
[INFO] [stdout]     |                               -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/pax.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 873 |     let mut ar = Archive::new(tar!("pax.tar"));
[INFO] [stdout]     |                               --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tar-rsl` (example "write") due to 1 previous error
[INFO] [stdout] error: couldn't read `tests/archives/pax2.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 893 |     let mut ar = Archive::new(tar!("pax2.tar"));
[INFO] [stdout]     |                               ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/pax2.tar`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/all.rs:28:10
[INFO] [stdout]     |
[INFO] [stdout]  28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 902 |     let mut ar = Archive::new(tar!("pax2.tar"));
[INFO] [stdout]     |                               ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/sparse.tar`: No such file or directory (os error 2)
[INFO] [stdout]     --> tests/all.rs:28:10
[INFO] [stdout]      |
[INFO] [stdout]   28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1034 |     let rdr = Cursor::new(tar!("sparse.tar"));
[INFO] [stdout]      |                           ------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/sparse.tar`: No such file or directory (os error 2)
[INFO] [stdout]     --> tests/all.rs:28:10
[INFO] [stdout]      |
[INFO] [stdout]   28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1084 |     let rdr = Cursor::new(tar!("sparse.tar"));
[INFO] [stdout]      |                           ------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `tar`
[INFO] [stdout]  --> tests/entry.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate tar;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/sparse-1.tar`: No such file or directory (os error 2)
[INFO] [stdout]     --> tests/all.rs:28:10
[INFO] [stdout]      |
[INFO] [stdout]   28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1125 |     let rdr = Cursor::new(tar!("sparse-1.tar"));
[INFO] [stdout]      |                           -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/7z_long_path.tar`: No such file or directory (os error 2)
[INFO] [stdout]     --> tests/all.rs:28:10
[INFO] [stdout]      |
[INFO] [stdout]   28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1308 |     let rdr = Cursor::new(tar!("7z_long_path.tar"));
[INFO] [stdout]      |                           ------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/7z_long_path.tar`: No such file or directory (os error 2)
[INFO] [stdout]     --> tests/all.rs:28:10
[INFO] [stdout]      |
[INFO] [stdout]   28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1320 |     let rdr = Cursor::new(tar!("7z_long_path.tar"));
[INFO] [stdout]      |                           ------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/biguid_gnu.tar`: No such file or directory (os error 2)
[INFO] [stdout]     --> tests/all.rs:28:10
[INFO] [stdout]      |
[INFO] [stdout]   28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1495 |     let tarlist = [tar!("biguid_gnu.tar"), tar!("biguid_pax.tar")];
[INFO] [stdout]      |                    ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/archives/biguid_pax.tar`: No such file or directory (os error 2)
[INFO] [stdout]     --> tests/all.rs:28:10
[INFO] [stdout]      |
[INFO] [stdout]   28 |         &include_bytes!(concat!("archives/", $e))[..]
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1495 |     let tarlist = [tar!("biguid_gnu.tar"), tar!("biguid_pax.tar")];
[INFO] [stdout]      |                                            ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `tar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/entry.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let mut entries = t!(ar.entries());
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 40 |     let entry = t!(entries.next().unwrap());
[INFO] [stdout]    |                    ------- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]    |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/entry.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let entry = t!(entries.next().unwrap());
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 41 |     assert_eq!(&*entry.link_name_bytes().unwrap(), b"/bar");
[INFO] [stdout]    |                  ----- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `entry` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let entry: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]    |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/entry.rs:203:9
[INFO] [stdout]     |
[INFO] [stdout] 203 |     let mut entries = t!(ar.entries());
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 204 |     let mut foo = t!(entries.next().unwrap());
[INFO] [stdout]     |                      ------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 203 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/entry.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |     let mut foo = t!(entries.next().unwrap());
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 205 |     foo.set_mask(0o027);
[INFO] [stdout]     |     --- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `foo` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 204 |     let mut foo: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]     |                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/all.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | /         match $e {
[INFO] [stdout] 20 | |             Ok(v) => v,
[INFO] [stdout] 21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout] 22 | |         }
[INFO] [stdout]    | |_________^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]   ::: tests/header/mod.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |       assert_eq!(t!(h.link_name()).unwrap().to_str(), Some("foo"));
[INFO] [stdout]    |                  ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/all.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | /         match $e {
[INFO] [stdout] 20 | |             Ok(v) => v,
[INFO] [stdout] 21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout] 22 | |         }
[INFO] [stdout]    | |_________^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]   ::: tests/header/mod.rs:43:16
[INFO] [stdout]    |
[INFO] [stdout] 43 |       assert_eq!(t!(h.link_name()).unwrap().to_str(), Some("../foo"));
[INFO] [stdout]    |                  ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/all.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | /         match $e {
[INFO] [stdout] 20 | |             Ok(v) => v,
[INFO] [stdout] 21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout] 22 | |         }
[INFO] [stdout]    | |_________^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]   ::: tests/header/mod.rs:45:16
[INFO] [stdout]    |
[INFO] [stdout] 45 |       assert_eq!(t!(h.link_name()).unwrap().to_str(), Some("foo/bar"));
[INFO] [stdout]    |                  ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/all.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | /         match $e {
[INFO] [stdout] 20 | |             Ok(v) => v,
[INFO] [stdout] 21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout] 22 | |         }
[INFO] [stdout]    | |_________^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]   ::: tests/header/mod.rs:48:20
[INFO] [stdout]    |
[INFO] [stdout] 48 |           assert_eq!(t!(h.link_name()).unwrap().to_str(), Some("foo/ba"));
[INFO] [stdout]    |                      ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/all.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | /         match $e {
[INFO] [stdout] 20 | |             Ok(v) => v,
[INFO] [stdout] 21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout] 22 | |         }
[INFO] [stdout]    | |_________^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]   ::: tests/header/mod.rs:50:20
[INFO] [stdout]    |
[INFO] [stdout] 50 |           assert_eq!(t!(h.link_name()).unwrap().to_str(), Some("foo\\ba"));
[INFO] [stdout]    |                      ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/all.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | /         match $e {
[INFO] [stdout] 20 | |             Ok(v) => v,
[INFO] [stdout] 21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout] 22 | |         }
[INFO] [stdout]    | |_________^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]   ::: tests/header/mod.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |       assert_eq!(t!(h.link_name()).unwrap().to_str(), Some("foo\\bar"));
[INFO] [stdout]    |                  ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tar-rsl` (test "entry") due to 5 previous errors
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/header/mod.rs:130:16
[INFO] [stdout]     |
[INFO] [stdout] 130 |       assert_eq!(t!(h.path()).to_str(), Some("foo"));
[INFO] [stdout]     |                  ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/header/mod.rs:132:16
[INFO] [stdout]     |
[INFO] [stdout] 132 |       assert_eq!(t!(h.path()).to_str(), Some("foo/"));
[INFO] [stdout]     |                  ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/header/mod.rs:134:16
[INFO] [stdout]     |
[INFO] [stdout] 134 |       assert_eq!(t!(h.path()).to_str(), Some("foo/bar"));
[INFO] [stdout]     |                  ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/header/mod.rs:137:20
[INFO] [stdout]     |
[INFO] [stdout] 137 |           assert_eq!(t!(h.path()).to_str(), Some("foo/bar"));
[INFO] [stdout]     |                      ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/header/mod.rs:139:20
[INFO] [stdout]     |
[INFO] [stdout] 139 |           assert_eq!(t!(h.path()).to_str(), Some("foo\\bar"));
[INFO] [stdout]     |                      ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/header/mod.rs:146:16
[INFO] [stdout]     |
[INFO] [stdout] 146 |       assert_eq!(t!(h.path()).to_str(), Some("control"));
[INFO] [stdout]     |                  ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/header/mod.rs:163:16
[INFO] [stdout]     |
[INFO] [stdout] 163 |       assert_eq!(t!(h.path()).to_str(), Some("foo"));
[INFO] [stdout]     |                  ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/header/mod.rs:168:16
[INFO] [stdout]     |
[INFO] [stdout] 168 |       assert_eq!(t!(h.path()).to_str(), Some(&medium2[..]));
[INFO] [stdout]     |                  ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/all.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 |             let e = t!(entry);
[INFO] [stdout]    |                 ^
[INFO] [stdout] 74 |             names.push(t!(::std::str::from_utf8(&e.path_bytes())).to_string());
[INFO] [stdout]    |                                                  - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `e` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 73 |             let e: /* Type */ = t!(entry);
[INFO] [stdout]    |                  ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/all.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |         let file = t!(file);
[INFO] [stdout]    |             ^^^^
[INFO] [stdout] 88 |         let h1 = file.header();
[INFO] [stdout]    |                  ---- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `file` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 87 |         let file: /* Type */ = t!(file);
[INFO] [stdout]    |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |         let file = t!(file);
[INFO] [stdout]     |             ^^^^
[INFO] [stdout] 103 |         let h1 = file.header();
[INFO] [stdout]     |                  ---- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `file` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 102 |         let file: /* Type */ = t!(file);
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |     let mut entries = t!(ar.entries());
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 116 |
[INFO] [stdout] 117 |     let mut a = t!(entries.next().unwrap());
[INFO] [stdout]     |                    ------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 115 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |     let mut a = t!(entries.next().unwrap());
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 118 |     assert_eq!(&*a.header().path_bytes(), b"a");
[INFO] [stdout]     |                  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `a` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 117 |     let mut a: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]     |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     let mut b = t!(entries.next().unwrap());
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 124 |     assert_eq!(&*b.header().path_bytes(), b"b");
[INFO] [stdout]     |                  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `b` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 123 |     let mut b: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]     |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |     let mut entries = t!(ar.entries());
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 145 |     let mut f = t!(entries.next().unwrap());
[INFO] [stdout]     |                    ------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 144 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 145 |     let mut f = t!(entries.next().unwrap());
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 146 |
[INFO] [stdout] 147 |     assert_eq!(&*f.header().path_bytes(), b"test2");
[INFO] [stdout]     |                  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `f` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 145 |     let mut f: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]     |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:176:9
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let mut entries = t!(ar.entries());
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 179 |     let mut f = entries.next().unwrap().unwrap();
[INFO] [stdout]     |                 ------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:207:9
[INFO] [stdout]     |
[INFO] [stdout] 207 |     let mut a = t!(entries.next().unwrap());
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 208 |     assert_eq!(&*a.header().path_bytes(), b"a");
[INFO] [stdout]     |                  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `a` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 207 |     let mut a: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]     |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 216 |     let mut b = t!(entries.next().unwrap());
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 217 |     assert_eq!(&*b.header().path_bytes(), b"b");
[INFO] [stdout]     |                  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `b` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 216 |     let mut b: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]     |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 271 |       let files: Vec<_> = t!(ar_reader.entries())
[INFO] [stdout]     |                           ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:272:15
[INFO] [stdout]     |
[INFO] [stdout] 272 |         .map(|entry| entry.unwrap().path().unwrap().to_path_buf())
[INFO] [stdout]     |               ^^^^^  ----- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 272 |         .map(|entry: /* Type */| entry.unwrap().path().unwrap().to_path_buf())
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 277 |       let files_seekable: Vec<_> = t!(ar_seekable_reader.entries_with_seek())
[INFO] [stdout]     |                                    ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:278:15
[INFO] [stdout]     |
[INFO] [stdout] 278 |         .map(|entry| entry.unwrap().path().unwrap().to_path_buf())
[INFO] [stdout]     |               ^^^^^  ----- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 278 |         .map(|entry: /* Type */| entry.unwrap().path().unwrap().to_path_buf())
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:313:12
[INFO] [stdout]     |
[INFO] [stdout] 313 |         if err.kind() == std::io::ErrorKind::AlreadyExists {
[INFO] [stdout]     |            ^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:348:12
[INFO] [stdout]     |
[INFO] [stdout] 348 |         if err.kind() == std::io::ErrorKind::AlreadyExists {
[INFO] [stdout]     |            ^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 528 |       assert!(t!(ar.entries()).all(|fr| fr.is_ok()));
[INFO] [stdout]     |               ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:528:35
[INFO] [stdout]     |
[INFO] [stdout] 528 |     assert!(t!(ar.entries()).all(|fr| fr.is_ok()));
[INFO] [stdout]     |                                   ^^  -- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 528 |     assert!(t!(ar.entries()).all(|fr: /* Type */| fr.is_ok()));
[INFO] [stdout]     |                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 557 |       assert!(t!(ar.entries()).any(|fr| fr.is_err()));
[INFO] [stdout]     |               ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:557:35
[INFO] [stdout]     |
[INFO] [stdout] 557 |     assert!(t!(ar.entries()).any(|fr| fr.is_err()));
[INFO] [stdout]     |                                   ^^  -- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 557 |     assert!(t!(ar.entries()).any(|fr: /* Type */| fr.is_err()));
[INFO] [stdout]     |                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:680:9
[INFO] [stdout]     |
[INFO] [stdout] 680 |     let mut data = t!(ar.into_inner());
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 681 |     let amt = data.len();
[INFO] [stdout]     |               ---- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `data` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 680 |     let mut data: /* Type */ = t!(ar.into_inner());
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 744 |       let f = t!(t!(ar.entries()).next().unwrap());
[INFO] [stdout]     |                  ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:744:9
[INFO] [stdout]     |
[INFO] [stdout] 744 |     let f = t!(t!(ar.entries()).next().unwrap());
[INFO] [stdout]     |         ^
[INFO] [stdout] 745 |     if cfg!(unix) {
[INFO] [stdout] 746 |         assert_eq!(t!(f.header().path()).to_str(), Some("foo\\bar"));
[INFO] [stdout]     |                       - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `f` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 744 |     let f: /* Type */ = t!(t!(ar.entries()).next().unwrap());
[INFO] [stdout]     |          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 746 |           assert_eq!(t!(f.header().path()).to_str(), Some("foo\\bar"));
[INFO] [stdout]     |                      --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 748 |           assert_eq!(t!(f.header().path()).to_str(), Some("foo/bar"));
[INFO] [stdout]     |                      --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 763 |       let f = t!(t!(ar.entries()).next().unwrap());
[INFO] [stdout]     |                  ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:763:9
[INFO] [stdout]     |
[INFO] [stdout] 763 |     let f = t!(t!(ar.entries()).next().unwrap());
[INFO] [stdout]     |         ^
[INFO] [stdout] 764 |     assert_eq!(t!(f.header().path()).to_str(), Some("foo\\bar"));
[INFO] [stdout]     |                   - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `f` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 763 |     let f: /* Type */ = t!(t!(ar.entries()).next().unwrap());
[INFO] [stdout]     |          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 764 |       assert_eq!(t!(f.header().path()).to_str(), Some("foo\\bar"));
[INFO] [stdout]     |                  --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:821:9
[INFO] [stdout]     |
[INFO] [stdout] 821 |     let mut entries = t!(ar.entries());
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 822 |     let link = t!(entries.next().unwrap());
[INFO] [stdout]     |                   ------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 821 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:822:9
[INFO] [stdout]     |
[INFO] [stdout] 822 |     let link = t!(entries.next().unwrap());
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 823 |     assert_eq!(
[INFO] [stdout] 824 |         t!(link.header().link_name()).as_ref().map(|p| &**p),
[INFO] [stdout]     |            ---- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `link` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 822 |     let link: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]     |             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 824 |           t!(link.header().link_name()).as_ref().map(|p| &**p),
[INFO] [stdout]     |           ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:827:9
[INFO] [stdout]     |
[INFO] [stdout] 827 |     let other = t!(entries.next().unwrap());
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 828 |     assert!(t!(other.header().link_name()).is_none());
[INFO] [stdout]     |                ----- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `other` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 827 |     let other: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]     |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 828 |       assert!(t!(other.header().link_name()).is_none());
[INFO] [stdout]     |               ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:854:9
[INFO] [stdout]     |
[INFO] [stdout] 854 |     let mut entries = t!(ar.entries());
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 855 |     let mut entry = t!(entries.next().unwrap());
[INFO] [stdout]     |                        ------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 854 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:855:9
[INFO] [stdout]     |
[INFO] [stdout] 855 |     let mut entry = t!(entries.next().unwrap());
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 856 |     let mut attributes = t!(entry.pax_extensions()).unwrap();
[INFO] [stdout]     |                             ----- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `entry` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 855 |     let mut entry: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]     |                  ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 856 |       let mut attributes = t!(entry.pax_extensions()).unwrap();
[INFO] [stdout]     |                            -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:861:9
[INFO] [stdout]     |
[INFO] [stdout] 861 |     let fourth = t!(attributes.next().unwrap());
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 864 |     assert_eq!(fourth.key(), Ok("size"));
[INFO] [stdout]     |                ------ type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `fourth` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 861 |     let fourth: /* Type */ = t!(attributes.next().unwrap());
[INFO] [stdout]     |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:874:9
[INFO] [stdout]     |
[INFO] [stdout] 874 |     let mut entries = t!(ar.entries());
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 875 |
[INFO] [stdout] 876 |     let mut first = t!(entries.next().unwrap());
[INFO] [stdout]     |                        ------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 874 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:876:9
[INFO] [stdout]     |
[INFO] [stdout] 876 |     let mut first = t!(entries.next().unwrap());
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 877 |     let mut attributes = t!(first.pax_extensions()).unwrap();
[INFO] [stdout]     |                             ----- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `first` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 876 |     let mut first: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]     |                  ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 877 |       let mut attributes = t!(first.pax_extensions()).unwrap();
[INFO] [stdout]     |                            -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:878:9
[INFO] [stdout]     |
[INFO] [stdout] 878 |     let first = t!(attributes.next().unwrap());
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 883 |     assert_eq!(first.key(), Ok("mtime"));
[INFO] [stdout]     |                ----- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `first` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 878 |     let first: /* Type */ = t!(attributes.next().unwrap());
[INFO] [stdout]     |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:879:9
[INFO] [stdout]     |
[INFO] [stdout] 879 |     let second = t!(attributes.next().unwrap());
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 885 |     assert_eq!(second.key(), Ok("atime"));
[INFO] [stdout]     |                ------ type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `second` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 879 |     let second: /* Type */ = t!(attributes.next().unwrap());
[INFO] [stdout]     |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:880:9
[INFO] [stdout]     |
[INFO] [stdout] 880 |     let third = t!(attributes.next().unwrap());
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 887 |     assert_eq!(third.key(), Ok("ctime"));
[INFO] [stdout]     |                ----- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `third` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 880 |     let third: /* Type */ = t!(attributes.next().unwrap());
[INFO] [stdout]     |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:894:9
[INFO] [stdout]     |
[INFO] [stdout] 894 |     let mut entries = t!(ar.entries());
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 895 |
[INFO] [stdout] 896 |     let first = t!(entries.next().unwrap());
[INFO] [stdout]     |                    ------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 894 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:896:9
[INFO] [stdout]     |
[INFO] [stdout] 896 |     let first = t!(entries.next().unwrap());
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 897 |     assert!(first.path().unwrap().ends_with("aaaaaaaaaaaaaaa"));
[INFO] [stdout]     |             ----- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `first` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 896 |     let first: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]     |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 903 |       let mut links = t!(ar.entries()).skip(3).take(2);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:905:9
[INFO] [stdout]     |
[INFO] [stdout] 905 |     let long_symlink = t!(links.next().unwrap());
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 906 |     let link_name = long_symlink.link_name().unwrap().unwrap();
[INFO] [stdout]     |                     ------------ type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `long_symlink` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 905 |     let long_symlink: /* Type */ = t!(links.next().unwrap());
[INFO] [stdout]     |                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:910:9
[INFO] [stdout]     |
[INFO] [stdout] 910 |     let long_hardlink = t!(links.next().unwrap());
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 911 |     let link_name = long_hardlink.link_name().unwrap().unwrap();
[INFO] [stdout]     |                     ------------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `long_hardlink` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 910 |     let long_hardlink: /* Type */ = t!(links.next().unwrap());
[INFO] [stdout]     |                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 937 |       let e = t!(t!(a.entries()).next().unwrap());
[INFO] [stdout]     |                  --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:937:9
[INFO] [stdout]     |
[INFO] [stdout] 937 |     let e = t!(t!(a.entries()).next().unwrap());
[INFO] [stdout]     |         ^
[INFO] [stdout] 938 |     assert_eq!(&*e.path_bytes(), b"foo");
[INFO] [stdout]     |                  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `e` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 937 |     let e: /* Type */ = t!(t!(a.entries()).next().unwrap());
[INFO] [stdout]     |          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 962 |       let e = t!(t!(a.entries()).next().unwrap());
[INFO] [stdout]     |                  --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:962:9
[INFO] [stdout]     |
[INFO] [stdout] 962 |     let e = t!(t!(a.entries()).next().unwrap());
[INFO] [stdout]     |         ^
[INFO] [stdout] 963 |     assert_eq!(&*e.link_name_bytes().unwrap(), b"foo");
[INFO] [stdout]     |                  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `e` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 962 |     let e: /* Type */ = t!(t!(a.entries()).next().unwrap());
[INFO] [stdout]     |          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/all.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | /         match $e {
[INFO] [stdout]  20 | |             Ok(v) => v,
[INFO] [stdout]  21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]  22 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 980 |           let e = &t!(t!(a.entries()).next().unwrap());
[INFO] [stdout]     |                       --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `&_`
[INFO] [stdout]    --> tests/all.rs:980:13
[INFO] [stdout]     |
[INFO] [stdout] 980 |         let e = &t!(t!(a.entries()).next().unwrap());
[INFO] [stdout]     |             ^
[INFO] [stdout] 981 |         assert_eq!(e.header().entry_type(), t);
[INFO] [stdout]     |                    - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `e` an explicit type, where the placeholders `_` are specified
[INFO] [stdout]     |
[INFO] [stdout] 980 |         let e: &_ = &t!(t!(a.entries()).next().unwrap());
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:19:9
[INFO] [stdout]      |
[INFO] [stdout]   19 | /         match $e {
[INFO] [stdout]   20 | |             Ok(v) => v,
[INFO] [stdout]   21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]   22 | |         }
[INFO] [stdout]      | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 1002 |           let e = &t!(t!(a.entries()).next().unwrap());
[INFO] [stdout]      |                       --------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `&_`
[INFO] [stdout]     --> tests/all.rs:1002:13
[INFO] [stdout]      |
[INFO] [stdout] 1002 |         let e = &t!(t!(a.entries()).next().unwrap());
[INFO] [stdout]      |             ^
[INFO] [stdout] 1003 |         assert_eq!(e.header().entry_type(), t);
[INFO] [stdout]      |                    - type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `e` an explicit type, where the placeholders `_` are specified
[INFO] [stdout]      |
[INFO] [stdout] 1002 |         let e: &_ = &t!(t!(a.entries()).next().unwrap());
[INFO] [stdout]      |              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:19:9
[INFO] [stdout]      |
[INFO] [stdout]   19 | /         match $e {
[INFO] [stdout]   20 | |             Ok(v) => v,
[INFO] [stdout]   21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]   22 | |         }
[INFO] [stdout]      | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 1023 |       let mut e = t!(t!(a.entries()).raw(true).next().unwrap());
[INFO] [stdout]      |                      --------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1023:9
[INFO] [stdout]      |
[INFO] [stdout] 1023 |     let mut e = t!(t!(a.entries()).raw(true).next().unwrap());
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 1024 |     let mut name = Vec::new();
[INFO] [stdout] 1025 |     t!(e.read_to_end(&mut name));
[INFO] [stdout]      |        - type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `e` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1023 |     let mut e: /* Type */ = t!(t!(a.entries()).raw(true).next().unwrap());
[INFO] [stdout]      |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1036:9
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     let mut entries = t!(ar.entries());
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout] 1037 |
[INFO] [stdout] 1038 |     let mut a = t!(entries.next().unwrap());
[INFO] [stdout]      |                    ------- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]      |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1038:9
[INFO] [stdout]      |
[INFO] [stdout] 1038 |     let mut a = t!(entries.next().unwrap());
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 1039 |     let mut s = String::new();
[INFO] [stdout] 1040 |     assert_eq!(&*a.header().path_bytes(), b"sparse_begin.txt");
[INFO] [stdout]      |                  - type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `a` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1038 |     let mut a: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]      |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1045:9
[INFO] [stdout]      |
[INFO] [stdout] 1045 |     let mut a = t!(entries.next().unwrap());
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 1046 |     let mut s = String::new();
[INFO] [stdout] 1047 |     assert_eq!(&*a.header().path_bytes(), b"sparse_end.txt");
[INFO] [stdout]      |                  - type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `a` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1045 |     let mut a: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]      |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1052:9
[INFO] [stdout]      |
[INFO] [stdout] 1052 |     let mut a = t!(entries.next().unwrap());
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 1053 |     let mut s = String::new();
[INFO] [stdout] 1054 |     assert_eq!(&*a.header().path_bytes(), b"sparse_ext.txt");
[INFO] [stdout]      |                  - type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `a` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1052 |     let mut a: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]      |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1069:9
[INFO] [stdout]      |
[INFO] [stdout] 1069 |     let mut a = t!(entries.next().unwrap());
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 1070 |     let mut s = String::new();
[INFO] [stdout] 1071 |     assert_eq!(&*a.header().path_bytes(), b"sparse.txt");
[INFO] [stdout]      |                  - type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `a` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1069 |     let mut a: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]      |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1127:9
[INFO] [stdout]      |
[INFO] [stdout] 1127 |     let mut entries = t!(ar.entries());
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout] 1128 |     let mut a = t!(entries.next().unwrap());
[INFO] [stdout]      |                    ------- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1127 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]      |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1128:9
[INFO] [stdout]      |
[INFO] [stdout] 1128 |     let mut a = t!(entries.next().unwrap());
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 1129 |     let mut s = String::new();
[INFO] [stdout] 1130 |     t!(a.read_to_string(&mut s));
[INFO] [stdout]      |        - type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `a` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1128 |     let mut a: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]      |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1166:9
[INFO] [stdout]      |
[INFO] [stdout] 1166 |     let mut entries = t!(ar.entries());
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout] 1167 |
[INFO] [stdout] 1168 |     let entry = t!(entries.next().unwrap());
[INFO] [stdout]      |                    ------- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1166 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]      |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1168:9
[INFO] [stdout]      |
[INFO] [stdout] 1168 |     let entry = t!(entries.next().unwrap());
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 1169 |     assert_eq!(t!(entry.path()), short_path);
[INFO] [stdout]      |                   ----- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `entry` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1168 |     let entry: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]      |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1172:9
[INFO] [stdout]      |
[INFO] [stdout] 1172 |     let entry = t!(entries.next().unwrap());
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 1173 |     assert_eq!(t!(entry.path()), long_path);
[INFO] [stdout]      |                   ----- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `entry` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1172 |     let entry: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]      |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1205:9
[INFO] [stdout]      |
[INFO] [stdout] 1205 |     let mut entries = t!(ar.entries());
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout] 1206 |
[INFO] [stdout] 1207 |     let entry = t!(entries.next().unwrap());
[INFO] [stdout]      |                    ------- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1205 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]      |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1207:9
[INFO] [stdout]      |
[INFO] [stdout] 1207 |     let entry = t!(entries.next().unwrap());
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 1208 |     assert_eq!(t!(entry.path()), Path::new("test"));
[INFO] [stdout]      |                   ----- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `entry` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1207 |     let entry: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]      |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1215:9
[INFO] [stdout]      |
[INFO] [stdout] 1215 |     let entry = t!(entries.next().unwrap());
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 1216 |     assert_eq!(t!(entry.path()), Path::new("test2"));
[INFO] [stdout]      |                   ----- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `entry` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1215 |     let entry: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]      |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1223:9
[INFO] [stdout]      |
[INFO] [stdout] 1223 |     let entry = t!(entries.next().unwrap());
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 1224 |     assert_eq!(t!(entry.path()), Path::new(&long_pathname));
[INFO] [stdout]      |                   ----- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `entry` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1223 |     let entry: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]      |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:19:9
[INFO] [stdout]      |
[INFO] [stdout]   19 | /         match $e {
[INFO] [stdout]   20 | |             Ok(v) => v,
[INFO] [stdout]   21 | |             Err(e) => panic!("{} returned {}", stringify!($e), e),
[INFO] [stdout]   22 | |         }
[INFO] [stdout]      | |_________^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 1262 |       assert!(t!(ar.entries()).all(|fr| fr.is_ok()));
[INFO] [stdout]      |               ---------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1262:35
[INFO] [stdout]      |
[INFO] [stdout] 1262 |     assert!(t!(ar.entries()).all(|fr| fr.is_ok()));
[INFO] [stdout]      |                                   ^^  -- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1262 |     assert!(t!(ar.entries()).all(|fr: /* Type */| fr.is_ok()));
[INFO] [stdout]      |                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1280:9
[INFO] [stdout]      |
[INFO] [stdout] 1280 |     let mut entries = t!(ar.entries());
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout] 1281 |     let entry = t!(entries.next().unwrap());
[INFO] [stdout]      |                    ------- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `entries` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1280 |     let mut entries: /* Type */ = t!(ar.entries());
[INFO] [stdout]      |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1281:9
[INFO] [stdout]      |
[INFO] [stdout] 1281 |     let entry = t!(entries.next().unwrap());
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 1282 |     assert_eq!(t!(entry.path()), Path::new("archive/dir"));
[INFO] [stdout]      |                   ----- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `entry` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1281 |     let entry: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]      |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> tests/all.rs:1283:9
[INFO] [stdout]      |
[INFO] [stdout] 1283 |     let entry = t!(entries.next().unwrap());
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 1284 |     assert_eq!(t!(entry.path()), Path::new("archive/dir/f"));
[INFO] [stdout]      |                   ----- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving `entry` an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1283 |     let entry: /* Type */ = t!(entries.next().unwrap());
[INFO] [stdout]      |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tar-rsl` (test "all") due to 125 previous errors
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/archive.rs:81:20
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn entries(&mut self) -> io::Result<Entries<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] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 | #![cfg_attr(test, deny(warnings))]
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn entries(&mut self) -> io::Result<Entries<'_, R>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive.rs:186:30
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn entries_with_seek(&mut self) -> io::Result<Entries<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] 186 |     pub fn entries_with_seek(&mut self) -> io::Result<Entries<'_, R>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/entry.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn path(&self) -> io::Result<Cow<Path>> {
[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] 77 |     pub fn path(&self) -> io::Result<Cow<'_, Path>> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/entry.rs:87:23
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub fn path_bytes(&self) -> Cow<[u8]> {
[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] 87 |     pub fn path_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:104:22
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn link_name(&self) -> io::Result<Option<Cow<Path>>> {
[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] 104 |     pub fn link_name(&self) -> io::Result<Option<Cow<'_, Path>>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:113:28
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn link_name_bytes(&self) -> Option<Cow<[u8]>> {
[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] 113 |     pub fn link_name_bytes(&self) -> Option<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:135:27
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn pax_extensions(&mut self) -> io::Result<Option<PaxExtensions>> {
[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] 135 |     pub fn pax_extensions(&mut self) -> io::Result<Option<PaxExtensions<'_>>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:303:13
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn path(&self) -> io::Result<Cow<Path>> {
[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] 303 |     fn path(&self) -> io::Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:307:19
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn path_bytes(&self) -> Cow<[u8]> {
[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] 307 |     fn path_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:336:18
[INFO] [stdout]     |
[INFO] [stdout] 336 |     fn link_name(&self) -> io::Result<Option<Cow<Path>>> {
[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] 336 |     fn link_name(&self) -> io::Result<Option<Cow<'_, Path>>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:343:24
[INFO] [stdout]     |
[INFO] [stdout] 343 |     fn link_name_bytes(&self) -> Option<Cow<[u8]>> {
[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] 343 |     fn link_name_bytes(&self) -> Option<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/entry.rs:367:23
[INFO] [stdout]     |
[INFO] [stdout] 367 |     fn pax_extensions(&mut self) -> io::Result<Option<PaxExtensions>> {
[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] 367 |     fn pax_extensions(&mut self) -> io::Result<Option<PaxExtensions<'_>>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:334:17
[INFO] [stdout]     |
[INFO] [stdout] 334 |     pub fn path(&self) -> io::Result<Cow<Path>> {
[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] 334 |     pub fn path(&self) -> io::Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:345:23
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn path_bytes(&self) -> Cow<[u8]> {
[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] 345 |     pub fn path_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:394:22
[INFO] [stdout]     |
[INFO] [stdout] 394 |     pub fn link_name(&self) -> io::Result<Option<Cow<Path>>> {
[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] 394 |     pub fn link_name(&self) -> io::Result<Option<Cow<'_, Path>>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:408:28
[INFO] [stdout]     |
[INFO] [stdout] 408 |     pub fn link_name_bytes(&self) -> Option<Cow<[u8]>> {
[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] 408 |     pub fn link_name_bytes(&self) -> Option<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/header.rs:950:23
[INFO] [stdout]     |
[INFO] [stdout] 950 |     pub fn path_bytes(&self) -> Cow<[u8]> {
[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] 950 |     pub fn path_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/header.rs:1589:22
[INFO] [stdout]      |
[INFO] [stdout] 1589 | pub fn path2bytes(p: &Path) -> io::Result<Cow<[u8]>> {
[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] 1589 | pub fn path2bytes(p: &Path) -> io::Result<Cow<'_, [u8]>> {
[INFO] [stdout]      |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d3cd93d661f1e6ef6f8dd541a670b1dc5042f612510cdd0747d58bb02c37843e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3cd93d661f1e6ef6f8dd541a670b1dc5042f612510cdd0747d58bb02c37843e", kill_on_drop: false }`
[INFO] [stdout] d3cd93d661f1e6ef6f8dd541a670b1dc5042f612510cdd0747d58bb02c37843e
