[INFO] fetching crate derive-where 1.5.0... [INFO] testing derive-where-1.5.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate derive-where 1.5.0 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate derive-where 1.5.0 [INFO] finished tweaking crates.io crate derive-where 1.5.0 [INFO] tweaked toml for crates.io crate derive-where 1.5.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate derive-where 1.5.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate derive-where 1.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded once_cell v1.17.2 [INFO] [stderr] Downloaded trybuild v1.0.83 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 14766d4a6e508c206122e64591b727da62feeb322e66aba6bc0e9885838e48ce [INFO] running `Command { std: "docker" "start" "-a" "14766d4a6e508c206122e64591b727da62feeb322e66aba6bc0e9885838e48ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "14766d4a6e508c206122e64591b727da62feeb322e66aba6bc0e9885838e48ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14766d4a6e508c206122e64591b727da62feeb322e66aba6bc0e9885838e48ce", kill_on_drop: false }` [INFO] [stdout] 14766d4a6e508c206122e64591b727da62feeb322e66aba6bc0e9885838e48ce [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 098cedb3181f429a6b195ca366065c730ca70f40caa2b61f524650e9c4418005 [INFO] running `Command { std: "docker" "start" "-a" "098cedb3181f429a6b195ca366065c730ca70f40caa2b61f524650e9c4418005", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Compiling derive-where v1.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data.rs:247:16 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn fields(&self) -> Either<&Fields, &Pat> { [INFO] [stdout] | ^^^^^ ------- ---- the lifetimes get resolved as `'_` [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn fields(&self) -> Either<&Fields<'_>, &Pat> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data.rs:323:21 [INFO] [stdout] | [INFO] [stdout] 323 | pub fn simple_type(&self) -> SimpleType { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 323 | pub fn simple_type(&self) -> SimpleType<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data.rs:345:21 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn iter_fields(&self, trait_: Trait) -> impl '_ + DoubleEndedIterator { [INFO] [stdout] | ^^^^^ -- -- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 345 - pub fn iter_fields(&self, trait_: Trait) -> impl '_ + DoubleEndedIterator { [INFO] [stdout] 345 + pub fn iter_fields(&self, trait_: Trait) -> impl '_ + DoubleEndedIterator> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data.rs:358:26 [INFO] [stdout] | [INFO] [stdout] 358 | pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator { [INFO] [stdout] | ^^^^^ -- -- ------ the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 358 - pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator { [INFO] [stdout] 358 + pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.97s [INFO] running `Command { std: "docker" "inspect" "098cedb3181f429a6b195ca366065c730ca70f40caa2b61f524650e9c4418005", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "098cedb3181f429a6b195ca366065c730ca70f40caa2b61f524650e9c4418005", kill_on_drop: false }` [INFO] [stdout] 098cedb3181f429a6b195ca366065c730ca70f40caa2b61f524650e9c4418005 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 1fa5bc7320bfa38cdceb5a9936cfd380c8ad05f5504d1087e5718e4cf3d12d6d [INFO] running `Command { std: "docker" "start" "-a" "1fa5bc7320bfa38cdceb5a9936cfd380c8ad05f5504d1087e5718e4cf3d12d6d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling serde_json v1.0.105 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling trybuild v1.0.83 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling once_cell v1.17.2 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling zeroize v1.6.0 [INFO] [stderr] Compiling pretty_assertions v1.4.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Compiling serde_derive v1.0.188 [INFO] [stderr] Compiling derive-where v1.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data.rs:247:16 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn fields(&self) -> Either<&Fields, &Pat> { [INFO] [stdout] | ^^^^^ ------- ---- the lifetimes get resolved as `'_` [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn fields(&self) -> Either<&Fields<'_>, &Pat> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data.rs:323:21 [INFO] [stdout] | [INFO] [stdout] 323 | pub fn simple_type(&self) -> SimpleType { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 323 | pub fn simple_type(&self) -> SimpleType<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data.rs:345:21 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn iter_fields(&self, trait_: Trait) -> impl '_ + DoubleEndedIterator { [INFO] [stdout] | ^^^^^ -- -- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 345 - pub fn iter_fields(&self, trait_: Trait) -> impl '_ + DoubleEndedIterator { [INFO] [stdout] 345 + pub fn iter_fields(&self, trait_: Trait) -> impl '_ + DoubleEndedIterator> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data.rs:358:26 [INFO] [stdout] | [INFO] [stdout] 358 | pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator { [INFO] [stdout] | ^^^^^ -- -- ------ the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 358 - pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator { [INFO] [stdout] 358 + pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling basic-toml v0.1.4 [INFO] [stderr] Compiling serde_test v1.0.177 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data.rs:247:16 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn fields(&self) -> Either<&Fields, &Pat> { [INFO] [stdout] | ^^^^^ ------- ---- the lifetimes get resolved as `'_` [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn fields(&self) -> Either<&Fields<'_>, &Pat> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data.rs:323:21 [INFO] [stdout] | [INFO] [stdout] 323 | pub fn simple_type(&self) -> SimpleType { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 323 | pub fn simple_type(&self) -> SimpleType<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data.rs:345:21 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn iter_fields(&self, trait_: Trait) -> impl '_ + DoubleEndedIterator { [INFO] [stdout] | ^^^^^ -- -- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 345 - pub fn iter_fields(&self, trait_: Trait) -> impl '_ + DoubleEndedIterator { [INFO] [stdout] 345 + pub fn iter_fields(&self, trait_: Trait) -> impl '_ + DoubleEndedIterator> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data.rs:358:26 [INFO] [stdout] | [INFO] [stdout] 358 | pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator { [INFO] [stdout] | ^^^^^ -- -- ------ the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 358 - pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator { [INFO] [stdout] 358 + pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 18.63s [INFO] running `Command { std: "docker" "inspect" "1fa5bc7320bfa38cdceb5a9936cfd380c8ad05f5504d1087e5718e4cf3d12d6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fa5bc7320bfa38cdceb5a9936cfd380c8ad05f5504d1087e5718e4cf3d12d6d", kill_on_drop: false }` [INFO] [stdout] 1fa5bc7320bfa38cdceb5a9936cfd380c8ad05f5504d1087e5718e4cf3d12d6d [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] be261f85b3b8d12593f0184b4c410665d78464cdcbd9951f10c7a6c99d1dfe89 [INFO] running `Command { std: "docker" "start" "-a" "be261f85b3b8d12593f0184b4c410665d78464cdcbd9951f10c7a6c99d1dfe89", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/data.rs:247:16 [INFO] [stderr] | [INFO] [stderr] 247 | pub fn fields(&self) -> Either<&Fields, &Pat> { [INFO] [stderr] | ^^^^^ ------- ---- the lifetimes get resolved as `'_` [INFO] [stderr] | | || [INFO] [stderr] | | |the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 247 | pub fn fields(&self) -> Either<&Fields<'_>, &Pat> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/data.rs:323:21 [INFO] [stderr] | [INFO] [stderr] 323 | pub fn simple_type(&self) -> SimpleType { [INFO] [stderr] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 323 | pub fn simple_type(&self) -> SimpleType<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/data.rs:345:21 [INFO] [stderr] | [INFO] [stderr] 345 | pub fn iter_fields(&self, trait_: Trait) -> impl '_ + DoubleEndedIterator { [INFO] [stderr] | ^^^^^ -- -- ----- the lifetimes get resolved as `'_` [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 345 - pub fn iter_fields(&self, trait_: Trait) -> impl '_ + DoubleEndedIterator { [INFO] [stderr] 345 + pub fn iter_fields(&self, trait_: Trait) -> impl '_ + DoubleEndedIterator> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/data.rs:358:26 [INFO] [stderr] | [INFO] [stderr] 358 | pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator { [INFO] [stderr] | ^^^^^ -- -- ------ the lifetimes get resolved as `'_` [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 358 - pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator { [INFO] [stderr] 358 + pub fn iter_field_ident(&self, trait_: Trait) -> impl '_ + Iterator> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `derive-where` (lib) generated 4 warnings (run `cargo fix --lib -p derive-where` to apply 4 suggestions) [INFO] [stderr] warning: `derive-where` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/derive_where-48fb8e99045dbb11) [INFO] [stdout] [INFO] [stdout] running 99 tests [INFO] [stdout] test test::basic::union_ ... ok [INFO] [stdout] test test::bound::associated_type_custom_bound ... ok [INFO] [stdout] test test::basic::tuple ... ok [INFO] [stdout] test test::basic::struct_ ... ok [INFO] [stdout] test test::bound::check_trait_bounds ... ok [INFO] [stdout] test test::bound::bound_multiple ... ok [INFO] [stdout] test test::bound::bound ... ok [INFO] [stdout] test test::bound::for_lifetime ... ok [INFO] [stdout] test test::bound::custom_bound ... ok [INFO] [stdout] test test::bound::associated_type ... ok [INFO] [stdout] test test::basic::enum_ ... ok [INFO] [stdout] test test::clone::custom_bound ... ok [INFO] [stdout] test test::clone::no_bound ... ok [INFO] [stdout] test test::clone::skip_field ... ok [INFO] [stdout] test test::clone::enum_ ... ok [INFO] [stdout] test test::bound::where_ ... ok [INFO] [stdout] test test::clone::skip_inner ... ok [INFO] [stdout] test test::clone::tuple ... ok [INFO] [stdout] test test::clone::struct_ ... ok [INFO] [stdout] test test::clone::union_ ... ok [INFO] [stdout] test test::discriminant::default_copy ... ok [INFO] [stdout] test test::discriminant::default ... ok [INFO] [stdout] test test::discriminant::default_clone ... ok [INFO] [stdout] test test::discriminant::default_reverse ... ok [INFO] [stdout] test test::discriminant::default_mix ... ok [INFO] [stdout] test test::discriminant::default_expr ... ok [INFO] [stdout] test test::discriminant::repr_c ... ok [INFO] [stdout] test test::discriminant::repr_c_copy ... ok [INFO] [stdout] test test::discriminant::repr_c_clone ... ok [INFO] [stdout] test test::bound::check_multiple_trait_bounds ... ok [INFO] [stdout] test test::discriminant::repr_c_copy_without_discriminant ... ok [INFO] [stdout] test test::discriminant::default_skip ... ok [INFO] [stdout] test test::discriminant::repr ... ok [INFO] [stdout] test test::discriminant::repr_c_reverse ... ok [INFO] [stdout] test test::discriminant::repr_c_mix ... ok [INFO] [stdout] test test::discriminant::repr_c_clone_without_discriminant ... ok [INFO] [stdout] test test::discriminant::repr_c_skip ... ok [INFO] [stdout] test test::discriminant::repr_copy ... ok [INFO] [stdout] test test::discriminant::repr_c_without_discriminant ... ok [INFO] [stdout] test test::discriminant::repr_c_with_value_reverse ... ok [INFO] [stdout] test test::discriminant::repr_c_with_value_expr ... ok [INFO] [stdout] test test::discriminant::repr_c_expr ... ok [INFO] [stdout] test test::discriminant::repr_expr ... ok [INFO] [stdout] test test::enum_::default_struct ... ok [INFO] [stdout] test test::discriminant::repr_reverse ... ok [INFO] [stdout] test test::discriminant::repr_c_with_value_skip ... ok [INFO] [stdout] test test::discriminant::repr_clone ... ok [INFO] [stdout] test test::discriminant::repr_skip ... ok [INFO] [stdout] test test::discriminant::repr_c_with_value_mix ... ok [INFO] [stdout] test test::discriminant::repr_with_value_mix ... ok [INFO] [stdout] test test::enum_::default_tuple ... ok [INFO] [stdout] test test::discriminant::repr_c_with_value ... ok [INFO] [stdout] test test::discriminant::repr_mix ... ok [INFO] [stdout] test test::enum_::unit ... ok [INFO] [stdout] test test::enum_::tuple_unit ... ok [INFO] [stdout] test test::discriminant::repr_with_value_expr ... ok [INFO] [stdout] test test::enum_::default_unit ... ok [INFO] [stdout] test test::discriminant::repr_with_value_reverse ... ok [INFO] [stdout] test test::enum_::struct_unit ... ok [INFO] [stdout] test test::enum_::two_data ... ok [INFO] [stdout] test test::incomparable::enum_empty_and_empty_incomparable_variants ... ok [INFO] [stdout] test test::incomparable::items ... ok [INFO] [stdout] test test::enum_::one_data ... ok [INFO] [stdout] test test::incomparable::enum_incomparable_and_skipped_variant ... ok [INFO] [stdout] test test::incomparable::enum_non_empty_and_incomparable_variant ... ok [INFO] [stdout] test test::incomparable::enum_empty_and_non_empty_incomparable_variants ... ok [INFO] [stdout] test test::discriminant::repr_with_value_skip ... ok [INFO] [stdout] test test::discriminant::repr_with_value ... ok [INFO] [stdout] test test::misc::ignore_foreign_attribute ... ok [INFO] [stdout] test test::incomparable::enum_skipped_and_incomparable_variant ... ok [INFO] [stdout] test test::incomparable::enum_empty_and_multiple_incomparable_variants ... ok [INFO] [stdout] test test::partial_ord::custom_bound ... ok [INFO] [stdout] test test::skip::struct_empty ... ok [INFO] [stdout] test test::partial_ord::no_bound ... ok [INFO] [stdout] test test::skip::enum_inner ... ok [INFO] [stdout] test test::partial_ord::tuple ... ok [INFO] [stdout] test test::partial_ord::enum_ ... ok [INFO] [stdout] test test::incomparable::variants ... ok [INFO] [stdout] test test::partial_ord::union_ ... ok [INFO] [stdout] test test::skip::variants_empty ... ok [INFO] [stdout] test test::partial_ord::struct_ ... ok [INFO] [stdout] test test::skip::struct_inner ... ok [INFO] [stdout] test test::skip::variants_partly_empty ... ok [INFO] [stdout] test test::use_case::enum_skip_inner ... ok [INFO] [stdout] test test::use_case::custom_bound ... ok [INFO] [stdout] test test::skip::variant_empty ... ok [INFO] [stdout] test test::use_case::default ... ok [INFO] [stdout] test test::use_case::enum_skip ... ok [INFO] [stdout] test test::use_case::struct_skip ... ok [INFO] [stdout] test test::use_case::struct_skip_inner_trait ... ok [INFO] [stdout] test test::use_case::enum_skip_inner_trait ... ok [INFO] [stdout] test test::use_case::enum_skip_multiple ... ok [INFO] [stdout] test test::use_case::struct_skip_multiple ... ok [INFO] [stdout] test test::use_case::struct_skip_trait ... ok [INFO] [stdout] test test::use_case::enum_skip_trait_multiple ... ok [INFO] [stdout] test test::use_case::enum_skip_trait ... ok [INFO] [stdout] test test::use_case::struct_skip_inner ... ok [INFO] [stdout] test test::use_case::struct_skip_trait_multiple ... ok [INFO] [stdout] test test::partial_ord::bound ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 99 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Doc-tests derive_where [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test src/lib.rs - (line 22) ... ok [INFO] [stdout] test src/lib.rs - (line 36) ... ok [INFO] [stdout] test src/lib.rs - (line 107) ... ok [INFO] [stdout] test src/lib.rs - (line 72) ... ok [INFO] [stdout] test src/lib.rs - (line 247) ... ok [INFO] [stdout] test src/lib.rs - (line 137) ... ok [INFO] [stdout] test src/lib.rs - (line 202) ... ok [INFO] [stdout] test src/lib.rs - (line 86) ... ok [INFO] [stdout] test src/lib.rs - (line 149) ... ok [INFO] [stdout] test src/lib.rs - (line 121) ... ok [INFO] [stdout] test src/lib.rs - (line 62) ... ok [INFO] [stdout] test src/lib.rs - (line 180) ... ok [INFO] [stdout] test src/lib.rs - (line 289) ... ok [INFO] [stdout] test src/lib.rs - (line 45) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "be261f85b3b8d12593f0184b4c410665d78464cdcbd9951f10c7a6c99d1dfe89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be261f85b3b8d12593f0184b4c410665d78464cdcbd9951f10c7a6c99d1dfe89", kill_on_drop: false }` [INFO] [stdout] be261f85b3b8d12593f0184b4c410665d78464cdcbd9951f10c7a6c99d1dfe89