[INFO] fetching crate goblin 0.10.1...
[INFO] testing goblin-0.10.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate goblin 0.10.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate goblin 0.10.1
[INFO] finished tweaking crates.io crate goblin 0.10.1
[INFO] tweaked toml for crates.io crate goblin 0.10.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate goblin 0.10.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate goblin 0.10.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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded stderrlog v0.6.0
[INFO] [stderr]   Downloaded plain v0.2.3
[INFO] [stderr]   Downloaded scroll_derive v0.13.0
[INFO] [stderr]   Downloaded scroll v0.13.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d0e7ca454dc2ea7e6358d5a1b925bc4c26c56795a6bee4b57b4be31153e59a2e
[INFO] running `Command { std: "docker" "start" "-a" "d0e7ca454dc2ea7e6358d5a1b925bc4c26c56795a6bee4b57b4be31153e59a2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0e7ca454dc2ea7e6358d5a1b925bc4c26c56795a6bee4b57b4be31153e59a2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0e7ca454dc2ea7e6358d5a1b925bc4c26c56795a6bee4b57b4be31153e59a2e", kill_on_drop: false }`
[INFO] [stdout] d0e7ca454dc2ea7e6358d5a1b925bc4c26c56795a6bee4b57b4be31153e59a2e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 053401aa8ce355379891111da79b84b53f68317bc9e5d4180e5ed1a0617e7654
[INFO] running `Command { std: "docker" "start" "-a" "053401aa8ce355379891111da79b84b53f68317bc9e5d4180e5ed1a0617e7654", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling scroll_derive v0.13.0
[INFO] [stderr]    Compiling scroll v0.13.0
[INFO] [stderr]    Compiling goblin v0.10.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:309:29
[INFO] [stdout]     |
[INFO] [stdout] 309 |         pub fn parse(bytes: &[u8]) -> error::Result<Object> {
[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] 309 |         pub fn parse(bytes: &[u8]) -> error::Result<Object<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mach/mod.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 120 |     ) -> error::Result<Vec<(usize, segment::RelocationIterator, segment::Section)>> {
[INFO] [stdout]     |                                    --------------------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 |     ) -> error::Result<Vec<(usize, segment::RelocationIterator<'_>, segment::Section)>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mach/mod.rs:134:20
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn exports(&self) -> error::Result<Vec<exports::Export>> {
[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] 134 |     pub fn exports(&self) -> error::Result<Vec<exports::Export<'_>>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mach/mod.rs:142:20
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn imports(&self) -> error::Result<Vec<imports::Import>> {
[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] 142 |     pub fn imports(&self) -> error::Result<Vec<imports::Import<'_>>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mach/mod.rs:394:31
[INFO] [stdout]     |
[INFO] [stdout] 394 | fn extract_multi_entry(bytes: &[u8]) -> error::Result<SingleArch> {
[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 | fn extract_multi_entry(bytes: &[u8]) -> error::Result<SingleArch<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mach/mod.rs:458:24
[INFO] [stdout]     |
[INFO] [stdout] 458 |     pub fn iter_arches(&self) -> FatArchIterator {
[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] 458 |     pub fn iter_arches(&self) -> FatArchIterator<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pe/certificate_table.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout] 156 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 159 | ) -> Result<CertificateDirectoryTable, error::Error> {
[INFO] [stdout]     |             ------------------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 | ) -> Result<CertificateDirectoryTable<'_>, error::Error> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pe/relocation.rs:397:18
[INFO] [stdout]     |
[INFO] [stdout] 397 |     pub fn words(&self) -> RelocationWordIterator {
[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] 397 |     pub fn words(&self) -> RelocationWordIterator<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive/mod.rs:549:16
[INFO] [stdout]     |
[INFO] [stdout] 549 |     pub fn get(&self, member: &str) -> Option<&Member> {
[INFO] [stdout]     |                ^^^^^                          -------
[INFO] [stdout]     |                |                              ||
[INFO] [stdout]     |                |                              |the same lifetime is hidden here
[INFO] [stdout]     |                |                              the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 549 |     pub fn get(&self, member: &str) -> Option<&Member<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive/mod.rs:558:19
[INFO] [stdout]     |
[INFO] [stdout] 558 |     pub fn get_at(&self, index: usize) -> Option<&Member> {
[INFO] [stdout]     |                   ^^^^^                          -------
[INFO] [stdout]     |                   |                              ||
[INFO] [stdout]     |                   |                              |the same lifetime is hidden here
[INFO] [stdout]     |                   |                              the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 558 |     pub fn get_at(&self, index: usize) -> Option<&Member<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive/mod.rs:581:22
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn summarize(&self) -> Vec<(&str, &Member, Vec<&'a str>)> {
[INFO] [stdout]     |                      ^^^^^          ----  -------
[INFO] [stdout]     |                      |              |     ||
[INFO] [stdout]     |                      |              |     |the same lifetime is hidden here
[INFO] [stdout]     |                      |              |     the same lifetime is elided here
[INFO] [stdout]     |                      |              the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn summarize(&self) -> Vec<(&str, &Member<'_>, Vec<&'a str>)> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.27s
[INFO] running `Command { std: "docker" "inspect" "053401aa8ce355379891111da79b84b53f68317bc9e5d4180e5ed1a0617e7654", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "053401aa8ce355379891111da79b84b53f68317bc9e5d4180e5ed1a0617e7654", kill_on_drop: false }`
[INFO] [stdout] 053401aa8ce355379891111da79b84b53f68317bc9e5d4180e5ed1a0617e7654
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 01c12a436a66091938c3a1320bb243ba9a83d527be678153af2c89ac52c37fe9
[INFO] running `Command { std: "docker" "start" "-a" "01c12a436a66091938c3a1320bb243ba9a83d527be678153af2c89ac52c37fe9", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling goblin v0.10.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling stderrlog v0.6.0
[INFO] [stdout] error: couldn't read `src/elf/../../etc/crt1.rs`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/elf/header.rs:573:21
[INFO] [stdout]     |
[INFO] [stdout] 573 |                     include!("../../etc/crt1.rs")
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 618 |     elf_header_test!(ELFCLASS);
[INFO] [stdout]     |     -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include` which comes from the expansion of the macro `elf_header_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `goblin` (lib test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:309:29
[INFO] [stdout]     |
[INFO] [stdout] 309 |         pub fn parse(bytes: &[u8]) -> error::Result<Object> {
[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] 309 |         pub fn parse(bytes: &[u8]) -> error::Result<Object<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mach/mod.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 120 |     ) -> error::Result<Vec<(usize, segment::RelocationIterator, segment::Section)>> {
[INFO] [stdout]     |                                    --------------------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 |     ) -> error::Result<Vec<(usize, segment::RelocationIterator<'_>, segment::Section)>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mach/mod.rs:134:20
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn exports(&self) -> error::Result<Vec<exports::Export>> {
[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] 134 |     pub fn exports(&self) -> error::Result<Vec<exports::Export<'_>>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mach/mod.rs:142:20
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn imports(&self) -> error::Result<Vec<imports::Import>> {
[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] 142 |     pub fn imports(&self) -> error::Result<Vec<imports::Import<'_>>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mach/mod.rs:394:31
[INFO] [stdout]     |
[INFO] [stdout] 394 | fn extract_multi_entry(bytes: &[u8]) -> error::Result<SingleArch> {
[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 | fn extract_multi_entry(bytes: &[u8]) -> error::Result<SingleArch<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mach/mod.rs:458:24
[INFO] [stdout]     |
[INFO] [stdout] 458 |     pub fn iter_arches(&self) -> FatArchIterator {
[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] 458 |     pub fn iter_arches(&self) -> FatArchIterator<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pe/certificate_table.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout] 156 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 159 | ) -> Result<CertificateDirectoryTable, error::Error> {
[INFO] [stdout]     |             ------------------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 | ) -> Result<CertificateDirectoryTable<'_>, error::Error> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pe/relocation.rs:397:18
[INFO] [stdout]     |
[INFO] [stdout] 397 |     pub fn words(&self) -> RelocationWordIterator {
[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] 397 |     pub fn words(&self) -> RelocationWordIterator<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive/mod.rs:549:16
[INFO] [stdout]     |
[INFO] [stdout] 549 |     pub fn get(&self, member: &str) -> Option<&Member> {
[INFO] [stdout]     |                ^^^^^                          -------
[INFO] [stdout]     |                |                              ||
[INFO] [stdout]     |                |                              |the same lifetime is hidden here
[INFO] [stdout]     |                |                              the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 549 |     pub fn get(&self, member: &str) -> Option<&Member<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive/mod.rs:558:19
[INFO] [stdout]     |
[INFO] [stdout] 558 |     pub fn get_at(&self, index: usize) -> Option<&Member> {
[INFO] [stdout]     |                   ^^^^^                          -------
[INFO] [stdout]     |                   |                              ||
[INFO] [stdout]     |                   |                              |the same lifetime is hidden here
[INFO] [stdout]     |                   |                              the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 558 |     pub fn get_at(&self, index: usize) -> Option<&Member<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/archive/mod.rs:581:22
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn summarize(&self) -> Vec<(&str, &Member, Vec<&'a str>)> {
[INFO] [stdout]     |                      ^^^^^          ----  -------
[INFO] [stdout]     |                      |              |     ||
[INFO] [stdout]     |                      |              |     |the same lifetime is hidden here
[INFO] [stdout]     |                      |              |     the same lifetime is elided here
[INFO] [stdout]     |                      |              the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn summarize(&self) -> Vec<(&str, &Member<'_>, Vec<&'a str>)> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "01c12a436a66091938c3a1320bb243ba9a83d527be678153af2c89ac52c37fe9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01c12a436a66091938c3a1320bb243ba9a83d527be678153af2c89ac52c37fe9", kill_on_drop: false }`
[INFO] [stdout] 01c12a436a66091938c3a1320bb243ba9a83d527be678153af2c89ac52c37fe9
