[INFO] fetching crate finny_derive 0.1.0... [INFO] checking finny_derive-0.1.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate finny_derive 0.1.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate finny_derive 0.1.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate finny_derive 0.1.0 [INFO] finished tweaking crates.io crate finny_derive 0.1.0 [INFO] tweaked toml for crates.io crate finny_derive 0.1.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7f39719109efec105d31a6f5cec58fe7ce8038a35ec39ac6076828669392789f [INFO] running `Command { std: "docker" "start" "-a" "7f39719109efec105d31a6f5cec58fe7ce8038a35ec39ac6076828669392789f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f39719109efec105d31a6f5cec58fe7ce8038a35ec39ac6076828669392789f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f39719109efec105d31a6f5cec58fe7ce8038a35ec39ac6076828669392789f", kill_on_drop: false }` [INFO] [stdout] 7f39719109efec105d31a6f5cec58fe7ce8038a35ec39ac6076828669392789f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 97acfe8ae44bc365b09635c377f99fec452f4b8e9158434221dedcca20edd07f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "97acfe8ae44bc365b09635c377f99fec452f4b8e9158434221dedcca20edd07f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Compiling syn v1.0.63 [INFO] [stderr] Checking fixedbitset v0.2.0 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking petgraph v0.5.1 [INFO] [stderr] Checking finny_derive v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `HashSet` [INFO] [stdout] --> src/parse.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::{HashMap, HashSet}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ExprMethodCall`, `Expr`, `ParseStream`, `self` [INFO] [stdout] --> src/parse.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | use syn::{Error, Expr, ExprMethodCall, GenericArgument, ItemFn, parse::{self, Parse, ParseStream}, spanned::Spanned}; [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `assert_no_generics`, `get_closure`, `get_generics`, `get_method_receiver_ident`, `to_field_name` [INFO] [stdout] --> src/parse.rs:6:53 [INFO] [stdout] | [INFO] [stdout] 6 | ...blocks, get_generics, get_method_receiver_ident}, parse_fsm::FsmParser, utils::{assert_no_generics, get_closure, to_field_name}}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `HashSet` [INFO] [stdout] --> src/parse.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::{HashMap, HashSet}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ExprMethodCall`, `Expr`, `ParseStream`, `self` [INFO] [stdout] --> src/parse.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | use syn::{Error, Expr, ExprMethodCall, GenericArgument, ItemFn, parse::{self, Parse, ParseStream}, spanned::Spanned}; [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `assert_no_generics`, `get_closure`, `get_generics`, `get_method_receiver_ident`, `to_field_name` [INFO] [stdout] --> src/parse.rs:6:53 [INFO] [stdout] | [INFO] [stdout] 6 | ...blocks, get_generics, get_method_receiver_ident}, parse_fsm::FsmParser, utils::{assert_no_generics, get_closure, to_field_name}}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Parse` [INFO] [stdout] --> src/parse.rs:4:79 [INFO] [stdout] | [INFO] [stdout] 4 | use syn::{Error, Expr, ExprMethodCall, GenericArgument, ItemFn, parse::{self, Parse, ParseStream}, spanned::Spanned}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/parse_fsm.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | _ => todo!("unsupported block!") [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/codegen.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | for (i, (_, state)) in fsm.fsm.states.iter().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `body` [INFO] [stdout] --> src/codegen.rs:173:33 [INFO] [stdout] | [INFO] [stdout] 173 | ... let body = &action.body; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_body` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `body` [INFO] [stdout] --> src/codegen.rs:226:33 [INFO] [stdout] | [INFO] [stdout] 226 | ... let body = &action.body; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_body` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `attr` [INFO] [stdout] --> src/parse.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn parse(attr: TokenStream, item: TokenStream) -> syn::Result { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ty` [INFO] [stdout] --> src/parse_fsm.rs:197:18 [INFO] [stdout] | [INFO] [stdout] 197 | for (ty, ev) in self.events.iter() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Parse` [INFO] [stdout] --> src/parse.rs:4:79 [INFO] [stdout] | [INFO] [stdout] 4 | use syn::{Error, Expr, ExprMethodCall, GenericArgument, ItemFn, parse::{self, Parse, ParseStream}, spanned::Spanned}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/parse_fsm.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | _ => todo!("unsupported block!") [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/codegen.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | for (i, (_, state)) in fsm.fsm.states.iter().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `body` [INFO] [stdout] --> src/codegen.rs:173:33 [INFO] [stdout] | [INFO] [stdout] 173 | ... let body = &action.body; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_body` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `body` [INFO] [stdout] --> src/codegen.rs:226:33 [INFO] [stdout] | [INFO] [stdout] 226 | ... let body = &action.body; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_body` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `attr` [INFO] [stdout] --> src/parse.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn parse(attr: TokenStream, item: TokenStream) -> syn::Result { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ty` [INFO] [stdout] --> src/parse_fsm.rs:197:18 [INFO] [stdout] | [INFO] [stdout] 197 | for (ty, ev) in self.events.iter() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stop` [INFO] [stdout] --> src/parse.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | Stop, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SelfTransition` [INFO] [stdout] --> src/parse.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | SelfTransition(syn::Type, EventGuardAction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Stop` [INFO] [stdout] --> src/parse.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | Stop, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SelfTransition` [INFO] [stdout] --> src/parse.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | SelfTransition(syn::Type, EventGuardAction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.71s [INFO] running `Command { std: "docker" "inspect" "97acfe8ae44bc365b09635c377f99fec452f4b8e9158434221dedcca20edd07f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97acfe8ae44bc365b09635c377f99fec452f4b8e9158434221dedcca20edd07f", kill_on_drop: false }` [INFO] [stdout] 97acfe8ae44bc365b09635c377f99fec452f4b8e9158434221dedcca20edd07f