[INFO] fetching crate vex-rt-macros 1.0.0-rc.5...
[INFO] testing vex-rt-macros-1.0.0-rc.5 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate vex-rt-macros 1.0.0-rc.5 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate vex-rt-macros 1.0.0-rc.5
[INFO] finished tweaking crates.io crate vex-rt-macros 1.0.0-rc.5
[INFO] tweaked toml for crates.io crate vex-rt-macros 1.0.0-rc.5 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate vex-rt-macros 1.0.0-rc.5 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 16 packages to latest compatible versions
[INFO] [stderr]       Adding convert_case v0.6.0 (available: v0.11.0)
[INFO] [stderr]       Adding generics-util v0.1.0 (available: v0.2.0)
[INFO] [stderr]       Adding itertools v0.10.5 (available: v0.14.0)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.117)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fd3ac2b657b46ff3aeb8dcea1947c1083c103da29283fca52a8b3d7daa6c168f
[INFO] running `Command { std: "docker" "start" "-a" "fd3ac2b657b46ff3aeb8dcea1947c1083c103da29283fca52a8b3d7daa6c168f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd3ac2b657b46ff3aeb8dcea1947c1083c103da29283fca52a8b3d7daa6c168f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd3ac2b657b46ff3aeb8dcea1947c1083c103da29283fca52a8b3d7daa6c168f", kill_on_drop: false }`
[INFO] [stdout] fd3ac2b657b46ff3aeb8dcea1947c1083c103da29283fca52a8b3d7daa6c168f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] af05c148f82d0922627d97d7ff42802c6c5c5a2421590074c424bea3a99dfa06
[INFO] running `Command { std: "docker" "start" "-a" "af05c148f82d0922627d97d7ff42802c6c5c5a2421590074c424bea3a99dfa06", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling generics-util v0.1.0
[INFO] [stderr]    Compiling vex-rt-macros v1.0.0-rc.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `eq` is never read
[INFO] [stdout]  --> src/state_machine/attributes.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct StackDepthAttr {
[INFO] [stdout]   |            -------------- field in this struct
[INFO] [stdout] 8 |     pub eq: Token![=],
[INFO] [stdout]   |         ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `StackDepthAttr` has derived impls for the traits `Debug` and `Clone`, but these are 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 `semi_token` is never read
[INFO] [stdout]   --> src/state_machine/input.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Input {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 17 |     pub crate_: Path,
[INFO] [stdout] 18 |     pub semi_token: Token![;],
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Input` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `eq_token` is never read
[INFO] [stdout]    --> src/state_machine/input.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub struct Var {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 135 |     pub eq_token: Token![=],
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Var` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `eq_token` and `semi_token` are never read
[INFO] [stdout]    --> src/state_machine/input.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub struct InitialState {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 152 |     pub eq_token: Token![=],
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub semi_token: Token![;],
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `InitialState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `comma_token` is never read
[INFO] [stdout]    --> src/state_machine/input.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct State {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub comma_token: Option<Token![,]>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state_machine/input.rs:63:44
[INFO] [stdout]     |
[INFO] [stdout]  63 |                 while let Ok(state) = input.clone().parse() {
[INFO] [stdout]     |                                            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ParseBuffer<'_>` does not implement `Clone`, so calling `clone` on `&ParseBuffer<'_>` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]  63 -                 while let Ok(state) = input.clone().parse() {
[INFO] [stdout]  63 +                 while let Ok(state) = input.parse() {
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ParseBuffer<'_>`, implement `Clone` for it
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/parse.rs:252:1
[INFO] [stdout]     |
[INFO] [stdout] 252 + #[derive(Clone)]
[INFO] [stdout] 253 | pub struct ParseBuffer<'a> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn pat_to_ident(pat: &Pat, index: usize) -> Cow<Ident> {
[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] 20 | pub fn pat_to_ident(pat: &Pat, index: usize) -> Cow<'_, Ident> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.94s
[INFO] running `Command { std: "docker" "inspect" "af05c148f82d0922627d97d7ff42802c6c5c5a2421590074c424bea3a99dfa06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af05c148f82d0922627d97d7ff42802c6c5c5a2421590074c424bea3a99dfa06", kill_on_drop: false }`
[INFO] [stdout] af05c148f82d0922627d97d7ff42802c6c5c5a2421590074c424bea3a99dfa06
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] edff85b3dbf11c48693a4bd9ccfae2f40b2dde215bb206c1fb6d7134d9508908
[INFO] running `Command { std: "docker" "start" "-a" "edff85b3dbf11c48693a4bd9ccfae2f40b2dde215bb206c1fb6d7134d9508908", kill_on_drop: false }`
[INFO] [stderr]    Compiling vex-rt-macros v1.0.0-rc.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `eq` is never read
[INFO] [stdout]  --> src/state_machine/attributes.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct StackDepthAttr {
[INFO] [stdout]   |            -------------- field in this struct
[INFO] [stdout] 8 |     pub eq: Token![=],
[INFO] [stdout]   |         ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `StackDepthAttr` has derived impls for the traits `Debug` and `Clone`, but these are 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 `semi_token` is never read
[INFO] [stdout]   --> src/state_machine/input.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Input {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 17 |     pub crate_: Path,
[INFO] [stdout] 18 |     pub semi_token: Token![;],
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Input` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `eq_token` is never read
[INFO] [stdout]    --> src/state_machine/input.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub struct Var {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 135 |     pub eq_token: Token![=],
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Var` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `eq_token` and `semi_token` are never read
[INFO] [stdout]    --> src/state_machine/input.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub struct InitialState {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 152 |     pub eq_token: Token![=],
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub semi_token: Token![;],
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `InitialState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `comma_token` is never read
[INFO] [stdout]    --> src/state_machine/input.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct State {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub comma_token: Option<Token![,]>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state_machine/input.rs:63:44
[INFO] [stdout]     |
[INFO] [stdout]  63 |                 while let Ok(state) = input.clone().parse() {
[INFO] [stdout]     |                                            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ParseBuffer<'_>` does not implement `Clone`, so calling `clone` on `&ParseBuffer<'_>` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]  63 -                 while let Ok(state) = input.clone().parse() {
[INFO] [stdout]  63 +                 while let Ok(state) = input.parse() {
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ParseBuffer<'_>`, implement `Clone` for it
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/parse.rs:252:1
[INFO] [stdout]     |
[INFO] [stdout] 252 + #[derive(Clone)]
[INFO] [stdout] 253 | pub struct ParseBuffer<'a> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn pat_to_ident(pat: &Pat, index: usize) -> Cow<Ident> {
[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] 20 | pub fn pat_to_ident(pat: &Pat, index: usize) -> Cow<'_, Ident> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `eq` is never read
[INFO] [stdout]  --> src/state_machine/attributes.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct StackDepthAttr {
[INFO] [stdout]   |            -------------- field in this struct
[INFO] [stdout] 8 |     pub eq: Token![=],
[INFO] [stdout]   |         ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `StackDepthAttr` has derived impls for the traits `Debug` and `Clone`, but these are 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 `semi_token` is never read
[INFO] [stdout]   --> src/state_machine/input.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Input {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 17 |     pub crate_: Path,
[INFO] [stdout] 18 |     pub semi_token: Token![;],
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Input` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `eq_token` is never read
[INFO] [stdout]    --> src/state_machine/input.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub struct Var {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 135 |     pub eq_token: Token![=],
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Var` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `eq_token` and `semi_token` are never read
[INFO] [stdout]    --> src/state_machine/input.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub struct InitialState {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 152 |     pub eq_token: Token![=],
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub semi_token: Token![;],
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `InitialState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `comma_token` is never read
[INFO] [stdout]    --> src/state_machine/input.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct State {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub comma_token: Option<Token![,]>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state_machine/input.rs:63:44
[INFO] [stdout]     |
[INFO] [stdout]  63 |                 while let Ok(state) = input.clone().parse() {
[INFO] [stdout]     |                                            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ParseBuffer<'_>` does not implement `Clone`, so calling `clone` on `&ParseBuffer<'_>` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]  63 -                 while let Ok(state) = input.clone().parse() {
[INFO] [stdout]  63 +                 while let Ok(state) = input.parse() {
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ParseBuffer<'_>`, implement `Clone` for it
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/parse.rs:252:1
[INFO] [stdout]     |
[INFO] [stdout] 252 + #[derive(Clone)]
[INFO] [stdout] 253 | pub struct ParseBuffer<'a> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn pat_to_ident(pat: &Pat, index: usize) -> Cow<Ident> {
[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] 20 | pub fn pat_to_ident(pat: &Pat, index: usize) -> Cow<'_, Ident> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.85s
[INFO] running `Command { std: "docker" "inspect" "edff85b3dbf11c48693a4bd9ccfae2f40b2dde215bb206c1fb6d7134d9508908", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "edff85b3dbf11c48693a4bd9ccfae2f40b2dde215bb206c1fb6d7134d9508908", kill_on_drop: false }`
[INFO] [stdout] edff85b3dbf11c48693a4bd9ccfae2f40b2dde215bb206c1fb6d7134d9508908
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d85f100d11d3f5c47aa2567b29d831552f0c49cba80e93df9c24c2fcb9a59b44
[INFO] running `Command { std: "docker" "start" "-a" "d85f100d11d3f5c47aa2567b29d831552f0c49cba80e93df9c24c2fcb9a59b44", kill_on_drop: false }`
[INFO] [stderr] warning: field `eq` is never read
[INFO] [stderr]  --> src/state_machine/attributes.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct StackDepthAttr {
[INFO] [stderr]   |            -------------- field in this struct
[INFO] [stderr] 8 |     pub eq: Token![=],
[INFO] [stderr]   |         ^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `StackDepthAttr` has derived impls for the traits `Debug` and `Clone`, but these are 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 `semi_token` is never read
[INFO] [stderr]   --> src/state_machine/input.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct Input {
[INFO] [stderr]    |            ----- field in this struct
[INFO] [stderr] 17 |     pub crate_: Path,
[INFO] [stderr] 18 |     pub semi_token: Token![;],
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Input` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `eq_token` is never read
[INFO] [stderr]    --> src/state_machine/input.rs:135:9
[INFO] [stderr]     |
[INFO] [stderr] 132 | pub struct Var {
[INFO] [stderr]     |            --- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 135 |     pub eq_token: Token![=],
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Var` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `eq_token` and `semi_token` are never read
[INFO] [stderr]    --> src/state_machine/input.rs:152:9
[INFO] [stderr]     |
[INFO] [stderr] 151 | pub struct InitialState {
[INFO] [stderr]     |            ------------ fields in this struct
[INFO] [stderr] 152 |     pub eq_token: Token![=],
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 156 |     pub semi_token: Token![;],
[INFO] [stderr]     |         ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `InitialState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `comma_token` is never read
[INFO] [stderr]    --> src/state_machine/input.rs:193:9
[INFO] [stderr]     |
[INFO] [stderr] 188 | pub struct State {
[INFO] [stderr]     |            ----- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 193 |     pub comma_token: Option<Token![,]>,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state_machine/input.rs:63:44
[INFO] [stderr]     |
[INFO] [stderr]  63 |                 while let Ok(state) = input.clone().parse() {
[INFO] [stderr]     |                                            ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `ParseBuffer<'_>` does not implement `Clone`, so calling `clone` on `&ParseBuffer<'_>` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]  63 -                 while let Ok(state) = input.clone().parse() {
[INFO] [stderr]  63 +                 while let Ok(state) = input.parse() {
[INFO] [stderr]     |
[INFO] [stderr] help: if you meant to clone `ParseBuffer<'_>`, implement `Clone` for it
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/parse.rs:252:1
[INFO] [stderr]     |
[INFO] [stderr] 252 + #[derive(Clone)]
[INFO] [stderr] 253 | pub struct ParseBuffer<'a> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/util.rs:20:26
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn pat_to_ident(pat: &Pat, index: usize) -> Cow<Ident> {
[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] 20 | pub fn pat_to_ident(pat: &Pat, index: usize) -> Cow<'_, Ident> {
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: `vex-rt-macros` (lib) generated 7 warnings (run `cargo fix --lib -p vex-rt-macros` to apply 2 suggestions)
[INFO] [stderr] warning: `vex-rt-macros` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vex_rt_macros-905957a826cbe0a3)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests vex_rt_macros
[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" "d85f100d11d3f5c47aa2567b29d831552f0c49cba80e93df9c24c2fcb9a59b44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d85f100d11d3f5c47aa2567b29d831552f0c49cba80e93df9c24c2fcb9a59b44", kill_on_drop: false }`
[INFO] [stdout] d85f100d11d3f5c47aa2567b29d831552f0c49cba80e93df9c24c2fcb9a59b44
