[INFO] fetching crate serde-bindgen-core-derive 0.1.12... [INFO] testing serde-bindgen-core-derive-0.1.12 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate serde-bindgen-core-derive 0.1.12 into /workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate serde-bindgen-core-derive 0.1.12 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 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.106) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d14a91446bc129022ddac3539fb097a67fd4c22f48aa87ce1d8d2f8375da5619 [INFO] running `Command { std: "docker" "start" "-a" "d14a91446bc129022ddac3539fb097a67fd4c22f48aa87ce1d8d2f8375da5619", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d14a91446bc129022ddac3539fb097a67fd4c22f48aa87ce1d8d2f8375da5619", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d14a91446bc129022ddac3539fb097a67fd4c22f48aa87ce1d8d2f8375da5619", kill_on_drop: false }` [INFO] [stdout] d14a91446bc129022ddac3539fb097a67fd4c22f48aa87ce1d8d2f8375da5619 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec1186ab354816ad9433b3c5c048de397ddf068e6ffbf979fc42ff8b0d68baaa [INFO] running `Command { std: "docker" "start" "-a" "ec1186ab354816ad9433b3c5c048de397ddf068e6ffbf979fc42ff8b0d68baaa", 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 1.52s [INFO] running `Command { std: "docker" "inspect" "ec1186ab354816ad9433b3c5c048de397ddf068e6ffbf979fc42ff8b0d68baaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec1186ab354816ad9433b3c5c048de397ddf068e6ffbf979fc42ff8b0d68baaa", kill_on_drop: false }` [INFO] [stdout] ec1186ab354816ad9433b3c5c048de397ddf068e6ffbf979fc42ff8b0d68baaa [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 033a51c50248ba3987aefa12e6e0d570fb4d2eeebfb949b47bc54dac42566995 [INFO] running `Command { std: "docker" "start" "-a" "033a51c50248ba3987aefa12e6e0d570fb4d2eeebfb949b47bc54dac42566995", 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.63s [INFO] running `Command { std: "docker" "inspect" "033a51c50248ba3987aefa12e6e0d570fb4d2eeebfb949b47bc54dac42566995", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "033a51c50248ba3987aefa12e6e0d570fb4d2eeebfb949b47bc54dac42566995", kill_on_drop: false }` [INFO] [stdout] 033a51c50248ba3987aefa12e6e0d570fb4d2eeebfb949b47bc54dac42566995 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 96f90a2148d8e5a84b48f245d613fdfab598fb069c17093ae4be43848604b553 [INFO] running `Command { std: "docker" "start" "-a" "96f90a2148d8e5a84b48f245d613fdfab598fb069c17093ae4be43848604b553", 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.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/serde_bindgen_core_derive-06e6fcad0e64ddc8) [INFO] [stdout] [INFO] [stdout] running 44 tests [INFO] [stdout] test tests::attribute::can_peek_is_array ... ok [INFO] [stdout] test tests::can_binding_copy ... ok [INFO] [stdout] test tests::can_as_owned ... ok [INFO] [stdout] test tests::can_binding_copy_snake_case ... ok [INFO] [stdout] test tests::can_binding_default ... ok [INFO] [stdout] test tests::can_binding_print ... ok [INFO] [stdout] test tests::can_binding_print_snake_case ... ok [INFO] [stdout] test tests::can_impl_default ... ok [INFO] [stdout] test tests::can_binding_parse ... ok [INFO] [stdout] test tests::can_to_tokens_struct ... ok [INFO] [stdout] test tests::attribute::can_peek_is_not_array ... ok [INFO] [stdout] test tests::can_impl_from ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_array_prim ... ok [INFO] [stdout] test tests::can_binding_default_no_prefix ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_array_prim_recursive ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_bool ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_nested_struct ... ok [INFO] [stdout] test tests::field::can_from_owned_tokens_int ... ok [INFO] [stdout] test tests::field::can_from_owned_tokens_bool ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_array_struct ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_int ... ok [INFO] [stdout] test tests::field::can_assignment_tokens_ref_str ... ok [INFO] [stdout] test tests::can_parse_struct ... ok [INFO] [stdout] test tests::field::can_from_owned_tokens_array_struct ... ok [INFO] [stdout] test tests::field::can_from_owned_tokens_array_prim ... 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_parse_field_opt_bool_false ... ok [INFO] [stdout] test tests::field::can_parse_field_opt_bool_true ... ok [INFO] [stdout] test tests::field::can_parse_field_opt_int ... ok [INFO] [stdout] test tests::field::can_parse_field_opt_str ... ok [INFO] [stdout] test tests::field::can_to_tokens_field_prim ... ok [INFO] [stdout] test tests::field::can_to_tokens_field_type_array_prim ... ok [INFO] [stdout] test tests::field::can_to_tokens_field_type_array_struct ... ok [INFO] [stdout] test tests::field::can_to_tokens_field_type_ref ... 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_array ... ok [INFO] [stdout] test tests::path::can_parse_path_named_leading_colon ... ok [INFO] [stderr] Doc-tests serde_bindgen_core_derive [INFO] [stdout] test tests::field::can_to_tokens_for_field_ref_str ... ok [INFO] [stdout] test tests::path::can_parse_path_named_segmented_with_generics ... ok [INFO] [stdout] test tests::path::can_parse_path_named_single_ident ... ok [INFO] [stdout] test tests::path::can_parse_path_named_with_generics ... ok [INFO] [stdout] test tests::path::can_to_tokens_path ... ok [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" "96f90a2148d8e5a84b48f245d613fdfab598fb069c17093ae4be43848604b553", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96f90a2148d8e5a84b48f245d613fdfab598fb069c17093ae4be43848604b553", kill_on_drop: false }` [INFO] [stdout] 96f90a2148d8e5a84b48f245d613fdfab598fb069c17093ae4be43848604b553