[INFO] fetching crate serde-bindgen-core-derive 0.1.12... [INFO] checking serde-bindgen-core-derive-0.1.12 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate serde-bindgen-core-derive 0.1.12 into /workspace/builds/worker-4-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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate serde-bindgen-core-derive 0.1.12 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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.104) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f4c14522155397f05e886d851703fd85882cfbbab79d55bc7f4869a917dc08ad [INFO] running `Command { std: "docker" "start" "-a" "f4c14522155397f05e886d851703fd85882cfbbab79d55bc7f4869a917dc08ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f4c14522155397f05e886d851703fd85882cfbbab79d55bc7f4869a917dc08ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4c14522155397f05e886d851703fd85882cfbbab79d55bc7f4869a917dc08ad", kill_on_drop: false }` [INFO] [stdout] f4c14522155397f05e886d851703fd85882cfbbab79d55bc7f4869a917dc08ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eefc117d628ddd8c7c7bd483a7e6184c348e58a5092f0fcb657bcc3ec7771d18 [INFO] running `Command { std: "docker" "start" "-a" "eefc117d628ddd8c7c7bd483a7e6184c348e58a5092f0fcb657bcc3ec7771d18", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Checking unicode-ident v1.0.18 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking heck v0.4.1 [INFO] [stderr] Checking quote v1.0.40 [INFO] [stderr] Checking 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)]` 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/context.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn impl_from_owned(&self) -> ImplFromOwned { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 89 | pub fn impl_from_owned(&self) -> ImplFromOwned<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/context.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn impl_from_ref(&self) -> ImplFromRef { [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] 93 | pub fn impl_from_ref(&self) -> ImplFromRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/context.rs:97:25 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn impl_default(&self) -> ImplDefault { [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] 97 | pub fn impl_default(&self) -> ImplDefault<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/context.rs:101:24 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn impl_weight(&self) -> ImplWeight { [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] 101 | pub fn impl_weight(&self) -> ImplWeight<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/path.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 127 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 128 | ) -> ( [INFO] [stdout] 129 | Option, [INFO] [stdout] | ------------ the lifetimes get resolved as `'_` [INFO] [stdout] 130 | Option, [INFO] [stdout] | ------------ the lifetimes get resolved as `'_` [INFO] [stdout] 131 | Option<&WhereClause>, [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] 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)]` 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/context.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn impl_from_owned(&self) -> ImplFromOwned { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 89 | pub fn impl_from_owned(&self) -> ImplFromOwned<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/context.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn impl_from_ref(&self) -> ImplFromRef { [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] 93 | pub fn impl_from_ref(&self) -> ImplFromRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/context.rs:97:25 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn impl_default(&self) -> ImplDefault { [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] 97 | pub fn impl_default(&self) -> ImplDefault<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/context.rs:101:24 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn impl_weight(&self) -> ImplWeight { [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] 101 | pub fn impl_weight(&self) -> ImplWeight<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/path.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 127 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 128 | ) -> ( [INFO] [stdout] 129 | Option, [INFO] [stdout] | ------------ the lifetimes get resolved as `'_` [INFO] [stdout] 130 | Option, [INFO] [stdout] | ------------ the lifetimes get resolved as `'_` [INFO] [stdout] 131 | Option<&WhereClause>, [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] 129 ~ Option>, [INFO] [stdout] 130 ~ Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s [INFO] running `Command { std: "docker" "inspect" "eefc117d628ddd8c7c7bd483a7e6184c348e58a5092f0fcb657bcc3ec7771d18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eefc117d628ddd8c7c7bd483a7e6184c348e58a5092f0fcb657bcc3ec7771d18", kill_on_drop: false }` [INFO] [stdout] eefc117d628ddd8c7c7bd483a7e6184c348e58a5092f0fcb657bcc3ec7771d18