[INFO] fetching crate no-std-thiserror-impl 1.0.56...
[INFO] testing no-std-thiserror-impl-1.0.56 against 1.91.0 for beta-1.92-2
[INFO] extracting crate no-std-thiserror-impl 1.0.56 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate no-std-thiserror-impl 1.0.56
[INFO] finished tweaking crates.io crate no-std-thiserror-impl 1.0.56
[INFO] tweaked toml for crates.io crate no-std-thiserror-impl 1.0.56 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate no-std-thiserror-impl 1.0.56 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8ea0220080b4bf543d73ace507058dec6f87cdba0d4f53a557e58d62d60c3ba2
[INFO] running `Command { std: "docker" "start" "-a" "8ea0220080b4bf543d73ace507058dec6f87cdba0d4f53a557e58d62d60c3ba2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8ea0220080b4bf543d73ace507058dec6f87cdba0d4f53a557e58d62d60c3ba2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ea0220080b4bf543d73ace507058dec6f87cdba0d4f53a557e58d62d60c3ba2", kill_on_drop: false }`
[INFO] [stdout] 8ea0220080b4bf543d73ace507058dec6f87cdba0d4f53a557e58d62d60c3ba2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fb37e52c01962be815cb5746dfc30b5846cb6197bc681301770c8c3b382117b9
[INFO] running `Command { std: "docker" "start" "-a" "fb37e52c01962be815cb5746dfc30b5846cb6197bc681301770c8c3b382117b9", kill_on_drop: false }`
[INFO] [stderr]    Compiling no-std-thiserror-impl v1.0.56 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attr.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn get(input: &[Attribute]) -> Result<Attrs> {
[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] 46 | pub fn get(input: &[Attribute]) -> Result<Attrs<'_>> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/prop.rs:7:30
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub(crate) fn from_field(&self) -> Option<&Field> {
[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] 7 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]   |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub(crate) fn source_field(&self) -> Option<&Field> {
[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] 11 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:15:35
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
[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] 15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:19:44
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
[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] 19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:53:30
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub(crate) fn from_field(&self) -> Option<&Field> {
[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] 53 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:57:32
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub(crate) fn source_field(&self) -> Option<&Field> {
[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] 57 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:61:35
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
[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] 61 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:65:44
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
[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] 65 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s
[INFO] running `Command { std: "docker" "inspect" "fb37e52c01962be815cb5746dfc30b5846cb6197bc681301770c8c3b382117b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb37e52c01962be815cb5746dfc30b5846cb6197bc681301770c8c3b382117b9", kill_on_drop: false }`
[INFO] [stdout] fb37e52c01962be815cb5746dfc30b5846cb6197bc681301770c8c3b382117b9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4098faac3b107d400aa4e03fd0f28cff4690501367bffc7bdda0ee6d41c2340f
[INFO] running `Command { std: "docker" "start" "-a" "4098faac3b107d400aa4e03fd0f28cff4690501367bffc7bdda0ee6d41c2340f", kill_on_drop: false }`
[INFO] [stderr]    Compiling no-std-thiserror-impl v1.0.56 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attr.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn get(input: &[Attribute]) -> Result<Attrs> {
[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] 46 | pub fn get(input: &[Attribute]) -> Result<Attrs<'_>> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/prop.rs:7:30
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub(crate) fn from_field(&self) -> Option<&Field> {
[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] 7 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]   |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub(crate) fn source_field(&self) -> Option<&Field> {
[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] 11 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:15:35
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
[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] 15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:19:44
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
[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] 19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:53:30
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub(crate) fn from_field(&self) -> Option<&Field> {
[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] 53 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:57:32
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub(crate) fn source_field(&self) -> Option<&Field> {
[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] 57 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:61:35
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
[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] 61 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:65:44
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
[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] 65 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attr.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn get(input: &[Attribute]) -> Result<Attrs> {
[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] 46 | pub fn get(input: &[Attribute]) -> Result<Attrs<'_>> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/prop.rs:7:30
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub(crate) fn from_field(&self) -> Option<&Field> {
[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] 7 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]   |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub(crate) fn source_field(&self) -> Option<&Field> {
[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] 11 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:15:35
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
[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] 15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:19:44
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
[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] 19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:53:30
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub(crate) fn from_field(&self) -> Option<&Field> {
[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] 53 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:57:32
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub(crate) fn source_field(&self) -> Option<&Field> {
[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] 57 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:61:35
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
[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] 61 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/prop.rs:65:44
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
[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] 65 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.17s
[INFO] running `Command { std: "docker" "inspect" "4098faac3b107d400aa4e03fd0f28cff4690501367bffc7bdda0ee6d41c2340f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4098faac3b107d400aa4e03fd0f28cff4690501367bffc7bdda0ee6d41c2340f", kill_on_drop: false }`
[INFO] [stdout] 4098faac3b107d400aa4e03fd0f28cff4690501367bffc7bdda0ee6d41c2340f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] da7e8fcc9a149868873ae60dc887eb91f861fa99ddbbf8acd8e8d28d2d81c8e5
[INFO] running `Command { std: "docker" "start" "-a" "da7e8fcc9a149868873ae60dc887eb91f861fa99ddbbf8acd8e8d28d2d81c8e5", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/attr.rs:46:19
[INFO] [stderr]    |
[INFO] [stderr] 46 | pub fn get(input: &[Attribute]) -> Result<Attrs> {
[INFO] [stderr]    |                   ^^^^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 46 | pub fn get(input: &[Attribute]) -> Result<Attrs<'_>> {
[INFO] [stderr]    |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/prop.rs:7:30
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub(crate) fn from_field(&self) -> Option<&Field> {
[INFO] [stderr]   |                              ^^^^^            ^^^^^^
[INFO] [stderr]   |                              |                ||
[INFO] [stderr]   |                              |                |the same lifetime is hidden here
[INFO] [stderr]   |                              |                the same lifetime is elided here
[INFO] [stderr]   |                              the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
[INFO] [stderr]   |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/prop.rs:11:32
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub(crate) fn source_field(&self) -> Option<&Field> {
[INFO] [stderr]    |                                ^^^^^            ^^^^^^
[INFO] [stderr]    |                                |                ||
[INFO] [stderr]    |                                |                |the same lifetime is hidden here
[INFO] [stderr]    |                                |                the same lifetime is elided here
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
[INFO] [stderr]    |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/prop.rs:15:35
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
[INFO] [stderr]    |                                   ^^^^^            ^^^^^^
[INFO] [stderr]    |                                   |                ||
[INFO] [stderr]    |                                   |                |the same lifetime is hidden here
[INFO] [stderr]    |                                   |                the same lifetime is elided here
[INFO] [stderr]    |                                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stderr]    |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/prop.rs:19:44
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
[INFO] [stderr]    |                                            ^^^^^            ^^^^^^
[INFO] [stderr]    |                                            |                ||
[INFO] [stderr]    |                                            |                |the same lifetime is hidden here
[INFO] [stderr]    |                                            |                the same lifetime is elided here
[INFO] [stderr]    |                                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stderr]    |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/prop.rs:53:30
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub(crate) fn from_field(&self) -> Option<&Field> {
[INFO] [stderr]    |                              ^^^^^            ^^^^^^
[INFO] [stderr]    |                              |                ||
[INFO] [stderr]    |                              |                |the same lifetime is hidden here
[INFO] [stderr]    |                              |                the same lifetime is elided here
[INFO] [stderr]    |                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/prop.rs:57:32
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub(crate) fn source_field(&self) -> Option<&Field> {
[INFO] [stderr]    |                                ^^^^^            ^^^^^^
[INFO] [stderr]    |                                |                ||
[INFO] [stderr]    |                                |                |the same lifetime is hidden here
[INFO] [stderr]    |                                |                the same lifetime is elided here
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
[INFO] [stderr]    |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/prop.rs:61:35
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
[INFO] [stderr]    |                                   ^^^^^            ^^^^^^
[INFO] [stderr]    |                                   |                ||
[INFO] [stderr]    |                                   |                |the same lifetime is hidden here
[INFO] [stderr]    |                                   |                the same lifetime is elided here
[INFO] [stderr]    |                                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stderr]    |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/prop.rs:65:44
[INFO] [stderr]    |
[INFO] [stderr] 65 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
[INFO] [stderr]    |                                            ^^^^^            ^^^^^^
[INFO] [stderr]    |                                            |                ||
[INFO] [stderr]    |                                            |                |the same lifetime is hidden here
[INFO] [stderr]    |                                            |                the same lifetime is elided here
[INFO] [stderr]    |                                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 65 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
[INFO] [stderr]    |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `no-std-thiserror-impl` (lib) generated 9 warnings (run `cargo fix --lib -p no-std-thiserror-impl` to apply 9 suggestions)
[INFO] [stderr] warning: `no-std-thiserror-impl` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/thiserror_impl-546b886109732de3)
[INFO] [stderr]    Doc-tests thiserror_impl
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "da7e8fcc9a149868873ae60dc887eb91f861fa99ddbbf8acd8e8d28d2d81c8e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da7e8fcc9a149868873ae60dc887eb91f861fa99ddbbf8acd8e8d28d2d81c8e5", kill_on_drop: false }`
[INFO] [stdout] da7e8fcc9a149868873ae60dc887eb91f861fa99ddbbf8acd8e8d28d2d81c8e5
