[INFO] cloning repository https://github.com/kazhiramatsu/tsc-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kazhiramatsu/tsc-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkazhiramatsu%2Ftsc-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkazhiramatsu%2Ftsc-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b70e13fb66bdbb715aa7714fbceccb92ad7508e8
[INFO] testing kazhiramatsu/tsc-rs 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%2Fkazhiramatsu%2Ftsc-rs" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kazhiramatsu/tsc-rs
[INFO] finished tweaking git repo https://github.com/kazhiramatsu/tsc-rs
[INFO] tweaked toml for git repo https://github.com/kazhiramatsu/tsc-rs written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kazhiramatsu/tsc-rs 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] crate git repo https://github.com/kazhiramatsu/tsc-rs already has a lockfile, it will not be regenerated
[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]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wtf8 v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] cae0004fe11b1838ecc783e8ddd33bb9afec0f4bdd8f53ad12354545e69088cf
[INFO] running `Command { std: "docker" "start" "cae0004fe11b1838ecc783e8ddd33bb9afec0f4bdd8f53ad12354545e69088cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cae0004fe11b1838ecc783e8ddd33bb9afec0f4bdd8f53ad12354545e69088cf", 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" "cae0004fe11b1838ecc783e8ddd33bb9afec0f4bdd8f53ad12354545e69088cf" "/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" "cae0004fe11b1838ecc783e8ddd33bb9afec0f4bdd8f53ad12354545e69088cf", 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" "cae0004fe11b1838ecc783e8ddd33bb9afec0f4bdd8f53ad12354545e69088cf" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tsrs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling wtf8 v0.1.0
[INFO] [stdout] warning: unused variable: `members`
[INFO] [stdout]     --> src/checker/relations.rs:2922:29
[INFO] [stdout]      |
[INFO] [stdout] 2922 |             TypeKind::Union(members) if src == self.types.boolean => {
[INFO] [stdout]      |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_members`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `unused_type_decl_spans` is never used
[INFO] [stdout]     --> src/checker/mod.rs:2240:8
[INFO] [stdout]      |
[INFO] [stdout]  822 | impl<'a> Checker<'a> {
[INFO] [stdout]      | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 2240 |     fn unused_type_decl_spans(&self, symbol: &crate::binder::Symbol<'a>) -> Vec<crate::ast::Span> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.92s
[INFO] running `Command { std: "docker" "inspect" "cae0004fe11b1838ecc783e8ddd33bb9afec0f4bdd8f53ad12354545e69088cf", 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" "cae0004fe11b1838ecc783e8ddd33bb9afec0f4bdd8f53ad12354545e69088cf" "/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 tsrs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `members`
[INFO] [stdout]     --> src/checker/relations.rs:2922:29
[INFO] [stdout]      |
[INFO] [stdout] 2922 |             TypeKind::Union(members) if src == self.types.boolean => {
[INFO] [stdout]      |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_members`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `unused_type_decl_spans` is never used
[INFO] [stdout]     --> src/checker/mod.rs:2240:8
[INFO] [stdout]      |
[INFO] [stdout]  822 | impl<'a> Checker<'a> {
[INFO] [stdout]      | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 2240 |     fn unused_type_decl_spans(&self, symbol: &crate::binder::Symbol<'a>) -> Vec<crate::ast::Span> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `members`
[INFO] [stdout]     --> src/checker/relations.rs:2922:29
[INFO] [stdout]      |
[INFO] [stdout] 2922 |             TypeKind::Union(members) if src == self.types.boolean => {
[INFO] [stdout]      |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_members`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `unused_type_decl_spans` is never used
[INFO] [stdout]     --> src/checker/mod.rs:2240:8
[INFO] [stdout]      |
[INFO] [stdout]  822 | impl<'a> Checker<'a> {
[INFO] [stdout]      | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 2240 |     fn unused_type_decl_spans(&self, symbol: &crate::binder::Symbol<'a>) -> Vec<crate::ast::Span> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.19s
[INFO] running `Command { std: "docker" "inspect" "cae0004fe11b1838ecc783e8ddd33bb9afec0f4bdd8f53ad12354545e69088cf", 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" "cae0004fe11b1838ecc783e8ddd33bb9afec0f4bdd8f53ad12354545e69088cf" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `members`
[INFO] [stderr]     --> src/checker/relations.rs:2922:29
[INFO] [stderr]      |
[INFO] [stderr] 2922 |             TypeKind::Union(members) if src == self.types.boolean => {
[INFO] [stderr]      |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_members`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `unused_type_decl_spans` is never used
[INFO] [stderr]     --> src/checker/mod.rs:2240:8
[INFO] [stderr]      |
[INFO] [stderr]  822 | impl<'a> Checker<'a> {
[INFO] [stderr]      | -------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 2240 |     fn unused_type_decl_spans(&self, symbol: &crate::binder::Symbol<'a>) -> Vec<crate::ast::Span> {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `tsrs` (lib) generated 2 warnings (run `cargo fix --lib -p tsrs` to apply 1 suggestion)
[INFO] [stderr] warning: `tsrs` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tsrs-6a8095db11b479c1)
[INFO] [stdout] 
[INFO] [stdout] running 98 tests
[INFO] [stdout] test harness::tests::parse_fixture_normalizes_crlf_in_named_file_sections ... ok
[INFO] [stdout] test harness::tests::parse_fixture_normalizes_crlf_while_materializing_files ... ok
[INFO] [stdout] test harness::tests::parse_fixture_reads_directives_behind_a_leading_bom ... ok
[INFO] [stdout] test js_num::tests::js_number_formatting ... ok
[INFO] [stdout] test scanner::tests::basic_tokens ... ok
[INFO] [stdout] test scanner::tests::numbers ... ok
[INFO] [stdout] test scanner::tests::punctuation_maximal_munch ... ok
[INFO] [stdout] test scanner::tests::strings_and_unterminated ... ok
[INFO] [stdout] test scanner::tests::rescan_greater_like_parser ... ok
[INFO] [stdout] test scanner::tests::template_parts ... ok
[INFO] [stdout] test scanner::tests::unterminated_template ... ok
[INFO] [stdout] test tests::await_using_of_in_for_await_header_is_not_parsed_as_await_expression ... ok
[INFO] [stdout] test tests::abstract_property_initializer_reports_on_property_name ... ok
[INFO] [stdout] test tests::accessor_parameter_count_ignores_this_parameter ... ok
[INFO] [stdout] test tests::accessor_signatures_report_implicit_any_and_abstract_implementations ... ok
[INFO] [stdout] test tests::cfg_async_return_paths_use_awaited_annotation ... ok
[INFO] [stdout] test tests::auto_accessor_optional_reports_on_question_token ... ok
[INFO] [stdout] test tests::ambient_declare_const_is_not_tdz_checked ... ok
[INFO] [stdout] test tests::cfg_no_implicit_returns_and_switch_fallthrough ... ok
[INFO] [stdout] test tests::cfg_unreachable_code_never_calls_ranges_and_declaration_kinds ... ok
[INFO] [stdout] test tests::class_member_kind_override_diagnostics_match_accessors_and_methods ... ok
[INFO] [stdout] test tests::cfg_return_path_ordered_tree_2355_2366_2534 ... ok
[INFO] [stdout] test tests::classic_field_type_queries_reject_constructor_scope_names_but_allow_this ... ok
[INFO] [stdout] test tests::classic_field_initializers_reject_constructor_scope_names ... ok
[INFO] [stdout] test tests::class_field_function_expression_this_cuts_class_this ... ok
[INFO] [stdout] test tests::class_computed_properties_report_invalid_dynamic_names ... ok
[INFO] [stdout] test tests::class_computed_names_use_class_specific_expression_rules ... ok
[INFO] [stdout] test tests::deferred_mapped_relation_reports_key_constraint_child ... ok
[INFO] [stdout] test tests::deferred_mapped_property_lookup_preserves_keyof_intersection_semantics ... ok
[INFO] [stdout] test tests::deferred_mapped_type_display_is_canonical ... ok
[INFO] [stdout] test tests::definite_assignment_assertion_grammar_reports_bang_token ... ok
[INFO] [stdout] test tests::array_to_iterable_checks_element_type ... ok
[INFO] [stdout] test tests::empty_await_using_declaration_list_reports_1123_not_empty_name_unused ... ok
[INFO] [stdout] test tests::class_computed_and_private_setters_report_implicit_any ... ok
[INFO] [stdout] test tests::empty_object_satisfies_global_object_constraint ... ok
[INFO] [stdout] test tests::definite_assignment_flow_query_2454 ... ok
[INFO] [stdout] test tests::generic_class_expression_values_capture_outer_type_arguments ... ok
[INFO] [stdout] test tests::computed_object_literal_setters_report_implicit_any ... ok
[INFO] [stdout] test tests::computed_object_members_use_index_signature_context ... ok
[INFO] [stdout] test tests::conditional_expression_conditions_report_truthiness_and_function_values ... ok
[INFO] [stdout] test tests::global_object_is_not_assignable_to_callable_or_constructable_types ... ok
[INFO] [stdout] test tests::heritage_this_property_lookup_does_not_report_base_cycle ... ok
[INFO] [stdout] test tests::implicit_any_errors_remain_errors_when_no_implicit_any_is_on ... ok
[INFO] [stdout] test tests::direct_nullish_values_report_18050_in_operator_contexts ... ok
[INFO] [stdout] test tests::function_type_nodes_report_implicit_any_params ... ok
[INFO] [stdout] test tests::exponentiation_left_operand_reports_unparenthesized_unary_and_type_assertions ... ok
[INFO] [stdout] test tests::generic_class_this_return_preserves_accessor_receiver_type ... ok
[INFO] [stdout] test tests::lazy_field_initializer_uses_declaration_scope ... ok
[INFO] [stdout] test tests::keyof_type_parameter_relation_uses_property_key_constraint ... ok
[INFO] [stdout] test tests::logical_or_and_nullish_on_type_params_stay_unwrapped_when_nonstrict ... ok
[INFO] [stdout] test tests::identity_mapper_does_not_force_lazy_method_returns ... ok
[INFO] [stdout] test tests::mixin_class_value_preserves_base_constructor_type ... ok
[INFO] [stdout] test tests::mixin_protected_member_access_uses_constructor_return_base ... ok
[INFO] [stdout] test tests::computed_type_member_methods_report_implicit_any_return_names ... ok
[INFO] [stdout] test tests::namespace_body_this_is_reported_without_poisoning_class_this ... ok
[INFO] [stdout] test tests::identity_mapper_keeps_readonly_generic_assignment_related ... ok
[INFO] [stdout] test tests::implicit_any_suggestions_emit_when_no_implicit_any_is_off ... ok
[INFO] [stdout] test tests::invalid_computed_property_name_types_report_2464 ... ok
[INFO] [stdout] test tests::later_es_member_suggestions_are_receiver_specific ... ok
[INFO] [stdout] test tests::non_callable_get_accessor_call_does_not_report_nullish_invoke ... ok
[INFO] [stdout] test tests::logical_and_or_and_not_report_truthiness_with_context_specific_defined_checks ... ok
[INFO] [stdout] test tests::named_function_expression_truthiness_reports_at_name ... ok
[INFO] [stdout] test tests::or_condition_true_branch_merges_narrowing_alternatives ... ok
[INFO] [stdout] test tests::overloaded_new_reports_only_first_argument_mismatch_for_selected_constructor ... ok
[INFO] [stdout] test tests::non_strict_addition_keeps_2365_for_nullish_operands ... ok
[INFO] [stdout] test tests::non_strict_nullish_get_accessor_return_widens_to_any_like ... ok
[INFO] [stdout] test tests::set_accessor_parameter_grammar_reports_parameter_tokens ... ok
[INFO] [stdout] test tests::non_lhs_assignment_recovery_reports_parse_error_at_operator ... FAILED
[INFO] [stdout] test tests::non_strict_function_conditions_do_not_report_always_defined_function ... ok
[INFO] [stdout] test tests::stage4_auto_capture_reads_7005_7034 ... ok
[INFO] [stdout] test tests::stage4_auto_nonstrict_mixed_drop_and_pure_nullish ... ok
[INFO] [stdout] test tests::stage4_auto_variable_cfa_strict ... ok
[INFO] [stdout] test tests::source_keyof_relation_reports_effective_key_domain ... ok
[INFO] [stdout] test tests::stage4_dead_code_reads_declared ... ok
[INFO] [stdout] test tests::stage4_operand_nullish_18048 ... ok
[INFO] [stdout] test tests::object_binding_keyword_recovery_consumes_initializer ... ok
[INFO] [stdout] test tests::null_member_and_call_checks_use_nullability_diagnostics ... ok
[INFO] [stdout] test tests::stage4_this_and_typeof_this_narrowing ... ok
[INFO] [stdout] test tests::stage4_write_target_receiver_narrows ... ok
[INFO] [stdout] test tests::string_literal_constructor_fields_are_rejected ... ok
[INFO] [stdout] test tests::optional_super_methods_do_not_report_always_defined_function_conditions ... ok
[INFO] [stdout] test tests::strict_property_initialization_flow_2564_2565 ... ok
[INFO] [stdout] test tests::this_type_predicate_narrows_call_receiver ... ok
[INFO] [stdout] test tests::single_name_unused_import_reports_6133_on_the_import_statement ... ok
[INFO] [stdout] test tests::static_super_resolves_for_expression_bases ... ok
[INFO] [stdout] test tests::syntactic_truthiness_reports_for_condition_statements ... ok
[INFO] [stdout] test tests::unique_symbol_types_are_restricted_to_declaration_contexts ... ok
[INFO] [stdout] test tests::use_define_class_fields_do_not_use_constructor_scope_shadowing ... ok
[INFO] [stdout] test tests::super_member_this_return_uses_derived_receiver ... ok
[INFO] [stdout] test tests::syntactic_truthiness_reports_numeric_and_wrapped_literals ... ok
[INFO] [stdout] test tests::type_literal_members_report_implicit_any_suggestions ... ok
[INFO] [stdout] test text::tests::line_col_basic ... ok
[INFO] [stdout] test text::tests::utf16_columns ... ok
[INFO] [stdout] test text::tests::bom_stripped ... ok
[INFO] [stdout] test tests::untyped_explicit_this_parameter_suppresses_no_implicit_this ... ok
[INFO] [stdout] test tests::unused_grouping_engine_mirrors_tsc_group_flush_rules ... ok
[INFO] [stdout] test tests::unused_type_parameters_report_as_suggestions ... ok
[INFO] [stdout] test tests::yield_implicit_any_ignores_computed_object_method_names ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::non_lhs_assignment_recovery_reports_parse_error_at_operator stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::non_lhs_assignment_recovery_reports_parse_error_at_operator' (299) panicked at src/lib.rs:989:27:
[INFO] [stdout] attempt to subtract with overflow
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f315ccf6b98 - 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:     0x5f315ccf6b98 - 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:     0x5f315ccf6b98 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f315ccf6b98 - <<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:     0x5f315cd0d20a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f315cd0d20a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5f315ccfb402 - 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:     0x5f315ccfb402 - <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:     0x5f315ccd5bc6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f315ccd5bc6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f315cceef69 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f315cc87bfc - <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:     0x5f315cc87bfc - 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:     0x5f315ccef1e2 - <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:     0x5f315ccef1e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f315ccd5cb4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5f315cccae89 - 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:     0x5f315ccd699d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f315cd0d9cc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f315cd0e909 - core[8fb95b77d25ab6c8]::panicking::panic_const::panic_const_sub_overflow
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:175:17
[INFO] [stdout]   20:     0x5f315cb552b5 - tsrs[11d9f1b18e9736c7]::collect_parse_error_stmts
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:989:27
[INFO] [stdout]   21:     0x5f315cb507a4 - tsrs[11d9f1b18e9736c7]::check_program_core
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:655:29
[INFO] [stdout]   22:     0x5f315cb54c6d - tsrs[11d9f1b18e9736c7]::check_program_with_roots
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:245:5
[INFO] [stdout]   23:     0x5f315cb4f460 - tsrs[11d9f1b18e9736c7]::check_program
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:208:5
[INFO] [stdout]   24:     0x5f315cc25c99 - tsrs[11d9f1b18e9736c7]::tests::non_lhs_assignment_recovery_reports_parse_error_at_operator
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:3413:28
[INFO] [stdout]   25:     0x5f315cbf2457 - tsrs[11d9f1b18e9736c7]::tests::non_lhs_assignment_recovery_reports_parse_error_at_operator::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:3407:69
[INFO] [stdout]   26:     0x5f315cbccd66 - <tsrs[11d9f1b18e9736c7]::tests::non_lhs_assignment_recovery_reports_parse_error_at_operator::{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]   27:     0x5f315cc7acdb - <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]   28:     0x5f315cc7acdb - 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]   29:     0x5f315cc88555 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   30:     0x5f315cc88555 - <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]   31:     0x5f315cc88555 - 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]   32:     0x5f315cc88555 - 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]   33:     0x5f315cc88555 - 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]   34:     0x5f315cc88555 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   35:     0x5f315cc88555 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   36:     0x5f315cc81e64 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   37:     0x5f315cc81e64 - 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]   38:     0x5f315cc8b5d2 - 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]   39:     0x5f315cc8b5d2 - <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]   40:     0x5f315cc8b5d2 - 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]   41:     0x5f315cc8b5d2 - 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]   42:     0x5f315cc8b5d2 - 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]   43:     0x5f315cc8b5d2 - 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]   44:     0x5f315cc8b5d2 - <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]   45:     0x5f315ccf64ef - <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]   46:     0x5f315ccf64ef - <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]   47:     0x73dbf8226aa4 - <unknown>
[INFO] [stdout]   48:     0x73dbf82b3a64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::non_lhs_assignment_recovery_reports_parse_error_at_operator
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 97 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.06s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "cae0004fe11b1838ecc783e8ddd33bb9afec0f4bdd8f53ad12354545e69088cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cae0004fe11b1838ecc783e8ddd33bb9afec0f4bdd8f53ad12354545e69088cf", kill_on_drop: false }`
[INFO] [stdout] cae0004fe11b1838ecc783e8ddd33bb9afec0f4bdd8f53ad12354545e69088cf
