[INFO] crate thin_trait_object 1.1.2 is already in cache [INFO] checking thin_trait_object-1.1.2 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate thin_trait_object 1.1.2 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate thin_trait_object 1.1.2 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate thin_trait_object 1.1.2 [INFO] finished tweaking crates.io crate thin_trait_object 1.1.2 [INFO] tweaked toml for crates.io crate thin_trait_object 1.1.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate crates.io crate thin_trait_object 1.1.2 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" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 57ef2f7e4b5c0edebb5e68e85cc32ecca3fb77c115bc693181886e8e49d6e6ca [INFO] running `Command { std: "docker" "start" "-a" "57ef2f7e4b5c0edebb5e68e85cc32ecca3fb77c115bc693181886e8e49d6e6ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57ef2f7e4b5c0edebb5e68e85cc32ecca3fb77c115bc693181886e8e49d6e6ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57ef2f7e4b5c0edebb5e68e85cc32ecca3fb77c115bc693181886e8e49d6e6ca", kill_on_drop: false }` [INFO] [stdout] 57ef2f7e4b5c0edebb5e68e85cc32ecca3fb77c115bc693181886e8e49d6e6ca [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 198a7811ad457cca0e7725c4d70b1211da6e6eb42c7f9242fcec660678ca8b17 [INFO] running `Command { std: "docker" "start" "-a" "198a7811ad457cca0e7725c4d70b1211da6e6eb42c7f9242fcec660678ca8b17", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.62 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling replace_with v0.1.7 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking thin_trait_object v1.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `name` and `paren` are never read [INFO] [stdout] --> src/options.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 36 | Vtable { [INFO] [stdout] | ------ fields in this variant [INFO] [stdout] 37 | name: custom_token::Vtable, [INFO] [stdout] | ^^^^ [INFO] [stdout] 38 | paren: token::Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `eq` are never read [INFO] [stdout] --> src/options.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 51 | InlineVtable { [INFO] [stdout] | ------------ fields in this variant [INFO] [stdout] 52 | name: custom_token::InlineVtable, [INFO] [stdout] | ^^^^ [INFO] [stdout] 53 | eq: Token![=], [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `paren` are never read [INFO] [stdout] --> src/options.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 36 | Vtable { [INFO] [stdout] | ------ fields in this variant [INFO] [stdout] 37 | name: custom_token::Vtable, [INFO] [stdout] | ^^^^ [INFO] [stdout] 38 | paren: token::Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `paren` are never read [INFO] [stdout] --> src/options.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 70 | TraitObject { [INFO] [stdout] | ----------- fields in this variant [INFO] [stdout] 71 | name: custom_token::TraitObject, [INFO] [stdout] | ^^^^ [INFO] [stdout] 72 | paren: token::Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `eq` are never read [INFO] [stdout] --> src/options.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 85 | DropAbi { [INFO] [stdout] | ------- fields in this variant [INFO] [stdout] 86 | name: custom_token::DropAbi, [INFO] [stdout] | ^^^^ [INFO] [stdout] 87 | eq: Token![=], [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `paren` are never read [INFO] [stdout] --> src/options.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 106 | MarkerTraits { [INFO] [stdout] | ------------ fields in this variant [INFO] [stdout] 107 | name: custom_token::MarkerTraits, [INFO] [stdout] | ^^^^ [INFO] [stdout] 108 | paren: token::Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `eq` are never read [INFO] [stdout] --> src/options.rs:122:9 [INFO] [stdout] | [INFO] [stdout] 121 | StoreLayout { [INFO] [stdout] | ----------- fields in this variant [INFO] [stdout] 122 | name: custom_token::StoreLayout, [INFO] [stdout] | ^^^^ [INFO] [stdout] 123 | eq: Token![=], [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] | | ------ field in this struct [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] ... | [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] | | ------------ field in this struct [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] ... | [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] | | ----------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] 234 | | (DropAbi, "drop_abi"), [INFO] [stdout] | | ------- field in this struct [INFO] [stdout] 235 | | (MarkerTraits, "marker_traits"), [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] 234 | | (DropAbi, "drop_abi"), [INFO] [stdout] 235 | | (MarkerTraits, "marker_traits"), [INFO] [stdout] | | ------------ field in this struct [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] ... | [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] | | ----------- field in this struct [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `eq` are never read [INFO] [stdout] --> src/options.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 51 | InlineVtable { [INFO] [stdout] | ------------ fields in this variant [INFO] [stdout] 52 | name: custom_token::InlineVtable, [INFO] [stdout] | ^^^^ [INFO] [stdout] 53 | eq: Token![=], [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `paren` are never read [INFO] [stdout] --> src/options.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 70 | TraitObject { [INFO] [stdout] | ----------- fields in this variant [INFO] [stdout] 71 | name: custom_token::TraitObject, [INFO] [stdout] | ^^^^ [INFO] [stdout] 72 | paren: token::Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `eq` are never read [INFO] [stdout] --> src/options.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 85 | DropAbi { [INFO] [stdout] | ------- fields in this variant [INFO] [stdout] 86 | name: custom_token::DropAbi, [INFO] [stdout] | ^^^^ [INFO] [stdout] 87 | eq: Token![=], [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `paren` are never read [INFO] [stdout] --> src/options.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 106 | MarkerTraits { [INFO] [stdout] | ------------ fields in this variant [INFO] [stdout] 107 | name: custom_token::MarkerTraits, [INFO] [stdout] | ^^^^ [INFO] [stdout] 108 | paren: token::Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `eq` are never read [INFO] [stdout] --> src/options.rs:122:9 [INFO] [stdout] | [INFO] [stdout] 121 | StoreLayout { [INFO] [stdout] | ----------- fields in this variant [INFO] [stdout] 122 | name: custom_token::StoreLayout, [INFO] [stdout] | ^^^^ [INFO] [stdout] 123 | eq: Token![=], [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] | | ------ field in this struct [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] ... | [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] | | ------------ field in this struct [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] ... | [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] | | ----------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] 234 | | (DropAbi, "drop_abi"), [INFO] [stdout] | | ------- field in this struct [INFO] [stdout] 235 | | (MarkerTraits, "marker_traits"), [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] 234 | | (DropAbi, "drop_abi"), [INFO] [stdout] 235 | | (MarkerTraits, "marker_traits"), [INFO] [stdout] | | ------------ field in this struct [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] ... | [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] | | ----------- field in this struct [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `paren` are never read [INFO] [stdout] --> src/options.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 36 | Vtable { [INFO] [stdout] | ------ fields in this variant [INFO] [stdout] 37 | name: custom_token::Vtable, [INFO] [stdout] | ^^^^ [INFO] [stdout] 38 | paren: token::Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `eq` are never read [INFO] [stdout] --> src/options.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 51 | InlineVtable { [INFO] [stdout] | ------------ fields in this variant [INFO] [stdout] 52 | name: custom_token::InlineVtable, [INFO] [stdout] | ^^^^ [INFO] [stdout] 53 | eq: Token![=], [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `paren` are never read [INFO] [stdout] --> src/options.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 70 | TraitObject { [INFO] [stdout] | ----------- fields in this variant [INFO] [stdout] 71 | name: custom_token::TraitObject, [INFO] [stdout] | ^^^^ [INFO] [stdout] 72 | paren: token::Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `eq` are never read [INFO] [stdout] --> src/options.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 85 | DropAbi { [INFO] [stdout] | ------- fields in this variant [INFO] [stdout] 86 | name: custom_token::DropAbi, [INFO] [stdout] | ^^^^ [INFO] [stdout] 87 | eq: Token![=], [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `paren` are never read [INFO] [stdout] --> src/options.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 106 | MarkerTraits { [INFO] [stdout] | ------------ fields in this variant [INFO] [stdout] 107 | name: custom_token::MarkerTraits, [INFO] [stdout] | ^^^^ [INFO] [stdout] 108 | paren: token::Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name` and `eq` are never read [INFO] [stdout] --> src/options.rs:122:9 [INFO] [stdout] | [INFO] [stdout] 121 | StoreLayout { [INFO] [stdout] | ----------- fields in this variant [INFO] [stdout] 122 | name: custom_token::StoreLayout, [INFO] [stdout] | ^^^^ [INFO] [stdout] 123 | eq: Token![=], [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] | | ------ field in this struct [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] ... | [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] | | ------------ field in this struct [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] ... | [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] | | ----------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] 234 | | (DropAbi, "drop_abi"), [INFO] [stdout] | | ------- field in this struct [INFO] [stdout] 235 | | (MarkerTraits, "marker_traits"), [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] 234 | | (DropAbi, "drop_abi"), [INFO] [stdout] 235 | | (MarkerTraits, "marker_traits"), [INFO] [stdout] | | ------------ field in this struct [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/options.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct $name (pub Span); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / custom_tokens! { [INFO] [stdout] 231 | | (Vtable, "vtable"), [INFO] [stdout] 232 | | (InlineVtable, "inline_vtable"), [INFO] [stdout] 233 | | (TraitObject, "trait_object"), [INFO] [stdout] ... | [INFO] [stdout] 236 | | (StoreLayout, "store_layout"), [INFO] [stdout] | | ----------- field in this struct [INFO] [stdout] 237 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `custom_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [optimized + debuginfo] target(s) in 16.50s [INFO] running `Command { std: "docker" "inspect" "198a7811ad457cca0e7725c4d70b1211da6e6eb42c7f9242fcec660678ca8b17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "198a7811ad457cca0e7725c4d70b1211da6e6eb42c7f9242fcec660678ca8b17", kill_on_drop: false }` [INFO] [stdout] 198a7811ad457cca0e7725c4d70b1211da6e6eb42c7f9242fcec660678ca8b17