[INFO] cloning repository https://github.com/Pistonite/llnparse
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Pistonite/llnparse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPistonite%2Fllnparse", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPistonite%2Fllnparse'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] eb5632fb831fdb58454c2f3c9948c596d67272d4
[INFO] testing Pistonite/llnparse against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPistonite%2Fllnparse" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Pistonite/llnparse
[INFO] finished tweaking git repo https://github.com/Pistonite/llnparse
[INFO] tweaked toml for git repo https://github.com/Pistonite/llnparse written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Pistonite/llnparse on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "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.97.0-beta.6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 60 packages to latest compatible versions
[INFO] [stderr]       Adding itertools v0.14.0 (available: v0.15.0)
[INFO] [stderr]       Adding logos v0.15.1 (available: v0.16.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num-iter v0.1.46
[INFO] [stderr]   Downloaded macrotest v1.2.1
[INFO] [stderr]   Downloaded num-bigint v0.4.8
[INFO] [stderr]   Downloaded logos-derive v0.15.1
[INFO] [stderr]   Downloaded deref-derive v0.1.0
[INFO] [stderr]   Downloaded trybuild v1.0.117
[INFO] [stderr]   Downloaded logos-codegen v0.15.1
[INFO] [stderr]   Downloaded logos v0.15.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f216b5e77afbc23023560b44baae2e8d97c8539f35926b6fd59820df55a537b0
[INFO] running `Command { std: "docker" "start" "f216b5e77afbc23023560b44baae2e8d97c8539f35926b6fd59820df55a537b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f216b5e77afbc23023560b44baae2e8d97c8539f35926b6fd59820df55a537b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f216b5e77afbc23023560b44baae2e8d97c8539f35926b6fd59820df55a537b0" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f216b5e77afbc23023560b44baae2e8d97c8539f35926b6fd59820df55a537b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f216b5e77afbc23023560b44baae2e8d97c8539f35926b6fd59820df55a537b0" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling logos-codegen v0.15.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-bigint v0.4.8
[INFO] [stderr]    Compiling num-iter v0.1.46
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling deref-derive v0.1.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling logos-derive v0.15.1
[INFO] [stderr]    Compiling logos v0.15.1
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling teleparse-macros v0.1.0 (/opt/rustwide/workdir/packages/macros)
[INFO] [stderr]    Compiling teleparse v0.1.2 (/opt/rustwide/workdir/packages/teleparse)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.81s
[INFO] running `Command { std: "docker" "inspect" "f216b5e77afbc23023560b44baae2e8d97c8539f35926b6fd59820df55a537b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f216b5e77afbc23023560b44baae2e8d97c8539f35926b6fd59820df55a537b0" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling deref-derive v0.1.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling logos-codegen v0.15.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling teleparse-macros v0.1.0 (/opt/rustwide/workdir/packages/macros)
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling logos-derive v0.15.1
[INFO] [stderr]    Compiling logos v0.15.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling macrotest v1.2.1
[INFO] [stderr]    Compiling trybuild v1.0.117
[INFO] [stderr]    Compiling teleparse v0.1.2 (/opt/rustwide/workdir/packages/teleparse)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.92s
[INFO] running `Command { std: "docker" "inspect" "f216b5e77afbc23023560b44baae2e8d97c8539f35926b6fd59820df55a537b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f216b5e77afbc23023560b44baae2e8d97c8539f35926b6fd59820df55a537b0" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/teleparse-ab3726a6f748c427)
[INFO] [stdout] 
[INFO] [stdout] running 184 tests
[INFO] [stdout] test lex::set::tests::insert ... ok
[INFO] [stdout] test lex::set::tests::iter_continous ... ok
[INFO] [stdout] test lex::set::tests::iter_empty ... ok
[INFO] [stdout] test lex::set::tests::iter_single ... ok
[INFO] [stdout] test lex::set::tests::iter_skip ... ok
[INFO] [stdout] test lex::set::tests::iter_skip_many ... ok
[INFO] [stdout] test lex::set::tests::new ... ok
[INFO] [stdout] test lex::set::tests::remove ... ok
[INFO] [stdout] test lex::span::tests::ref_to_span ... ok
[INFO] [stdout] test lex::token::tests::test_overflows ... ok
[INFO] [stdout] test lex::token::tests::test_src ... ok
[INFO] [stdout] test lex::token::tests::test_src_empty ... ok
[INFO] [stdout] test lex::vec::tests::at_span_empty ... ok
[INFO] [stdout] test lex::vec::tests::at_span_ok ... ok
[INFO] [stdout] test lex::vec::tests::begin_many ... ok
[INFO] [stdout] test lex::vec::tests::begin_none ... ok
[INFO] [stdout] test lex::vec::tests::begin_single ... ok
[INFO] [stdout] test lex::vec::tests::both_end_fully_inside ... ok
[INFO] [stdout] test lex::vec::tests::begin_to_end ... ok
[INFO] [stdout] test lex::vec::tests::both_fully_outside ... ok
[INFO] [stdout] test lex::vec::tests::end_from_begin ... ok
[INFO] [stdout] test lex::vec::tests::both_partially_inside ... ok
[INFO] [stdout] test lex::vec::tests::end_none ... ok
[INFO] [stdout] test lex::vec::tests::end_many ... ok
[INFO] [stdout] test lex::vec::tests::end_single ... ok
[INFO] [stdout] test lex::vec::tests::left_full_outside_touching_right_fully_outside ... ok
[INFO] [stdout] test lex::vec::tests::left_full_outside_touching_right_fully_outside_touching ... ok
[INFO] [stdout] test lex::vec::tests::left_full_outside_touching_right_over_max ... ok
[INFO] [stdout] test lex::vec::tests::left_full_outside_touching_right_partially_inside ... ok
[INFO] [stdout] test lex::vec::tests::left_fully_inside_right_fully_outside ... ok
[INFO] [stdout] test lex::vec::tests::left_fully_inside_right_over_max ... ok
[INFO] [stdout] test lex::vec::tests::left_fully_inside_right_partially_inside ... ok
[INFO] [stdout] test lex::vec::tests::left_fully_inside_right_touching ... ok
[INFO] [stdout] test lex::vec::tests::left_fully_outside_right_fully_inside ... ok
[INFO] [stdout] test lex::vec::tests::left_fully_outside_right_over_max ... ok
[INFO] [stdout] test lex::vec::tests::left_fully_outside_right_touching ... ok
[INFO] [stdout] test lex::vec::tests::left_fully_outside_touching_right_fully_inside ... ok
[INFO] [stdout] test lex::vec::tests::left_over_min_right_fully_outside ... ok
[INFO] [stdout] test lex::vec::tests::left_over_min_right_over_max ... ok
[INFO] [stdout] test lex::vec::tests::left_fully_outside_right_partially_inside ... ok
[INFO] [stdout] test lex::vec::tests::left_over_min_right_fully_inside ... ok
[INFO] [stdout] test lex::vec::tests::left_over_min_right_touching ... ok
[INFO] [stdout] test lex::vec::tests::left_partially_inside_right_over_max ... ok
[INFO] [stdout] test lex::vec::tests::overlap_empty_input ... ok
[INFO] [stdout] test lex::vec::tests::left_over_min_right_partially_inside ... ok
[INFO] [stdout] test lex::vec::tests::overlap_none ... ok
[INFO] [stdout] test lex::vec::tests::left_partially_inside_right_touching ... ok
[INFO] [stdout] test lex::vec::tests::left_partially_inside_right_fully_outside ... ok
[INFO] [stdout] test syntax::lit_set::tests::contains_dynamic ... ok
[INFO] [stdout] test lex::vec::tests::search_lo ... ok
[INFO] [stdout] test lex::vec::tests::search_hi ... ok
[INFO] [stdout] test lex::vec::tests::left_partially_inside_right_fully_inside ... ok
[INFO] [stdout] test syntax::lit_set::tests::contains_static ... ok
[INFO] [stdout] test syntax::lit_set::tests::contains_static_not ... ok
[INFO] [stdout] test syntax::lit_set::tests::intersect_disjoint ... ok
[INFO] [stdout] test syntax::lit_set::tests::intersect_empty ... ok
[INFO] [stdout] test syntax::lit_set::tests::intersect_empty_universe ... ok
[INFO] [stdout] test syntax::lit_set::tests::intersect_subset ... ok
[INFO] [stdout] test syntax::lit_set::tests::intersection ... ok
[INFO] [stdout] test syntax::lit_set::tests::union_disjoint ... ok
[INFO] [stdout] test syntax::lit_set::tests::union ... ok
[INFO] [stdout] test syntax::lit_set::tests::union_no_change_empty ... ok
[INFO] [stdout] test syntax::lit_set::tests::union_universe_from_empty ... ok
[INFO] [stdout] test syntax::lit_set::tests::union_universe_from_some ... ok
[INFO] [stdout] test syntax::lit_set::tests::universe_contains_everything ... ok
[INFO] [stdout] test syntax::term_set::tests::insert ... ok
[INFO] [stdout] test syntax::lit_set::tests::union_no_change_equal ... ok
[INFO] [stdout] test syntax::lit_set::tests::union_no_change_subset ... ok
[INFO] [stdout] test syntax::term_set::tests::insert_epsilon ... ok
[INFO] [stdout] test syntax::lit_set::tests::intersect_universe ... ok
[INFO] [stdout] test syntax::lit_set::tests::union_universe_from_universe ... ok
[INFO] [stdout] test syntax::term_set::tests::union_disjoint_token ... ok
[INFO] [stdout] test syntax::term_set::tests::union_empty ... ok
[INFO] [stdout] test syntax::term_set::tests::union_exclude_e ... ok
[INFO] [stdout] test syntax::term_set::tests::union_to_any ... ok
[INFO] [stdout] test tp_impl::iter::tests::ListPlusList_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::iter::tests::IdentListStar_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::iter::tests::LoopRecover_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::iter::tests::loop_will_not_stuck ... ok
[INFO] [stdout] test tp_impl::iter::tests::loop_option_not_ll1 ... ok
[INFO] [stdout] test tp_impl::iter::tests::consecutive_star_not_ll1 ... ok
[INFO] [stdout] test tp_impl::iter::tests::IdentList_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::iter::tests::SeparatedList_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_loop_empty ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_loop ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_loop_empty_all_invalid ... ok
[INFO] [stdout] test tp_impl::iter::tests::list_of_option_not_ll1 ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_multiple_items_each ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_loop_recover ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_separated_list ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_separated_list_multiple ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_separated_list_panic ... ok
[INFO] [stdout] test tp_impl::iter::tests::LoopRoot_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::iter::tests::loop_recover_option_not_ll1 ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_single_item ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_single_item_each ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_many ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_star ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_two_items ... ok
[INFO] [stdout] test tp_impl::iter::tests::parse_with_panic ... ok
[INFO] [stdout] test tp_impl::iter::tests::two_list_of_same_not_ll1 ... ok
[INFO] [stdout] test tp_impl::option::tests::ExistIdent_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::option::tests::OptIdent_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::option::tests::Seq2_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::option::tests::parse_exist ... ok
[INFO] [stdout] test tp_impl::option::tests::test_nested_not_ll1 ... ok
[INFO] [stdout] test tp_impl::option::tests::test_none ... ok
[INFO] [stdout] test tp_impl::option::tests::test_seq2 ... ok
[INFO] [stdout] test tp_impl::option::tests::test_seq_not_ll1 ... ok
[INFO] [stdout] test tp_impl::option::tests::test_some ... ok
[INFO] [stdout] test tp_impl::option::tests::test_use_as_option ... ok
[INFO] [stdout] test tp_impl::punct::tests::ParenPunct2_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::punct::tests::ParenPunct_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::punct::tests::PunctSame_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::punct::tests::Punct2_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_partial_item_recover_autofill ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_partial_item_recover_autofill_trailing ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_partial_item_recover_trailing ... ok
[INFO] [stdout] test tp_impl::punct::tests::PunctTest_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_partial_item_recover_skip ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_empty ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_one_trailing ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_one ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_many ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_many_trailing ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_punct_same ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_punct_same_trailing ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_recover_with_follow ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_stop_expecting_item ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_stop_expecting_split ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_two ... ok
[INFO] [stdout] test tp_impl::punct::tests::parse_two_trailing ... ok
[INFO] [stdout] test tp_impl::punct::tests::punct_option_sep_not_ll1 ... ok
[INFO] [stdout] test tp_impl::recover::tests::RecoverOption2_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::recover::tests::Recover2_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::recover::tests::RecoverOption_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::recover::tests::parse_option2_none_recover ... ok
[INFO] [stdout] test tp_impl::recover::tests::parse_option2_none_ok ... ok
[INFO] [stdout] test tp_impl::recover::tests::RecoverTest_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::recover::tests::parse_ok ... ok
[INFO] [stdout] test tp_impl::recover::tests::parse_option_some_ok ... ok
[INFO] [stdout] test tp_impl::recover::tests::parse_option_none_ok ... ok
[INFO] [stdout] test tp_impl::punct::tests::punct_option_not_ll1 ... ok
[INFO] [stdout] test tp_impl::recover::tests::parse_option_some_skip_ok ... ok
[INFO] [stdout] test tp_impl::punct::tests::punct_both_option_conflict ... ok
[INFO] [stdout] test tp_impl::recover::tests::parse_panic_tail_no_first ... ok
[INFO] [stdout] test tp_impl::recover::tests::parse_recover_head_first_no_skip ... ok
[INFO] [stdout] test tp_impl::recover::tests::parse_recover_head_first_skip ... ok
[INFO] [stdout] test tp_impl::recover::tests::parse_recover_head_no_first_no_skip ... ok
[INFO] [stdout] test tp_impl::recover::tests::parse_recover_head_no_first_skip ... ok
[INFO] [stdout] test tp_impl::recover::tests::parse_recover_tail_panic_no_skip ... ok
[INFO] [stdout] test tp_impl::recover::tests::parse_recover_tail_panic_skip ... ok
[INFO] [stdout] test tp_impl::split::tests::SplitSame_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::split::tests::SplitTest_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::split::tests::parse_empty ... ok
[INFO] [stdout] test tp_impl::split::tests::parse_one ... ok
[INFO] [stdout] test tp_impl::split::tests::parse_many ... ok
[INFO] [stdout] test tp_impl::split::tests::parse_recover_expecting_item ... ok
[INFO] [stdout] test tp_impl::split::tests::parse_recover_expecting_item_skip_multiple ... ok
[INFO] [stdout] test tp_impl::split::tests::parse_recover_skip_sees_separator ... ok
[INFO] [stdout] test tp_impl::split::tests::SplitTestFollow_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::split::tests::parse_split_same ... ok
[INFO] [stdout] test tp_impl::split::tests::parse_stop_expecting_split ... ok
[INFO] [stdout] test tp_impl::split::tests::parse_recover_follow ... ok
[INFO] [stdout] test tp_impl::split::tests::SplitOfOption_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::split::tests::Split2_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::split::tests::parse_two ... ok
[INFO] [stdout] test tp_impl::split::tests::parse_split_option ... ok
[INFO] [stdout] test tp_impl::split::tests::parse_partial_item_recover_skip ... ok
[INFO] [stdout] test tp_impl::split::tests::split_option_same_conflict_sep ... ok
[INFO] [stdout] test tp_impl::string::tests::Stringified_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::split::tests::parse_partial_item_recover_autofill ... ok
[INFO] [stdout] test tp_impl::split::tests::split_option_same_conflict ... ok
[INFO] [stdout] test tp_impl::string::tests::Parsed_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::tuple::tests::Tuple2_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::tuple::tests::Nested_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::split::tests::split_both_option_conflict ... ok
[INFO] [stdout] test tp_impl::string::tests::test_deref_string ... ok
[INFO] [stdout] test tp_impl::tuple::tests::parse_nested ... ok
[INFO] [stdout] test tp_impl::string::tests::test_parse ... ok
[INFO] [stdout] test tp_impl::string::tests::test_stringify ... ok
[INFO] [stdout] test tp_impl::tuple::tests::Tuple3_root_test::is_ll1 ... ok
[INFO] [stdout] test tp_impl::tuple::tests::parse_tuple_3 ... ok
[INFO] [stdout] test tp_impl::tuple::tests::parse_tuple_2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 184 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/book_ex_recur.rs (/opt/rustwide/target/debug/deps/book_ex_recur-5733a3690c61f1eb)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test E_root_test::is_ll1 ... ok
[INFO] [stdout] test main ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/book_ex_simple.rs (/opt/rustwide/target/debug/deps/book_ex_simple-947a5e1f67734e71)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test E_root_test::is_ll1 ... ok
[INFO] [stdout] test main ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/book_terminal.rs (/opt/rustwide/target/debug/deps/book_terminal-96a9b0e642e523a3)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test ThreeIdents_root_test::is_ll1 ... ok
[INFO] [stdout] test main ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/doc_lex_comment.rs (/opt/rustwide/target/debug/deps/doc_lex_comment-d10e1ddf81ee7407)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/doc_lex_term_regex.rs (/opt/rustwide/target/debug/deps/doc_lex_term_regex-fb9393f28c6d1468)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/doc_lex_term_simple.rs (/opt/rustwide/target/debug/deps/doc_lex_term_simple-6634f3000cc6286a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/first_follow.rs (/opt/rustwide/target/debug/deps/first_follow-07fd2b99588f2f11)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test E_root_test::is_ll1 ... ok
[INFO] [stdout] test follow_table ... ok
[INFO] [stdout] test parse ... ok
[INFO] [stdout] test parse_paren ... ok
[INFO] [stdout] test first_table ... ok
[INFO] [stdout] test parse_with_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/lexer.rs (/opt/rustwide/target/debug/deps/lexer-9a28de11e828a7ea)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test basic ... ok
[INFO] [stdout] test empty ... ok
[INFO] [stdout] test invalid ... ok
[INFO] [stdout] test single ... ok
[INFO] [stdout] test with_ignore ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/macrotest.rs (/opt/rustwide/target/debug/deps/macrotest-ebf77e0acdea073b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] error: no such command: `expand`
[INFO] [stderr] 
[INFO] [stderr] help: view all installed commands with `cargo --list`
[INFO] [stderr] help: find a package to install `expand` with `cargo search cargo-expand`
[INFO] [stdout] test macro_expand ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- macro_expand stdout ----
[INFO] [stdout] Running 5 macro expansion tests
[INFO] [stdout] Expansion error:
[INFO] [stdout] error: no such command: `expand`
[INFO] [stdout] 
[INFO] [stdout] help: view all installed commands with `cargo --list`
[INFO] [stdout] help: find a package to install `expand` with `cargo search cargo-expand`
[INFO] [stdout] 
[INFO] [stdout] Expansion error:
[INFO] [stdout] error: no such command: `expand`
[INFO] [stdout] 
[INFO] [stdout] help: view all installed commands with `cargo --list`
[INFO] [stdout] help: find a package to install `expand` with `cargo search cargo-expand`
[INFO] [stdout] 
[INFO] [stdout] Expansion error:
[INFO] [stdout] error: no such command: `expand`
[INFO] [stdout] 
[INFO] [stdout] help: view all installed commands with `cargo --list`
[INFO] [stdout] help: find a package to install `expand` with `cargo search cargo-expand`
[INFO] [stdout] 
[INFO] [stdout] Expansion error:
[INFO] [stdout] error: no such command: `expand`
[INFO] [stdout] 
[INFO] [stdout] help: view all installed commands with `cargo --list`
[INFO] [stdout] help: find a package to install `expand` with `cargo search cargo-expand`
[INFO] [stdout] 
[INFO] [stdout] Expansion error:
[INFO] [stdout] error: no such command: `expand`
[INFO] [stdout] 
[INFO] [stdout] help: view all installed commands with `cargo --list`
[INFO] [stdout] help: find a package to install `expand` with `cargo search cargo-expand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'macro_expand' (1811) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/macrotest-1.2.1/src/expand.rs:174:9:
[INFO] [stdout] 5 of 5 tests failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x617bddea7158 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x617bddea7158 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x617bddea7158 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x617bddea7158 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x617bddebcc9a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x617bddebcc9a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x617bddeabd02 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x617bddeabd02 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x617bdde82976 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x617bdde82976 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x617bdde9d879 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x617bdde376fc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x617bdde376fc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x617bdde9daf2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x617bdde9daf2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x617bdde82a32 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x617bdde77939 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x617bdde8374d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x617bddebd45c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x617bddb19e06 - macrotest[81b3cd4fa6c442d8]::expand::run_tests::<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, alloc[a7ee25936407c584]::string::String, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/macrotest-1.2.1/src/expand.rs:174:9
[INFO] [stdout]   20:     0x617bddb19950 - macrotest[81b3cd4fa6c442d8]::expand::expand::<&str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/macrotest-1.2.1/src/expand.rs:58:5
[INFO] [stdout]   21:     0x617bddb1bc82 - macrotest[bc6c173038ecfbcf]::macro_expand
[INFO] [stdout]                                at /opt/rustwide/workdir/packages/teleparse/tests/macrotest.rs:3:5
[INFO] [stdout]   22:     0x617bddb1bc17 - macrotest[bc6c173038ecfbcf]::macro_expand::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/packages/teleparse/tests/macrotest.rs:2:18
[INFO] [stdout]   23:     0x617bddb1f406 - <macrotest[bc6c173038ecfbcf]::macro_expand::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x617bdde2a7db - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x617bdde2a7db - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x617bdde38055 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x617bdde38055 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x617bdde38055 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x617bdde38055 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x617bdde38055 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x617bdde38055 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x617bdde38055 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x617bdde31964 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x617bdde31964 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x617bdde3b0d2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x617bdde3b0d2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x617bdde3b0d2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x617bdde3b0d2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x617bdde3b0d2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x617bdde3b0d2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x617bdde3b0d2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x617bddea620f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x617bddea620f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x75d01b2c3aa4 - <unknown>
[INFO] [stdout]   45:     0x75d01b350a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     macro_expand
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p teleparse --test macrotest`
[INFO] running `Command { std: "docker" "inspect" "f216b5e77afbc23023560b44baae2e8d97c8539f35926b6fd59820df55a537b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f216b5e77afbc23023560b44baae2e8d97c8539f35926b6fd59820df55a537b0", kill_on_drop: false }`
[INFO] [stdout] f216b5e77afbc23023560b44baae2e8d97c8539f35926b6fd59820df55a537b0
