[INFO] fetching crate syn_str 0.1.58...
[INFO] testing syn_str-0.1.58 against 1.95.0 for beta-1.96-2
[INFO] extracting crate syn_str 0.1.58 into /workspace/builds/worker-0-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate syn_str 0.1.58 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ctor v0.1.26
[INFO] [stderr]   Downloaded ansi_term v0.11.0
[INFO] [stderr]   Downloaded fixed_len_str v0.2.9
[INFO] [stderr]   Downloaded output_vt100 v0.1.3
[INFO] [stderr]   Downloaded pretty_assertions v0.6.1
[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] 4711a3e0a65a48f79fa64de98ffe40793c2d5b7739f23f60c366beaae9fe34b1
[INFO] running `Command { std: "docker" "start" "-a" "4711a3e0a65a48f79fa64de98ffe40793c2d5b7739f23f60c366beaae9fe34b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4711a3e0a65a48f79fa64de98ffe40793c2d5b7739f23f60c366beaae9fe34b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4711a3e0a65a48f79fa64de98ffe40793c2d5b7739f23f60c366beaae9fe34b1", kill_on_drop: false }`
[INFO] [stdout] 4711a3e0a65a48f79fa64de98ffe40793c2d5b7739f23f60c366beaae9fe34b1
[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=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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c03f4a7562a1eb4d3551488262d6873a913101379ac8ecb479a8a5715ac4d807
[INFO] running `Command { std: "docker" "start" "-a" "c03f4a7562a1eb4d3551488262d6873a913101379ac8ecb479a8a5715ac4d807", 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.27s
[INFO] running `Command { std: "docker" "inspect" "c03f4a7562a1eb4d3551488262d6873a913101379ac8ecb479a8a5715ac4d807", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c03f4a7562a1eb4d3551488262d6873a913101379ac8ecb479a8a5715ac4d807", kill_on_drop: false }`
[INFO] [stdout] c03f4a7562a1eb4d3551488262d6873a913101379ac8ecb479a8a5715ac4d807
[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=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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 17b3fd3550dbf91d5cfabfebfd928a8dc1520ebbc7f08c1be84423ff5a23f648
[INFO] running `Command { std: "docker" "start" "-a" "17b3fd3550dbf91d5cfabfebfd928a8dc1520ebbc7f08c1be84423ff5a23f648", 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.00s
[INFO] running `Command { std: "docker" "inspect" "17b3fd3550dbf91d5cfabfebfd928a8dc1520ebbc7f08c1be84423ff5a23f648", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17b3fd3550dbf91d5cfabfebfd928a8dc1520ebbc7f08c1be84423ff5a23f648", kill_on_drop: false }`
[INFO] [stdout] 17b3fd3550dbf91d5cfabfebfd928a8dc1520ebbc7f08c1be84423ff5a23f648
[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=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" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ce097b329dbf85e27affbbac5e1d0ab6d960979f26277f29f38e5626fc8c3348
[INFO] running `Command { std: "docker" "start" "-a" "ce097b329dbf85e27affbbac5e1d0ab6d960979f26277f29f38e5626fc8c3348", 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.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/syn_str-8e354d39311a9fc3)
[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" "ce097b329dbf85e27affbbac5e1d0ab6d960979f26277f29f38e5626fc8c3348", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce097b329dbf85e27affbbac5e1d0ab6d960979f26277f29f38e5626fc8c3348", kill_on_drop: false }`
[INFO] [stdout] ce097b329dbf85e27affbbac5e1d0ab6d960979f26277f29f38e5626fc8c3348
