[INFO] fetching crate serde-bindgen-core-derive 0.1.12... [INFO] testing serde-bindgen-core-derive-0.1.12 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate serde-bindgen-core-derive 0.1.12 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate serde-bindgen-core-derive 0.1.12 [INFO] finished tweaking crates.io crate serde-bindgen-core-derive 0.1.12 [INFO] tweaked toml for crates.io crate serde-bindgen-core-derive 0.1.12 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate serde-bindgen-core-derive 0.1.12 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] [stderr] Adding heck v0.4.1 (available: v0.5.0) [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.110) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 99a2ffa0eac2103e86fe0ab4dd5fbfda4690bcf35e38f6467f665efa112feb24 [INFO] running `Command { std: "docker" "start" "-a" "99a2ffa0eac2103e86fe0ab4dd5fbfda4690bcf35e38f6467f665efa112feb24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "99a2ffa0eac2103e86fe0ab4dd5fbfda4690bcf35e38f6467f665efa112feb24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99a2ffa0eac2103e86fe0ab4dd5fbfda4690bcf35e38f6467f665efa112feb24", kill_on_drop: false }` [INFO] [stdout] 99a2ffa0eac2103e86fe0ab4dd5fbfda4690bcf35e38f6467f665efa112feb24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec06e177a49bed48ef8008ce8ee4d7f74fcef813b5a3bd18311b7e13bd0915cc [INFO] running `Command { std: "docker" "start" "-a" "ec06e177a49bed48ef8008ce8ee4d7f74fcef813b5a3bd18311b7e13bd0915cc", kill_on_drop: false }` [INFO] [stderr] Compiling serde-bindgen-core-derive v0.1.12 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `eq` is never read [INFO] [stdout] --> src/attributes.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ContainerAttribute { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 36 | pub ident: Ident, [INFO] [stdout] 37 | pub eq: Token![=], [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `ContainerAttribute` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/attributes.rs:199:12 [INFO] [stdout] | [INFO] [stdout] 199 | Ignore(TokenStream), [INFO] [stdout] | ------ ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 199 - Ignore(TokenStream), [INFO] [stdout] 199 + Ignore(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn impl_from_owned(&self) -> ImplFromOwned { [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] 89 | pub fn impl_from_owned(&self) -> ImplFromOwned<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn impl_from_ref(&self) -> ImplFromRef { [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] 93 | pub fn impl_from_ref(&self) -> ImplFromRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:97:25 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn impl_default(&self) -> ImplDefault { [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] 97 | pub fn impl_default(&self) -> ImplDefault<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:101:24 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn impl_weight(&self) -> ImplWeight { [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] 101 | pub fn impl_weight(&self) -> ImplWeight<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 127 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 128 | ) -> ( [INFO] [stdout] 129 | Option, [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] 130 | Option, [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] 131 | Option<&WhereClause>, [INFO] [stdout] | ^^^^^^^^^^^^ the same 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] 129 ~ Option>, [INFO] [stdout] 130 ~ Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `Command { std: "docker" "inspect" "ec06e177a49bed48ef8008ce8ee4d7f74fcef813b5a3bd18311b7e13bd0915cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec06e177a49bed48ef8008ce8ee4d7f74fcef813b5a3bd18311b7e13bd0915cc", kill_on_drop: false }` [INFO] [stdout] ec06e177a49bed48ef8008ce8ee4d7f74fcef813b5a3bd18311b7e13bd0915cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b198db39acbe786de9e23a48608767f733118a6b5afb62cf5aaa3adeca27837 [INFO] running `Command { std: "docker" "start" "-a" "3b198db39acbe786de9e23a48608767f733118a6b5afb62cf5aaa3adeca27837", kill_on_drop: false }` [INFO] [stderr] Compiling serde-bindgen-core-derive v0.1.12 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `eq` is never read [INFO] [stdout] --> src/attributes.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ContainerAttribute { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 36 | pub ident: Ident, [INFO] [stdout] 37 | pub eq: Token![=], [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `ContainerAttribute` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/attributes.rs:199:12 [INFO] [stdout] | [INFO] [stdout] 199 | Ignore(TokenStream), [INFO] [stdout] | ------ ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 199 - Ignore(TokenStream), [INFO] [stdout] 199 + Ignore(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn impl_from_owned(&self) -> ImplFromOwned { [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] 89 | pub fn impl_from_owned(&self) -> ImplFromOwned<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn impl_from_ref(&self) -> ImplFromRef { [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] 93 | pub fn impl_from_ref(&self) -> ImplFromRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:97:25 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn impl_default(&self) -> ImplDefault { [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] 97 | pub fn impl_default(&self) -> ImplDefault<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:101:24 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn impl_weight(&self) -> ImplWeight { [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] 101 | pub fn impl_weight(&self) -> ImplWeight<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 127 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 128 | ) -> ( [INFO] [stdout] 129 | Option, [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] 130 | Option, [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] 131 | Option<&WhereClause>, [INFO] [stdout] | ^^^^^^^^^^^^ the same 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] 129 ~ Option>, [INFO] [stdout] 130 ~ Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `eq` is never read [INFO] [stdout] --> src/attributes.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ContainerAttribute { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 36 | pub ident: Ident, [INFO] [stdout] 37 | pub eq: Token![=], [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `ContainerAttribute` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/attributes.rs:199:12 [INFO] [stdout] | [INFO] [stdout] 199 | Ignore(TokenStream), [INFO] [stdout] | ------ ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 199 - Ignore(TokenStream), [INFO] [stdout] 199 + Ignore(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn impl_from_owned(&self) -> ImplFromOwned { [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] 89 | pub fn impl_from_owned(&self) -> ImplFromOwned<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn impl_from_ref(&self) -> ImplFromRef { [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] 93 | pub fn impl_from_ref(&self) -> ImplFromRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:97:25 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn impl_default(&self) -> ImplDefault { [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] 97 | pub fn impl_default(&self) -> ImplDefault<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:101:24 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn impl_weight(&self) -> ImplWeight { [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] 101 | pub fn impl_weight(&self) -> ImplWeight<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 127 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 128 | ) -> ( [INFO] [stdout] 129 | Option, [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] 130 | Option, [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] 131 | Option<&WhereClause>, [INFO] [stdout] | ^^^^^^^^^^^^ the same 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] 129 ~ Option>, [INFO] [stdout] 130 ~ Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `Command { std: "docker" "inspect" "3b198db39acbe786de9e23a48608767f733118a6b5afb62cf5aaa3adeca27837", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b198db39acbe786de9e23a48608767f733118a6b5afb62cf5aaa3adeca27837", kill_on_drop: false }` [INFO] [stdout] 3b198db39acbe786de9e23a48608767f733118a6b5afb62cf5aaa3adeca27837 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f7602d5157046d4b7c5a8bf3b2427654072731e52c13605848ad6a81682c3d09 [INFO] running `Command { std: "docker" "start" "-a" "f7602d5157046d4b7c5a8bf3b2427654072731e52c13605848ad6a81682c3d09", kill_on_drop: false }` [INFO] [stderr] warning: field `eq` is never read [INFO] [stderr] --> src/attributes.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 35 | pub struct ContainerAttribute { [INFO] [stderr] | ------------------ field in this struct [INFO] [stderr] 36 | pub ident: Ident, [INFO] [stderr] 37 | pub eq: Token![=], [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `ContainerAttribute` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/attributes.rs:199:12 [INFO] [stderr] | [INFO] [stderr] 199 | Ignore(TokenStream), [INFO] [stderr] | ------ ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 199 - Ignore(TokenStream), [INFO] [stderr] 199 + Ignore(()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/context.rs:89:28 [INFO] [stderr] | [INFO] [stderr] 89 | pub fn impl_from_owned(&self) -> ImplFromOwned { [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] 89 | pub fn impl_from_owned(&self) -> ImplFromOwned<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/context.rs:93:26 [INFO] [stderr] | [INFO] [stderr] 93 | pub fn impl_from_ref(&self) -> ImplFromRef { [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] 93 | pub fn impl_from_ref(&self) -> ImplFromRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/context.rs:97:25 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn impl_default(&self) -> ImplDefault { [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] 97 | pub fn impl_default(&self) -> ImplDefault<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/context.rs:101:24 [INFO] [stderr] | [INFO] [stderr] 101 | pub fn impl_weight(&self) -> ImplWeight { [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] 101 | pub fn impl_weight(&self) -> ImplWeight<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/path.rs:127:9 [INFO] [stderr] | [INFO] [stderr] 127 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 128 | ) -> ( [INFO] [stderr] 129 | Option, [INFO] [stderr] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] 130 | Option, [INFO] [stderr] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] 131 | Option<&WhereClause>, [INFO] [stderr] | ^^^^^^^^^^^^ the same 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] 129 ~ Option>, [INFO] [stderr] 130 ~ Option>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `serde-bindgen-core-derive` (lib) generated 7 warnings (run `cargo fix --lib -p serde-bindgen-core-derive` to apply 5 suggestions) [INFO] [stderr] warning: `serde-bindgen-core-derive` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/serde_bindgen_core_derive-71ba074597b78b37) [INFO] [stdout] running 44 tests [INFO] [stdout] test tests::attribute::can_peek_is_not_array ... ok [INFO] [stdout] test tests::can_to_tokens_struct ... ok [INFO] [stdout] test tests::can_parse_struct ... ok [INFO] [stdout] test tests::can_binding_print_snake_case ... ok [INFO] [stdout] test tests::can_binding_print ... ok [INFO] [stdout] test tests::can_binding_parse ... ok [INFO] [stdout] test tests::can_binding_copy_snake_case ... ok [INFO] [stdout] test tests::can_impl_from ... ok [INFO] [stdout] test tests::can_as_owned ... ok [INFO] [stdout] test tests::can_binding_copy ... ok [INFO] [stdout] test tests::attribute::can_peek_is_array ... ok [INFO] [stdout] test tests::can_binding_default_no_prefix ... ok [INFO] [stdout] test tests::can_binding_default ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_int ... ok [INFO] [stdout] test tests::field::can_from_owned_tokens_array_prim ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_array_prim_recursive ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_ref_str ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_nested_struct ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_array_struct ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_bool ... ok [INFO] [stdout] test tests::can_impl_default ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_array_prim ... ok [INFO] [stdout] test tests::field::can_from_owned_tokens_array_struct ... ok [INFO] [stdout] test tests::field::can_from_owned_tokens_bool ... ok [INFO] [stdout] test tests::field::can_from_owned_tokens_ref_str ... ok [INFO] [stdout] test tests::field::can_from_owned_tokens_nested_struct ... ok [INFO] [stdout] test tests::field::can_to_tokens_field_type_array_prim ... ok [INFO] [stdout] test tests::field::can_parse_field_opt_bool_false ... ok [INFO] [stdout] test tests::path::can_parse_path_named_segmented_with_generics ... ok [INFO] [stdout] test tests::field::can_to_tokens_field_type_array_struct ... ok [INFO] [stdout] test tests::field::can_parse_field_opt_int ... ok [INFO] [stdout] test tests::field::can_to_tokens_field_prim ... ok [INFO] [stdout] test tests::field::can_to_tokens_field_type_ref ... ok [INFO] [stdout] test tests::field::can_parse_field_opt_bool_true ... ok [INFO] [stdout] test tests::field::can_to_tokens_for_field_array_with_ignors ... ok [INFO] [stdout] test tests::field::can_to_tokens_for_field_nested_struct ... ok [INFO] [stdout] test tests::field::can_to_tokens_for_field_ref_str ... ok [INFO] [stdout] test tests::field::can_parse_field_opt_str ... ok [INFO] [stdout] test tests::path::can_parse_path_named_single_ident ... ok [INFO] [stdout] test tests::path::can_parse_path_named_leading_colon ... ok [INFO] [stdout] test tests::path::can_to_tokens_path ... ok [INFO] [stdout] test tests::path::can_parse_path_named_with_generics ... ok [INFO] [stdout] test tests::field::can_to_tokens_for_field_array ... ok [INFO] [stdout] test tests::field::can_from_owned_tokens_int ... ok [INFO] [stderr] Doc-tests serde_bindgen_core_derive [INFO] [stdout] [INFO] [stdout] test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [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" "f7602d5157046d4b7c5a8bf3b2427654072731e52c13605848ad6a81682c3d09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7602d5157046d4b7c5a8bf3b2427654072731e52c13605848ad6a81682c3d09", kill_on_drop: false }` [INFO] [stdout] f7602d5157046d4b7c5a8bf3b2427654072731e52c13605848ad6a81682c3d09