[INFO] fetching crate syn_str 0.1.58...
[INFO] testing syn_str-0.1.58 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate syn_str 0.1.58 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate syn_str 0.1.58
[INFO] finished tweaking crates.io crate syn_str 0.1.58
[INFO] tweaked toml for crates.io crate syn_str 0.1.58 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate syn_str 0.1.58 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "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" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 13 packages to latest compatible versions
[INFO] [stderr]       Adding fixed_len_str v0.2.9 (available: v0.3.3)
[INFO] [stderr]       Adding pretty_assertions v0.6.1 (available: v1.4.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 319b917d084e8e78f28e5b0c4b9d696b49afae2c45de6c99eecc75618742679b
[INFO] running `Command { std: "docker" "start" "-a" "319b917d084e8e78f28e5b0c4b9d696b49afae2c45de6c99eecc75618742679b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "319b917d084e8e78f28e5b0c4b9d696b49afae2c45de6c99eecc75618742679b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "319b917d084e8e78f28e5b0c4b9d696b49afae2c45de6c99eecc75618742679b", kill_on_drop: false }`
[INFO] [stdout] 319b917d084e8e78f28e5b0c4b9d696b49afae2c45de6c99eecc75618742679b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6410a748cad89b8368d53eb7e07ae4a882844215cf987ced76412ba1f7b16430
[INFO] running `Command { std: "docker" "start" "-a" "6410a748cad89b8368d53eb7e07ae4a882844215cf987ced76412ba1f7b16430", kill_on_drop: false }`
[INFO] [stderr]    Compiling fixed_len_str v0.2.9
[INFO] [stderr]    Compiling syn_str v0.1.58 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/custom_types.rs:55:35
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub(crate) fn get_generics(mut e: &str) -> Result<Vec<Generic>, &'static str> {
[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] 55 | pub(crate) fn get_generics(mut e: &str) -> Result<Vec<Generic<'_>>, &'static str> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/custom_types.rs:108:19
[INFO] [stdout]     |
[INFO] [stdout] 108 |         for s in e.clone().split(|c: char| {
[INFO] [stdout]     |                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/custom_types.rs:319:17
[INFO] [stdout]     |
[INFO] [stdout] 319 |     fn generics(&self) -> &Vec<Generic>;
[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] 319 |     fn generics(&self) -> &Vec<Generic<'_>>;
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/custom_types.rs:702:17
[INFO] [stdout]     |
[INFO] [stdout] 702 |     fn generics(&self) -> &Vec<Generic> {
[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] 702 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1375:17
[INFO] [stdout]      |
[INFO] [stdout] 1375 |     fn generics(&self) -> &Vec<Generic> {
[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] 1375 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1650:17
[INFO] [stdout]      |
[INFO] [stdout] 1650 |     fn generics(&self) -> &Vec<Generic> {
[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] 1650 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1719:20
[INFO] [stdout]      |
[INFO] [stdout] 1719 |     pub fn resolve(&self, concrete: &'a str) -> Cow<str> {
[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] 1719 |     pub fn resolve(&self, concrete: &'a str) -> Cow<'_, str> {
[INFO] [stdout]      |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
[INFO] running `Command { std: "docker" "inspect" "6410a748cad89b8368d53eb7e07ae4a882844215cf987ced76412ba1f7b16430", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6410a748cad89b8368d53eb7e07ae4a882844215cf987ced76412ba1f7b16430", kill_on_drop: false }`
[INFO] [stdout] 6410a748cad89b8368d53eb7e07ae4a882844215cf987ced76412ba1f7b16430
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e269d38a9d960730abd57fb4aee1aea7b068ffb66585a01c489f2bc0d1d19081
[INFO] running `Command { std: "docker" "start" "-a" "e269d38a9d960730abd57fb4aee1aea7b068ffb66585a01c489f2bc0d1d19081", kill_on_drop: false }`
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/custom_types.rs:55:35
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub(crate) fn get_generics(mut e: &str) -> Result<Vec<Generic>, &'static str> {
[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] 55 | pub(crate) fn get_generics(mut e: &str) -> Result<Vec<Generic<'_>>, &'static str> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/custom_types.rs:108:19
[INFO] [stdout]     |
[INFO] [stdout] 108 |         for s in e.clone().split(|c: char| {
[INFO] [stdout]     |                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/custom_types.rs:319:17
[INFO] [stdout]     |
[INFO] [stdout] 319 |     fn generics(&self) -> &Vec<Generic>;
[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] 319 |     fn generics(&self) -> &Vec<Generic<'_>>;
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/custom_types.rs:702:17
[INFO] [stdout]     |
[INFO] [stdout] 702 |     fn generics(&self) -> &Vec<Generic> {
[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] 702 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1375:17
[INFO] [stdout]      |
[INFO] [stdout] 1375 |     fn generics(&self) -> &Vec<Generic> {
[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] 1375 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1650:17
[INFO] [stdout]      |
[INFO] [stdout] 1650 |     fn generics(&self) -> &Vec<Generic> {
[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] 1650 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1719:20
[INFO] [stdout]      |
[INFO] [stdout] 1719 |     pub fn resolve(&self, concrete: &'a str) -> Cow<str> {
[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] 1719 |     pub fn resolve(&self, concrete: &'a str) -> Cow<'_, str> {
[INFO] [stdout]      |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pretty_assertions v0.6.1
[INFO] [stderr]    Compiling syn_str v0.1.58 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/custom_types.rs:55:35
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub(crate) fn get_generics(mut e: &str) -> Result<Vec<Generic>, &'static str> {
[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] 55 | pub(crate) fn get_generics(mut e: &str) -> Result<Vec<Generic<'_>>, &'static str> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/custom_types.rs:108:19
[INFO] [stdout]     |
[INFO] [stdout] 108 |         for s in e.clone().split(|c: char| {
[INFO] [stdout]     |                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/custom_types.rs:319:17
[INFO] [stdout]     |
[INFO] [stdout] 319 |     fn generics(&self) -> &Vec<Generic>;
[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] 319 |     fn generics(&self) -> &Vec<Generic<'_>>;
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/custom_types.rs:702:17
[INFO] [stdout]     |
[INFO] [stdout] 702 |     fn generics(&self) -> &Vec<Generic> {
[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] 702 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1375:17
[INFO] [stdout]      |
[INFO] [stdout] 1375 |     fn generics(&self) -> &Vec<Generic> {
[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] 1375 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1650:17
[INFO] [stdout]      |
[INFO] [stdout] 1650 |     fn generics(&self) -> &Vec<Generic> {
[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] 1650 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/custom_types.rs:1719:20
[INFO] [stdout]      |
[INFO] [stdout] 1719 |     pub fn resolve(&self, concrete: &'a str) -> Cow<str> {
[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] 1719 |     pub fn resolve(&self, concrete: &'a str) -> Cow<'_, str> {
[INFO] [stdout]      |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.41s
[INFO] running `Command { std: "docker" "inspect" "e269d38a9d960730abd57fb4aee1aea7b068ffb66585a01c489f2bc0d1d19081", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e269d38a9d960730abd57fb4aee1aea7b068ffb66585a01c489f2bc0d1d19081", kill_on_drop: false }`
[INFO] [stdout] e269d38a9d960730abd57fb4aee1aea7b068ffb66585a01c489f2bc0d1d19081
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 98e05c4e5ac09ad455d395c5cb2b66c70febf572f816051c4e945383060f2fe9
[INFO] running `Command { std: "docker" "start" "-a" "98e05c4e5ac09ad455d395c5cb2b66c70febf572f816051c4e945383060f2fe9", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/custom_types.rs:55:35
[INFO] [stderr]    |
[INFO] [stderr] 55 | pub(crate) fn get_generics(mut e: &str) -> Result<Vec<Generic>, &'static str> {
[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] 55 | pub(crate) fn get_generics(mut e: &str) -> Result<Vec<Generic<'_>>, &'static str> {
[INFO] [stderr]    |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/custom_types.rs:108:19
[INFO] [stderr]     |
[INFO] [stderr] 108 |         for s in e.clone().split(|c: char| {
[INFO] [stderr]     |                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/custom_types.rs:319:17
[INFO] [stderr]     |
[INFO] [stderr] 319 |     fn generics(&self) -> &Vec<Generic>;
[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] 319 |     fn generics(&self) -> &Vec<Generic<'_>>;
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/custom_types.rs:702:17
[INFO] [stderr]     |
[INFO] [stderr] 702 |     fn generics(&self) -> &Vec<Generic> {
[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] 702 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/custom_types.rs:1375:17
[INFO] [stderr]      |
[INFO] [stderr] 1375 |     fn generics(&self) -> &Vec<Generic> {
[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] 1375 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stderr]      |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/custom_types.rs:1650:17
[INFO] [stderr]      |
[INFO] [stderr] 1650 |     fn generics(&self) -> &Vec<Generic> {
[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] 1650 |     fn generics(&self) -> &Vec<Generic<'_>> {
[INFO] [stderr]      |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/custom_types.rs:1719:20
[INFO] [stderr]      |
[INFO] [stderr] 1719 |     pub fn resolve(&self, concrete: &'a str) -> Cow<str> {
[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] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1719 |     pub fn resolve(&self, concrete: &'a str) -> Cow<'_, str> {
[INFO] [stderr]      |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: `syn_str` (lib) generated 7 warnings (run `cargo fix --lib -p syn_str` to apply 7 suggestions)
[INFO] [stderr] warning: `syn_str` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/syn_str-e4bc1cea59829c9c)
[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] [stderr]    Doc-tests syn_str
[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" "98e05c4e5ac09ad455d395c5cb2b66c70febf572f816051c4e945383060f2fe9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98e05c4e5ac09ad455d395c5cb2b66c70febf572f816051c4e945383060f2fe9", kill_on_drop: false }`
[INFO] [stdout] 98e05c4e5ac09ad455d395c5cb2b66c70febf572f816051c4e945383060f2fe9
