[INFO] fetching crate llvm_quick 181.0.0-alpha.7...
[INFO] checking llvm_quick-181.0.0-alpha.7 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] extracting crate llvm_quick 181.0.0-alpha.7 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate llvm_quick 181.0.0-alpha.7
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate llvm_quick 181.0.0-alpha.7
[INFO] tweaked toml for crates.io crate llvm_quick 181.0.0-alpha.7 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate llvm_quick 181.0.0-alpha.7 on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate llvm_quick 181.0.0-alpha.7 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" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8c18f9fb2b6c79292eaa1673999a1d4a3e0e06326814f3991355ece09c0e5e1c
[INFO] running `Command { std: "docker" "start" "-a" "8c18f9fb2b6c79292eaa1673999a1d4a3e0e06326814f3991355ece09c0e5e1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8c18f9fb2b6c79292eaa1673999a1d4a3e0e06326814f3991355ece09c0e5e1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c18f9fb2b6c79292eaa1673999a1d4a3e0e06326814f3991355ece09c0e5e1c", kill_on_drop: false }`
[INFO] [stdout] 8c18f9fb2b6c79292eaa1673999a1d4a3e0e06326814f3991355ece09c0e5e1c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dinherent-method-on-receiver" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 338f336926febbea24538f3e1dc248d2981a43a51bb44393bd3a39e2ed915a4e
[INFO] running `Command { std: "docker" "start" "-a" "338f336926febbea24538f3e1dc248d2981a43a51bb44393bd3a39e2ed915a4e", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling cc v1.0.104
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]    Compiling llvm-sys v181.1.0
[INFO] [stderr]     Checking llvm_quick v181.0.0-alpha.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/bit_reader.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn parse_bitcode(&self, mem_buf: &MemoryBuffer) -> Result<Owning<Module>, ()> {
[INFO] [stdout]   |                          ^^^^^ the lifetime is elided here               ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn parse_bitcode(&self, mem_buf: &MemoryBuffer) -> Result<Owning<Module<'_>>, ()> {
[INFO] [stdout]   |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bit_reader.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn get_bitcode_module(&self, mem_buf: Owning<MemoryBuffer>) -> Result<Owning<Module>, ()> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here                      ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn get_bitcode_module(&self, mem_buf: Owning<MemoryBuffer>) -> Result<Owning<Module<'_>>, ()> {
[INFO] [stdout]    |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/instruction_builders.rs:11:27
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn create_builder(&self) -> Owning<Builder> {
[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] 11 |     pub fn create_builder(&self) -> Owning<Builder<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/instructions.rs:29:62
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn instruction_get_all_metadata_other_than_debug_loc(&self) -> ValueMetadataEntries {
[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] 29 |     pub fn instruction_get_all_metadata_other_than_debug_loc(&self) -> ValueMetadataEntries<'_> {
[INFO] [stdout]    |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/core/instructions.rs:157:40
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn get_operand_bundle_as_index(&self, index: u32) -> &OperandBundle {
[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] 157 |     pub fn get_operand_bundle_as_index(&self, index: u32) -> &OperandBundle<'_> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/modules.rs:21:26
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn create_module(&self, name: &CStr) -> Owning<Module> {
[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] 21 |     pub fn create_module(&self, name: &CStr) -> Owning<Module<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/modules.rs:82:32
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn copy_flags_metadata(&self) -> ModuleFlagsMetadata {
[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] 82 |     pub fn copy_flags_metadata(&self) -> ModuleFlagsMetadata<'_> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/core/values/constants.rs:410:30
[INFO] [stdout]     |
[INFO] [stdout] 410 |     pub fn get_global_parent(&self) -> &Module {
[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] 410 |     pub fn get_global_parent(&self) -> &Module<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/core/values/constants.rs:486:30
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn copy_all_metadata(&self) -> ValueMetadataEntries {
[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] 486 |     pub fn copy_all_metadata(&self) -> ValueMetadataEntries<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/execution_engine.rs:257:26
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub fn remove_module(&self, m: *const Module<'c>) -> Result<Owning<Module>, Message> {
[INFO] [stdout]     |                          ^^^^^ the lifetime is elided here             ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub fn remove_module(&self, m: *const Module<'c>) -> Result<Owning<Module<'_>>, Message> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ir_reader.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn parse_ir(&self, mem_buf: &MemoryBuffer) -> Result<Owning<Module>, Message> {
[INFO] [stdout]    |                     ^^^^^ the lifetime is elided here               ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn parse_ir(&self, mem_buf: &MemoryBuffer) -> Result<Owning<Module<'_>>, Message> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/object.rs:108:33
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn copy_symbol_iterator(&self) -> Owning<SymbolIterator> {
[INFO] [stdout]     |                                 ^^^^^            ^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |                |
[INFO] [stdout]     |                                 |                the same lifetime is hidden here
[INFO] [stdout]     |                                 |                the same lifetime is hidden 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] 108 |     pub fn copy_symbol_iterator(&self) -> Owning<SymbolIterator<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/object.rs:166:28
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn get_relocations(&self) -> Owning<RelocationIterator> {
[INFO] [stdout]     |                            ^^^^^            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is hidden here
[INFO] [stdout]     |                            |                the same lifetime is hidden 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] 166 |     pub fn get_relocations(&self) -> Owning<RelocationIterator<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]   --> src/owning.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl<T: Opaque<Inner: OpaqueDrop>> Deref for Owning<T> {
[INFO] [stdout]    | ------------------------------------------------------ trait implemented here
[INFO] [stdout] 33 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn into_raw(self) -> *mut T::Inner {
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llvm_quick` (lib test) due to 1 previous error; 13 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/bit_reader.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn parse_bitcode(&self, mem_buf: &MemoryBuffer) -> Result<Owning<Module>, ()> {
[INFO] [stdout]   |                          ^^^^^ the lifetime is elided here               ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn parse_bitcode(&self, mem_buf: &MemoryBuffer) -> Result<Owning<Module<'_>>, ()> {
[INFO] [stdout]   |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bit_reader.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn get_bitcode_module(&self, mem_buf: Owning<MemoryBuffer>) -> Result<Owning<Module>, ()> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here                      ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn get_bitcode_module(&self, mem_buf: Owning<MemoryBuffer>) -> Result<Owning<Module<'_>>, ()> {
[INFO] [stdout]    |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/instruction_builders.rs:11:27
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn create_builder(&self) -> Owning<Builder> {
[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] 11 |     pub fn create_builder(&self) -> Owning<Builder<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/instructions.rs:29:62
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn instruction_get_all_metadata_other_than_debug_loc(&self) -> ValueMetadataEntries {
[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] 29 |     pub fn instruction_get_all_metadata_other_than_debug_loc(&self) -> ValueMetadataEntries<'_> {
[INFO] [stdout]    |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/core/instructions.rs:157:40
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn get_operand_bundle_as_index(&self, index: u32) -> &OperandBundle {
[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] 157 |     pub fn get_operand_bundle_as_index(&self, index: u32) -> &OperandBundle<'_> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/modules.rs:21:26
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn create_module(&self, name: &CStr) -> Owning<Module> {
[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] 21 |     pub fn create_module(&self, name: &CStr) -> Owning<Module<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/modules.rs:82:32
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn copy_flags_metadata(&self) -> ModuleFlagsMetadata {
[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] 82 |     pub fn copy_flags_metadata(&self) -> ModuleFlagsMetadata<'_> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/core/values/constants.rs:410:30
[INFO] [stdout]     |
[INFO] [stdout] 410 |     pub fn get_global_parent(&self) -> &Module {
[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] 410 |     pub fn get_global_parent(&self) -> &Module<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/core/values/constants.rs:486:30
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn copy_all_metadata(&self) -> ValueMetadataEntries {
[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] 486 |     pub fn copy_all_metadata(&self) -> ValueMetadataEntries<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/execution_engine.rs:257:26
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub fn remove_module(&self, m: *const Module<'c>) -> Result<Owning<Module>, Message> {
[INFO] [stdout]     |                          ^^^^^ the lifetime is elided here             ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub fn remove_module(&self, m: *const Module<'c>) -> Result<Owning<Module<'_>>, Message> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ir_reader.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn parse_ir(&self, mem_buf: &MemoryBuffer) -> Result<Owning<Module>, Message> {
[INFO] [stdout]    |                     ^^^^^ the lifetime is elided here               ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn parse_ir(&self, mem_buf: &MemoryBuffer) -> Result<Owning<Module<'_>>, Message> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/object.rs:108:33
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn copy_symbol_iterator(&self) -> Owning<SymbolIterator> {
[INFO] [stdout]     |                                 ^^^^^            ^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |                |
[INFO] [stdout]     |                                 |                the same lifetime is hidden here
[INFO] [stdout]     |                                 |                the same lifetime is hidden 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] 108 |     pub fn copy_symbol_iterator(&self) -> Owning<SymbolIterator<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/object.rs:166:28
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn get_relocations(&self) -> Owning<RelocationIterator> {
[INFO] [stdout]     |                            ^^^^^            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is hidden here
[INFO] [stdout]     |                            |                the same lifetime is hidden 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] 166 |     pub fn get_relocations(&self) -> Owning<RelocationIterator<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]   --> src/owning.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl<T: Opaque<Inner: OpaqueDrop>> Deref for Owning<T> {
[INFO] [stdout]    | ------------------------------------------------------ trait implemented here
[INFO] [stdout] 33 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn into_raw(self) -> *mut T::Inner {
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llvm_quick` (lib) due to 1 previous error; 13 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "338f336926febbea24538f3e1dc248d2981a43a51bb44393bd3a39e2ed915a4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "338f336926febbea24538f3e1dc248d2981a43a51bb44393bd3a39e2ed915a4e", kill_on_drop: false }`
[INFO] [stdout] 338f336926febbea24538f3e1dc248d2981a43a51bb44393bd3a39e2ed915a4e
