[INFO] fetching crate state_machine 0.1.14...
[INFO] testing state_machine-0.1.14 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate state_machine 0.1.14 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate state_machine 0.1.14
[INFO] finished tweaking crates.io crate state_machine 0.1.14
[INFO] tweaked toml for crates.io crate state_machine 0.1.14 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate state_machine 0.1.14 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fe75cd6ee8796b2235ca35ed3b80eeb1d7289d7e64e8542e7fef87650c3a9017
[INFO] running `Command { std: "docker" "start" "-a" "fe75cd6ee8796b2235ca35ed3b80eeb1d7289d7e64e8542e7fef87650c3a9017", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe75cd6ee8796b2235ca35ed3b80eeb1d7289d7e64e8542e7fef87650c3a9017", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe75cd6ee8796b2235ca35ed3b80eeb1d7289d7e64e8542e7fef87650c3a9017", kill_on_drop: false }`
[INFO] [stdout] fe75cd6ee8796b2235ca35ed3b80eeb1d7289d7e64e8542e7fef87650c3a9017
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b895d3d945f2fdf0abd5d8bc784f9cbe012298e10ec3c5f574a88bff6dcb2b16
[INFO] running `Command { std: "docker" "start" "-a" "b895d3d945f2fdf0abd5d8bc784f9cbe012298e10ec3c5f574a88bff6dcb2b16", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling state_machine v0.1.14 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:18:30
[INFO] [stdout]    |
[INFO] [stdout] 18 | type MachineVal<State> = Box<Machine<State>>;
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 | type MachineVal<State> = Box<dyn Machine<State>>;
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] running `Command { std: "docker" "inspect" "b895d3d945f2fdf0abd5d8bc784f9cbe012298e10ec3c5f574a88bff6dcb2b16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b895d3d945f2fdf0abd5d8bc784f9cbe012298e10ec3c5f574a88bff6dcb2b16", kill_on_drop: false }`
[INFO] [stdout] b895d3d945f2fdf0abd5d8bc784f9cbe012298e10ec3c5f574a88bff6dcb2b16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 535fd6bc902442dfec06ed532691fd0f5d96d3938258931304ee81d7225cc6f8
[INFO] running `Command { std: "docker" "start" "-a" "535fd6bc902442dfec06ed532691fd0f5d96d3938258931304ee81d7225cc6f8", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling state_machine v0.1.14 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:18:30
[INFO] [stdout]    |
[INFO] [stdout] 18 | type MachineVal<State> = Box<Machine<State>>;
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 | type MachineVal<State> = Box<dyn Machine<State>>;
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:18:30
[INFO] [stdout]    |
[INFO] [stdout] 18 | type MachineVal<State> = Box<Machine<State>>;
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 | type MachineVal<State> = Box<dyn Machine<State>>;
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.75s
[INFO] running `Command { std: "docker" "inspect" "535fd6bc902442dfec06ed532691fd0f5d96d3938258931304ee81d7225cc6f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "535fd6bc902442dfec06ed532691fd0f5d96d3938258931304ee81d7225cc6f8", kill_on_drop: false }`
[INFO] [stdout] 535fd6bc902442dfec06ed532691fd0f5d96d3938258931304ee81d7225cc6f8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e541c9829a9ebdc223f6f313f8b9e0040c2ff621e9e8ba7a958b48a19b6360cc
[INFO] running `Command { std: "docker" "start" "-a" "e541c9829a9ebdc223f6f313f8b9e0040c2ff621e9e8ba7a958b48a19b6360cc", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/lib.rs:18:30
[INFO] [stderr]    |
[INFO] [stderr] 18 | type MachineVal<State> = Box<Machine<State>>;
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 18 | type MachineVal<State> = Box<dyn Machine<State>>;
[INFO] [stderr]    |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: `state_machine` (lib) generated 1 warning (run `cargo fix --lib -p state_machine` to apply 1 suggestion)
[INFO] [stderr] warning: `state_machine` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/state_machine-d73327f00efbcb6d)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test::contain ... ok
[INFO] [stdout] test test::get ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests state_machine
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test src/lib.rs - StateMachine<State>::remove (line 151) ... FAILED
[INFO] [stdout] test src/lib.rs - StateMachine<State>::get_machine (line 189) ... FAILED
[INFO] [stdout] test src/lib.rs - StateMachine<State>::get_state (line 212) ... FAILED
[INFO] [stdout] test src/lib.rs - StateMachine<State>::contain (line 170) ... FAILED
[INFO] [stdout] test src/lib.rs - StateMachine<State>::add (line 115) ... FAILED
[INFO] [stdout] test src/lib.rs - StateMachine<State>::next (line 81) ... FAILED
[INFO] [stdout] test src/lib.rs - StateMachine<State>::add_builder (line 133) ... FAILED
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] test src/lib.rs - StateMachine<State>::new (line 45) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - StateMachine<State>::remove (line 151) stdout ----
[INFO] [stdout] error: comparison operators cannot be chained
[INFO] [stdout]    --> src/lib.rs:158:51
[INFO] [stdout]     |
[INFO] [stdout] 158 | assert_eq!(machine.remove(&States::Fire), Some(Box<Machine<States>>));
[INFO] [stdout]     |                                                   ^       ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `::<...>` instead of `<...>` to specify lifetime, type, or const arguments
[INFO] [stdout]     = help: or use `(...)` if you meant to specify fn arguments
[INFO] [stdout] help: split the comparison into two
[INFO] [stdout]     |
[INFO] [stdout] 158 | assert_eq!(machine.remove(&States::Fire), Some(Box<Machine && Machine<States>>));
[INFO] [stdout]     |                                                            ++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `Machine`
[INFO] [stdout]    --> src/lib.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 152 | use Machine;
[INFO] [stdout]     |     ^^^^^^^ no `Machine` in the root
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `StateMachine`
[INFO] [stdout]    --> src/lib.rs:153:5
[INFO] [stdout]     |
[INFO] [stdout] 153 | use StateMachine;
[INFO] [stdout]     |     ^^^^^^^^^^^^ no `StateMachine` in the root
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `FireStateImpl` in this scope
[INFO] [stdout]    --> src/lib.rs:156:36
[INFO] [stdout]     |
[INFO] [stdout] 156 | machine.add(States::Fire, Box::new(FireStateImpl));
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:155:37
[INFO] [stdout]     |
[INFO] [stdout] 155 | let mut machine = StateMachine::new(States::Empty);
[INFO] [stdout]     |                                     ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:156:13
[INFO] [stdout]     |
[INFO] [stdout] 156 | machine.add(States::Fire, Box::new(FireStateImpl));
[INFO] [stdout]     |             ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:158:28
[INFO] [stdout]     |
[INFO] [stdout] 158 | assert_eq!(machine.remove(&States::Fire), Some(Box<Machine<States>>));
[INFO] [stdout]     |                            ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:159:28
[INFO] [stdout]     |
[INFO] [stdout] 159 | assert_eq!(machine.remove(&States::Stop), None);
[INFO] [stdout]     |                            ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - StateMachine<State>::get_machine (line 189) stdout ----
[INFO] [stdout] error: comparison operators cannot be chained
[INFO] [stdout]    --> src/lib.rs:199:49
[INFO] [stdout]     |
[INFO] [stdout] 199 | assert_eq!(machine.get(&States::Fire), Some(&Box<Machine<States>>));
[INFO] [stdout]     |                                                 ^       ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `::<...>` instead of `<...>` to specify lifetime, type, or const arguments
[INFO] [stdout]     = help: or use `(...)` if you meant to specify fn arguments
[INFO] [stdout] help: split the comparison into two
[INFO] [stdout]     |
[INFO] [stdout] 199 | assert_eq!(machine.get(&States::Fire), Some(&Box<Machine && Machine<States>>));
[INFO] [stdout]     |                                                          ++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `Machine`
[INFO] [stdout]    --> src/lib.rs:190:5
[INFO] [stdout]     |
[INFO] [stdout] 190 | use Machine;
[INFO] [stdout]     |     ^^^^^^^ no `Machine` in the root
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `StateMachine`
[INFO] [stdout]    --> src/lib.rs:191:5
[INFO] [stdout]     |
[INFO] [stdout] 191 | use StateMachine;
[INFO] [stdout]     |     ^^^^^^^^^^^^ no `StateMachine` in the root
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `FireStateImpl` in this scope
[INFO] [stdout]    --> src/lib.rs:194:36
[INFO] [stdout]     |
[INFO] [stdout] 194 | machine.add(States::Fire, Box::new(FireStateImpl));
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:193:37
[INFO] [stdout]     |
[INFO] [stdout] 193 | let mut machine = StateMachine::new(States::Empty);
[INFO] [stdout]     |                                     ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:194:13
[INFO] [stdout]     |
[INFO] [stdout] 194 | machine.add(States::Fire, Box::new(FireStateImpl));
[INFO] [stdout]     |             ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:196:29
[INFO] [stdout]     |
[INFO] [stdout] 196 | assert_eq!(machine.contain(&States::Fire), true);
[INFO] [stdout]     |                             ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:197:29
[INFO] [stdout]     |
[INFO] [stdout] 197 | assert_eq!(machine.contain(&States::Stop), false);
[INFO] [stdout]     |                             ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:199:25
[INFO] [stdout]     |
[INFO] [stdout] 199 | assert_eq!(machine.get(&States::Fire), Some(&Box<Machine<States>>));
[INFO] [stdout]     |                         ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:200:25
[INFO] [stdout]     |
[INFO] [stdout] 200 | assert_eq!(machine.get(&States::Empty), None);
[INFO] [stdout]     |                         ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - StateMachine<State>::get_state (line 212) stdout ----
[INFO] [stdout] error: expected `;`, found `machine`
[INFO] [stdout]    --> src/lib.rs:216:51
[INFO] [stdout]     |
[INFO] [stdout] 216 | let mut machine = StateMachine::new(States::Empty)
[INFO] [stdout]     |                                                   ^ help: add `;` here
[INFO] [stdout] 217 | machine.add(States::Music, Box::new(MusicImpl));
[INFO] [stdout]     | ------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `Machine`
[INFO] [stdout]    --> src/lib.rs:213:5
[INFO] [stdout]     |
[INFO] [stdout] 213 | use Machine;
[INFO] [stdout]     |     ^^^^^^^ no `Machine` in the root
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `StateMachine`
[INFO] [stdout]    --> src/lib.rs:214:5
[INFO] [stdout]     |
[INFO] [stdout] 214 | use StateMachine;
[INFO] [stdout]     |     ^^^^^^^^^^^^ no `StateMachine` in the root
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MusicImpl` in this scope
[INFO] [stdout]    --> src/lib.rs:217:37
[INFO] [stdout]     |
[INFO] [stdout] 217 | machine.add(States::Music, Box::new(MusicImpl));
[INFO] [stdout]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EmptyImpl` in this scope
[INFO] [stdout]    --> src/lib.rs:218:37
[INFO] [stdout]     |
[INFO] [stdout] 218 | machine.add(States::Empty, Box::new(EmptyImpl));
[INFO] [stdout]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:216:37
[INFO] [stdout]     |
[INFO] [stdout] 216 | let mut machine = StateMachine::new(States::Empty)
[INFO] [stdout]     |                                     ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:217:13
[INFO] [stdout]     |
[INFO] [stdout] 217 | machine.add(States::Music, Box::new(MusicImpl));
[INFO] [stdout]     |             ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:218:13
[INFO] [stdout]     |
[INFO] [stdout] 218 | machine.add(States::Empty, Box::new(EmptyImpl));
[INFO] [stdout]     |             ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:220:34
[INFO] [stdout]     |
[INFO] [stdout] 220 | assert_eq!(*machine.get_state(), States::Empty);
[INFO] [stdout]     |                                  ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:223:34
[INFO] [stdout]     |
[INFO] [stdout] 223 | assert_eq!(*machine.get_state(), States::Music);
[INFO] [stdout]     |                                  ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - StateMachine<State>::contain (line 170) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `Machine`
[INFO] [stdout]    --> src/lib.rs:171:5
[INFO] [stdout]     |
[INFO] [stdout] 171 | use Machine;
[INFO] [stdout]     |     ^^^^^^^ no `Machine` in the root
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `StateMachine`
[INFO] [stdout]    --> src/lib.rs:172:5
[INFO] [stdout]     |
[INFO] [stdout] 172 | use StateMachine;
[INFO] [stdout]     |     ^^^^^^^^^^^^ no `StateMachine` in the root
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `FireStateImpl` in this scope
[INFO] [stdout]    --> src/lib.rs:175:36
[INFO] [stdout]     |
[INFO] [stdout] 175 | machine.add(States::Fire, Box::new(FireStateImpl));
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:174:37
[INFO] [stdout]     |
[INFO] [stdout] 174 | let mut machine = StateMachine::new(States::Empty);
[INFO] [stdout]     |                                     ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:175:13
[INFO] [stdout]     |
[INFO] [stdout] 175 | machine.add(States::Fire, Box::new(FireStateImpl));
[INFO] [stdout]     |             ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:177:29
[INFO] [stdout]     |
[INFO] [stdout] 177 | assert_eq!(machine.contain(&States::Fire), true);
[INFO] [stdout]     |                             ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:178:29
[INFO] [stdout]     |
[INFO] [stdout] 178 | assert_eq!(machine.contain(&States::Stop), false);
[INFO] [stdout]     |                             ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - StateMachine<State>::add (line 115) stdout ----
[INFO] [stdout] error: comparison operators cannot be chained
[INFO] [stdout]    --> src/lib.rs:122:72
[INFO] [stdout]     |
[INFO] [stdout] 122 | assert_eq!(machine.add(States::Fire, Box::new(StopStateImpl)), Some(Box<Machine<States>>));
[INFO] [stdout]     |                                                                        ^       ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `::<...>` instead of `<...>` to specify lifetime, type, or const arguments
[INFO] [stdout]     = help: or use `(...)` if you meant to specify fn arguments
[INFO] [stdout] help: split the comparison into two
[INFO] [stdout]     |
[INFO] [stdout] 122 | assert_eq!(machine.add(States::Fire, Box::new(StopStateImpl)), Some(Box<Machine && Machine<States>>));
[INFO] [stdout]     |                                                                                 ++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `Machine`
[INFO] [stdout]    --> src/lib.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 | use Machine;
[INFO] [stdout]     |     ^^^^^^^ no `Machine` in the root
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `StateMachine`
[INFO] [stdout]    --> src/lib.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | use StateMachine;
[INFO] [stdout]     |     ^^^^^^^^^^^^ no `StateMachine` in the root
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `FireStateImpl` in this scope
[INFO] [stdout]    --> src/lib.rs:120:36
[INFO] [stdout]     |
[INFO] [stdout] 120 | machine.add(States::Fire, Box::new(FireStateImpl));
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `StopStateImpl` in this scope
[INFO] [stdout]    --> src/lib.rs:122:47
[INFO] [stdout]     |
[INFO] [stdout] 122 | assert_eq!(machine.add(States::Fire, Box::new(StopStateImpl)), Some(Box<Machine<States>>));
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:119:37
[INFO] [stdout]     |
[INFO] [stdout] 119 | let mut machine = StateMachine::new(States::Empty);
[INFO] [stdout]     |                                     ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:120:13
[INFO] [stdout]     |
[INFO] [stdout] 120 | machine.add(States::Fire, Box::new(FireStateImpl));
[INFO] [stdout]     |             ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:122:24
[INFO] [stdout]     |
[INFO] [stdout] 122 | assert_eq!(machine.add(States::Fire, Box::new(StopStateImpl)), Some(Box<Machine<States>>));
[INFO] [stdout]     |                        ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]    --> src/lib.rs:123:25
[INFO] [stdout]     |
[INFO] [stdout] 123 | assert_eq!(machine.add(&States::Block), None);
[INFO] [stdout]     |                         ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - StateMachine<State>::next (line 81) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `Machine`
[INFO] [stdout]   --> src/lib.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 | use Machine;
[INFO] [stdout]    |     ^^^^^^^ no `Machine` in the root
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `StateMachine`
[INFO] [stdout]   --> src/lib.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 | use StateMachine;
[INFO] [stdout]    |     ^^^^^^^^^^^^ no `StateMachine` in the root
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EmptyImpl` in this scope
[INFO] [stdout]   --> src/lib.rs:86:37
[INFO] [stdout]    |
[INFO] [stdout] 86 | machine.add(States::Empty, Box::new(EmptyImpl));
[INFO] [stdout]    |                                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `FireImpl` in this scope
[INFO] [stdout]   --> src/lib.rs:87:36
[INFO] [stdout]    |
[INFO] [stdout] 87 | machine.add(States::Fire, Box::new(FireImpl));
[INFO] [stdout]    |                                    ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `StopImpl` in this scope
[INFO] [stdout]   --> src/lib.rs:88:36
[INFO] [stdout]    |
[INFO] [stdout] 88 | machine.add(States::Stop, Box::new(StopImpl));
[INFO] [stdout]    |                                    ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]   --> src/lib.rs:85:37
[INFO] [stdout]    |
[INFO] [stdout] 85 | let mut machine = StateMachine::new(States::Empty);
[INFO] [stdout]    |                                     ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]   --> src/lib.rs:86:13
[INFO] [stdout]    |
[INFO] [stdout] 86 | machine.add(States::Empty, Box::new(EmptyImpl));
[INFO] [stdout]    |             ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]   --> src/lib.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 | machine.add(States::Fire, Box::new(FireImpl));
[INFO] [stdout]    |             ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]   --> src/lib.rs:88:13
[INFO] [stdout]    |
[INFO] [stdout] 88 | machine.add(States::Stop, Box::new(StopImpl));
[INFO] [stdout]    |             ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - StateMachine<State>::add_builder (line 133) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `State2` in this scope
[INFO] [stdout]    --> src/lib.rs:137:24
[INFO] [stdout]     |
[INFO] [stdout] 137 |        .add_builder(2, State2)
[INFO] [stdout]     |                        ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `State3` in this scope
[INFO] [stdout]    --> src/lib.rs:138:24
[INFO] [stdout]     |
[INFO] [stdout] 138 |        .add_builder(3, State3);
[INFO] [stdout]     |                        ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StateMachine`
[INFO] [stdout]    --> src/lib.rs:134:16
[INFO] [stdout]     |
[INFO] [stdout] 134 | let mut mach = StateMachine::new(1);
[INFO] [stdout]     |                ^^^^^^^^^^^^ use of undeclared type `StateMachine`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - StateMachine<State>::new (line 45) stdout ----
[INFO] [stdout] error: expected `;`, found `}`
[INFO] [stdout]   --> src/lib.rs:48:51
[INFO] [stdout]    |
[INFO] [stdout] 48 | let mut machine = StateMachine::new(States::Empty)
[INFO] [stdout]    |                                                   ^ help: add `;` here
[INFO] [stdout] 49 | } _doctest_main_src_lib_rs_45_0() }
[INFO] [stdout]    | - unexpected token
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `StateMachine`
[INFO] [stdout]   --> src/lib.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | use StateMachine;
[INFO] [stdout]    |     ^^^^^^^^^^^^ no `StateMachine` in the root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `States`
[INFO] [stdout]   --> src/lib.rs:48:37
[INFO] [stdout]    |
[INFO] [stdout] 48 | let mut machine = StateMachine::new(States::Empty)
[INFO] [stdout]    |                                     ^^^^^^ use of undeclared type `States`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - StateMachine<State>::add (line 115)
[INFO] [stdout]     src/lib.rs - StateMachine<State>::add_builder (line 133)
[INFO] [stdout]     src/lib.rs - StateMachine<State>::contain (line 170)
[INFO] [stdout]     src/lib.rs - StateMachine<State>::get_machine (line 189)
[INFO] [stdout]     src/lib.rs - StateMachine<State>::get_state (line 212)
[INFO] [stdout]     src/lib.rs - StateMachine<State>::new (line 45)
[INFO] [stdout]     src/lib.rs - StateMachine<State>::next (line 81)
[INFO] [stdout]     src/lib.rs - StateMachine<State>::remove (line 151)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e541c9829a9ebdc223f6f313f8b9e0040c2ff621e9e8ba7a958b48a19b6360cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e541c9829a9ebdc223f6f313f8b9e0040c2ff621e9e8ba7a958b48a19b6360cc", kill_on_drop: false }`
[INFO] [stdout] e541c9829a9ebdc223f6f313f8b9e0040c2ff621e9e8ba7a958b48a19b6360cc
