[INFO] fetching crate qentities 0.3.0...
[INFO] checking qentities-0.3.0 against 1.95.0 for pr-155915
[INFO] extracting crate qentities 0.3.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate qentities 0.3.0
[INFO] finished tweaking crates.io crate qentities 0.3.0
[INFO] tweaked toml for crates.io crate qentities 0.3.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate qentities 0.3.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate qentities 0.3.0 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded deepsize v0.2.0
[INFO] [stderr]   Downloaded deepsize_derive v0.1.2
[INFO] [stderr]   Downloaded serde v1.0.174
[INFO] [stderr]   Downloaded bstr v1.6.0
[INFO] [stderr]   Downloaded regex-automata v0.3.3
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c6a0ac6fb060bd2a5b3f25df24d64e7797cdc5e5e0076ce210c244b46d969d81
[INFO] running `Command { std: "docker" "start" "-a" "c6a0ac6fb060bd2a5b3f25df24d64e7797cdc5e5e0076ce210c244b46d969d81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c6a0ac6fb060bd2a5b3f25df24d64e7797cdc5e5e0076ce210c244b46d969d81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6a0ac6fb060bd2a5b3f25df24d64e7797cdc5e5e0076ce210c244b46d969d81", kill_on_drop: false }`
[INFO] [stdout] c6a0ac6fb060bd2a5b3f25df24d64e7797cdc5e5e0076ce210c244b46d969d81
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 51faa3c18e2b1dc148f4ba7793549e038fa1938094ae29089bd78bcc118f4ea7
[INFO] running `Command { std: "docker" "start" "-a" "51faa3c18e2b1dc148f4ba7793549e038fa1938094ae29089bd78bcc118f4ea7", kill_on_drop: false }`
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking regex-automata v0.3.3
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]     Checking bitflags v2.3.3
[INFO] [stderr]     Checking hashbrown v0.14.0
[INFO] [stderr]     Checking bstr v1.6.0
[INFO] [stderr]     Checking qentities v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:132:16
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn get(&self, index: usize) -> Option<QEntityRef> {
[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] 132 |     pub fn get(&self, index: usize) -> Option<QEntityRef<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:147:33
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub unsafe fn get_unchecked(&self, index: usize) -> QEntityRef {
[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] 147 |     pub unsafe fn get_unchecked(&self, index: usize) -> QEntityRef<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:153:17
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn iter(&self) -> QEntitiesIter {
[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] 153 |     pub fn iter(&self) -> QEntitiesIter<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:192:16
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn get(&self, index: usize) -> Option<QEntityKeyValueRef> {
[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] 192 |     pub fn get(&self, index: usize) -> Option<QEntityKeyValueRef<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:210:33
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub unsafe fn get_unchecked(&self, index: usize) -> QEntityKeyValueRef {
[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] 210 |     pub unsafe fn get_unchecked(&self, index: usize) -> QEntityKeyValueRef<'_> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:132:16
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn get(&self, index: usize) -> Option<QEntityRef> {
[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] 132 |     pub fn get(&self, index: usize) -> Option<QEntityRef<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:147:33
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub unsafe fn get_unchecked(&self, index: usize) -> QEntityRef {
[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] 147 |     pub unsafe fn get_unchecked(&self, index: usize) -> QEntityRef<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:153:17
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn iter(&self) -> QEntitiesIter {
[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] 153 |     pub fn iter(&self) -> QEntitiesIter<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:192:16
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn get(&self, index: usize) -> Option<QEntityKeyValueRef> {
[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] 192 |     pub fn get(&self, index: usize) -> Option<QEntityKeyValueRef<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:210:33
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub unsafe fn get_unchecked(&self, index: usize) -> QEntityKeyValueRef {
[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] 210 |     pub unsafe fn get_unchecked(&self, index: usize) -> QEntityKeyValueRef<'_> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parse.rs:1602:32
[INFO] [stdout]      |
[INFO] [stdout] 1602 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError {
[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] 1602 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError<'_> {
[INFO] [stdout]      |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parse.rs:1685:32
[INFO] [stdout]      |
[INFO] [stdout] 1685 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError {
[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] 1685 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError<'_> {
[INFO] [stdout]      |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parse.rs:1736:32
[INFO] [stdout]      |
[INFO] [stdout] 1736 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError {
[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] 1736 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError<'_> {
[INFO] [stdout]      |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parse.rs:1785:32
[INFO] [stdout]      |
[INFO] [stdout] 1785 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError {
[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] 1785 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError<'_> {
[INFO] [stdout]      |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parse.rs:1829:32
[INFO] [stdout]      |
[INFO] [stdout] 1829 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError {
[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] 1829 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError<'_> {
[INFO] [stdout]      |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parse.rs:1886:32
[INFO] [stdout]      |
[INFO] [stdout] 1886 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError {
[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] 1886 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError<'_> {
[INFO] [stdout]      |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parse.rs:1937:18
[INFO] [stdout]      |
[INFO] [stdout] 1937 |             src: &[u8],
[INFO] [stdout]      |                  ^^^^^ the lifetime is elided here
[INFO] [stdout] 1938 |             location: QEntitiesParserLocation,
[INFO] [stdout] 1939 |         ) -> ExpectedError {
[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] 1939 |         ) -> ExpectedError<'_> {
[INFO] [stdout]      |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parse.rs:1983:32
[INFO] [stdout]      |
[INFO] [stdout] 1983 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError {
[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] 1983 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError<'_> {
[INFO] [stdout]      |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parse.rs:2024:32
[INFO] [stdout]      |
[INFO] [stdout] 2024 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError {
[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] 2024 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError<'_> {
[INFO] [stdout]      |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parse.rs:2065:32
[INFO] [stdout]      |
[INFO] [stdout] 2065 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError {
[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] 2065 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError<'_> {
[INFO] [stdout]      |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parse.rs:2106:32
[INFO] [stdout]      |
[INFO] [stdout] 2106 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError {
[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] 2106 |         fn expected_error(src: &[u8], location: QEntitiesParserLocation) -> ExpectedError<'_> {
[INFO] [stdout]      |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
[INFO] running `Command { std: "docker" "inspect" "51faa3c18e2b1dc148f4ba7793549e038fa1938094ae29089bd78bcc118f4ea7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51faa3c18e2b1dc148f4ba7793549e038fa1938094ae29089bd78bcc118f4ea7", kill_on_drop: false }`
[INFO] [stdout] 51faa3c18e2b1dc148f4ba7793549e038fa1938094ae29089bd78bcc118f4ea7
