[INFO] fetching crate cote-derive 0.12.1... [INFO] testing cote-derive-0.12.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate cote-derive 0.12.1 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate cote-derive 0.12.1 [INFO] finished tweaking crates.io crate cote-derive 0.12.1 [INFO] tweaked toml for crates.io crate cote-derive 0.12.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate cote-derive 0.12.1 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 cote-derive 0.12.1 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] 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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bc8f96bf0b1e5968f59c6816ff0b9d12fb76e710013c744c5be606e2010ac476 [INFO] running `Command { std: "docker" "start" "-a" "bc8f96bf0b1e5968f59c6816ff0b9d12fb76e710013c744c5be606e2010ac476", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc8f96bf0b1e5968f59c6816ff0b9d12fb76e710013c744c5be606e2010ac476", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc8f96bf0b1e5968f59c6816ff0b9d12fb76e710013c744c5be606e2010ac476", kill_on_drop: false }` [INFO] [stdout] bc8f96bf0b1e5968f59c6816ff0b9d12fb76e710013c744c5be606e2010ac476 [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=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] 7df2b8d0995a43a068de69cb4e8e6924bf9a9356eaa64a8afc8231e57f439283 [INFO] running `Command { std: "docker" "start" "-a" "7df2b8d0995a43a068de69cb4e8e6924bf9a9356eaa64a8afc8231e57f439283", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling cote-derive v0.12.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gen/utils.rs:446:9 [INFO] [stdout] | [INFO] [stdout] 446 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 447 | used: &[&Ident], [INFO] [stdout] 448 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [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] 448 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gen/utils.rs:471:9 [INFO] [stdout] | [INFO] [stdout] 471 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 472 | used: &[&Ident], [INFO] [stdout] 473 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 473 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gen/utils.rs:492:9 [INFO] [stdout] | [INFO] [stdout] 492 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 493 | used: &[&Ident], [INFO] [stdout] 494 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 494 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gen/utils.rs:517:9 [INFO] [stdout] | [INFO] [stdout] 517 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 518 | used: &[&Ident], [INFO] [stdout] 519 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 519 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s [INFO] running `Command { std: "docker" "inspect" "7df2b8d0995a43a068de69cb4e8e6924bf9a9356eaa64a8afc8231e57f439283", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7df2b8d0995a43a068de69cb4e8e6924bf9a9356eaa64a8afc8231e57f439283", kill_on_drop: false }` [INFO] [stdout] 7df2b8d0995a43a068de69cb4e8e6924bf9a9356eaa64a8afc8231e57f439283 [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=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] 99f4e1cca97857b49c78075d369e752f7a90bf31ba5d53b963aac54e77c0a6a2 [INFO] running `Command { std: "docker" "start" "-a" "99f4e1cca97857b49c78075d369e752f7a90bf31ba5d53b963aac54e77c0a6a2", kill_on_drop: false }` [INFO] [stderr] Compiling cote-derive v0.12.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gen/utils.rs:446:9 [INFO] [stdout] | [INFO] [stdout] 446 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 447 | used: &[&Ident], [INFO] [stdout] 448 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [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] 448 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gen/utils.rs:471:9 [INFO] [stdout] | [INFO] [stdout] 471 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 472 | used: &[&Ident], [INFO] [stdout] 473 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 473 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gen/utils.rs:492:9 [INFO] [stdout] | [INFO] [stdout] 492 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 493 | used: &[&Ident], [INFO] [stdout] 494 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 494 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gen/utils.rs:517:9 [INFO] [stdout] | [INFO] [stdout] 517 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 518 | used: &[&Ident], [INFO] [stdout] 519 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 519 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gen/utils.rs:446:9 [INFO] [stdout] | [INFO] [stdout] 446 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 447 | used: &[&Ident], [INFO] [stdout] 448 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [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] 448 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gen/utils.rs:471:9 [INFO] [stdout] | [INFO] [stdout] 471 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 472 | used: &[&Ident], [INFO] [stdout] 473 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 473 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gen/utils.rs:492:9 [INFO] [stdout] | [INFO] [stdout] 492 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 493 | used: &[&Ident], [INFO] [stdout] 494 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 494 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gen/utils.rs:517:9 [INFO] [stdout] | [INFO] [stdout] 517 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 518 | used: &[&Ident], [INFO] [stdout] 519 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 519 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `Command { std: "docker" "inspect" "99f4e1cca97857b49c78075d369e752f7a90bf31ba5d53b963aac54e77c0a6a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99f4e1cca97857b49c78075d369e752f7a90bf31ba5d53b963aac54e77c0a6a2", kill_on_drop: false }` [INFO] [stdout] 99f4e1cca97857b49c78075d369e752f7a90bf31ba5d53b963aac54e77c0a6a2 [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=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] 11c4f71117c6fe3c50cd9bfee1ec402b9442be94b00b4819f5d10db08bf4bf33 [INFO] running `Command { std: "docker" "start" "-a" "11c4f71117c6fe3c50cd9bfee1ec402b9442be94b00b4819f5d10db08bf4bf33", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/gen/utils.rs:446:9 [INFO] [stderr] | [INFO] [stderr] 446 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stderr] 447 | used: &[&Ident], [INFO] [stderr] 448 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [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] 448 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/gen/utils.rs:471:9 [INFO] [stderr] | [INFO] [stderr] 471 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stderr] 472 | used: &[&Ident], [INFO] [stderr] 473 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 473 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/gen/utils.rs:492:9 [INFO] [stderr] | [INFO] [stderr] 492 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stderr] 493 | used: &[&Ident], [INFO] [stderr] 494 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 494 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/gen/utils.rs:517:9 [INFO] [stderr] | [INFO] [stderr] 517 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stderr] 518 | used: &[&Ident], [INFO] [stderr] 519 | ) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { [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] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 519 | ) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) { [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: `cote-derive` (lib) generated 4 warnings (run `cargo fix --lib -p cote-derive` to apply 4 suggestions) [INFO] [stderr] warning: `cote-derive` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cote_derive-8521a697abf14c90) [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 cote_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" "11c4f71117c6fe3c50cd9bfee1ec402b9442be94b00b4819f5d10db08bf4bf33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11c4f71117c6fe3c50cd9bfee1ec402b9442be94b00b4819f5d10db08bf4bf33", kill_on_drop: false }` [INFO] [stdout] 11c4f71117c6fe3c50cd9bfee1ec402b9442be94b00b4819f5d10db08bf4bf33