[INFO] fetching crate goblin-experimental 0.1.1...
[INFO] testing goblin-experimental-0.1.1 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate goblin-experimental 0.1.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate goblin-experimental 0.1.1
[INFO] finished tweaking crates.io crate goblin-experimental 0.1.1
[INFO] tweaked toml for crates.io crate goblin-experimental 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate goblin-experimental 0.1.1 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate goblin-experimental 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded scroll_derive v0.12.0
[INFO] [stderr]   Downloaded once_cell v1.21.1
[INFO] [stderr]   Downloaded stderrlog v0.5.4
[INFO] [stderr]   Downloaded iana-time-zone v0.1.62
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e51e76f775996c6579e124e0290288b1f05ad34a598ad551d129c7139a356d2e
[INFO] running `Command { std: "docker" "start" "-a" "e51e76f775996c6579e124e0290288b1f05ad34a598ad551d129c7139a356d2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e51e76f775996c6579e124e0290288b1f05ad34a598ad551d129c7139a356d2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e51e76f775996c6579e124e0290288b1f05ad34a598ad551d129c7139a356d2e", kill_on_drop: false }`
[INFO] [stdout] e51e76f775996c6579e124e0290288b1f05ad34a598ad551d129c7139a356d2e
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 84e8335f0b5230c66ee28204359ee01d038f63ae5e6743b237483072540e747c
[INFO] running `Command { std: "docker" "start" "-a" "84e8335f0b5230c66ee28204359ee01d038f63ae5e6743b237483072540e747c", kill_on_drop: false }`
[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.12.0
[INFO] [stderr]    Compiling scroll v0.12.0
[INFO] [stderr]    Compiling goblin-experimental v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `tail` is never read
[INFO] [stdout]    --> src/pe/authenticode.rs:184:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |                         mut tail,
[INFO] [stdout]     |                         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `num_resources` is never read
[INFO] [stdout]    --> src/pe/resource.rs:173:5
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub struct ResourceEntryIterator<'a> {
[INFO] [stdout]     |            --------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 173 |     num_resources: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ResourceEntryIterator` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:310:29
[INFO] [stdout]     |
[INFO] [stdout] 310 |         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] 310 |         pub fn parse(bytes: &[u8]) -> error::Result<Object<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/elf/dynamic.rs:788:5
[INFO] [stdout]     |
[INFO] [stdout] 570 |                         let lib = &(*strtab)[dynamic.d_val as usize];
[INFO] [stdout]     |                                      ------ this raw pointer has type `*const Strtab<'_>`
[INFO] [stdout] ...
[INFO] [stdout] 788 |     elf_dyn_std_impl!(u32, crate::elf32::program_header::ProgramHeader);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Strtab<'_>`
[INFO] [stdout]    --> src/elf/dynamic.rs:570:36
[INFO] [stdout]     |
[INFO] [stdout] 570 |                         let lib = &(*strtab)[dynamic.d_val as usize];
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 788 |     elf_dyn_std_impl!(u32, crate::elf32::program_header::ProgramHeader);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: `#[deny(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout]     = note: this error originates in the macro `elf_dyn_std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 570 |                         let lib = &(&(*strtab))[dynamic.d_val as usize];
[INFO] [stdout]     |                                    ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `goblin-experimental` (lib) due to 2 previous errors; 14 warnings emitted
[INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/elf/dynamic.rs:802:5
[INFO] [stdout]     |
[INFO] [stdout] 570 |                         let lib = &(*strtab)[dynamic.d_val as usize];
[INFO] [stdout]     |                                      ------ this raw pointer has type `*const Strtab<'_>`
[INFO] [stdout] ...
[INFO] [stdout] 802 |     elf_dyn_std_impl!(u64, crate::elf64::program_header::ProgramHeader);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Strtab<'_>`
[INFO] [stdout]    --> src/elf/dynamic.rs:570:36
[INFO] [stdout]     |
[INFO] [stdout] 570 |                         let lib = &(*strtab)[dynamic.d_val as usize];
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 802 |     elf_dyn_std_impl!(u64, crate::elf64::program_header::ProgramHeader);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `elf_dyn_std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 570 |                         let lib = &(&(*strtab))[dynamic.d_val as usize];
[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 named elsewhere is confusing
[INFO] [stdout]   --> src/pe/section_table.rs:84:83
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn data<'a, 'b: 'a>(&'a self, pe_bytes: &'b [u8]) -> error::Result<Option<Cow<[u8]>>> {
[INFO] [stdout]    |                              -- the lifetime is named here                        ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn data<'a, 'b: 'a>(&'a self, pe_bytes: &'b [u8]) -> error::Result<Option<Cow<'a, [u8]>>> {
[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" "84e8335f0b5230c66ee28204359ee01d038f63ae5e6743b237483072540e747c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84e8335f0b5230c66ee28204359ee01d038f63ae5e6743b237483072540e747c", kill_on_drop: false }`
[INFO] [stdout] 84e8335f0b5230c66ee28204359ee01d038f63ae5e6743b237483072540e747c
