[INFO] fetching crate graphviz_parser 0.1.0...
[INFO] testing graphviz_parser-0.1.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate graphviz_parser 0.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate graphviz_parser 0.1.0
[INFO] finished tweaking crates.io crate graphviz_parser 0.1.0
[INFO] tweaked toml for crates.io crate graphviz_parser 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate graphviz_parser 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 10 packages to latest compatible versions
[INFO] [stderr]       Adding logos v0.12.1 (available: v0.15.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 44fda0a5c765b18b0e8bd665b468e71b7e6d753965c0e2c4a9797db2f8ea02f3
[INFO] running `Command { std: "docker" "start" "-a" "44fda0a5c765b18b0e8bd665b468e71b7e6d753965c0e2c4a9797db2f8ea02f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "44fda0a5c765b18b0e8bd665b468e71b7e6d753965c0e2c4a9797db2f8ea02f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44fda0a5c765b18b0e8bd665b468e71b7e6d753965c0e2c4a9797db2f8ea02f3", kill_on_drop: false }`
[INFO] [stdout] 44fda0a5c765b18b0e8bd665b468e71b7e6d753965c0e2c4a9797db2f8ea02f3
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4db31b3c09c184a1e1265aef01f01280b9297b5a31bd63147705180296795f58
[INFO] running `Command { std: "docker" "start" "-a" "4db31b3c09c184a1e1265aef01f01280b9297b5a31bd63147705180296795f58", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling logos-derive v0.12.1
[INFO] [stderr]    Compiling logos v0.12.1
[INFO] [stderr]    Compiling graphviz_parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `span` is never used
[INFO] [stdout]   --> src/lex.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub trait Peekable<'a> {
[INFO] [stdout]    |           -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 70 |     fn span(&self) -> Span;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ast_nodes/assignment.rs:29:34
[INFO] [stdout]    |
[INFO] [stdout] 29 |         mut lexer: PeekableLexer<'_>,
[INFO] [stdout]    |                                  ^^ the lifetime is elided here
[INFO] [stdout] 30 |     ) -> Result<(Self::Output, PeekableLexer), anyhow::Error> {
[INFO] [stdout]    |                                ------------- the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ) -> Result<(Self::Output, PeekableLexer<'_>), anyhow::Error> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ast_nodes/assignment.rs:53:41
[INFO] [stdout]    |
[INFO] [stdout] 53 |         mut token_stream: PeekableLexer<'_>,
[INFO] [stdout]    |                                         ^^ the lifetime is elided here
[INFO] [stdout] 54 |     ) -> Result<(Self::Output, PeekableLexer), anyhow::Error> {
[INFO] [stdout]    |                                ------------- the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ) -> Result<(Self::Output, PeekableLexer<'_>), anyhow::Error> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ast_nodes/assignment.rs:81:41
[INFO] [stdout]    |
[INFO] [stdout] 81 |         mut token_stream: PeekableLexer<'_>,
[INFO] [stdout]    |                                         ^^ the lifetime is elided here
[INFO] [stdout] 82 |     ) -> Result<(Self::Output, PeekableLexer), anyhow::Error> {
[INFO] [stdout]    |                                ------------- the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     ) -> Result<(Self::Output, PeekableLexer<'_>), anyhow::Error> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s
[INFO] running `Command { std: "docker" "inspect" "4db31b3c09c184a1e1265aef01f01280b9297b5a31bd63147705180296795f58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4db31b3c09c184a1e1265aef01f01280b9297b5a31bd63147705180296795f58", kill_on_drop: false }`
[INFO] [stdout] 4db31b3c09c184a1e1265aef01f01280b9297b5a31bd63147705180296795f58
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 01f2a562373a563ea279b21d309a865c736c9583230350ba4b815f76ad85df52
[INFO] running `Command { std: "docker" "start" "-a" "01f2a562373a563ea279b21d309a865c736c9583230350ba4b815f76ad85df52", kill_on_drop: false }`
[INFO] [stderr]    Compiling graphviz_parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `span` is never used
[INFO] [stdout]   --> src/lex.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub trait Peekable<'a> {
[INFO] [stdout]    |           -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 70 |     fn span(&self) -> Span;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ast_nodes/assignment.rs:29:34
[INFO] [stdout]    |
[INFO] [stdout] 29 |         mut lexer: PeekableLexer<'_>,
[INFO] [stdout]    |                                  ^^ the lifetime is elided here
[INFO] [stdout] 30 |     ) -> Result<(Self::Output, PeekableLexer), anyhow::Error> {
[INFO] [stdout]    |                                ------------- the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ) -> Result<(Self::Output, PeekableLexer<'_>), anyhow::Error> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ast_nodes/assignment.rs:53:41
[INFO] [stdout]    |
[INFO] [stdout] 53 |         mut token_stream: PeekableLexer<'_>,
[INFO] [stdout]    |                                         ^^ the lifetime is elided here
[INFO] [stdout] 54 |     ) -> Result<(Self::Output, PeekableLexer), anyhow::Error> {
[INFO] [stdout]    |                                ------------- the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ) -> Result<(Self::Output, PeekableLexer<'_>), anyhow::Error> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ast_nodes/assignment.rs:81:41
[INFO] [stdout]    |
[INFO] [stdout] 81 |         mut token_stream: PeekableLexer<'_>,
[INFO] [stdout]    |                                         ^^ the lifetime is elided here
[INFO] [stdout] 82 |     ) -> Result<(Self::Output, PeekableLexer), anyhow::Error> {
[INFO] [stdout]    |                                ------------- the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     ) -> Result<(Self::Output, PeekableLexer<'_>), anyhow::Error> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `span` is never used
[INFO] [stdout]   --> src/lex.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub trait Peekable<'a> {
[INFO] [stdout]    |           -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 70 |     fn span(&self) -> Span;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ast_nodes/assignment.rs:29:34
[INFO] [stdout]    |
[INFO] [stdout] 29 |         mut lexer: PeekableLexer<'_>,
[INFO] [stdout]    |                                  ^^ the lifetime is elided here
[INFO] [stdout] 30 |     ) -> Result<(Self::Output, PeekableLexer), anyhow::Error> {
[INFO] [stdout]    |                                ------------- the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ) -> Result<(Self::Output, PeekableLexer<'_>), anyhow::Error> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ast_nodes/assignment.rs:53:41
[INFO] [stdout]    |
[INFO] [stdout] 53 |         mut token_stream: PeekableLexer<'_>,
[INFO] [stdout]    |                                         ^^ the lifetime is elided here
[INFO] [stdout] 54 |     ) -> Result<(Self::Output, PeekableLexer), anyhow::Error> {
[INFO] [stdout]    |                                ------------- the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ) -> Result<(Self::Output, PeekableLexer<'_>), anyhow::Error> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ast_nodes/assignment.rs:81:41
[INFO] [stdout]    |
[INFO] [stdout] 81 |         mut token_stream: PeekableLexer<'_>,
[INFO] [stdout]    |                                         ^^ the lifetime is elided here
[INFO] [stdout] 82 |     ) -> Result<(Self::Output, PeekableLexer), anyhow::Error> {
[INFO] [stdout]    |                                ------------- the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     ) -> Result<(Self::Output, PeekableLexer<'_>), anyhow::Error> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] running `Command { std: "docker" "inspect" "01f2a562373a563ea279b21d309a865c736c9583230350ba4b815f76ad85df52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01f2a562373a563ea279b21d309a865c736c9583230350ba4b815f76ad85df52", kill_on_drop: false }`
[INFO] [stdout] 01f2a562373a563ea279b21d309a865c736c9583230350ba4b815f76ad85df52
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b3ada9b6d48f8349de5bf3afa1c5af0a40f57022e08ee51f6a4fc1b822115f5a
[INFO] running `Command { std: "docker" "start" "-a" "b3ada9b6d48f8349de5bf3afa1c5af0a40f57022e08ee51f6a4fc1b822115f5a", kill_on_drop: false }`
[INFO] [stderr] warning: method `span` is never used
[INFO] [stderr]   --> src/lex.rs:70:8
[INFO] [stderr]    |
[INFO] [stderr] 67 | pub trait Peekable<'a> {
[INFO] [stderr]    |           -------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 70 |     fn span(&self) -> Span;
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/ast_nodes/assignment.rs:29:34
[INFO] [stderr]    |
[INFO] [stderr] 29 |         mut lexer: PeekableLexer<'_>,
[INFO] [stderr]    |                                  ^^ the lifetime is elided here
[INFO] [stderr] 30 |     ) -> Result<(Self::Output, PeekableLexer), anyhow::Error> {
[INFO] [stderr]    |                                ------------- the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]    |
[INFO] [stderr] 30 |     ) -> Result<(Self::Output, PeekableLexer<'_>), anyhow::Error> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/ast_nodes/assignment.rs:53:41
[INFO] [stderr]    |
[INFO] [stderr] 53 |         mut token_stream: PeekableLexer<'_>,
[INFO] [stderr]    |                                         ^^ the lifetime is elided here
[INFO] [stderr] 54 |     ) -> Result<(Self::Output, PeekableLexer), anyhow::Error> {
[INFO] [stderr]    |                                ------------- the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]    |
[INFO] [stderr] 54 |     ) -> Result<(Self::Output, PeekableLexer<'_>), anyhow::Error> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/ast_nodes/assignment.rs:81:41
[INFO] [stderr]    |
[INFO] [stderr] 81 |         mut token_stream: PeekableLexer<'_>,
[INFO] [stderr]    |                                         ^^ the lifetime is elided here
[INFO] [stderr] 82 |     ) -> Result<(Self::Output, PeekableLexer), anyhow::Error> {
[INFO] [stderr]    |                                ------------- the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]    |
[INFO] [stderr] 82 |     ) -> Result<(Self::Output, PeekableLexer<'_>), anyhow::Error> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `graphviz_parser` (lib) generated 4 warnings
[INFO] [stderr] warning: `graphviz_parser` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graphviz_parser-0d05307e0f431aaa)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test ast_nodes::assignment::tests::assignment_attr_test_penwidth ... ok
[INFO] [stdout] test ast_nodes::assignment::tests::assignment_attribute_list_failure1_test ... ok
[INFO] [stdout] test ast_nodes::assignment::tests::assignment_correct_rejection_test ... ok
[INFO] [stdout] test ast_nodes::assignment::tests::assignment_attribute_list_sanity_test ... ok
[INFO] [stdout] test ast_nodes::assignment::tests::assignment_sanity_test ... ok
[INFO] [stdout] test ast_nodes::assignment::tests::assignment_vector_comma_sanity_test ... ok
[INFO] [stdout] test ast_nodes::edge::tests::edge_directed_attribute_test ... ok
[INFO] [stdout] test ast_nodes::edge::tests::edge_directed_statement_multi_node_test ... ok
[INFO] [stdout] test ast_nodes::edge::tests::edge_directed_statement_sanity_node_test ... ok
[INFO] [stdout] test ast_nodes::statement::tests::statement_enum_assignment_test ... ok
[INFO] [stdout] test ast_nodes::node::tests::node_statement_basic_node_test ... ok
[INFO] [stdout] test ast_nodes::node::tests::node_statement_sanity1_test ... ok
[INFO] [stdout] test ast_nodes::statement::tests::statement_enum_attributelist_test ... ok
[INFO] [stdout] test ast_nodes::node::tests::node_statement_underscore_test ... ok
[INFO] [stdout] test lex::tests::lexer_slice_indexing_1_test ... ok
[INFO] [stdout] test ast_nodes::edge::tests::node_statement_subgraph1_test ... ok
[INFO] [stdout] test lex::tests::lexer_slice_indexing_2_test ... ok
[INFO] [stdout] test ast_nodes::subgraph::tests::test_subgraph_sample3_subset_test ... ok
[INFO] [stdout] test lex::tests::lexer_test_lex_basic_dotfile ... ok
[INFO] [stdout] test ast_nodes::statement::tests::statement_enum_node_test ... ok
[INFO] [stdout] test parse::tests::or_op_sanity_test1 ... ok
[INFO] [stdout] test ast_nodes::subgraph::tests::test_subgraph_statement_sanity4_test ... ok
[INFO] [stdout] test lex::tests::lexer_no_semicolon_test ... ok
[INFO] [stdout] test ast_nodes::subgraph::tests::test_subgraph_anonymous_undelimited_statement_test ... ok
[INFO] [stdout] test ast_nodes::subgraph::tests::test_subgraph_sample3_commaless_test ... ok
[INFO] [stdout] test ast_nodes::assignment::tests::assignment_attribute_list_sanity2_test ... ok
[INFO] [stdout] test lex::tests::lexer_peek_index_1_test ... ok
[INFO] [stdout] test ast_nodes::subgraph::tests::test_subgraph_sanity2_test ... ok
[INFO] [stdout] test lex::tests::token_test_for_id_regex ... ok
[INFO] [stdout] test ast_nodes::subgraph::tests::test_subgraph_sanity3_test ... ok
[INFO] [stdout] test parse::tests::test_ast_build_basic1_test ... FAILED
[INFO] [stdout] test tests::lib_api_sanity_test ... ok
[INFO] [stdout] test ast_nodes::subgraph::tests::test_subgraph_sanity1_test ... ok
[INFO] [stdout] test parse::tests::test_ast_build_basic3_test ... FAILED
[INFO] [stdout] test parse::tests::test_ast_build_sanity1 ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test parse::tests::test_ast_build_basic2_test ... FAILED
[INFO] [stdout] test parse::tests::test_ast_build_basic4_test ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- parse::tests::test_ast_build_basic1_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parse::tests::test_ast_build_basic1_test' panicked at src/parse.rs:85:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "Graph { id: \"D\", is_strict: false, statements: [Node(Node { id: \"A\", attribute_list: Some([[Assignment { lhs: \"shape\", rhs: \"diamond\" }]]) }), Node(Node { id: \"B\", attribute_list: Some([[Assignment { lhs: \"shape\", rhs: \"box\" }]]) }), Node(Node { id: \"C\", attribute_list: Some([[Assignment { lhs: \"shape\", rhs: \"circle\" }]]) }), Edge(Edge { lhs: Node(\"A\"), rhs: Node(\"B\"), ty: PhantomData, attr_list: [[Assignment { lhs: \"style\", rhs: \"dashed\" }, Assignment { lhs: \"color\", rhs: \"grey\" }]] }), Edge(Edge { lhs: Node(\"A\"), rhs: Node(\"D\"), ty: PhantomData, attr_list: [[Assignment { lhs: \"penwidth\", rhs: \"5\" }, Assignment { lhs: \"arrowhead\", rhs: \"none\" }]] })], _pd: PhantomData }\n"
[INFO] [stdout]  right: "Graph { id: \"D\", is_strict: false, statements: [Node(Node { id: \"A\", attribute_list: Some([[Assignment { lhs: \"shape\", rhs: \"diamond\" }]]) }), Node(Node { id: \"B\", attribute_list: Some([[Assignment { lhs: \"shape\", rhs: \"box\" }]]) }), Node(Node { id: \"C\", attribute_list: Some([[Assignment { lhs: \"shape\", rhs: \"circle\" }]]) }), Edge(Edge { lhs: Node(\"A\"), rhs: Node(\"B\"), ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>, attr_list: [[Assignment { lhs: \"style\", rhs: \"dashed\" }, Assignment { lhs: \"color\", rhs: \"grey\" }]] }), Edge(Edge { lhs: Node(\"A\"), rhs: Node(\"D\"), ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>, attr_list: [[Assignment { lhs: \"penwidth\", rhs: \"5\" }, Assignment { lhs: \"arrowhead\", rhs: \"none\" }]] })], _pd: PhantomData<graphviz_parser::ast_nodes::edge::Directed> }\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63f1f5973702 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63f1f5973702 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63f1f5973702 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63f1f5973702 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63f1f5998ec3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63f1f5998ec3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x63f1f59704a3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63f1f59704a3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63f1f5973552 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63f1f5974c89 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x63f1f5974abe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x63f1f59317b4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x63f1f59317b4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63f1f597575e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x63f1f597575e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x63f1f597542a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x63f1f5973c09 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63f1f59750bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x63f1f5997910 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x63f1f5997c63 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x63f1f58dd2cc - core::panicking::assert_failed::h887ba8f94eac7706
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x63f1f58e754b - graphviz_parser::parse::tests::test_ast_build_basic1_test::h83d6738d8db3dd6b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parse.rs:85:9
[INFO] [stdout]   22:     0x63f1f58e72b7 - graphviz_parser::parse::tests::test_ast_build_basic1_test::{{closure}}::h4b4e631ca4bf797e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parse.rs:82:36
[INFO] [stdout]   23:     0x63f1f58d3626 - core::ops::function::FnOnce::call_once::h0cd3f2e24c3702d4
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x63f1f593701b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x63f1f593701b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x63f1f5936155 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x63f1f5936155 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x63f1f5936155 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x63f1f5936155 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x63f1f5936155 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x63f1f5936155 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x63f1f5936155 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x63f1f58f9d54 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x63f1f58f9d54 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x63f1f58fd72a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x63f1f58fd72a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x63f1f58fd72a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x63f1f58fd72a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x63f1f58fd72a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x63f1f58fd72a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x63f1f58fd72a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x63f1f59788ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x63f1f59788ff - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x71f87bf61aa4 - <unknown>
[INFO] [stdout]   45:     0x71f87bfeea34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parse::tests::test_ast_build_basic3_test stdout ----
[INFO] [stdout] Graph {
[INFO] [stdout]     id: "Q",
[INFO] [stdout]     is_strict: false,
[INFO] [stdout]     statements: [
[INFO] [stdout]         Attribute(
[INFO] [stdout]             Node(
[INFO] [stdout]                 [
[INFO] [stdout]                     [
[INFO] [stdout]                         Assignment {
[INFO] [stdout]                             lhs: "shape",
[INFO] [stdout]                             rhs: "record",
[INFO] [stdout]                         },
[INFO] [stdout]                     ],
[INFO] [stdout]                 ],
[INFO] [stdout]             ),
[INFO] [stdout]         ),
[INFO] [stdout]         Node(
[INFO] [stdout]             Node {
[INFO] [stdout]                 id: "nd_1",
[INFO] [stdout]                 attribute_list: Some(
[INFO] [stdout]                     [
[INFO] [stdout]                         [
[INFO] [stdout]                             Assignment {
[INFO] [stdout]                                 lhs: "label",
[INFO] [stdout]                                 rhs: "\"Node 1\"",
[INFO] [stdout]                             },
[INFO] [stdout]                         ],
[INFO] [stdout]                     ],
[INFO] [stdout]                 ),
[INFO] [stdout]             },
[INFO] [stdout]         ),
[INFO] [stdout]         Node(
[INFO] [stdout]             Node {
[INFO] [stdout]                 id: "nd_2",
[INFO] [stdout]                 attribute_list: Some(
[INFO] [stdout]                     [
[INFO] [stdout]                         [
[INFO] [stdout]                             Assignment {
[INFO] [stdout]                                 lhs: "label",
[INFO] [stdout]                                 rhs: "\"Node 2\"",
[INFO] [stdout]                             },
[INFO] [stdout]                         ],
[INFO] [stdout]                     ],
[INFO] [stdout]                 ),
[INFO] [stdout]             },
[INFO] [stdout]         ),
[INFO] [stdout]         Node(
[INFO] [stdout]             Node {
[INFO] [stdout]                 id: "nd_3_a",
[INFO] [stdout]                 attribute_list: Some(
[INFO] [stdout]                     [
[INFO] [stdout]                         [
[INFO] [stdout]                             Assignment {
[INFO] [stdout]                                 lhs: "label",
[INFO] [stdout]                                 rhs: "\"Above Right Node 3\"",
[INFO] [stdout]                             },
[INFO] [stdout]                         ],
[INFO] [stdout]                     ],
[INFO] [stdout]                 ),
[INFO] [stdout]             },
[INFO] [stdout]         ),
[INFO] [stdout]         Node(
[INFO] [stdout]             Node {
[INFO] [stdout]                 id: "nd_3_l",
[INFO] [stdout]                 attribute_list: Some(
[INFO] [stdout]                     [
[INFO] [stdout]                         [
[INFO] [stdout]                             Assignment {
[INFO] [stdout]                                 lhs: "label",
[INFO] [stdout]                                 rhs: "\"Left of Node 3\"",
[INFO] [stdout]                             },
[INFO] [stdout]                         ],
[INFO] [stdout]                     ],
[INFO] [stdout]                 ),
[INFO] [stdout]             },
[INFO] [stdout]         ),
[INFO] [stdout]         Node(
[INFO] [stdout]             Node {
[INFO] [stdout]                 id: "nd_3",
[INFO] [stdout]                 attribute_list: Some(
[INFO] [stdout]                     [
[INFO] [stdout]                         [
[INFO] [stdout]                             Assignment {
[INFO] [stdout]                                 lhs: "label",
[INFO] [stdout]                                 rhs: "\"Node 3\"",
[INFO] [stdout]                             },
[INFO] [stdout]                         ],
[INFO] [stdout]                     ],
[INFO] [stdout]                 ),
[INFO] [stdout]             },
[INFO] [stdout]         ),
[INFO] [stdout]         Node(
[INFO] [stdout]             Node {
[INFO] [stdout]                 id: "nd_3_r",
[INFO] [stdout]                 attribute_list: Some(
[INFO] [stdout]                     [
[INFO] [stdout]                         [
[INFO] [stdout]                             Assignment {
[INFO] [stdout]                                 lhs: "label",
[INFO] [stdout]                                 rhs: "\"Right of Node 3\"",
[INFO] [stdout]                             },
[INFO] [stdout]                         ],
[INFO] [stdout]                     ],
[INFO] [stdout]                 ),
[INFO] [stdout]             },
[INFO] [stdout]         ),
[INFO] [stdout]         Node(
[INFO] [stdout]             Node {
[INFO] [stdout]                 id: "nd_4",
[INFO] [stdout]                 attribute_list: Some(
[INFO] [stdout]                     [
[INFO] [stdout]                         [
[INFO] [stdout]                             Assignment {
[INFO] [stdout]                                 lhs: "label",
[INFO] [stdout]                                 rhs: "\"Node 4\"",
[INFO] [stdout]                             },
[INFO] [stdout]                         ],
[INFO] [stdout]                     ],
[INFO] [stdout]                 ),
[INFO] [stdout]             },
[INFO] [stdout]         ),
[INFO] [stdout]         Edge(
[INFO] [stdout]             Edge {
[INFO] [stdout]                 lhs: Node(
[INFO] [stdout]                     "nd_3_a",
[INFO] [stdout]                 ),
[INFO] [stdout]                 rhs: Node(
[INFO] [stdout]                     "nd_3_r",
[INFO] [stdout]                 ),
[INFO] [stdout]                 ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,
[INFO] [stdout]                 attr_list: [],
[INFO] [stdout]             },
[INFO] [stdout]         ),
[INFO] [stdout]         Edge(
[INFO] [stdout]             Edge {
[INFO] [stdout]                 lhs: Node(
[INFO] [stdout]                     "nd_1",
[INFO] [stdout]                 ),
[INFO] [stdout]                 rhs: Edge(
[INFO] [stdout]                     Edge {
[INFO] [stdout]                         lhs: Node(
[INFO] [stdout]                             "nd_2",
[INFO] [stdout]                         ),
[INFO] [stdout]                         rhs: Edge(
[INFO] [stdout]                             Edge {
[INFO] [stdout]                                 lhs: Node(
[INFO] [stdout]                                     "nd_3",
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 rhs: Node(
[INFO] [stdout]                                     "nd_4",
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,
[INFO] [stdout]                                 attr_list: [],
[INFO] [stdout]                             },
[INFO] [stdout]                         ),
[INFO] [stdout]                         ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,
[INFO] [stdout]                         attr_list: [],
[INFO] [stdout]                     },
[INFO] [stdout]                 ),
[INFO] [stdout]                 ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,
[INFO] [stdout]                 attr_list: [],
[INFO] [stdout]             },
[INFO] [stdout]         ),
[INFO] [stdout]         Subgraph(
[INFO] [stdout]             Subgraph {
[INFO] [stdout]                 id: Some(
[INFO] [stdout]                     "cluster_R",
[INFO] [stdout]                 ),
[INFO] [stdout]                 statements: [
[INFO] [stdout]                     Subgraph(
[INFO] [stdout]                         Subgraph {
[INFO] [stdout]                             id: None,
[INFO] [stdout]                             statements: [
[INFO] [stdout]                                 Assignment(
[INFO] [stdout]                                     Assignment {
[INFO] [stdout]                                         lhs: "rank",
[INFO] [stdout]                                         rhs: "same",
[INFO] [stdout]                                     },
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 Node(
[INFO] [stdout]                                     Node {
[INFO] [stdout]                                         id: "nd_3_l",
[INFO] [stdout]                                         attribute_list: None,
[INFO] [stdout]                                     },
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 Node(
[INFO] [stdout]                                     Node {
[INFO] [stdout]                                         id: "nd_3",
[INFO] [stdout]                                         attribute_list: None,
[INFO] [stdout]                                     },
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 Node(
[INFO] [stdout]                                     Node {
[INFO] [stdout]                                         id: "nd_3_r",
[INFO] [stdout]                                         attribute_list: None,
[INFO] [stdout]                                     },
[INFO] [stdout]                                 ),
[INFO] [stdout]                             ],
[INFO] [stdout]                         },
[INFO] [stdout]                     ),
[INFO] [stdout]                     Edge(
[INFO] [stdout]                         Edge {
[INFO] [stdout]                             lhs: Node(
[INFO] [stdout]                                 "nd_3_l",
[INFO] [stdout]                             ),
[INFO] [stdout]                             rhs: Edge(
[INFO] [stdout]                                 Edge {
[INFO] [stdout]                                     lhs: Node(
[INFO] [stdout]                                         "nd_3",
[INFO] [stdout]                                     ),
[INFO] [stdout]                                     rhs: Node(
[INFO] [stdout]                                         "nd_3_r",
[INFO] [stdout]                                     ),
[INFO] [stdout]                                     ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,
[INFO] [stdout]                                     attr_list: [
[INFO] [stdout]                                         [
[INFO] [stdout]                                             Assignment {
[INFO] [stdout]                                                 lhs: "color",
[INFO] [stdout]                                                 rhs: "grey",
[INFO] [stdout]                                             },
[INFO] [stdout]                                             Assignment {
[INFO] [stdout]                                                 lhs: "arrowhead",
[INFO] [stdout]                                                 rhs: "none",
[INFO] [stdout]                                             },
[INFO] [stdout]                                         ],
[INFO] [stdout]                                     ],
[INFO] [stdout]                                 },
[INFO] [stdout]                             ),
[INFO] [stdout]                             ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,
[INFO] [stdout]                             attr_list: [
[INFO] [stdout]                                 [
[INFO] [stdout]                                     Assignment {
[INFO] [stdout]                                         lhs: "color",
[INFO] [stdout]                                         rhs: "grey",
[INFO] [stdout]                                     },
[INFO] [stdout]                                     Assignment {
[INFO] [stdout]                                         lhs: "arrowhead",
[INFO] [stdout]                                         rhs: "none",
[INFO] [stdout]                                     },
[INFO] [stdout]                                 ],
[INFO] [stdout]                             ],
[INFO] [stdout]                         },
[INFO] [stdout]                     ),
[INFO] [stdout]                 ],
[INFO] [stdout]             },
[INFO] [stdout]         ),
[INFO] [stdout]     ],
[INFO] [stdout]     _pd: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,
[INFO] [stdout] }
[INFO] [stdout] 
[INFO] [stdout] thread 'parse::tests::test_ast_build_basic3_test' panicked at src/parse.rs:100:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "Graph {\n    id: \"Q\",\n    is_strict: false,\n    statements: [\n        Attribute(\n            Node(\n                [\n                    [\n                        Assignment {\n                            lhs: \"shape\",\n                            rhs: \"record\",\n                        },\n                    ],\n                ],\n            ),\n        ),\n        Node(\n            Node {\n                id: \"nd_1\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Node 1\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Node(\n            Node {\n                id: \"nd_2\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Node 2\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Node(\n            Node {\n                id: \"nd_3_a\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Above Right Node 3\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Node(\n            Node {\n                id: \"nd_3_l\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Left of Node 3\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Node(\n            Node {\n                id: \"nd_3\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Node 3\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Node(\n            Node {\n                id: \"nd_3_r\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Right of Node 3\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Node(\n            Node {\n                id: \"nd_4\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Node 4\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Edge(\n            Edge {\n                lhs: Node(\n                    \"nd_3_a\",\n                ),\n                rhs: Node(\n                    \"nd_3_r\",\n                ),\n                ty: PhantomData,\n                attr_list: [],\n            },\n        ),\n        Edge(\n            Edge {\n                lhs: Node(\n                    \"nd_1\",\n                ),\n                rhs: Edge(\n                    Edge {\n                        lhs: Node(\n                            \"nd_2\",\n                        ),\n                        rhs: Edge(\n                            Edge {\n                                lhs: Node(\n                                    \"nd_3\",\n                                ),\n                                rhs: Node(\n                                    \"nd_4\",\n                                ),\n                                ty: PhantomData,\n                                attr_list: [],\n                            },\n                        ),\n                        ty: PhantomData,\n                        attr_list: [],\n                    },\n                ),\n                ty: PhantomData,\n                attr_list: [],\n            },\n        ),\n        Subgraph(\n            Subgraph {\n                id: Some(\n                    \"cluster_R\",\n                ),\n                statements: [\n                    Subgraph(\n                        Subgraph {\n                            id: None,\n                            statements: [\n                                Assignment(\n                                    Assignment {\n                                        lhs: \"rank\",\n                                        rhs: \"same\",\n                                    },\n                                ),\n                                Node(\n                                    Node {\n                                        id: \"nd_3_l\",\n                                        attribute_list: None,\n                                    },\n                                ),\n                                Node(\n                                    Node {\n                                        id: \"nd_3\",\n                                        attribute_list: None,\n                                    },\n                                ),\n                                Node(\n                                    Node {\n                                        id: \"nd_3_r\",\n                                        attribute_list: None,\n                                    },\n                                ),\n                            ],\n                        },\n                    ),\n                    Edge(\n                        Edge {\n                            lhs: Node(\n                                \"nd_3_l\",\n                            ),\n                            rhs: Edge(\n                                Edge {\n                                    lhs: Node(\n                                        \"nd_3\",\n                                    ),\n                                    rhs: Node(\n                                        \"nd_3_r\",\n                                    ),\n                                    ty: PhantomData,\n                                    attr_list: [\n                                        [\n                                            Assignment {\n                                                lhs: \"color\",\n                                                rhs: \"grey\",\n                                            },\n                                            Assignment {\n                                                lhs: \"arrowhead\",\n                                                rhs: \"none\",\n                                            },\n                                        ],\n                                    ],\n                                },\n                            ),\n                            ty: PhantomData,\n                            attr_list: [\n                                [\n                                    Assignment {\n                                        lhs: \"color\",\n                                        rhs: \"grey\",\n                                    },\n                                    Assignment {\n                                        lhs: \"arrowhead\",\n                                        rhs: \"none\",\n                                    },\n                                ],\n                            ],\n                        },\n                    ),\n                ],\n            },\n        ),\n    ],\n    _pd: PhantomData,\n}\n"
[INFO] [stdout]  right: "Graph {\n    id: \"Q\",\n    is_strict: false,\n    statements: [\n        Attribute(\n            Node(\n                [\n                    [\n                        Assignment {\n                            lhs: \"shape\",\n                            rhs: \"record\",\n                        },\n                    ],\n                ],\n            ),\n        ),\n        Node(\n            Node {\n                id: \"nd_1\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Node 1\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Node(\n            Node {\n                id: \"nd_2\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Node 2\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Node(\n            Node {\n                id: \"nd_3_a\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Above Right Node 3\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Node(\n            Node {\n                id: \"nd_3_l\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Left of Node 3\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Node(\n            Node {\n                id: \"nd_3\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Node 3\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Node(\n            Node {\n                id: \"nd_3_r\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Right of Node 3\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Node(\n            Node {\n                id: \"nd_4\",\n                attribute_list: Some(\n                    [\n                        [\n                            Assignment {\n                                lhs: \"label\",\n                                rhs: \"\\\"Node 4\\\"\",\n                            },\n                        ],\n                    ],\n                ),\n            },\n        ),\n        Edge(\n            Edge {\n                lhs: Node(\n                    \"nd_3_a\",\n                ),\n                rhs: Node(\n                    \"nd_3_r\",\n                ),\n                ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,\n                attr_list: [],\n            },\n        ),\n        Edge(\n            Edge {\n                lhs: Node(\n                    \"nd_1\",\n                ),\n                rhs: Edge(\n                    Edge {\n                        lhs: Node(\n                            \"nd_2\",\n                        ),\n                        rhs: Edge(\n                            Edge {\n                                lhs: Node(\n                                    \"nd_3\",\n                                ),\n                                rhs: Node(\n                                    \"nd_4\",\n                                ),\n                                ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,\n                                attr_list: [],\n                            },\n                        ),\n                        ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,\n                        attr_list: [],\n                    },\n                ),\n                ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,\n                attr_list: [],\n            },\n        ),\n        Subgraph(\n            Subgraph {\n                id: Some(\n                    \"cluster_R\",\n                ),\n                statements: [\n                    Subgraph(\n                        Subgraph {\n                            id: None,\n                            statements: [\n                                Assignment(\n                                    Assignment {\n                                        lhs: \"rank\",\n                                        rhs: \"same\",\n                                    },\n                                ),\n                                Node(\n                                    Node {\n                                        id: \"nd_3_l\",\n                                        attribute_list: None,\n                                    },\n                                ),\n                                Node(\n                                    Node {\n                                        id: \"nd_3\",\n                                        attribute_list: None,\n                                    },\n                                ),\n                                Node(\n                                    Node {\n                                        id: \"nd_3_r\",\n                                        attribute_list: None,\n                                    },\n                                ),\n                            ],\n                        },\n                    ),\n                    Edge(\n                        Edge {\n                            lhs: Node(\n                                \"nd_3_l\",\n                            ),\n                            rhs: Edge(\n                                Edge {\n                                    lhs: Node(\n                                        \"nd_3\",\n                                    ),\n                                    rhs: Node(\n                                        \"nd_3_r\",\n                                    ),\n                                    ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,\n                                    attr_list: [\n                                        [\n                                            Assignment {\n                                                lhs: \"color\",\n                                                rhs: \"grey\",\n                                            },\n                                            Assignment {\n                                                lhs: \"arrowhead\",\n                                                rhs: \"none\",\n                                            },\n                                        ],\n                                    ],\n                                },\n                            ),\n                            ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,\n                            attr_list: [\n                                [\n                                    Assignment {\n                                        lhs: \"color\",\n                                        rhs: \"grey\",\n                                    },\n                                    Assignment {\n                                        lhs: \"arrowhead\",\n                                        rhs: \"none\",\n                                    },\n                                ],\n                            ],\n                        },\n                    ),\n                ],\n            },\n        ),\n    ],\n    _pd: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,\n}\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63f1f5973702 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63f1f5973702 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63f1f5973702 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63f1f5973702 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63f1f5998ec3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63f1f5998ec3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x63f1f59704a3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63f1f59704a3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63f1f5973552 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63f1f5974c89 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x63f1f5974abe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x63f1f59317b4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x63f1f59317b4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63f1f597575e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x63f1f597575e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x63f1f597542a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x63f1f5973c09 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63f1f59750bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x63f1f5997910 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x63f1f5997c63 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x63f1f58dd2cc - core::panicking::assert_failed::h887ba8f94eac7706
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x63f1f58e7c1b - graphviz_parser::parse::tests::test_ast_build_basic3_test::h2dfdcdadf7997023
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parse.rs:100:9
[INFO] [stdout]   22:     0x63f1f58e78d7 - graphviz_parser::parse::tests::test_ast_build_basic3_test::{{closure}}::h5fc9fa179eb514f1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parse.rs:96:36
[INFO] [stdout]   23:     0x63f1f58d3746 - core::ops::function::FnOnce::call_once::h2c467fc2d8529c0d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x63f1f593701b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x63f1f593701b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x63f1f5936155 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x63f1f5936155 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x63f1f5936155 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x63f1f5936155 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x63f1f5936155 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x63f1f5936155 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x63f1f5936155 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x63f1f58f9d54 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x63f1f58f9d54 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x63f1f58fd72a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x63f1f58fd72a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x63f1f58fd72a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x63f1f58fd72a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x63f1f58fd72a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x63f1f58fd72a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x63f1f58fd72a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x63f1f59788ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x63f1f59788ff - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x71f87bf61aa4 - <unknown>
[INFO] [stdout]   45:     0x71f87bfeea34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parse::tests::test_ast_build_basic2_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parse::tests::test_ast_build_basic2_test' panicked at src/parse.rs:92:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "Graph {\n    id: \"D\",\n    is_strict: false,\n    statements: [\n        Edge(\n            Edge {\n                lhs: Node(\n                    \"A\",\n                ),\n                rhs: Edge(\n                    Edge {\n                        lhs: Subgraph(\n                            Subgraph {\n                                id: None,\n                                statements: [\n                                    Node(\n                                        Node {\n                                            id: \"B\",\n                                            attribute_list: None,\n                                        },\n                                    ),\n                                    Node(\n                                        Node {\n                                            id: \"C\",\n                                            attribute_list: None,\n                                        },\n                                    ),\n                                    Node(\n                                        Node {\n                                            id: \"D\",\n                                            attribute_list: None,\n                                        },\n                                    ),\n                                ],\n                            },\n                        ),\n                        rhs: Subgraph(\n                            Subgraph {\n                                id: None,\n                                statements: [\n                                    Node(\n                                        Node {\n                                            id: \"F\",\n                                            attribute_list: None,\n                                        },\n                                    ),\n                                ],\n                            },\n                        ),\n                        ty: PhantomData,\n                        attr_list: [],\n                    },\n                ),\n                ty: PhantomData,\n                attr_list: [],\n            },\n        ),\n    ],\n    _pd: PhantomData,\n}\n"
[INFO] [stdout]  right: "Graph {\n    id: \"D\",\n    is_strict: false,\n    statements: [\n        Edge(\n            Edge {\n                lhs: Node(\n                    \"A\",\n                ),\n                rhs: Edge(\n                    Edge {\n                        lhs: Subgraph(\n                            Subgraph {\n                                id: None,\n                                statements: [\n                                    Node(\n                                        Node {\n                                            id: \"B\",\n                                            attribute_list: None,\n                                        },\n                                    ),\n                                    Node(\n                                        Node {\n                                            id: \"C\",\n                                            attribute_list: None,\n                                        },\n                                    ),\n                                    Node(\n                                        Node {\n                                            id: \"D\",\n                                            attribute_list: None,\n                                        },\n                                    ),\n                                ],\n                            },\n                        ),\n                        rhs: Subgraph(\n                            Subgraph {\n                                id: None,\n                                statements: [\n                                    Node(\n                                        Node {\n                                            id: \"F\",\n                                            attribute_list: None,\n                                        },\n                                    ),\n                                ],\n                            },\n                        ),\n                        ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,\n                        attr_list: [],\n                    },\n                ),\n                ty: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,\n                attr_list: [],\n            },\n        ),\n    ],\n    _pd: PhantomData<graphviz_parser::ast_nodes::edge::Directed>,\n}\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63f1f5973702 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63f1f5973702 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63f1f5973702 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63f1f5973702 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63f1f5998ec3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63f1f5998ec3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x63f1f59704a3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63f1f59704a3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63f1f5973552 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63f1f5974c89 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x63f1f5974abe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x63f1f59317b4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x63f1f59317b4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63f1f597575e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x63f1f597575e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x63f1f597542a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x63f1f5973c09 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63f1f59750bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x63f1f5997910 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x63f1f5997c63 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x63f1f58dd2cc - core::panicking::assert_failed::h887ba8f94eac7706
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x63f1f58e7870 - graphviz_parser::parse::tests::test_ast_build_basic2_test::h49590c8cce3e1011
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parse.rs:92:9
[INFO] [stdout]   22:     0x63f1f58e75b7 - graphviz_parser::parse::tests::test_ast_build_basic2_test::{{closure}}::h75fe3f1e8a95d776
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parse.rs:89:36
[INFO] [stdout]   23:     0x63f1f58d3c86 - core::ops::function::FnOnce::call_once::h9c9aa190762f918f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x63f1f593701b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x63f1f593701b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x63f1f5936155 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x63f1f5936155 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x63f1f5936155 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x63f1f5936155 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x63f1f5936155 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x63f1f5936155 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x63f1f5936155 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x63f1f58f9d54 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x63f1f58f9d54 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x63f1f58fd72a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x63f1f58fd72a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x63f1f58fd72a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x63f1f58fd72a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x63f1f58fd72a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x63f1f58fd72a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x63f1f58fd72a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x63f1f59788ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x63f1f59788ff - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x71f87bf61aa4 - <unknown>
[INFO] [stdout]   45:     0x71f87bfeea34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     parse::tests::test_ast_build_basic1_test
[INFO] [stdout]     parse::tests::test_ast_build_basic2_test
[INFO] [stdout]     parse::tests::test_ast_build_basic3_test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 34 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b3ada9b6d48f8349de5bf3afa1c5af0a40f57022e08ee51f6a4fc1b822115f5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3ada9b6d48f8349de5bf3afa1c5af0a40f57022e08ee51f6a4fc1b822115f5a", kill_on_drop: false }`
[INFO] [stdout] b3ada9b6d48f8349de5bf3afa1c5af0a40f57022e08ee51f6a4fc1b822115f5a
