tribuchet: building on eliza Using versionCheckHook Running phase: unpackPhase unpacking source archive /nix/store/72bc2vppdm5bwpsbxscxwvrr3qqq9k1k-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock Finished cargoSetupPostPatchHook Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase Executing cargoBuildHook cargoBuildHook flags: -j 24 --target aarch64-unknown-linux-gnu --offline --profile release Compiling memchr v2.8.2 Compiling shlex v1.3.0 Compiling crossbeam-utils v0.8.21 Compiling find-msvc-tools v0.1.9 Compiling rustversion v1.0.22 Compiling regex-syntax v0.8.10 Compiling same-file v1.0.6 Compiling log v0.4.29 Compiling ryu v1.0.23 Compiling cfg-if v1.0.4 Compiling static_assertions v1.1.0 Compiling itoa v1.0.18 Compiling lexopt v0.3.2 Compiling walkdir v2.5.0 Compiling cc v1.2.61 Compiling aho-corasick v1.1.4 Compiling bstr v1.12.1 Compiling crossbeam-epoch v0.9.18 Compiling castaway v0.2.4 Compiling compact_str v0.9.1 Compiling crossbeam-deque v0.8.6 Compiling libmimalloc-sys v0.1.49 Compiling regex-automata v0.4.14 Compiling globset v0.4.18 Compiling ignore v0.4.27 Compiling mimalloc v0.1.52 Compiling nixfmt_rs v0.5.1 (/build/source) Finished `release` profile [optimized] target(s) in 20.05s Executing cargoInstallPostBuildHook Finished cargoInstallPostBuildHook Finished cargoBuildHook Running phase: checkPhase Executing cargoCheckHook cargoCheckHook flags: -j 24 --profile release --target aarch64-unknown-linux-gnu --offline -- Compiling libc v0.2.186 Compiling rustix v1.1.4 Compiling getrandom v0.3.4 Compiling bitflags v2.11.1 Compiling linux-raw-sys v0.12.1 Compiling fastrand v2.4.1 Compiling once_cell v1.21.4 Compiling similar v2.7.0 Compiling console v0.16.3 Compiling tempfile v3.27.0 Compiling insta v1.48.0 Compiling nixfmt_rs v0.5.1 (/build/source) Finished `release` profile [optimized] target(s) in 35.39s Running unittests src/lib.rs (target/aarch64-unknown-linux-gnu/release/deps/nixfmt_rs-836991012e749e61) running 286 tests test ast::tests::trivia_is_two_words ... ok test ast_format_tests::test_indented_string ... ok test ast_format_tests::test_line_comment ... ok test ast_format_tests::test_boolean_not ... ok test ast_format_tests::test_relative_path ... ok test ast_format_tests::test_let_simple ... ok test ast_format_tests::test_block_comment ... ok test ast_format_tests::test_assert ... ok test ast_format_tests::test_member_check ... ok test ast_format_tests::test_parenthesized ... ok test ast_format_tests::test_simple_lambda ... ok test ast_format_tests::test_selection_with_default ... ok test ast_format_tests::test_set_pattern ... ok test ast_format_tests::test_function_application ... ok test ast_format_tests::test_addition ... ok test ast_format_tests::test_dotted_path ... ok test ast_format_tests::test_string_hash_not_comment ... ok test ast_format_tests::test_comparison_operators ... ok test ast_format_tests::test_inherit ... ok test ast_format_tests::test_simple_string ... ok test ast_format_tests::test_negation ... ok test ast_format_tests::test_simple_set ... ok test ast_format_tests::test_integer ... ok test ast_format_tests::test_if_then_else ... ok test ast_format_tests::test_simple_list ... ok test doc::tests::merge_emptyline_newlines_adds_two ... ok test doc::tests::merge_hardspace_newlines_keeps_count ... ok test doc::tests::merge_break_hardspace_is_space ... ok test doc::tests::merge_newlines_adds_counts ... ok test doc::tests::merge_fallthrough_takes_stronger ... ok test doc::tests::merge_other_newlines_adds_one ... ok test doc::tests::merge_softbreak_hardspace_is_softspace ... ok test doc::tests::try_compact_rejects_hard_breaks ... ok test ast_format_tests::test_with ... ok test doc::tests::try_compact_respects_width_limit ... ok test error::context::tests::test_basic_position ... ok test error::format::tests::indented_string_delimiter_rendered_as_double_quote ... ok test error::format::tests::unclosed_delimiter_shows_opener_in_snippet ... ok test error::tests::invalid_syntax_passes_hint_through ... ok test error::format::tests::unclosed_opener_on_other_line_is_rendered ... ok test error::tests::missing_token_help ... ok test error::tests::unclosed_brace_generic_message ... ok test error::tests::unclosed_indented_string_message ... ok test error::tests::unclosed_string_message_help_and_related ... ok test error::tests::unexpected_multiple_expected_has_no_help ... ok test error::tests::unexpected_single_expected_message_and_help ... ok test ir_format_tests::test_app_selection_inner_arg ... ok test ir_format_tests::test_app_two_trailing_list_args ... ok test ir_format_tests::test_arithmetic_operators ... ok test ir_format_tests::test_boolean_not_structure ... ok test ir_format_tests::test_empty_parameter_multiline ... ok test ir_format_tests::test_app_absorb_last_paren_application ... ok test ir_format_tests::test_inherit_many_identifiers_structure ... ok test ir_format_tests::test_float_token ... ok test ir_format_tests::test_context_parameter ... ok test ir_format_tests::test_operation_with_application_rhs ... ok test ir_format_tests::test_app_last_arg_with_pre_comment ... ok test ir_format_tests::test_app_two_consecutive_list_args ... ok test ir_format_tests::test_doc_comment_structure ... ok test ir_format_tests::test_empty_line_structure ... ok test ir_format_tests::test_indented_string_with_embedded_newline ... ok test ir_format_tests::test_env_path_token ... ok test ir_format_tests::test_comment_structure ... ok test ir_format_tests::test_param_trailing_comment_after_comma ... ok test ir_format_tests::test_member_check_full ... ok test ir_format_tests::test_language_annotation ... ok test ir_format_tests::test_language_annotation_with_string_item ... ok test ir_format_tests::test_inherit_with_source_structure ... ok test ir_format_tests::test_concat_with_absorbable_rhs ... ok test ir_format_tests::test_negation_structure ... ok test ir_format_tests::test_paren_absorb_rhs ... ok test ir_format_tests::test_paren_inner_arg_unexpanded ... ok test ir_format_tests::test_path_term_structure ... ok test ir_format_tests::test_lambda_chain_structure ... ok test ir_format_tests::test_nested_groups_structure ... ok test ir_format_tests::test_param_trailing_comment_last_attr ... ok test ir_format_tests::test_list_with_comments_structure ... ok test ir_format_tests::test_multiline_string_structure ... ok test ir_format_tests::test_parenthesized_complex_structure ... ok test lexer::tests::directive_basic_region ... ok test lexer::tests::directive_enable_inside_string_does_not_close ... ok test lexer::tests::directive_nested_disable_inert ... ok test lexer::tests::directive_lone_enable_no_region ... ok test lexer::tests::directive_not_at_line_start_no_region ... ok test ir_format_tests::test_selection_from_record_term_structure ... ok test ir_format_tests::test_selection_from_parenthesized_term_structure ... ok test lexer::tests::directive_preserves_leading_indent ... ok test ir_format_tests::test_paren_simple_term ... ok test lexer::tests::directive_two_regions ... ok test lexer::tests::directive_unclosed_extends_to_eof ... ok test lexer::tests::directive_unknown_verb_no_region ... ok test lexer::tests::directive_with_trailing_text_no_region ... ok test ir_format_tests::test_param_trailing_comment_before_comma ... ok test ir_format_tests::test_parameter_with_ellipsis ... ok test ir_format_tests::test_paren_trailing_comment_on_open ... ok test lexer::tests::test_lexeme_preserves_trivia ... ok test ir_format_tests::test_parameter_with_defaults ... ok test lexer::tests::test_lexeme_with_comments ... ok test ir_format_tests::test_update_absorbable_rhs_structure ... ok test ir_format_tests::test_param_trailing_comment_on_default_before_comma ... ok test ir_format_tests::test_simple_parameter_pattern ... ok test ir_format_tests::test_rec_set_structure ... ok test lexer::tests::test_parse_block_comment ... ok test ir_format_tests::test_string_interpolation_structure ... ok test lexer::tests::test_parse_line_comment ... ok test lexer::tests::test_remove_stars ... ok test ir_format_tests::test_selection_with_default_structure ... ok test lexer::tests::test_split_lines ... ok test ir_format_tests::test_string_with_leading_whitespace_interpolation ... ok test lexer::tests::test_tokenize_delimiters ... ok test ir_format_tests::test_string_interpolation_with_absorbable ... ok test ir_format_tests::test_param_comma_pretrivia_moves_to_next ... ok test lexer::tests::test_tokenize_identifiers ... ok test lexer::tests::test_tokenize_keywords ... ok test lexer::tests::test_tokenize_numbers ... ok test ir_format_tests::test_simple_string_with_embedded_newline ... ok test lexer::tests::test_tokenize_operators ... ok test lexer::tests::test_tokenize_simple_expression ... ok test regression_tests::format::format_assignment_rhs_app_with_string_last_arg ... ok test regression_tests::format::format_directive_enable_in_string_does_not_close ... ok test regression_tests::format::format_directive_in_priority_group_post_segment ... ok test regression_tests::format::format_directive_disabled_region_verbatim ... ok test regression_tests::format::format_app_set_absorb_in_binding ... ok test regression_tests::format::format_assignment_non_simple_selector_breaks_rhs ... ok test regression_tests::format::format_if_elseif_chain_forced_multiline ... ok test regression_tests::format::format_directive_unclosed_in_interpolation_demoted ... ok test regression_tests::format::format_empty_set_with_pretrivia_keeps_linebreak ... ok test regression_tests::format::format_directive_mid_line_demotes_to_line_comment ... ok test regression_tests::format::format_directive_region_crosses_brace ... ok test regression_tests::format::format_paren_abstraction_absorbed_as_last_arg ... ok test regression_tests::format::format_directive_lone_enable_passes_through ... ok test regression_tests::format::format_app_comment_before_last_arg_indent ... ok test regression_tests::format::format_language_annotation_with_trail_comment ... ok test regression_tests::format::format_app_multi_absorbable_args_indent ... ok test regression_tests::fuzz::fuzz_block_comment_with_cr_reparses ... ok test regression_tests::fuzz::fuzz_indented_string_blank_line_indent ... ok test regression_tests::fuzz::fuzz_indented_string_escape_newline_grows ... ok test regression_tests::format::format_nested_lambda_body_absorbed ... ok test regression_tests::format::format_indented_string_lone_interpolation_with_trailing_trivia ... ok test regression_tests::fuzz::fuzz_lang_annotation_on_app_head_after_div ... ok test regression_tests::fuzz::fuzz_let_in_trail_comment_app_width ... ok test regression_tests::fuzz::fuzz_list_open_trail_comment_before_lang_annotation ... ok test regression_tests::fuzz::fuzz_leading_blank_lines_app_layout ... ok test regression_tests::fuzz::fuzz_or_without_selectors_dropped ... ok test regression_tests::format::format_multi_arg_application_continuation_indent ... ok test regression_tests::format::format_lambda_chain_stays_one_line_when_fits ... ok test regression_tests::format::format_assignment_rhs_update_concat_plus_case2 ... ok test regression_tests::ir::test_absorb_rhs_comment_only_list ... ok test regression_tests::format::format_interp_trailing_trivia_preserved ... ok test regression_tests::format::format_text_width_counts_chars_not_bytes ... ok test regression_tests::format::format_interp_inline_short_forced_compact ... ok test regression_tests::fuzz::fuzz_trailing_comment_on_multiline_simple_string ... ok test regression_tests::ir::test_absorb_rhs_with_set ... ok test regression_tests::ir::test_absorb_rhs_empty_set_multiline ... ok test regression_tests::ir::test_absorb_rhs_indented_string ... ok test regression_tests::format::format_comparison_op_softline ... ok test regression_tests::fuzz::fuzz_paren_open_trail_comment_absorbable ... ok test regression_tests::fuzz::fuzz_integer_selection_relex_as_float ... ok test regression_tests::ir::test_absorb_rhs_lambda_chain_set ... ok test regression_tests::ir::test_absorb_rhs_paren_set ... ok test regression_tests::ir::test_absorb_rhs_lambda_set ... ok test regression_tests::ir::test_absorb_rhs_set_wide ... ok test regression_tests::format::format_less_than_without_space_not_env_path ... ok test regression_tests::ir::test_absorb_rhs_single_inherit ... ok test regression_tests::format::format_trailing_comma_compact_param_set ... ok test regression_tests::format::format_operator_trailing_comment_hoisted ... ok test regression_tests::format::format_set_param_open_trailing_comment_hoisted ... ok test regression_tests::fuzz::fuzz_indented_string_blank_line_preserves_excess ... ok test regression_tests::format::format_with_body_absorbed ... ok test regression_tests::format::format_trailing_file_trivia_preserved ... ok test regression_tests::ir::test_if_in_set ... ok test regression_tests::format::format_trailing_comment_ignored_for_width ... ok test regression_tests::ir::test_with_set_body ... ok test regression_tests::format::format_trailing_comment_shift_for_idempotency ... ok test regression_tests::parser::regression_at_without_colon_error ... ok test regression_tests::format::format_interp_leading_trivia_preserved ... ok test regression_tests::ir::test_if_else_if_chain ... ok test regression_tests::ir::test_assignment_rhs_application_grouping ... ok test regression_tests::ir::test_middle_arg_grouping ... ok test regression_tests::parser::regression_comparison_chain_should_fail ... ok test regression_tests::ir::test_inner_arg_list_language_annotation ... ok test regression_tests::parser::regression_context_parameter_shape ... ok test regression_tests::parser::regression_crlf_line_endings ... ok test regression_tests::ir::test_param_set_trailing_comment_nesting ... ok test regression_tests::ir::test_inner_arg_simple_list ... ok test regression_tests::format::format_interp_lone_application_absorbed ... ok test regression_tests::ir::test_transparent_in_parens_break ... ok test regression_tests::ir::test_let_expression_groups ... ok test regression_tests::ir::test_string_selector_pretty ... ok test regression_tests::ir::test_set_param_abstraction_absorbs_body ... ok test regression_tests::parser::regression_dot_path_not_selection ... ok test regression_tests::parser::regression_dot_pathchars_slash_is_path ... ok test regression_tests::ir::test_with_grouping ... ok test regression_tests::parser::regression_double_slash_ends_path ... ok test regression_tests::parser::regression_duplicate_function_formals ... ok test regression_tests::parser::regression_ellipsis_requires_comma ... ok test regression_tests::parser::regression_ellipsis_without_colon_error ... ok test regression_tests::ir::test_absorb_uses_pretty_term_for_list ... ok test regression_tests::parser::regression_chained_string_concatenation ... ok test regression_tests::parser::regression_application_with_parenthesized_negation ... ok test regression_tests::ir::test_empty_container_with_comment_idempotent ... ok test regression_tests::parser::regression_comment_before_and_with_selectors ... ok test regression_tests::parser::regression_ident_dot_path ... ok test regression_tests::ir::test_function_arguments_priority ... ok test regression_tests::parser::regression_chained_comparison_operators ... ok test regression_tests::parser::regression_decorated_multiline_comment ... ok test regression_tests::parser::regression_incomplete_env_path_rejected ... ok test regression_tests::parser::regression_inherit_interpolation_restricted ... ok test regression_tests::parser::regression_integer_overflow_rejected ... ok test regression_tests::parser::regression_ansi_escape_codes_in_strings ... ok test regression_tests::parser::regression_crlf_between_tokens ... ok test regression_tests::parser::regression_indented_string_escape_sequences ... ok test regression_tests::parser::regression_concat_right_associative ... ok test regression_tests::parser::regression_attrset_string_interpolated_key ... ok test regression_tests::parser::regression_empty_simple_string ... ok test regression_tests::parser::regression_inline_comments_after_strings_and_paths ... ok test regression_tests::parser::regression_empty_set_parameter ... ok test regression_tests::parser::regression_non_utf8_input ... ok test regression_tests::parser::regression_dot_selector_on_newline ... ok test regression_tests::parser::regression_empty_indented_string ... ok test regression_tests::parser::regression_import_path_application ... ok test regression_tests::parser::regression_emptyline_pretrivia_inline ... ok test regression_tests::parser::regression_identifier_slash_path ... ok test regression_tests::parser::regression_or_after_selector_requires_default ... ok test regression_tests::parser::regression_or_operator_deprecated_syntax ... ok test regression_tests::parser::regression_or_operator_with_application ... ok test regression_tests::parser::regression_or_rejected_as_lambda_param ... ok test regression_tests::parser::regression_path_trailing_slash_current ... ok test regression_tests::parser::regression_pattern_shadows_formal ... ok test regression_tests::parser::regression_inherit_multiple_names ... ok test regression_tests::parser::regression_implies_precedence ... ok test regression_tests::parser::regression_import_relative_path ... ok test regression_tests::parser::regression_set_parameter_without_colon_error ... ok test regression_tests::parser::regression_single_ampersand_error ... ok test regression_tests::parser::regression_single_dollar_error ... ok test regression_tests::parser::regression_single_pipe_error ... ok test regression_tests::parser::regression_slash_star_in_string_after_interp ... ok test regression_tests::format::format_assignment_rhs_update_concat_plus_case1 ... ok test regression_tests::parser::regression_context_parameter_variants ... ok test regression_tests::parser::regression_not_member_check ... ok test regression_tests::parser::regression_member_check_on_operation ... ok test regression_tests::parser::regression_multiline_string_indentation ... ok test regression_tests::parser::regression_minus_left_associative ... ok test regression_tests::parser::regression_multiline_string_unicode_line_numbers ... ok test regression_tests::parser::regression_tilde_not_path_char ... ok test regression_tests::parser::regression_unclosed_block_comment_rejected ... ok test regression_tests::parser::regression_unexpected_character_error ... ok test regression_tests::parser::regression_path_with_interpolation ... ok test regression_tests::parser::regression_mixed_add_sub_associativity ... ok test regression_tests::parser::regression_string_dollar_dollar ... ok test regression_tests::parser::regression_utf8_identifier ... ok test regression_tests::parser::regression_path_relative_dotdot ... ok test regression_tests::parser::regression_old_style_let ... ok test regression_tests::parser::regression_let_string_interpolated_key ... ok test regression_tests::parser::regression_or_as_identifier ... ok test regression_tests::ir::test_list_rendering ... ok test regression_tests::parser::regression_pipe_forward_operator ... ok test regression_tests::parser::regression_pipe_backward_operator ... ok test tests_common::diff::tests::test_addition ... ok test tests_common::diff::tests::test_complex_diff ... ok test regression_tests::parser::regression_plus_right_associative ... ok test tests_common::diff::tests::test_empty_left ... ok test tests_common::diff::tests::test_empty_right ... ok test tests_common::diff::tests::test_empty_strings ... ok test tests_common::diff::tests::test_identical_strings ... ok test tests_common::diff::tests::test_removal ... ok test regression_tests::properties::rejects_invalid_fixture_corpus ... ok test tests_common::diff::tests::test_replacement ... ok test tests_common::diff::tests::test_slice_with_integers ... ok test regression_tests::parser::regression_unquoted_url ... ok test regression_tests::parser::regression_trailing_comment ... ok test regression_tests::parser::regression_language_annotation ... ok test regression_tests::parser::regression_unicode_escape_in_string ... ok test regression_tests::parser::regression_string_multiple_interpolations ... ok test regression_tests::parser::regression_chained_prefix_operators ... ok test regression_tests::parser::regression_empty_container_with_comment ... ok test regression_tests::parser::regression_subtraction_not_application ... ok test regression_tests::parser::regression_indented_string_to_simple ... ok test regression_tests::parser::test_sourceline_multiline_list ... ok test regression_tests::parser::regression_update_right_associative ... ok test regression_tests::parser::regression_trailing_empty_line_before_close ... ok test regression_tests::parser::regression_float_literals ... ok test regression_tests::parser::regression_string_interpolation_selectors ... ok test regression_tests::properties::formats_to_golden_on_fixture_corpus ... ok test regression_tests::properties::ast_preserved_on_fixture_corpus ... ok test regression_tests::properties::idempotent_on_fixture_corpus ... ok test result: ok. 286 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s Running unittests src/main.rs (target/aarch64-unknown-linux-gnu/release/deps/nixfmt-eef55ecedd571980) running 5 tests test json_diag::tests::json_escaping_handles_quotes_and_controls ... ok test json_diag::tests::message_only_object_is_minimal ... ok test json_diag::tests::rendered_field_is_escaped_single_line ... ok test json_diag::tests::unclosed_brace_has_related_and_help ... ok test json_diag::tests::unexpected_token_carries_help ... ok test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/cli.rs (target/aarch64-unknown-linux-gnu/release/deps/cli-00488df002656504) running 26 tests test check_formatted_stdin_exits_0 ... ok test message_format_rejects_unknown_value ... ok test check_unformatted_stdin_exits_1 ... ok test filename_flag_used_in_errors ... ok test directory_is_walked_recursively_and_formatted_in_place ... ok test message_format_json_io_error_is_json ... ok test quiet_suppresses_errors_but_keeps_exit_code ... ok test version_flags ... ok test files_are_formatted_in_place ... ok test directory_check_reports_unformatted_and_exits_1 ... ok test stdin_formats_to_stdout ... ok test parse_error_exits_1 ... ok test verify_flag_is_accepted ... ok test width_flag_forces_multiline ... ok test mergetool_rejects_non_nix_merged ... ok test indent_flag_changes_indentation ... ok test unknown_flag_exits_1 ... ok test message_format_json_check_mode_is_pure_json ... ok test dash_reads_stdin_without_warning ... ok test mergetool_formats_and_merges_non_conflicting_change ... ok test check_file_does_not_modify ... ok test message_format_json_emits_one_object_per_error ... ok test missing_file_exits_1 ... ok test ast_on_file_does_not_modify ... ok test debug_dumps_go_to_stderr_and_exit_1 ... ok test multiple_files_error_continues_and_exits_1 ... ok test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s Doc-tests nixfmt_rs running 4 tests test src/dump/mod.rs - dump::dump_enum (line 344) ... ignored test src/dump/mod.rs - dump::dump_enum (line 352) ... ignored test src/lib.rs - format_error (line 164) ... ok test src/lib.rs - (line 5) ... ok test result: ok. 2 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s all doctests ran in 1.19s; merged doctests compilation took 1.18s Finished cargoCheckHook checkPhase completed in 37 seconds Running phase: installPhase Executing cargoInstallHook Finished cargoInstallHook Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/8dq4hrqym3h1wsy0rsz54r6vf1fyrb0p-nixfmt-rs-0.5.1 shrinking /nix/store/8dq4hrqym3h1wsy0rsz54r6vf1fyrb0p-nixfmt-rs-0.5.1/bin/nixfmt checking for references to /build/ in /nix/store/8dq4hrqym3h1wsy0rsz54r6vf1fyrb0p-nixfmt-rs-0.5.1... gzipping man pages under /nix/store/8dq4hrqym3h1wsy0rsz54r6vf1fyrb0p-nixfmt-rs-0.5.1/share/man/ patching script interpreter paths in /nix/store/8dq4hrqym3h1wsy0rsz54r6vf1fyrb0p-nixfmt-rs-0.5.1 stripping (with command strip and flags -S -p) in /nix/store/8dq4hrqym3h1wsy0rsz54r6vf1fyrb0p-nixfmt-rs-0.5.1/bin Running phase: installCheckPhase Executing versionCheckPhase Successfully managed to find version 0.5.1 in the output of the command /nix/store/8dq4hrqym3h1wsy0rsz54r6vf1fyrb0p-nixfmt-rs-0.5.1/bin/nixfmt --version nixfmt-rs 0.5.1 Finished versionCheckPhase no Makefile or custom installCheckPhase, doing nothing