[INFO] fetching crate extfsm 0.12.1...
[INFO] testing extfsm-0.12.1 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate extfsm 0.12.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate extfsm 0.12.1 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate extfsm 0.12.1
[INFO] finished tweaking crates.io crate extfsm 0.12.1
[INFO] tweaked toml for crates.io crate extfsm 0.12.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 59 packages to latest compatible versions
[INFO] [stderr]       Adding crossbeam v0.2.12 (latest: v0.8.4)
[INFO] [stderr]       Adding itertools v0.10.5 (latest: v0.13.0)
[INFO] [stderr]       Adding slog-atomic v2.0.0 (latest: v3.1.0)
[INFO] [stderr]       Adding uuid v0.8.2 (latest: v1.8.0)
[INFO] [stderr]       Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded enum_derive v0.1.7
[INFO] [stderr]   Downloaded slog-atomic v2.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d5ea4c02e4a41efb86e9ec4d553bc9e7041e84a584c561fcea39c975ce7748ae
[INFO] running `Command { std: "docker" "start" "-a" "d5ea4c02e4a41efb86e9ec4d553bc9e7041e84a584c561fcea39c975ce7748ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5ea4c02e4a41efb86e9ec4d553bc9e7041e84a584c561fcea39c975ce7748ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5ea4c02e4a41efb86e9ec4d553bc9e7041e84a584c561fcea39c975ce7748ae", kill_on_drop: false }`
[INFO] [stdout] d5ea4c02e4a41efb86e9ec4d553bc9e7041e84a584c561fcea39c975ce7748ae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c1eaff6fffac9eb396b774973ff35cfe25d18cd29513dcbfc38329a561161bf
[INFO] running `Command { std: "docker" "start" "-a" "7c1eaff6fffac9eb396b774973ff35cfe25d18cd29513dcbfc38329a561161bf", kill_on_drop: false }`
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling custom_derive v0.1.7
[INFO] [stderr]    Compiling enum_derive v0.1.7
[INFO] [stderr]    Compiling dot v0.1.4
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling extfsm v0.12.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
[INFO] running `Command { std: "docker" "inspect" "7c1eaff6fffac9eb396b774973ff35cfe25d18cd29513dcbfc38329a561161bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c1eaff6fffac9eb396b774973ff35cfe25d18cd29513dcbfc38329a561161bf", kill_on_drop: false }`
[INFO] [stdout] 7c1eaff6fffac9eb396b774973ff35cfe25d18cd29513dcbfc38329a561161bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 59dca79ab7429f048a50af017503582490c60bc685ed418dd929bb1f85934e0a
[INFO] running `Command { std: "docker" "start" "-a" "59dca79ab7429f048a50af017503582490c60bc685ed418dd929bb1f85934e0a", kill_on_drop: false }`
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]    Compiling take_mut v0.2.2
[INFO] [stderr]    Compiling crossbeam v0.2.12
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling slog-atomic v2.0.0
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling slog-term v2.9.1
[INFO] [stderr]    Compiling extfsm v0.12.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.83s
[INFO] running `Command { std: "docker" "inspect" "59dca79ab7429f048a50af017503582490c60bc685ed418dd929bb1f85934e0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59dca79ab7429f048a50af017503582490c60bc685ed418dd929bb1f85934e0a", kill_on_drop: false }`
[INFO] [stdout] 59dca79ab7429f048a50af017503582490c60bc685ed418dd929bb1f85934e0a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8d6f518ba4e44f722b6434c0a0f98a3ade734b3ca70f440dab286a79fbff720e
[INFO] running `Command { std: "docker" "start" "-a" "8d6f518ba4e44f722b6434c0a0f98a3ade734b3ca70f440dab286a79fbff720e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/extfsm-7d122abdf709383f)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] digraph G7878F4A296534EBB8ACD1EB9A2489607 {
[INFO] [stdout]     NDE32F4C32A044ED5BA4B4685D09B718A[label="OpenWaitForTimeOut"][shape="oval"];
[INFO] [stdout]     NFDDE47B1C9FE48D5B77BC382D4BCF8C4[label="Enter"][style="dashed"][shape="plain"];
[INFO] [stdout]     NBA975826B11466BB1C87CF34F65505E[label="CheckingMoney"][shape="oval"];
[INFO] [stdout]     N131BFF4CFC7D4C958E45D468AFFD75F4[label="ClosedWaitForMoney"][shape="diamond"];
[INFO] [stdout]     NA39D4F2B4E7848EBA7275DA02C60A19D[label="Exit"][style="dashed"][shape="plain"];
[INFO] [stdout]     NDE32F4C32A044ED5BA4B4685D09B718A -> NDE32F4C32A044ED5BA4B4685D09B718A[label="Reject\n|GotCoin|\nRejected\n|RejectMoney|"][color="red"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     NFDDE47B1C9FE48D5B77BC382D4BCF8C4 -> NDE32F4C32A044ED5BA4B4685D09B718A[label="CountOpens"][color="gold"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     NDE32F4C32A044ED5BA4B4685D09B718A -> NA39D4F2B4E7848EBA7275DA02C60A19D[label="CountClose"][color="gold"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     N131BFF4CFC7D4C958E45D468AFFD75F4 -> NBA975826B11466BB1C87CF34F65505E[label="ProcessCoin\n|GotCoin|"][color="green"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     NBA975826B11466BB1C87CF34F65505E -> NBA975826B11466BB1C87CF34F65505E[label="IgnoreAnotherCoin\n|GotCoin|"][color="red"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     NDE32F4C32A044ED5BA4B4685D09B718A -> N131BFF4CFC7D4C958E45D468AFFD75F4[label="TimeOut\n|Timeout|"][color="blue"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout] digraph G16D2FAFB9E334922A4DB2F087C3F6E30 {
[INFO] [stdout]         NBA975826B11466BB1C87CF34F65505E -> N131BFF4CFC7D4C958E45D468AFFD75F4[label="Rejected\n|RejectMoney|"][color="red"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout] N7A4333E09F29410AB94C7B7DF50D251B[label="Enter"][style="invis"][shape="plain"];
[INFO] [stdout]         N27DCDBE1593A4B49BC157F3F7D3E74BB[label="One"][shape="oval"];
[INFO] [stdout]     NBA975826B11466BB1C87CF34F65505E -> NDE32F4C32A044ED5BA4B4685D09B718A[label="Accepted\n|AcceptMoney|"][color="green"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout] }
[INFO] [stdout] N5EAD6EB526AE433A80C01B8ACA8B964E[label="Two"][shape="oval"];
[INFO] [stdout]     N92CC3336DAEB42CF93DE3D35A7FCB8F7[label="Three"][shape="oval"];
[INFO] [stdout]     N6F9A9C9B70EA424DA01776A1D5B1CF10[label="Init"][shape="diamond"];
[INFO] [stdout]     N92CC3336DAEB42CF93DE3D35A7FCB8F7 -> N27DCDBE1593A4B49BC157F3F7D3E74BB[label="Three2One-1-RED\n|Event1|\nThree2One-2-RED\n|Event2|"][color="red"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     N5EAD6EB526AE433A80C01B8ACA8B964E -> N92CC3336DAEB42CF93DE3D35A7FCB8F7[label="Two2Three-BLUE\n|Event1|"][color="blue"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     N27DCDBE1593A4B49BC157F3F7D3E74BB -> N27DCDBE1593A4B49BC157F3F7D3E74BB[label="Self2Self-RED\n|CyanEvent1|\nSelf2Self-RED\n|CyanEvent2|\nSelf2Self-RED\n|CyanEvent3|"][color="cyan"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     N27DCDBE1593A4B49BC157F3F7D3E74BB -> N27DCDBE1593A4B49BC157F3F7D3E74BB[label="Self2Self-RedEvent1\n|RedEvent1|\nSelf2Self-RedEvent2\n|RedEvent2|\nSelf2Self-RedEvent3\n|RedEvent3|"][color="red"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     test tests::coin_machine_test ... okN27DCDBE1593A4B49BC157F3F7D3E74BB -> 
[INFO] [stdout] N5EAD6EB526AE433A80C01B8ACA8B964E[label="One2Two-GREEN\n|Event1|"][color="green"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     N5EAD6EB526AE433A80C01B8ACA8B964E -> N5EAD6EB526AE433A80C01B8ACA8B964E[label="Self2Self-RedEvent1\n|RedEvent1|\nSelf2Self-RedEvent2\n|RedEvent2|\nSelf2Self-RedEvent3\n|RedEvent3|"][color="red"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     N5EAD6EB526AE433A80C01B8ACA8B964E -> N5EAD6EB526AE433A80C01B8ACA8B964E[label="Self2Self-RED\n|CyanEvent1|\nSelf2Self-RED\n|CyanEvent2|\nSelf2Self-RED\n|CyanEvent3|"][color="cyan"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     test tests::flyweight ... ok
[INFO] [stdout] N92CC3336DAEB42CF93DE3D35A7FCB8F7 -> N92CC3336DAEB42CF93DE3D35A7FCB8F7[label="Self2Self-RedEvent1\n|RedEvent1|\nSelf2Self-RedEvent2\n|RedEvent2|\nSelf2Self-RedEvent3\n|RedEvent3|"][color="red"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     N6F9A9C9B70EA424DA01776A1D5B1CF10 -> N27DCDBE1593A4B49BC157F3F7D3E74BB[label="Init2One-GRAY\n|Event1|"][color="gray"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     N92CC3336DAEB42CF93DE3D35A7FCB8F7 -> N92CC3336DAEB42CF93DE3D35A7FCB8F7[label="Self2Self-RED\n|CyanEvent1|\nSelf2Self-RED\n|CyanEvent2|\nSelf2Self-RED\n|CyanEvent3|"][color="cyan"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     N92CC3336DAEB42CF93DE3D35A7FCB8F7 -> N27DCDBE1593A4B49BC157F3F7D3E74BB[label="Three2One-3-BLUE\n|Event3|\nThree2One-4-BLUE\n|Event4|"][color="blue"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout] }
[INFO] [stdout] test tests::coin_machine_dot ... FAILED
[INFO] [stdout] test tests::dottest_fsm_dot ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::coin_machine_dot stdout ----
[INFO] [stdout] thread 'tests::coin_machine_dot' panicked at src/lib.rs:1630:19:
[INFO] [stdout] cannot dotfile: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5561e5a4f2b5 - std::backtrace_rs::backtrace::libunwind::trace::h59d96bdb08384354
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stdout]    1:     0x5561e5a4f2b5 - std::backtrace_rs::backtrace::trace_unsynchronized::h9cf5becacfc93fba
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x5561e5a4f2b5 - std::sys_common::backtrace::_print_fmt::h10b76d10405dbd48
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stdout]    3:     0x5561e5a4f2b5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stdout]    4:     0x5561e5a7692b - core::fmt::rt::Argument::fmt::h645c680983f03c9f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/rt.rs:165:63
[INFO] [stdout]    5:     0x5561e5a7692b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/mod.rs:1169:21
[INFO] [stdout]    6:     0x5561e5a4caef - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/io/mod.rs:1835:15
[INFO] [stdout]    7:     0x5561e5a4f08e - std::sys_common::backtrace::_print::h6306f131a28d62b0
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stdout]    8:     0x5561e5a4f08e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stdout]    9:     0x5561e5a50ab9 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]   10:     0x5561e5a5077e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:295:9
[INFO] [stdout]   11:     0x5561e59af75a - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::he5eacdef44c8728f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   12:     0x5561e59af75a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:137:21
[INFO] [stdout]   13:     0x5561e5a510bb - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hcbd0d80e1ad4e4f9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   14:     0x5561e5a510bb - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:799:13
[INFO] [stdout]   15:     0x5561e5a50e34 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:664:13
[INFO] [stdout]   16:     0x5561e5a4f779 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stdout]   17:     0x5561e5a50b67 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:652:5
[INFO] [stdout]   18:     0x5561e58dc8a3 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panicking.rs:72:14
[INFO] [stdout]   19:     0x5561e58dcdd6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:1654:5
[INFO] [stdout]   20:     0x5561e596c7af - core::result::Result<T,E>::expect::hf23fb331d5c36047
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:1034:23
[INFO] [stdout]   21:     0x5561e593710d - extfsm::tests::coin_machine_dot::hc8fd5944dd479faf
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:1617:13
[INFO] [stdout]   22:     0x5561e5936a87 - extfsm::tests::coin_machine_dot::{{closure}}::hb198d67e0f013907
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:1613:26
[INFO] [stdout]   23:     0x5561e594fac6 - core::ops::function::FnOnce::call_once::h06467512321a004a
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5561e59b413b - core::ops::function::FnOnce::call_once::h2e43a8f6f3d94b99
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5561e59b413b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:625:18
[INFO] [stdout]   26:     0x5561e59b3841 - test::run_test_in_process::{{closure}}::h510b7ba7990692a5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:60
[INFO] [stdout]   27:     0x5561e59b3841 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4157186197a93871
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5561e59b3841 - std::panicking::try::do_call::h1bf2463bccd4b28c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   29:     0x5561e59b3841 - std::panicking::try::hd6d4808c9fab4fa5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   30:     0x5561e59b3841 - std::panic::catch_unwind::hd5641d97d123f9f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   31:     0x5561e59b3841 - test::run_test_in_process::hc273b71c8b878a4c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:27
[INFO] [stdout]   32:     0x5561e59b3841 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:569:43
[INFO] [stdout]   33:     0x5561e597c204 - test::run_test::{{closure}}::h608b98ecff5665fb
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:599:41
[INFO] [stdout]   34:     0x5561e597c204 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:155:18
[INFO] [stdout]   35:     0x5561e5980c32 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h571773fd21d674c8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:542:17
[INFO] [stdout]   36:     0x5561e5980c32 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hdcd384cf2fa70ba3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5561e5980c32 - std::panicking::try::do_call::h4f1a44bd81423be1
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   38:     0x5561e5980c32 - std::panicking::try::h5e02afcb81dcd361
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   39:     0x5561e5980c32 - std::panic::catch_unwind::h022f75775bfd8c45
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   40:     0x5561e5980c32 - std::thread::Builder::spawn_unchecked_::{{closure}}::hf5a62e9e4e6df1f8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:541:30
[INFO] [stdout]   41:     0x5561e5980c32 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5561e5a553bb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7a343dc551c06baa
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   43:     0x5561e5a553bb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h30b8111cbaa644f3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   44:     0x5561e5a553bb - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys/pal/unix/thread.rs:108:17
[INFO] [stdout]   45:     0x7f1f89aacac3 - <unknown>
[INFO] [stdout]   46:     0x7f1f89b3da04 - __clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::dottest_fsm_dot stdout ----
[INFO] [stdout] thread 'tests::dottest_fsm_dot' panicked at src/lib.rs:1835:19:
[INFO] [stdout] cannot dotfile: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5561e5a4f2b5 - std::backtrace_rs::backtrace::libunwind::trace::h59d96bdb08384354
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stdout]    1:     0x5561e5a4f2b5 - std::backtrace_rs::backtrace::trace_unsynchronized::h9cf5becacfc93fba
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x5561e5a4f2b5 - std::sys_common::backtrace::_print_fmt::h10b76d10405dbd48
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stdout]    3:     0x5561e5a4f2b5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stdout]    4:     0x5561e5a7692b - core::fmt::rt::Argument::fmt::h645c680983f03c9f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/rt.rs:165:63
[INFO] [stdout]    5:     0x5561e5a7692b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/mod.rs:1169:21
[INFO] [stdout]    6:     0x5561e5a4caef - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/io/mod.rs:1835:15
[INFO] [stdout]    7:     0x5561e5a4f08e - std::sys_common::backtrace::_print::h6306f131a28d62b0
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stdout]    8:     0x5561e5a4f08e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stdout]    9:     0x5561e5a50ab9 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]   10:     0x5561e5a5077e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:295:9
[INFO] [stdout]   11:     0x5561e59af75a - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::he5eacdef44c8728f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   12:     0x5561e59af75a - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:137:21
[INFO] [stdout]   13:     0x5561e5a510bb - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hcbd0d80e1ad4e4f9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   14:     0x5561e5a510bb - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:799:13
[INFO] [stdout]   15:     0x5561e5a50e34 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:664:13
[INFO] [stdout]   16:     0x5561e5a4f779 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stdout]   17:     0x5561e5a50b67 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:652:5
[INFO] [stdout]   18:     0x5561e58dc8a3 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panicking.rs:72:14
[INFO] [stdout]   19:     0x5561e58dcdd6 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:1654:5
[INFO] [stdout]   20:     0x5561e596c7af - core::result::Result<T,E>::expect::hf23fb331d5c36047
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:1034:23
[INFO] [stdout]   21:     0x5561e593a429 - extfsm::tests::dottest_fsm_dot::h02b3beac23f997ea
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:1826:13
[INFO] [stdout]   22:     0x5561e5939f17 - extfsm::tests::dottest_fsm_dot::{{closure}}::h610cc5732b767b89
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:1822:25
[INFO] [stdout]   23:     0x5561e59503c6 - core::ops::function::FnOnce::call_once::h71940a2b712fe362
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5561e59b413b - core::ops::function::FnOnce::call_once::h2e43a8f6f3d94b99
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5561e59b413b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:625:18
[INFO] [stdout]   26:     0x5561e59b3841 - test::run_test_in_process::{{closure}}::h510b7ba7990692a5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:60
[INFO] [stdout]   27:     0x5561e59b3841 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4157186197a93871
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5561e59b3841 - std::panicking::try::do_call::h1bf2463bccd4b28c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   29:     0x5561e59b3841 - std::panicking::try::hd6d4808c9fab4fa5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   30:     0x5561e59b3841 - std::panic::catch_unwind::hd5641d97d123f9f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   31:     0x5561e59b3841 - test::run_test_in_process::hc273b71c8b878a4c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:27
[INFO] [stdout]   32:     0x5561e59b3841 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:569:43
[INFO] [stdout]   33:     0x5561e597c204 - test::run_test::{{closure}}::h608b98ecff5665fb
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:599:41
[INFO] [stdout]   34:     0x5561e597c204 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:155:18
[INFO] [stdout]   35:     0x5561e5980c32 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h571773fd21d674c8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:542:17
[INFO] [stdout]   36:     0x5561e5980c32 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hdcd384cf2fa70ba3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5561e5980c32 - std::panicking::try::do_call::h4f1a44bd81423be1
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   38:     0x5561e5980c32 - std::panicking::try::h5e02afcb81dcd361
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   39:     0x5561e5980c32 - std::panic::catch_unwind::h022f75775bfd8c45
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   40:     0x5561e5980c32 - std::thread::Builder::spawn_unchecked_::{{closure}}::hf5a62e9e4e6df1f8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:541:30
[INFO] [stdout]   41:     0x5561e5980c32 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5561e5a553bb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7a343dc551c06baa
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   43:     0x5561e5a553bb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h30b8111cbaa644f3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   44:     0x5561e5a553bb - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys/pal/unix/thread.rs:108:17
[INFO] [stdout]   45:     0x7f1f89aacac3 - <unknown>
[INFO] [stdout]   46:     0x7f1f89b3da04 - __clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::coin_machine_dot
[INFO] [stdout]     tests::dottest_fsm_dot
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "8d6f518ba4e44f722b6434c0a0f98a3ade734b3ca70f440dab286a79fbff720e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d6f518ba4e44f722b6434c0a0f98a3ade734b3ca70f440dab286a79fbff720e", kill_on_drop: false }`
[INFO] [stdout] 8d6f518ba4e44f722b6434c0a0f98a3ade734b3ca70f440dab286a79fbff720e
