[INFO] fetching crate summa-core 0.25.1...
[INFO] checking summa-core-0.25.1 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] extracting crate summa-core 0.25.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate summa-core 0.25.1
[INFO] finished tweaking crates.io crate summa-core 0.25.1
[INFO] tweaked toml for crates.io crate summa-core 0.25.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate summa-core 0.25.1 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 summa-core 0.25.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" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 25dd0976e2e0ede47c661f76aa98eb38931b960206089473a95cbe9346f960b4
[INFO] running `Command { std: "docker" "start" "-a" "25dd0976e2e0ede47c661f76aa98eb38931b960206089473a95cbe9346f960b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25dd0976e2e0ede47c661f76aa98eb38931b960206089473a95cbe9346f960b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25dd0976e2e0ede47c661f76aa98eb38931b960206089473a95cbe9346f960b4", kill_on_drop: false }`
[INFO] [stdout] 25dd0976e2e0ede47c661f76aa98eb38931b960206089473a95cbe9346f960b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 96bdb36aed8f8cc8904cd66ca9f50ff6a90eca54fb8ce2db9fb620fd6d8b370d
[INFO] running `Command { std: "docker" "start" "-a" "96bdb36aed8f8cc8904cd66ca9f50ff6a90eca54fb8ce2db9fb620fd6d8b370d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling prettyplease v0.2.29
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling cc v1.2.14
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling bytes v1.10.0
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]    Compiling zstd-safe v7.0.0
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking izihawa-ownedbytes v0.25.0
[INFO] [stderr]    Compiling zstd-sys v2.0.9+zstd.1.5.5
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking bitpacking v0.9.2
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]    Compiling tempfile v3.17.1
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_64 v3.1.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-aarch_64 v3.1.0
[INFO] [stderr]    Compiling serde_json v1.0.138
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_32 v3.1.0
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-aarch_64 v3.1.0
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking utf8-ranges v1.0.5
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-x86_64 v3.1.0
[INFO] [stderr]    Compiling protoc-bin-vendored-win32 v3.1.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-ppcle_64 v3.1.0
[INFO] [stderr]     Checking tantivy-fst v0.5.0
[INFO] [stderr]    Compiling protoc-bin-vendored v3.1.0
[INFO] [stderr]     Checking miniz_oxide v0.8.4
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking izihawa-tantivy-bitpacker v0.25.0
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling async-trait v0.1.86
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling pest v2.7.15
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]    Compiling pest_meta v2.7.15
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling pest_generator v2.7.15
[INFO] [stderr]     Checking winnow v0.7.2
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking murmurhash32 v0.3.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling pest_derive v2.7.15
[INFO] [stderr]    Compiling summa-proto v0.36.1
[INFO] [stderr]    Compiling bon-macros v3.3.2
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking toml_edit v0.22.24
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking downcast-rs v2.0.1
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking fastdivide v0.4.2
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking stfu8 v0.2.7
[INFO] [stderr]     Checking voca_rs v1.15.2
[INFO] [stderr]     Checking yaml-rust2 v0.8.1
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking measure_time v0.9.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking toml v0.8.20
[INFO] [stderr]     Checking izihawa-tantivy-common v0.25.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking failure v0.1.8
[INFO] [stderr]     Checking hyperloglogplus v0.4.1
[INFO] [stderr]     Checking uuid v1.13.1
[INFO] [stderr]     Checking zstd v0.13.0
[INFO] [stderr]     Checking rust-stemmers v1.2.0
[INFO] [stderr]     Checking izihawa-tantivy-stacker v0.25.0
[INFO] [stderr]     Checking izihawa-tantivy-sstable v0.25.0
[INFO] [stderr]     Checking izihawa-tantivy-tokenizer-api v0.25.0
[INFO] [stderr]     Checking sketches-ddsketch v0.3.0
[INFO] [stderr]     Checking rust-ini v0.20.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking izihawa-tantivy-query-grammar v0.25.0
[INFO] [stderr]     Checking izihawa-tantivy-columnar v0.25.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking bon v3.3.2
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking csv-core v0.1.12
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking oneshot v0.1.10
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking htmlescape v0.3.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking census v0.4.2
[INFO] [stderr]     Checking levenshtein_automata v0.2.1
[INFO] [stderr]     Checking lockfree-object-pool v0.1.6
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking half v1.8.3
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking base-x v0.2.11
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking base36 v0.0.1
[INFO] [stderr]     Checking config v0.14.1
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking pluralize-rs v0.1.0
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking izihawa_ttl_cache v0.5.1
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]     Checking serde_yaml v0.8.26
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]     Checking izihawa-tantivy v0.25.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking serde_bytes v0.11.15
[INFO] [stderr]     Checking xmlparser v0.13.6
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking fasteval2 v2.1.1
[INFO] [stderr]     Checking strfmt v0.2.4
[INFO] [stderr]     Checking summa-core v0.25.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `leaf`
[INFO] [stdout]    --> src/components/index_writer_holder.rs:362:42
[INFO] [stdout]     |
[INFO] [stdout] 362 |                     ReferenceValue::Leaf(leaf) => buffer.push(OwnedValue::from(value)),
[INFO] [stdout]     |                                          ^^^^ help: if this is intentional, prefix it with an underscore: `_leaf`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `leaf`
[INFO] [stdout]    --> src/components/index_writer_holder.rs:362:42
[INFO] [stdout]     |
[INFO] [stdout] 362 |                     ReferenceValue::Leaf(leaf) => buffer.push(OwnedValue::from(value)),
[INFO] [stdout]     |                                          ^^^^ help: if this is intentional, prefix it with an underscore: `_leaf`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Noop` is never constructed
[INFO] [stdout]   --> src/directories/mod.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct Noop {}
[INFO] [stdout]    |        ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/components/query_parser/proto_query_parser.rs:92:69
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn resolve_field_name<'a>(&'a self, field_name: &'a str) -> &str {
[INFO] [stdout]    |                                    --                    --         ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                    |                     |
[INFO] [stdout]    |                                    |                     the lifetime is named here
[INFO] [stdout]    |                                    the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn resolve_field_name<'a>(&'a self, field_name: &'a str) -> &'a str {
[INFO] [stdout]    |                                                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/components/query_parser/proto_query_parser.rs:102:99
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub(crate) fn field_and_field_entry<'a>(&'a self, field_name: &'a str) -> SummaResult<(Field, &str, &FieldEntry)> {
[INFO] [stdout]     |                                              --                    --                             ^^^^  ^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                              |                     |                              |
[INFO] [stdout]     |                                              |                     the lifetime is named here     the same lifetime is elided here
[INFO] [stdout]     |                                              the lifetime is named 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] 102 |     pub(crate) fn field_and_field_entry<'a>(&'a self, field_name: &'a str) -> SummaResult<(Field, &'a str, &'a FieldEntry)> {
[INFO] [stdout]     |                                                                                                    ++       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/components/query_parser/summa_ql.rs:207:69
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn resolve_field_name<'a>(&'a self, field_name: &'a str) -> &str {
[INFO] [stdout]     |                                    --                    --         ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                    |                     |
[INFO] [stdout]     |                                    |                     the lifetime is named here
[INFO] [stdout]     |                                    the lifetime is named 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] 207 |     pub fn resolve_field_name<'a>(&'a self, field_name: &'a str) -> &'a str {
[INFO] [stdout]     |                                                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/components/summa_document.rs:183:52
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn bound_with(self, schema: &'a Schema) -> SummaDocument {
[INFO] [stdout]     |                                      --            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is named 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] 183 |     pub fn bound_with(self, schema: &'a Schema) -> SummaDocument<'a> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/directories/byte_range_cache.rs:178:92
[INFO] [stdout]     |
[INFO] [stdout] 178 |     fn get_block<'a, 'b: 'a>(&'a self, query: &CacheKey<'b, T>, range_end: u64) -> Option<(&CacheKey<'_, T>, &CacheValue)> {
[INFO] [stdout]     |                               --                                                           ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                               |                                                            |         |
[INFO] [stdout]     |                               |                                                            |         the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is named here                                   the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 178 -     fn get_block<'a, 'b: 'a>(&'a self, query: &CacheKey<'b, T>, range_end: u64) -> Option<(&CacheKey<'_, T>, &CacheValue)> {
[INFO] [stdout] 178 +     fn get_block<'a, 'b: 'a>(&'a self, query: &CacheKey<'b, T>, range_end: u64) -> Option<(&'a CacheKey<'a, T>, &'a CacheValue)> {
[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/utils/sync.rs:77:20
[INFO] [stdout]     |
[INFO] [stdout]  77 |     pub fn handler(&self) -> Handler<T> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 | impl<T> Deref for OwningHandler<T> {
[INFO] [stdout]     | ---------------------------------- trait implemented here
[INFO] [stdout] 103 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/utils/sync.rs:86:29
[INFO] [stdout]     |
[INFO] [stdout]  86 |     pub async fn into_inner(self) -> T {
[INFO] [stdout]     |                             ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 | impl<T> Deref for OwningHandler<T> {
[INFO] [stdout]     | ---------------------------------- trait implemented here
[INFO] [stdout] 103 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `summa-core` (lib test) due to 2 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: struct `Noop` is never constructed
[INFO] [stdout]   --> src/directories/mod.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct Noop {}
[INFO] [stdout]    |        ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/components/query_parser/proto_query_parser.rs:92:69
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn resolve_field_name<'a>(&'a self, field_name: &'a str) -> &str {
[INFO] [stdout]    |                                    --                    --         ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                    |                     |
[INFO] [stdout]    |                                    |                     the lifetime is named here
[INFO] [stdout]    |                                    the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn resolve_field_name<'a>(&'a self, field_name: &'a str) -> &'a str {
[INFO] [stdout]    |                                                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/components/query_parser/proto_query_parser.rs:102:99
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub(crate) fn field_and_field_entry<'a>(&'a self, field_name: &'a str) -> SummaResult<(Field, &str, &FieldEntry)> {
[INFO] [stdout]     |                                              --                    --                             ^^^^  ^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                              |                     |                              |
[INFO] [stdout]     |                                              |                     the lifetime is named here     the same lifetime is elided here
[INFO] [stdout]     |                                              the lifetime is named 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] 102 |     pub(crate) fn field_and_field_entry<'a>(&'a self, field_name: &'a str) -> SummaResult<(Field, &'a str, &'a FieldEntry)> {
[INFO] [stdout]     |                                                                                                    ++       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/components/query_parser/summa_ql.rs:207:69
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn resolve_field_name<'a>(&'a self, field_name: &'a str) -> &str {
[INFO] [stdout]     |                                    --                    --         ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                    |                     |
[INFO] [stdout]     |                                    |                     the lifetime is named here
[INFO] [stdout]     |                                    the lifetime is named 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] 207 |     pub fn resolve_field_name<'a>(&'a self, field_name: &'a str) -> &'a str {
[INFO] [stdout]     |                                                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/components/summa_document.rs:183:52
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn bound_with(self, schema: &'a Schema) -> SummaDocument {
[INFO] [stdout]     |                                      --            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is named 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] 183 |     pub fn bound_with(self, schema: &'a Schema) -> SummaDocument<'a> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/directories/byte_range_cache.rs:178:92
[INFO] [stdout]     |
[INFO] [stdout] 178 |     fn get_block<'a, 'b: 'a>(&'a self, query: &CacheKey<'b, T>, range_end: u64) -> Option<(&CacheKey<'_, T>, &CacheValue)> {
[INFO] [stdout]     |                               --                                                           ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                               |                                                            |         |
[INFO] [stdout]     |                               |                                                            |         the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is named here                                   the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 178 -     fn get_block<'a, 'b: 'a>(&'a self, query: &CacheKey<'b, T>, range_end: u64) -> Option<(&CacheKey<'_, T>, &CacheValue)> {
[INFO] [stdout] 178 +     fn get_block<'a, 'b: 'a>(&'a self, query: &CacheKey<'b, T>, range_end: u64) -> Option<(&'a CacheKey<'a, T>, &'a CacheValue)> {
[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/utils/sync.rs:77:20
[INFO] [stdout]     |
[INFO] [stdout]  77 |     pub fn handler(&self) -> Handler<T> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 | impl<T> Deref for OwningHandler<T> {
[INFO] [stdout]     | ---------------------------------- trait implemented here
[INFO] [stdout] 103 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/utils/sync.rs:86:29
[INFO] [stdout]     |
[INFO] [stdout]  86 |     pub async fn into_inner(self) -> T {
[INFO] [stdout]     |                             ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 | impl<T> Deref for OwningHandler<T> {
[INFO] [stdout]     | ---------------------------------- trait implemented here
[INFO] [stdout] 103 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `summa-core` (lib) due to 2 previous errors; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "96bdb36aed8f8cc8904cd66ca9f50ff6a90eca54fb8ce2db9fb620fd6d8b370d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96bdb36aed8f8cc8904cd66ca9f50ff6a90eca54fb8ce2db9fb620fd6d8b370d", kill_on_drop: false }`
[INFO] [stdout] 96bdb36aed8f8cc8904cd66ca9f50ff6a90eca54fb8ce2db9fb620fd6d8b370d
