[INFO] fetching crate elf_rs 0.3.1...
[INFO] testing elf_rs-0.3.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate elf_rs 0.3.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate elf_rs 0.3.1
[INFO] finished tweaking crates.io crate elf_rs 0.3.1
[INFO] tweaked toml for crates.io crate elf_rs 0.3.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate elf_rs 0.3.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 elf_rs 0.3.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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 18dab60d631fe217304b68dd6f6390fc8975c8ea1b470b2eb6810dedc4980b85
[INFO] running `Command { std: "docker" "start" "-a" "18dab60d631fe217304b68dd6f6390fc8975c8ea1b470b2eb6810dedc4980b85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "18dab60d631fe217304b68dd6f6390fc8975c8ea1b470b2eb6810dedc4980b85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18dab60d631fe217304b68dd6f6390fc8975c8ea1b470b2eb6810dedc4980b85", kill_on_drop: false }`
[INFO] [stdout] 18dab60d631fe217304b68dd6f6390fc8975c8ea1b470b2eb6810dedc4980b85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 8217ccdafaa7e52d3f24ae5f4da5f7df9dddfde9c749e6cbb46daa7431f08e8c
[INFO] running `Command { std: "docker" "start" "-a" "8217ccdafaa7e52d3f24ae5f4da5f7df9dddfde9c749e6cbb46daa7431f08e8c", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling elf_rs v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:88:19
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn elf_header(&self) -> ElfHeader {
[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] 88 |     fn elf_header(&self) -> ElfHeader<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:95:27
[INFO] [stdout]    |
[INFO] [stdout] 95 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry> {
[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] 95 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>> {
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     fn program_header_iter(&self) -> ProgramHeaderIter {
[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] 102 |     fn program_header_iter(&self) -> ProgramHeaderIter<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:109:27
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry> {
[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] 109 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:116:28
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn section_header_iter(&self) -> SectionHeaderIter {
[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] 116 |     fn section_header_iter(&self) -> SectionHeaderIter<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn elf_header(&self) -> ElfHeader;
[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] 24 |     fn elf_header(&self) -> ElfHeader<'_>;
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry>;
[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] 26 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>>;
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:28:28
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn program_header_iter(&self) -> ProgramHeaderIter;
[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] 28 |     fn program_header_iter(&self) -> ProgramHeaderIter<'_>;
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry>;
[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] 30 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>>;
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:32:28
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn section_header_iter(&self) -> SectionHeaderIter;
[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] 32 |     fn section_header_iter(&self) -> SectionHeaderIter<'_>;
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:34:22
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn shstr_section(&self) -> Option<SectionHeaderEntry> {
[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] 34 |     fn shstr_section(&self) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn lookup_section(&self, name: &[u8]) -> Option<SectionHeaderEntry> {
[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] 39 |     fn lookup_section(&self, name: &[u8]) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/elf.rs:85:32
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn program_header_iter(&self) -> ProgramHeaderIter {
[INFO] [stdout]    |                                ^^^^^     ----------------- the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn program_header_iter(&self) -> ProgramHeaderIter<'_> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/elf.rs:89:31
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry> {
[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] 89 |     pub fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>> {
[INFO] [stdout]    |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:104:32
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn section_header_iter(&self) -> SectionHeaderIter {
[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 section_header_iter(&self) -> SectionHeaderIter<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:108:31
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry> {
[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] 108 |     pub fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]     |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:120:19
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn elf_header(&self) -> ElfHeader {
[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] 120 |     fn elf_header(&self) -> ElfHeader<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:124:27
[INFO] [stdout]     |
[INFO] [stdout] 124 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry> {
[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] 124 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:128:28
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn program_header_iter(&self) -> ProgramHeaderIter {
[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] 128 |     fn program_header_iter(&self) -> ProgramHeaderIter<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |     fn section_header_iter(&self) -> SectionHeaderIter {
[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] 132 |     fn section_header_iter(&self) -> SectionHeaderIter<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:136:27
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry> {
[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] 136 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
[INFO] running `Command { std: "docker" "inspect" "8217ccdafaa7e52d3f24ae5f4da5f7df9dddfde9c749e6cbb46daa7431f08e8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8217ccdafaa7e52d3f24ae5f4da5f7df9dddfde9c749e6cbb46daa7431f08e8c", kill_on_drop: false }`
[INFO] [stdout] 8217ccdafaa7e52d3f24ae5f4da5f7df9dddfde9c749e6cbb46daa7431f08e8c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 1211d7fb9f8218cff0278717b75dc75aceec604d29a52b8c84de712aa94687eb
[INFO] running `Command { std: "docker" "start" "-a" "1211d7fb9f8218cff0278717b75dc75aceec604d29a52b8c84de712aa94687eb", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:88:19
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn elf_header(&self) -> ElfHeader {
[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] 88 |     fn elf_header(&self) -> ElfHeader<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:95:27
[INFO] [stdout]    |
[INFO] [stdout] 95 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry> {
[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] 95 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>> {
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     fn program_header_iter(&self) -> ProgramHeaderIter {
[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] 102 |     fn program_header_iter(&self) -> ProgramHeaderIter<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:109:27
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry> {
[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] 109 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:116:28
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn section_header_iter(&self) -> SectionHeaderIter {
[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] 116 |     fn section_header_iter(&self) -> SectionHeaderIter<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn elf_header(&self) -> ElfHeader;
[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] 24 |     fn elf_header(&self) -> ElfHeader<'_>;
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry>;
[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] 26 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>>;
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:28:28
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn program_header_iter(&self) -> ProgramHeaderIter;
[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] 28 |     fn program_header_iter(&self) -> ProgramHeaderIter<'_>;
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry>;
[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] 30 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>>;
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:32:28
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn section_header_iter(&self) -> SectionHeaderIter;
[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] 32 |     fn section_header_iter(&self) -> SectionHeaderIter<'_>;
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:34:22
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn shstr_section(&self) -> Option<SectionHeaderEntry> {
[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] 34 |     fn shstr_section(&self) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn lookup_section(&self, name: &[u8]) -> Option<SectionHeaderEntry> {
[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] 39 |     fn lookup_section(&self, name: &[u8]) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/elf.rs:85:32
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn program_header_iter(&self) -> ProgramHeaderIter {
[INFO] [stdout]    |                                ^^^^^     ----------------- the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn program_header_iter(&self) -> ProgramHeaderIter<'_> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/elf.rs:89:31
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry> {
[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] 89 |     pub fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>> {
[INFO] [stdout]    |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:104:32
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn section_header_iter(&self) -> SectionHeaderIter {
[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 section_header_iter(&self) -> SectionHeaderIter<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:108:31
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry> {
[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] 108 |     pub fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]     |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:120:19
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn elf_header(&self) -> ElfHeader {
[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] 120 |     fn elf_header(&self) -> ElfHeader<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:124:27
[INFO] [stdout]     |
[INFO] [stdout] 124 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry> {
[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] 124 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:128:28
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn program_header_iter(&self) -> ProgramHeaderIter {
[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] 128 |     fn program_header_iter(&self) -> ProgramHeaderIter<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |     fn section_header_iter(&self) -> SectionHeaderIter {
[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] 132 |     fn section_header_iter(&self) -> SectionHeaderIter<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:136:27
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry> {
[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] 136 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling elf_rs v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:88:19
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn elf_header(&self) -> ElfHeader {
[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] 88 |     fn elf_header(&self) -> ElfHeader<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:95:27
[INFO] [stdout]    |
[INFO] [stdout] 95 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry> {
[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] 95 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>> {
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     fn program_header_iter(&self) -> ProgramHeaderIter {
[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] 102 |     fn program_header_iter(&self) -> ProgramHeaderIter<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:109:27
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry> {
[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] 109 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:116:28
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn section_header_iter(&self) -> SectionHeaderIter {
[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] 116 |     fn section_header_iter(&self) -> SectionHeaderIter<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn elf_header(&self) -> ElfHeader;
[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] 24 |     fn elf_header(&self) -> ElfHeader<'_>;
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry>;
[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] 26 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>>;
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:28:28
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn program_header_iter(&self) -> ProgramHeaderIter;
[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] 28 |     fn program_header_iter(&self) -> ProgramHeaderIter<'_>;
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry>;
[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] 30 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>>;
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:32:28
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn section_header_iter(&self) -> SectionHeaderIter;
[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] 32 |     fn section_header_iter(&self) -> SectionHeaderIter<'_>;
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:34:22
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn shstr_section(&self) -> Option<SectionHeaderEntry> {
[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] 34 |     fn shstr_section(&self) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/mod.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn lookup_section(&self, name: &[u8]) -> Option<SectionHeaderEntry> {
[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] 39 |     fn lookup_section(&self, name: &[u8]) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/elf.rs:85:32
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn program_header_iter(&self) -> ProgramHeaderIter {
[INFO] [stdout]    |                                ^^^^^     ----------------- the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn program_header_iter(&self) -> ProgramHeaderIter<'_> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/elf/elf.rs:89:31
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry> {
[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] 89 |     pub fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>> {
[INFO] [stdout]    |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:104:32
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn section_header_iter(&self) -> SectionHeaderIter {
[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 section_header_iter(&self) -> SectionHeaderIter<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:108:31
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry> {
[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] 108 |     pub fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]     |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:120:19
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn elf_header(&self) -> ElfHeader {
[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] 120 |     fn elf_header(&self) -> ElfHeader<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:124:27
[INFO] [stdout]     |
[INFO] [stdout] 124 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry> {
[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] 124 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:128:28
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn program_header_iter(&self) -> ProgramHeaderIter {
[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] 128 |     fn program_header_iter(&self) -> ProgramHeaderIter<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |     fn section_header_iter(&self) -> SectionHeaderIter {
[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] 132 |     fn section_header_iter(&self) -> SectionHeaderIter<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/elf/elf.rs:136:27
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry> {
[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] 136 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.29s
[INFO] running `Command { std: "docker" "inspect" "1211d7fb9f8218cff0278717b75dc75aceec604d29a52b8c84de712aa94687eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1211d7fb9f8218cff0278717b75dc75aceec604d29a52b8c84de712aa94687eb", kill_on_drop: false }`
[INFO] [stdout] 1211d7fb9f8218cff0278717b75dc75aceec604d29a52b8c84de712aa94687eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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", kill_on_drop: false }`
[INFO] [stdout] a3a3b1c9f7eeb708d28c149f472838327b7a4463f9cd14621321c19736a63334
[INFO] running `Command { std: "docker" "start" "-a" "a3a3b1c9f7eeb708d28c149f472838327b7a4463f9cd14621321c19736a63334", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:88:19
[INFO] [stderr]    |
[INFO] [stderr] 88 |     fn elf_header(&self) -> ElfHeader {
[INFO] [stderr]    |                   ^^^^^     --------- the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 88 |     fn elf_header(&self) -> ElfHeader<'_> {
[INFO] [stderr]    |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:95:27
[INFO] [stderr]    |
[INFO] [stderr] 95 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry> {
[INFO] [stderr]    |                           ^^^^^                          ------------------ the same lifetime is hidden here
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 95 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>> {
[INFO] [stderr]    |                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:102:28
[INFO] [stderr]     |
[INFO] [stderr] 102 |     fn program_header_iter(&self) -> ProgramHeaderIter {
[INFO] [stderr]     |                            ^^^^^     ----------------- the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 102 |     fn program_header_iter(&self) -> ProgramHeaderIter<'_> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:109:27
[INFO] [stderr]     |
[INFO] [stderr] 109 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry> {
[INFO] [stderr]     |                           ^^^^^                          ------------------ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 109 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stderr]     |                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:116:28
[INFO] [stderr]     |
[INFO] [stderr] 116 |     fn section_header_iter(&self) -> SectionHeaderIter {
[INFO] [stderr]     |                            ^^^^^     ----------------- the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 116 |     fn section_header_iter(&self) -> SectionHeaderIter<'_> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/elf/mod.rs:24:19
[INFO] [stderr]    |
[INFO] [stderr] 24 |     fn elf_header(&self) -> ElfHeader;
[INFO] [stderr]    |                   ^^^^^     --------- the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 24 |     fn elf_header(&self) -> ElfHeader<'_>;
[INFO] [stderr]    |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/elf/mod.rs:26:27
[INFO] [stderr]    |
[INFO] [stderr] 26 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry>;
[INFO] [stderr]    |                           ^^^^^                          ------------------ the same lifetime is hidden here
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 26 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>>;
[INFO] [stderr]    |                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/elf/mod.rs:28:28
[INFO] [stderr]    |
[INFO] [stderr] 28 |     fn program_header_iter(&self) -> ProgramHeaderIter;
[INFO] [stderr]    |                            ^^^^^     ----------------- the same lifetime is hidden here
[INFO] [stderr]    |                            |
[INFO] [stderr]    |                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 28 |     fn program_header_iter(&self) -> ProgramHeaderIter<'_>;
[INFO] [stderr]    |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/elf/mod.rs:30:27
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry>;
[INFO] [stderr]    |                           ^^^^^                          ------------------ the same lifetime is hidden here
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>>;
[INFO] [stderr]    |                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/elf/mod.rs:32:28
[INFO] [stderr]    |
[INFO] [stderr] 32 |     fn section_header_iter(&self) -> SectionHeaderIter;
[INFO] [stderr]    |                            ^^^^^     ----------------- the same lifetime is hidden here
[INFO] [stderr]    |                            |
[INFO] [stderr]    |                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 32 |     fn section_header_iter(&self) -> SectionHeaderIter<'_>;
[INFO] [stderr]    |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/elf/mod.rs:34:22
[INFO] [stderr]    |
[INFO] [stderr] 34 |     fn shstr_section(&self) -> Option<SectionHeaderEntry> {
[INFO] [stderr]    |                      ^^^^^            ------------------ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 34 |     fn shstr_section(&self) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stderr]    |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/elf/mod.rs:39:23
[INFO] [stderr]    |
[INFO] [stderr] 39 |     fn lookup_section(&self, name: &[u8]) -> Option<SectionHeaderEntry> {
[INFO] [stderr]    |                       ^^^^^                         ------------------ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 39 |     fn lookup_section(&self, name: &[u8]) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stderr]    |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/elf/elf.rs:85:32
[INFO] [stderr]    |
[INFO] [stderr] 85 |     pub fn program_header_iter(&self) -> ProgramHeaderIter {
[INFO] [stderr]    |                                ^^^^^     ----------------- the same lifetime is hidden here
[INFO] [stderr]    |                                |
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 85 |     pub fn program_header_iter(&self) -> ProgramHeaderIter<'_> {
[INFO] [stderr]    |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/elf/elf.rs:89:31
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry> {
[INFO] [stderr]    |                               ^^^^^                          ------------------ the same lifetime is hidden here
[INFO] [stderr]    |                               |
[INFO] [stderr]    |                               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>> {
[INFO] [stderr]    |                                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/elf/elf.rs:104:32
[INFO] [stderr]     |
[INFO] [stderr] 104 |     pub fn section_header_iter(&self) -> SectionHeaderIter {
[INFO] [stderr]     |                                ^^^^^     ----------------- the same lifetime is hidden here
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 104 |     pub fn section_header_iter(&self) -> SectionHeaderIter<'_> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/elf/elf.rs:108:31
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry> {
[INFO] [stderr]     |                               ^^^^^                          ------------------ the same lifetime is hidden here
[INFO] [stderr]     |                               |
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stderr]     |                                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/elf/elf.rs:120:19
[INFO] [stderr]     |
[INFO] [stderr] 120 |     fn elf_header(&self) -> ElfHeader {
[INFO] [stderr]     |                   ^^^^^     --------- the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 120 |     fn elf_header(&self) -> ElfHeader<'_> {
[INFO] [stderr]     |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/elf/elf.rs:124:27
[INFO] [stderr]     |
[INFO] [stderr] 124 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry> {
[INFO] [stderr]     |                           ^^^^^                          ------------------ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 124 |     fn program_header_nth(&self, index: usize) -> Option<ProgramHeaderEntry<'_>> {
[INFO] [stderr]     |                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/elf/elf.rs:128:28
[INFO] [stderr]     |
[INFO] [stderr] 128 |     fn program_header_iter(&self) -> ProgramHeaderIter {
[INFO] [stderr]     |                            ^^^^^     ----------------- the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 128 |     fn program_header_iter(&self) -> ProgramHeaderIter<'_> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/elf/elf.rs:132:28
[INFO] [stderr]     |
[INFO] [stderr] 132 |     fn section_header_iter(&self) -> SectionHeaderIter {
[INFO] [stderr]     |                            ^^^^^     ----------------- the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 132 |     fn section_header_iter(&self) -> SectionHeaderIter<'_> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/elf/elf.rs:136:27
[INFO] [stderr]     |
[INFO] [stderr] 136 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry> {
[INFO] [stderr]     |                           ^^^^^                          ------------------ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 136 |     fn section_header_nth(&self, index: usize) -> Option<SectionHeaderEntry<'_>> {
[INFO] [stderr]     |                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `elf_rs` (lib) generated 21 warnings
[INFO] [stderr] warning: `elf_rs` (lib test) generated 21 warnings (21 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/elf_rs-a4ca0e2bbadef2b0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-b8545ba0faa6ee98)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_unaligned_buffer ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests elf_rs
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 4) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a3a3b1c9f7eeb708d28c149f472838327b7a4463f9cd14621321c19736a63334", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3a3b1c9f7eeb708d28c149f472838327b7a4463f9cd14621321c19736a63334", kill_on_drop: false }`
[INFO] [stdout] a3a3b1c9f7eeb708d28c149f472838327b7a4463f9cd14621321c19736a63334
