[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
[INFO] testing extfsm-0.12.1 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate extfsm 0.12.1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate extfsm 0.12.1 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "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-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 48f61ef444c2f2ac9f3634c3dda8760ee053cd46284bf4b38c8f58b2ff4c5f97
[INFO] running `Command { std: "docker" "start" "-a" "48f61ef444c2f2ac9f3634c3dda8760ee053cd46284bf4b38c8f58b2ff4c5f97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48f61ef444c2f2ac9f3634c3dda8760ee053cd46284bf4b38c8f58b2ff4c5f97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48f61ef444c2f2ac9f3634c3dda8760ee053cd46284bf4b38c8f58b2ff4c5f97", kill_on_drop: false }`
[INFO] [stdout] 48f61ef444c2f2ac9f3634c3dda8760ee053cd46284bf4b38c8f58b2ff4c5f97
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cf3c6186bfed5d5c14c2479672f20efd3a503010ff0a6d30faf4ef0289db2a07
[INFO] running `Command { std: "docker" "start" "-a" "cf3c6186bfed5d5c14c2479672f20efd3a503010ff0a6d30faf4ef0289db2a07", 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 dot v0.1.4
[INFO] [stderr]    Compiling enum_derive v0.1.7
[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" "cf3c6186bfed5d5c14c2479672f20efd3a503010ff0a6d30faf4ef0289db2a07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf3c6186bfed5d5c14c2479672f20efd3a503010ff0a6d30faf4ef0289db2a07", kill_on_drop: false }`
[INFO] [stdout] cf3c6186bfed5d5c14c2479672f20efd3a503010ff0a6d30faf4ef0289db2a07
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 46965e82d449408b526be3ad25320da6e5d0cc7d3501b79f7d6fe9aba9ef40ad
[INFO] running `Command { std: "docker" "start" "-a" "46965e82d449408b526be3ad25320da6e5d0cc7d3501b79f7d6fe9aba9ef40ad", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling crossbeam v0.2.12
[INFO] [stderr]    Compiling take_mut v0.2.2
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling time-macros v0.2.18
[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" "46965e82d449408b526be3ad25320da6e5d0cc7d3501b79f7d6fe9aba9ef40ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46965e82d449408b526be3ad25320da6e5d0cc7d3501b79f7d6fe9aba9ef40ad", kill_on_drop: false }`
[INFO] [stdout] 46965e82d449408b526be3ad25320da6e5d0cc7d3501b79f7d6fe9aba9ef40ad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0b6de4a8a0df651884dce450adf3b7caef6113d49eaada2f1880598b13bb7a40
[INFO] running `Command { std: "docker" "start" "-a" "0b6de4a8a0df651884dce450adf3b7caef6113d49eaada2f1880598b13bb7a40", 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 G9AC72CAAAB774A3CBA7A78425FA2E036 {
[INFO] [stdout]     N655F5A722A9847FCB1894E9317778340[label="Enter"][style="dashed"][shape="plain"];
[INFO] [stdout]     NAA4005F2F8FB4E699E848EAD06F38365[label="ClosedWaitForMoney"][shape="diamond"];
[INFO] [stdout]     NC6600C729EB34C9FBEC6FDB486886F5A[label="OpenWaitForTimeOut"][shape="oval"];
[INFO] [stdout]     NDADE92B9FD554153B48214234678ABF0[label="CheckingMoney"][shape="oval"];
[INFO] [stdout]     N3F028153ED8A4292B9D29E006E33DF67[label="Exit"][style="dashed"][shape="plain"];
[INFO] [stdout] digraph GD1BBBC07F4864331993BADAD2F8D5183 {
[INFO] [stdout]         N8556043F72C74CC29C1D3ED1D7CB5354[label="One"][shape="oval"];
[INFO] [stdout]     N135B588F24CB4076A455E1D536E1C731[label="Enter"][style="invis"][shape="plain"];
[INFO] [stdout]     NC6600C729EB34C9FBEC6FDB486886F5A -> NAA4005F2F8FB4E699E848EAD06F38365[label="TimeOut\n|Timeout|"][color="blue"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout] NDCC286B7EABF495BB815C31804EFC832[label="Two"][shape="oval"];
[INFO] [stdout]         NB529099CDC9F4B22BE342CC0DF7236C4[label="Init"][shape="diamond"];
[INFO] [stdout]     N6B1EADAA5C7448599CB9C72D5D4384C9[label="Three"][shape="oval"];
[INFO] [stdout] N655F5A722A9847FCB1894E9317778340 -> NC6600C729EB34C9FBEC6FDB486886F5A[label="CountOpens"][color="gold"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]         NDADE92B9FD554153B48214234678ABF0 -> NDADE92B9FD554153B48214234678ABF0[label="IgnoreAnotherCoin\n|GotCoin|"][color="red"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout] N6B1EADAA5C7448599CB9C72D5D4384C9 -> N6B1EADAA5C7448599CB9C72D5D4384C9[label="Self2Self-RedEvent1\n|RedEvent1|\nSelf2Self-RedEvent2\n|RedEvent2|\nSelf2Self-RedEvent3\n|RedEvent3|"][color="red"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]         NC6600C729EB34C9FBEC6FDB486886F5A -> NC6600C729EB34C9FBEC6FDB486886F5A[label="Reject\n|GotCoin|\nRejected\n|RejectMoney|"][color="red"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout] N6B1EADAA5C7448599CB9C72D5D4384C9 -> N8556043F72C74CC29C1D3ED1D7CB5354[label="Three2One-1-RED\n|Event1|\nThree2One-2-RED\n|Event2|"][color="red"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]         NAA4005F2F8FB4E699E848EAD06F38365 -> NDADE92B9FD554153B48214234678ABF0[label="ProcessCoin\n|GotCoin|"][color="green"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     N6B1EADAA5C7448599CB9C72D5D4384C9 -> N6B1EADAA5C7448599CB9C72D5D4384C9[label="Self2Self-RED\n|CyanEvent1|\nSelf2Self-RED\n|CyanEvent2|\nSelf2Self-RED\n|CyanEvent3|"][color="cyan"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout] NDADE92B9FD554153B48214234678ABF0 -> NC6600C729EB34C9FBEC6FDB486886F5A[label="Accepted\n|AcceptMoney|"][color="green"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]         N6B1EADAA5C7448599CB9C72D5D4384C9 -> N8556043F72C74CC29C1D3ED1D7CB5354[label="Three2One-3-BLUE\n|Event3|\nThree2One-4-BLUE\n|Event4|"][color="blue"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout] NDADE92B9FD554153B48214234678ABF0 -> NAA4005F2F8FB4E699E848EAD06F38365[label="Rejected\n|RejectMoney|"][color="red"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]         NC6600C729EB34C9FBEC6FDB486886F5A -> N3F028153ED8A4292B9D29E006E33DF67[label="CountClose"][color="gold"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout] test tests::coin_machine_test ... }
[INFO] [stdout] okN8556043F72C74CC29C1D3ED1D7CB5354 -> N8556043F72C74CC29C1D3ED1D7CB5354[label="Self2Self-RedEvent1\n|RedEvent1|\nSelf2Self-RedEvent2\n|RedEvent2|\nSelf2Self-RedEvent3\n|RedEvent3|"][color="red"][arrowhead="
[INFO] [stdout] normal" dir="both" arrowtail="none"];
[INFO] [stdout]     N8556043F72C74CC29C1D3ED1D7CB5354 -> NDCC286B7EABF495BB815C31804EFC832[label="One2Two-GREEN\n|Event1|"][color="green"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     NDCC286B7EABF495BB815C31804EFC832 -> N6B1EADAA5C7448599CB9C72D5D4384C9[label="Two2Three-BLUE\n|Event1|"][color="blue"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout] test tests::flyweight ... ok
[INFO] [stdout]     N8556043F72C74CC29C1D3ED1D7CB5354 -> N8556043F72C74CC29C1D3ED1D7CB5354[label="Self2Self-RED\n|CyanEvent1|\nSelf2Self-RED\n|CyanEvent2|\nSelf2Self-RED\n|CyanEvent3|"][color="cyan"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     NB529099CDC9F4B22BE342CC0DF7236C4 -> N8556043F72C74CC29C1D3ED1D7CB5354[label="Init2One-GRAY\n|Event1|"][color="gray"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     NDCC286B7EABF495BB815C31804EFC832 -> NDCC286B7EABF495BB815C31804EFC832[label="Self2Self-RedEvent1\n|RedEvent1|\nSelf2Self-RedEvent2\n|RedEvent2|\nSelf2Self-RedEvent3\n|RedEvent3|"][color="red"][arrowhead="normal" dir="both" arrowtail="none"];
[INFO] [stdout]     NDCC286B7EABF495BB815C31804EFC832 -> NDCC286B7EABF495BB815C31804EFC832[label="Self2Self-RED\n|CyanEvent1|\nSelf2Self-RED\n|CyanEvent2|\nSelf2Self-RED\n|CyanEvent3|"][color="cyan"][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:     0x56457f45f905 - std::backtrace_rs::backtrace::libunwind::trace::he49dc9a9e3164223
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stdout]    1:     0x56457f45f905 - std::backtrace_rs::backtrace::trace_unsynchronized::h3a3e77c68030aa6b
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x56457f45f905 - std::sys_common::backtrace::_print_fmt::h9479ad2f99afd5d4
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stdout]    3:     0x56457f45f905 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stdout]    4:     0x56457f486f1b - core::fmt::rt::Argument::fmt::h125e56152abbc1c3
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/fmt/rt.rs:165:63
[INFO] [stdout]    5:     0x56457f486f1b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/fmt/mod.rs:1169:21
[INFO] [stdout]    6:     0x56457f45d1ef - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/io/mod.rs:1835:15
[INFO] [stdout]    7:     0x56457f45f6de - std::sys_common::backtrace::_print::h79ca548f3a2adf4b
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stdout]    8:     0x56457f45f6de - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stdout]    9:     0x56457f461049 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]   10:     0x56457f460d9c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:295:9
[INFO] [stdout]   11:     0x56457f3c309f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd874405dcbd1d3ed
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   12:     0x56457f3c309f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:137:21
[INFO] [stdout]   13:     0x56457f46164b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h00e96d9c62aa9a12
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   14:     0x56457f46164b - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:799:13
[INFO] [stdout]   15:     0x56457f4613c4 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:664:13
[INFO] [stdout]   16:     0x56457f45fdc9 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stdout]   17:     0x56457f4610f7 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:652:5
[INFO] [stdout]   18:     0x56457f2f0883 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/panicking.rs:72:14
[INFO] [stdout]   19:     0x56457f2f0db6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/result.rs:1654:5
[INFO] [stdout]   20:     0x56457f36342f - core::result::Result<T,E>::expect::hd6f373259fcbad83
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/result.rs:1034:23
[INFO] [stdout]   21:     0x56457f34aaed - extfsm::tests::coin_machine_dot::hde281bb535e35f1e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:1617:13
[INFO] [stdout]   22:     0x56457f34a467 - extfsm::tests::coin_machine_dot::{{closure}}::h00558ae6dd30fb54
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:1613:26
[INFO] [stdout]   23:     0x56457f375a86 - core::ops::function::FnOnce::call_once::h9ad154e905f5bd8d
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x56457f3c79bb - core::ops::function::FnOnce::call_once::h18c6bf92212b87a4
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x56457f3c79bb - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:625:18
[INFO] [stdout]   26:     0x56457f3c7081 - test::run_test_in_process::{{closure}}::heac2c4eb375d2d10
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:648:60
[INFO] [stdout]   27:     0x56457f3c7081 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0289bafc8a1cc004
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x56457f3c7081 - std::panicking::try::do_call::h5e158f1ad8a5f983
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:559:40
[INFO] [stdout]   29:     0x56457f3c7081 - std::panicking::try::hea3411d60321c4de
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:523:19
[INFO] [stdout]   30:     0x56457f3c7081 - std::panic::catch_unwind::hafb7bb18bc47bbc7
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panic.rs:149:14
[INFO] [stdout]   31:     0x56457f3c7081 - test::run_test_in_process::h74dd138dc7762d99
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:648:27
[INFO] [stdout]   32:     0x56457f3c7081 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:569:43
[INFO] [stdout]   33:     0x56457f38fa54 - test::run_test::{{closure}}::h6e11dba8131d354b
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:599:41
[INFO] [stdout]   34:     0x56457f38fa54 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:155:18
[INFO] [stdout]   35:     0x56457f394522 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hef92127c5ef9e53c
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/thread/mod.rs:542:17
[INFO] [stdout]   36:     0x56457f394522 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h859c109f9d11c92b
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x56457f394522 - std::panicking::try::do_call::hbf534c458cd858f0
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:559:40
[INFO] [stdout]   38:     0x56457f394522 - std::panicking::try::h65c18365a7b9ad90
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:523:19
[INFO] [stdout]   39:     0x56457f394522 - std::panic::catch_unwind::h21b25d4c69478c39
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panic.rs:149:14
[INFO] [stdout]   40:     0x56457f394522 - std::thread::Builder::spawn_unchecked_::{{closure}}::h23335f620275a9bf
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/thread/mod.rs:541:30
[INFO] [stdout]   41:     0x56457f394522 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x56457f46593b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h41b39260afcffdc9
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   43:     0x56457f46593b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6694c8dc6dd010c4
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   44:     0x56457f46593b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys/pal/unix/thread.rs:108:17
[INFO] [stdout]   45:     0x7f97df040ac3 - <unknown>
[INFO] [stdout]   46:     0x7f97df0d1a04 - __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:     0x56457f45f905 - std::backtrace_rs::backtrace::libunwind::trace::he49dc9a9e3164223
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stdout]    1:     0x56457f45f905 - std::backtrace_rs::backtrace::trace_unsynchronized::h3a3e77c68030aa6b
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x56457f45f905 - std::sys_common::backtrace::_print_fmt::h9479ad2f99afd5d4
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stdout]    3:     0x56457f45f905 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stdout]    4:     0x56457f486f1b - core::fmt::rt::Argument::fmt::h125e56152abbc1c3
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/fmt/rt.rs:165:63
[INFO] [stdout]    5:     0x56457f486f1b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/fmt/mod.rs:1169:21
[INFO] [stdout]    6:     0x56457f45d1ef - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/io/mod.rs:1835:15
[INFO] [stdout]    7:     0x56457f45f6de - std::sys_common::backtrace::_print::h79ca548f3a2adf4b
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stdout]    8:     0x56457f45f6de - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stdout]    9:     0x56457f461049 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]   10:     0x56457f460d9c - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:295:9
[INFO] [stdout]   11:     0x56457f3c309f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd874405dcbd1d3ed
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   12:     0x56457f3c309f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:137:21
[INFO] [stdout]   13:     0x56457f46164b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h00e96d9c62aa9a12
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   14:     0x56457f46164b - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:799:13
[INFO] [stdout]   15:     0x56457f4613c4 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:664:13
[INFO] [stdout]   16:     0x56457f45fdc9 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stdout]   17:     0x56457f4610f7 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:652:5
[INFO] [stdout]   18:     0x56457f2f0883 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/panicking.rs:72:14
[INFO] [stdout]   19:     0x56457f2f0db6 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/result.rs:1654:5
[INFO] [stdout]   20:     0x56457f36342f - core::result::Result<T,E>::expect::hd6f373259fcbad83
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/result.rs:1034:23
[INFO] [stdout]   21:     0x56457f34de09 - extfsm::tests::dottest_fsm_dot::ha13ec8ec04a53da1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:1826:13
[INFO] [stdout]   22:     0x56457f34d8f7 - extfsm::tests::dottest_fsm_dot::{{closure}}::he4ad700a074b031c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:1822:25
[INFO] [stdout]   23:     0x56457f376146 - core::ops::function::FnOnce::call_once::hd27c5b10b84d6d47
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x56457f3c79bb - core::ops::function::FnOnce::call_once::h18c6bf92212b87a4
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x56457f3c79bb - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:625:18
[INFO] [stdout]   26:     0x56457f3c7081 - test::run_test_in_process::{{closure}}::heac2c4eb375d2d10
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:648:60
[INFO] [stdout]   27:     0x56457f3c7081 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0289bafc8a1cc004
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x56457f3c7081 - std::panicking::try::do_call::h5e158f1ad8a5f983
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:559:40
[INFO] [stdout]   29:     0x56457f3c7081 - std::panicking::try::hea3411d60321c4de
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:523:19
[INFO] [stdout]   30:     0x56457f3c7081 - std::panic::catch_unwind::hafb7bb18bc47bbc7
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panic.rs:149:14
[INFO] [stdout]   31:     0x56457f3c7081 - test::run_test_in_process::h74dd138dc7762d99
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:648:27
[INFO] [stdout]   32:     0x56457f3c7081 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:569:43
[INFO] [stdout]   33:     0x56457f38fa54 - test::run_test::{{closure}}::h6e11dba8131d354b
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:599:41
[INFO] [stdout]   34:     0x56457f38fa54 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:155:18
[INFO] [stdout]   35:     0x56457f394522 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hef92127c5ef9e53c
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/thread/mod.rs:542:17
[INFO] [stdout]   36:     0x56457f394522 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h859c109f9d11c92b
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x56457f394522 - std::panicking::try::do_call::hbf534c458cd858f0
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:559:40
[INFO] [stdout]   38:     0x56457f394522 - std::panicking::try::h65c18365a7b9ad90
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:523:19
[INFO] [stdout]   39:     0x56457f394522 - std::panic::catch_unwind::h21b25d4c69478c39
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panic.rs:149:14
[INFO] [stdout]   40:     0x56457f394522 - std::thread::Builder::spawn_unchecked_::{{closure}}::h23335f620275a9bf
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/thread/mod.rs:541:30
[INFO] [stdout]   41:     0x56457f394522 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x56457f46593b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h41b39260afcffdc9
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   43:     0x56457f46593b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6694c8dc6dd010c4
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   44:     0x56457f46593b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys/pal/unix/thread.rs:108:17
[INFO] [stdout]   45:     0x7f97df040ac3 - <unknown>
[INFO] [stdout]   46:     0x7f97df0d1a04 - __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" "0b6de4a8a0df651884dce450adf3b7caef6113d49eaada2f1880598b13bb7a40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b6de4a8a0df651884dce450adf3b7caef6113d49eaada2f1880598b13bb7a40", kill_on_drop: false }`
[INFO] [stdout] 0b6de4a8a0df651884dce450adf3b7caef6113d49eaada2f1880598b13bb7a40
