[INFO] fetching crate serde_valid_derive 1.0.5... [INFO] testing serde_valid_derive-1.0.5 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate serde_valid_derive 1.0.5 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate serde_valid_derive 1.0.5 [INFO] finished tweaking crates.io crate serde_valid_derive 1.0.5 [INFO] tweaked toml for crates.io crate serde_valid_derive 1.0.5 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate serde_valid_derive 1.0.5 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] [stderr] Adding itertools v0.13.0 (available: v0.14.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 34b8adcdca4677d6d6da66dc32956d73ad96e844cd55a42583911c731223c9e1 [INFO] running `Command { std: "docker" "start" "-a" "34b8adcdca4677d6d6da66dc32956d73ad96e844cd55a42583911c731223c9e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34b8adcdca4677d6d6da66dc32956d73ad96e844cd55a42583911c731223c9e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34b8adcdca4677d6d6da66dc32956d73ad96e844cd55a42583911c731223c9e1", kill_on_drop: false }` [INFO] [stdout] 34b8adcdca4677d6d6da66dc32956d73ad96e844cd55a42583911c731223c9e1 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b02809e85c92664727541c8a366f325d701898bd3447cc1d2cbf03a6efa9ec80 [INFO] running `Command { std: "docker" "start" "-a" "b02809e85c92664727541c8a366f325d701898bd3447cc1d2cbf03a6efa9ec80", kill_on_drop: false }` [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling serde_valid_derive v1.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attribute/common/lit.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn get_numeric(lit: &syn::Lit) -> Result { [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] 25 | pub fn get_numeric(lit: &syn::Lit) -> Result, crate::Errors> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attribute/field_validate/generic/enumerate.rs:47:46 [INFO] [stdout] | [INFO] [stdout] 47 | fn get_enumerate_from_name_value(name_value: &syn::MetaNameValue) -> Result { [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] 47 | fn get_enumerate_from_name_value(name_value: &syn::MetaNameValue) -> Result, crate::Errors> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/derive/unnamed_struct_derive.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | fields: &syn::FieldsUnnamed, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 86 | ) -> Result>, crate::Errors> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 86 | ) -> Result>>, crate::Errors> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/derive/unnamed_struct_derive.rs:110:29 [INFO] [stdout] | [INFO] [stdout] 110 | (index, field): (usize, &syn::Field), [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 111 | ) -> Result, crate::Errors> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 111 | ) -> Result>, crate::Errors> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s [INFO] running `Command { std: "docker" "inspect" "b02809e85c92664727541c8a366f325d701898bd3447cc1d2cbf03a6efa9ec80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b02809e85c92664727541c8a366f325d701898bd3447cc1d2cbf03a6efa9ec80", kill_on_drop: false }` [INFO] [stdout] b02809e85c92664727541c8a366f325d701898bd3447cc1d2cbf03a6efa9ec80 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1fad78b65a0f260b44baf173a1f0ca1d28d5e4602c51a7acf30c50341e8da67d [INFO] running `Command { std: "docker" "start" "-a" "1fad78b65a0f260b44baf173a1f0ca1d28d5e4602c51a7acf30c50341e8da67d", kill_on_drop: false }` [INFO] [stderr] Compiling serde_valid_derive v1.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attribute/common/lit.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn get_numeric(lit: &syn::Lit) -> Result { [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] 25 | pub fn get_numeric(lit: &syn::Lit) -> Result, crate::Errors> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attribute/field_validate/generic/enumerate.rs:47:46 [INFO] [stdout] | [INFO] [stdout] 47 | fn get_enumerate_from_name_value(name_value: &syn::MetaNameValue) -> Result { [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] 47 | fn get_enumerate_from_name_value(name_value: &syn::MetaNameValue) -> Result, crate::Errors> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/derive/unnamed_struct_derive.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | fields: &syn::FieldsUnnamed, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 86 | ) -> Result>, crate::Errors> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 86 | ) -> Result>>, crate::Errors> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/derive/unnamed_struct_derive.rs:110:29 [INFO] [stdout] | [INFO] [stdout] 110 | (index, field): (usize, &syn::Field), [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 111 | ) -> Result, crate::Errors> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 111 | ) -> Result>, crate::Errors> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attribute/common/lit.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn get_numeric(lit: &syn::Lit) -> Result { [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] 25 | pub fn get_numeric(lit: &syn::Lit) -> Result, crate::Errors> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attribute/field_validate/generic/enumerate.rs:47:46 [INFO] [stdout] | [INFO] [stdout] 47 | fn get_enumerate_from_name_value(name_value: &syn::MetaNameValue) -> Result { [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] 47 | fn get_enumerate_from_name_value(name_value: &syn::MetaNameValue) -> Result, crate::Errors> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/derive/unnamed_struct_derive.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | fields: &syn::FieldsUnnamed, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 86 | ) -> Result>, crate::Errors> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 86 | ) -> Result>>, crate::Errors> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/derive/unnamed_struct_derive.rs:110:29 [INFO] [stdout] | [INFO] [stdout] 110 | (index, field): (usize, &syn::Field), [INFO] [stdout] | ^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 111 | ) -> Result, crate::Errors> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 111 | ) -> Result>, crate::Errors> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.23s [INFO] running `Command { std: "docker" "inspect" "1fad78b65a0f260b44baf173a1f0ca1d28d5e4602c51a7acf30c50341e8da67d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fad78b65a0f260b44baf173a1f0ca1d28d5e4602c51a7acf30c50341e8da67d", kill_on_drop: false }` [INFO] [stdout] 1fad78b65a0f260b44baf173a1f0ca1d28d5e4602c51a7acf30c50341e8da67d [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c83f77250a3afe5aa4f93667183847ddc26420fc5a19786acee1f9356eaba08f [INFO] running `Command { std: "docker" "start" "-a" "c83f77250a3afe5aa4f93667183847ddc26420fc5a19786acee1f9356eaba08f", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attribute/common/lit.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn get_numeric(lit: &syn::Lit) -> Result { [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] 25 | pub fn get_numeric(lit: &syn::Lit) -> Result, crate::Errors> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attribute/field_validate/generic/enumerate.rs:47:46 [INFO] [stderr] | [INFO] [stderr] 47 | fn get_enumerate_from_name_value(name_value: &syn::MetaNameValue) -> Result { [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] 47 | fn get_enumerate_from_name_value(name_value: &syn::MetaNameValue) -> Result, crate::Errors> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/derive/unnamed_struct_derive.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | fields: &syn::FieldsUnnamed, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 86 | ) -> Result>, crate::Errors> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the same lifetime is hidden 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] 86 | ) -> Result>>, crate::Errors> { [INFO] [stderr] | +++ ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/derive/unnamed_struct_derive.rs:110:29 [INFO] [stderr] | [INFO] [stderr] 110 | (index, field): (usize, &syn::Field), [INFO] [stderr] | ^^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 111 | ) -> Result, crate::Errors> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the same lifetime is hidden 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] 111 | ) -> Result>, crate::Errors> { [INFO] [stderr] | +++ ++++ [INFO] [stderr] [INFO] [stderr] warning: `serde_valid_derive` (lib) generated 4 warnings (run `cargo fix --lib -p serde_valid_derive` to apply 4 suggestions) [INFO] [stderr] warning: `serde_valid_derive` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/serde_valid_derive-e0f84b52fc94d9a2) [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 serde_valid_derive [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" "c83f77250a3afe5aa4f93667183847ddc26420fc5a19786acee1f9356eaba08f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c83f77250a3afe5aa4f93667183847ddc26420fc5a19786acee1f9356eaba08f", kill_on_drop: false }` [INFO] [stdout] c83f77250a3afe5aa4f93667183847ddc26420fc5a19786acee1f9356eaba08f