[INFO] cloning repository https://github.com/LouAnneSVTR/FSM_trait_behavior [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LouAnneSVTR/FSM_trait_behavior" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLouAnneSVTR%2FFSM_trait_behavior", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLouAnneSVTR%2FFSM_trait_behavior'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e39a1b168a0f92b64dc0338a0ac9293c56ccf939 [INFO] testing LouAnneSVTR/FSM_trait_behavior against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLouAnneSVTR%2FFSM_trait_behavior" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LouAnneSVTR/FSM_trait_behavior on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/LouAnneSVTR/FSM_trait_behavior [INFO] finished tweaking git repo https://github.com/LouAnneSVTR/FSM_trait_behavior [INFO] tweaked toml for git repo https://github.com/LouAnneSVTR/FSM_trait_behavior written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/LouAnneSVTR/FSM_trait_behavior already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d1d878281bf77fbcd0118eacb009f3ccca44e75c579f7e0b7424aa9c918fde7 [INFO] running `Command { std: "docker" "start" "-a" "3d1d878281bf77fbcd0118eacb009f3ccca44e75c579f7e0b7424aa9c918fde7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d1d878281bf77fbcd0118eacb009f3ccca44e75c579f7e0b7424aa9c918fde7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d1d878281bf77fbcd0118eacb009f3ccca44e75c579f7e0b7424aa9c918fde7", kill_on_drop: false }` [INFO] [stdout] 3d1d878281bf77fbcd0118eacb009f3ccca44e75c579f7e0b7424aa9c918fde7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ec9ff3f711003d1a2843d7d8a208b519b195191cd6d74988ea892ced892f4b9 [INFO] running `Command { std: "docker" "start" "-a" "8ec9ff3f711003d1a2843d7d8a208b519b195191cd6d74988ea892ced892f4b9", kill_on_drop: false }` [INFO] [stderr] Compiling FSM_trait v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `nameNode` [INFO] [stdout] --> src/main.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | fn new(nameNode: &str, output_transition: Vec, input_transition: Vec) -> NodeImpl { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nameNode` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output_transition` [INFO] [stdout] --> src/main.rs:48:28 [INFO] [stdout] | [INFO] [stdout] 48 | fn new(nameNode: &str, output_transition: Vec, input_transition: Vec) -> NodeImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_transition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input_transition` [INFO] [stdout] --> src/main.rs:48:69 [INFO] [stdout] | [INFO] [stdout] 48 | fn new(nameNode: &str, output_transition: Vec, input_transition: Vec) -> NodeImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_input_transition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name_transition` [INFO] [stdout] --> src/main.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | fn new(name_transition: &str, letter: char, output_nodes: NodeIndex, input_nodes: NodeIndex) -> TransitionImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_name_transition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `letter` [INFO] [stdout] --> src/main.rs:81:35 [INFO] [stdout] | [INFO] [stdout] 81 | fn new(name_transition: &str, letter: char, output_nodes: NodeIndex, input_nodes: NodeIndex) -> TransitionImpl { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_letter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output_nodes` [INFO] [stdout] --> src/main.rs:81:49 [INFO] [stdout] | [INFO] [stdout] 81 | fn new(name_transition: &str, letter: char, output_nodes: NodeIndex, input_nodes: NodeIndex) -> TransitionImpl { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input_nodes` [INFO] [stdout] --> src/main.rs:81:74 [INFO] [stdout] | [INFO] [stdout] 81 | fn new(name_transition: &str, letter: char, output_nodes: NodeIndex, input_nodes: NodeIndex) -> TransitionImpl { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_input_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `output_transition` [INFO] [stdout] --> src/main.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | output_transition: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input_transition` [INFO] [stdout] --> src/main.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | input_transition: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `output_nodes` [INFO] [stdout] --> src/main.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | output_nodes: NodeIndex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input_nodes` [INFO] [stdout] --> src/main.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | input_nodes: NodeIndex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `FSM_trait` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `fsm_trait` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `nameNode` should have a snake case name [INFO] [stdout] --> src/main.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | fn new(nameNode: &str,output_transition: Vec,input_transition: Vec ) -> NodeImpl; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `name_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `nameNode` should have a snake case name [INFO] [stdout] --> src/main.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | fn new(nameNode: &str, output_transition: Vec, input_transition: Vec) -> NodeImpl { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `name_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `Command { std: "docker" "inspect" "8ec9ff3f711003d1a2843d7d8a208b519b195191cd6d74988ea892ced892f4b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ec9ff3f711003d1a2843d7d8a208b519b195191cd6d74988ea892ced892f4b9", kill_on_drop: false }` [INFO] [stdout] 8ec9ff3f711003d1a2843d7d8a208b519b195191cd6d74988ea892ced892f4b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f74c9e1d6ebeedc475f047bbba326e998997de9ee66dfb3260dbc3b699ef7ee5 [INFO] running `Command { std: "docker" "start" "-a" "f74c9e1d6ebeedc475f047bbba326e998997de9ee66dfb3260dbc3b699ef7ee5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling FSM_trait v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `nameNode` [INFO] [stdout] --> src/main.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | fn new(nameNode: &str, output_transition: Vec, input_transition: Vec) -> NodeImpl { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nameNode` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output_transition` [INFO] [stdout] --> src/main.rs:48:28 [INFO] [stdout] | [INFO] [stdout] 48 | fn new(nameNode: &str, output_transition: Vec, input_transition: Vec) -> NodeImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_transition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input_transition` [INFO] [stdout] --> src/main.rs:48:69 [INFO] [stdout] | [INFO] [stdout] 48 | fn new(nameNode: &str, output_transition: Vec, input_transition: Vec) -> NodeImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_input_transition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name_transition` [INFO] [stdout] --> src/main.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | fn new(name_transition: &str, letter: char, output_nodes: NodeIndex, input_nodes: NodeIndex) -> TransitionImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_name_transition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `letter` [INFO] [stdout] --> src/main.rs:81:35 [INFO] [stdout] | [INFO] [stdout] 81 | fn new(name_transition: &str, letter: char, output_nodes: NodeIndex, input_nodes: NodeIndex) -> TransitionImpl { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_letter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output_nodes` [INFO] [stdout] --> src/main.rs:81:49 [INFO] [stdout] | [INFO] [stdout] 81 | fn new(name_transition: &str, letter: char, output_nodes: NodeIndex, input_nodes: NodeIndex) -> TransitionImpl { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input_nodes` [INFO] [stdout] --> src/main.rs:81:74 [INFO] [stdout] | [INFO] [stdout] 81 | fn new(name_transition: &str, letter: char, output_nodes: NodeIndex, input_nodes: NodeIndex) -> TransitionImpl { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_input_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `output_transition` [INFO] [stdout] --> src/main.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | output_transition: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input_transition` [INFO] [stdout] --> src/main.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | input_transition: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `output_nodes` [INFO] [stdout] --> src/main.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | output_nodes: NodeIndex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input_nodes` [INFO] [stdout] --> src/main.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | input_nodes: NodeIndex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `FSM_trait` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `fsm_trait` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `nameNode` should have a snake case name [INFO] [stdout] --> src/main.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | fn new(nameNode: &str,output_transition: Vec,input_transition: Vec ) -> NodeImpl; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `name_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `nameNode` should have a snake case name [INFO] [stdout] --> src/main.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | fn new(nameNode: &str, output_transition: Vec, input_transition: Vec) -> NodeImpl { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `name_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.54s [INFO] running `Command { std: "docker" "inspect" "f74c9e1d6ebeedc475f047bbba326e998997de9ee66dfb3260dbc3b699ef7ee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f74c9e1d6ebeedc475f047bbba326e998997de9ee66dfb3260dbc3b699ef7ee5", kill_on_drop: false }` [INFO] [stdout] f74c9e1d6ebeedc475f047bbba326e998997de9ee66dfb3260dbc3b699ef7ee5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9e053488edabcc9ad2ee8da03c230154ae01afcf49342ea63f8f6bc1a994c73a [INFO] running `Command { std: "docker" "start" "-a" "9e053488edabcc9ad2ee8da03c230154ae01afcf49342ea63f8f6bc1a994c73a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused variable: `nameNode` [INFO] [stderr] --> src/main.rs:48:12 [INFO] [stderr] | [INFO] [stderr] 48 | fn new(nameNode: &str, output_transition: Vec, input_transition: Vec) -> NodeImpl { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nameNode` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `output_transition` [INFO] [stderr] --> src/main.rs:48:28 [INFO] [stderr] | [INFO] [stderr] 48 | fn new(nameNode: &str, output_transition: Vec, input_transition: Vec) -> NodeImpl { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_transition` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input_transition` [INFO] [stderr] --> src/main.rs:48:69 [INFO] [stderr] | [INFO] [stderr] 48 | fn new(nameNode: &str, output_transition: Vec, input_transition: Vec) -> NodeImpl { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_input_transition` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name_transition` [INFO] [stderr] --> src/main.rs:81:12 [INFO] [stderr] | [INFO] [stderr] 81 | fn new(name_transition: &str, letter: char, output_nodes: NodeIndex, input_nodes: NodeIndex) -> TransitionImpl { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_name_transition` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `letter` [INFO] [stderr] --> src/main.rs:81:35 [INFO] [stderr] | [INFO] [stderr] 81 | fn new(name_transition: &str, letter: char, output_nodes: NodeIndex, input_nodes: NodeIndex) -> TransitionImpl { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_letter` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `output_nodes` [INFO] [stderr] --> src/main.rs:81:49 [INFO] [stderr] | [INFO] [stderr] 81 | fn new(name_transition: &str, letter: char, output_nodes: NodeIndex, input_nodes: NodeIndex) -> TransitionImpl { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_nodes` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input_nodes` [INFO] [stderr] --> src/main.rs:81:74 [INFO] [stderr] | [INFO] [stderr] 81 | fn new(name_transition: &str, letter: char, output_nodes: NodeIndex, input_nodes: NodeIndex) -> TransitionImpl { [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_input_nodes` [INFO] [stderr] [INFO] [stderr] warning: field is never read: `output_transition` [INFO] [stderr] --> src/main.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | output_transition: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `input_transition` [INFO] [stderr] --> src/main.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | input_transition: Vec [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `output_nodes` [INFO] [stderr] --> src/main.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | output_nodes: NodeIndex, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `input_nodes` [INFO] [stderr] --> src/main.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | input_nodes: NodeIndex, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: crate `FSM_trait` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `fsm_trait` [INFO] [stderr] [INFO] [stderr] warning: variable `nameNode` should have a snake case name [INFO] [stderr] --> src/main.rs:29:12 [INFO] [stderr] | [INFO] [stderr] 29 | fn new(nameNode: &str,output_transition: Vec,input_transition: Vec ) -> NodeImpl; [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `name_node` [INFO] [stderr] [INFO] [stderr] warning: variable `nameNode` should have a snake case name [INFO] [stderr] --> src/main.rs:48:12 [INFO] [stderr] | [INFO] [stderr] 48 | fn new(nameNode: &str, output_transition: Vec, input_transition: Vec) -> NodeImpl { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `name_node` [INFO] [stderr] [INFO] [stderr] warning: `FSM_trait` (bin "FSM_trait" test) generated 14 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.96s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/FSM_trait-9be490c6d461773c) [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" "9e053488edabcc9ad2ee8da03c230154ae01afcf49342ea63f8f6bc1a994c73a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e053488edabcc9ad2ee8da03c230154ae01afcf49342ea63f8f6bc1a994c73a", kill_on_drop: false }` [INFO] [stdout] 9e053488edabcc9ad2ee8da03c230154ae01afcf49342ea63f8f6bc1a994c73a