nixbot

builds

succeeded nixfmt-rs-static-aarch64-unknown-linux-musl-0.5.3 checks.aarch64-linux.static · build #58 · raw

1tribuchet: building on eliza2Using versionCheckHook
unpackPhase
3unpacking source archive /nix/store/9j9yh62zy90f1ly8bz9cmyj21g9zzicf-source4source root is source5Executing cargoSetupPostUnpackHook6Finished cargoSetupPostUnpackHook
patchPhase
7Executing cargoSetupPostPatchHook8Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock9Finished cargoSetupPostPatchHook
buildPhase
10Executing cargoBuildHook11cargoBuildHook flags: -j 24 --target aarch64-unknown-linux-musl --offline --profile release12 Compiling shlex v1.3.013 Compiling crossbeam-utils v0.8.2114 Compiling find-msvc-tools v0.1.915 Compiling memchr v2.8.316 Compiling rustversion v1.0.2217 Compiling regex-syntax v0.8.1018 Compiling zmij v1.0.2119 Compiling log v0.4.2920 Compiling same-file v1.0.621 Compiling itoa v1.0.1822 Compiling cfg-if v1.0.423 Compiling static_assertions v1.1.024 Compiling lexopt v0.3.225 Compiling walkdir v2.5.026 Compiling cc v1.2.6127 Compiling aho-corasick v1.1.428 Compiling bstr v1.12.129 Compiling crossbeam-epoch v0.9.1830 Compiling castaway v0.2.431 Compiling compact_str v0.10.032 Compiling crossbeam-deque v0.8.633 Compiling libmimalloc-sys v0.1.4934 Compiling regex-automata v0.4.1435 Compiling globset v0.4.1836 Compiling ignore v0.4.3037 Compiling mimalloc v0.1.5238 Compiling nixfmt_rs v0.5.3 (/build/source)39 Finished `release` profile [optimized] target(s) in 20.49s40Executing cargoInstallPostBuildHook41Finished cargoInstallPostBuildHook42Finished cargoBuildHook
checkPhase
43Executing cargoCheckHook44cargoCheckHook flags: -j 24 --profile release --target aarch64-unknown-linux-musl --offline --45 Compiling libc v0.2.18646 Compiling getrandom v0.3.447 Compiling rustix v1.1.448 Compiling linux-raw-sys v0.12.149 Compiling bitflags v2.11.150 Compiling once_cell v1.21.451 Compiling fastrand v2.4.152 Compiling similar v2.7.053 Compiling console v0.16.354 Compiling tempfile v3.27.055 Compiling insta v1.48.056 Compiling nixfmt_rs v0.5.3 (/build/source)57 Finished `release` profile [optimized] target(s) in 36.18s58 Running unittests src/lib.rs (target/aarch64-unknown-linux-musl/release/deps/nixfmt_rs-00db977b898d4a21)5960running 294 tests61test ast::tests::trivia_is_two_words ... ok62test ast_format_tests::test_if_then_else ... ok63test ast_format_tests::test_line_comment ... ok64test ast_format_tests::test_negation ... ok65test ast_format_tests::test_integer ... ok66test ast_format_tests::test_boolean_not ... ok67test ast_format_tests::test_member_check ... ok68test ast_format_tests::test_relative_path ... ok69test ast_format_tests::test_simple_string ... ok70test ast_format_tests::test_inherit ... ok71test ast_format_tests::test_function_application ... ok72test ast_format_tests::test_set_pattern ... ok73test doc::tests::merge_break_hardspace_is_space ... ok74test ast_format_tests::test_indented_string ... ok75test doc::tests::merge_emptyline_newlines_adds_two ... ok76test ast_format_tests::test_selection_with_default ... ok77test ast_format_tests::test_block_comment ... ok78test ast_format_tests::test_simple_list ... ok79test ast_format_tests::test_simple_lambda ... ok80test ast_format_tests::test_addition ... ok81test ast_format_tests::test_parenthesized ... ok82test doc::tests::merge_fallthrough_takes_stronger ... ok83test ast_format_tests::test_dotted_path ... ok84test ast_format_tests::test_string_hash_not_comment ... ok85test ast_format_tests::test_let_simple ... ok86test ast_format_tests::test_assert ... ok87test doc::tests::merge_hardspace_newlines_keeps_count ... ok88test ast_format_tests::test_simple_set ... ok89test ast_format_tests::test_comparison_operators ... ok90test ast_format_tests::test_with ... ok91test doc::tests::merge_newlines_adds_counts ... ok92test doc::tests::merge_other_newlines_adds_one ... ok93test doc::tests::merge_softbreak_hardspace_is_softspace ... ok94test doc::tests::try_compact_rejects_hard_breaks ... ok95test doc::tests::try_compact_respects_width_limit ... ok96test error::context::tests::test_basic_position ... ok97test error::format::tests::indented_string_delimiter_rendered_as_double_quote ... ok98test error::format::tests::unclosed_delimiter_shows_opener_in_snippet ... ok99test error::format::tests::unclosed_opener_on_other_line_is_rendered ... ok100test error::tests::invalid_syntax_passes_hint_through ... ok101test error::tests::missing_token_help ... ok102test error::tests::unclosed_brace_generic_message ... ok103test error::tests::unclosed_indented_string_message ... ok104test error::tests::unclosed_string_message_help_and_related ... ok105test error::tests::unexpected_multiple_expected_has_no_help ... ok106test error::tests::unexpected_single_expected_message_and_help ... ok107test ir_format_tests::test_app_selection_inner_arg ... ok108test ir_format_tests::test_boolean_not_structure ... ok109test ir_format_tests::test_app_absorb_last_paren_application ... ok110test ir_format_tests::test_arithmetic_operators ... ok111test ir_format_tests::test_app_two_consecutive_list_args ... ok112test ir_format_tests::test_app_two_trailing_list_args ... ok113test ir_format_tests::test_app_last_arg_with_pre_comment ... ok114test ir_format_tests::test_doc_comment_structure ... ok115test ir_format_tests::test_context_parameter ... ok116test ir_format_tests::test_env_path_token ... ok117test ir_format_tests::test_comment_structure ... ok118test ir_format_tests::test_empty_parameter_multiline ... ok119test ir_format_tests::test_concat_with_absorbable_rhs ... ok120test ir_format_tests::test_float_token ... ok121test ir_format_tests::test_empty_line_structure ... ok122test ir_format_tests::test_list_with_comments_structure ... ok123test ir_format_tests::test_inherit_many_identifiers_structure ... ok124test ir_format_tests::test_language_annotation ... ok125test ir_format_tests::test_indented_string_with_embedded_newline ... ok126test ir_format_tests::test_lambda_chain_structure ... ok127test ir_format_tests::test_member_check_full ... ok128test ir_format_tests::test_inherit_with_source_structure ... ok129test ir_format_tests::test_language_annotation_with_string_item ... ok130test ir_format_tests::test_multiline_string_structure ... ok131test ir_format_tests::test_negation_structure ... ok132test ir_format_tests::test_operation_with_application_rhs ... ok133test ir_format_tests::test_param_trailing_comment_before_comma ... ok134test ir_format_tests::test_nested_groups_structure ... ok135test ir_format_tests::test_param_trailing_comment_after_comma ... ok136test ir_format_tests::test_parenthesized_complex_structure ... ok137test ir_format_tests::test_parameter_with_ellipsis ... ok138test lexer::tests::directive_basic_region ... ok139test ir_format_tests::test_param_trailing_comment_on_default_before_comma ... ok140test ir_format_tests::test_paren_absorb_rhs ... ok141test ir_format_tests::test_path_term_structure ... ok142test lexer::tests::directive_lone_enable_no_region ... ok143test ir_format_tests::test_param_trailing_comment_last_attr ... ok144test lexer::tests::directive_enable_inside_string_does_not_close ... ok145test ir_format_tests::test_paren_simple_term ... ok146test ir_format_tests::test_parameter_with_defaults ... ok147test lexer::tests::directive_nested_disable_inert ... ok148test ir_format_tests::test_paren_inner_arg_unexpanded ... ok149test ir_format_tests::test_paren_trailing_comment_on_open ... ok150test lexer::tests::directive_not_at_line_start_no_region ... ok151test lexer::tests::directive_preserves_leading_indent ... ok152test lexer::tests::directive_two_regions ... ok153test lexer::tests::directive_unclosed_extends_to_eof ... ok154test ir_format_tests::test_selection_with_default_structure ... ok155test lexer::tests::directive_unknown_verb_no_region ... ok156test ir_format_tests::test_rec_set_structure ... ok157test ir_format_tests::test_string_interpolation_structure ... ok158test lexer::tests::test_lexeme_preserves_trivia ... ok159test lexer::tests::directive_with_trailing_text_no_region ... ok160test ir_format_tests::test_simple_parameter_pattern ... ok161test ir_format_tests::test_selection_from_parenthesized_term_structure ... ok162test lexer::tests::test_lexeme_with_comments ... ok163test ir_format_tests::test_string_interpolation_with_absorbable ... ok164test lexer::tests::test_parse_block_comment ... ok165test ir_format_tests::test_string_with_leading_whitespace_interpolation ... ok166test lexer::tests::test_parse_line_comment ... ok167test ir_format_tests::test_selection_from_record_term_structure ... ok168test ir_format_tests::test_param_comma_pretrivia_moves_to_next ... ok169test ir_format_tests::test_update_absorbable_rhs_structure ... ok170test lexer::tests::test_remove_stars ... ok171test lexer::tests::test_split_lines ... ok172test ir_format_tests::test_simple_string_with_embedded_newline ... ok173test lexer::tests::test_tokenize_delimiters ... ok174test lexer::tests::test_tokenize_identifiers ... ok175test lexer::tests::test_tokenize_keywords ... ok176test lexer::tests::test_tokenize_numbers ... ok177test lexer::tests::test_tokenize_operators ... ok178test lexer::tests::test_tokenize_simple_expression ... ok179test regression_tests::format::format_app_set_absorb_in_binding ... ok180test regression_tests::format::format_directive_disabled_region_verbatim ... ok181test regression_tests::format::format_assignment_rhs_app_with_string_last_arg ... ok182test regression_tests::format::format_directive_enable_in_string_does_not_close ... ok183test regression_tests::format::format_directive_in_priority_group_post_segment ... ok184test regression_tests::format::format_directive_region_crosses_brace ... ok185test regression_tests::format::format_directive_unclosed_in_interpolation_demoted ... ok186test regression_tests::format::format_empty_set_with_pretrivia_keeps_linebreak ... ok187test regression_tests::format::format_directive_mid_line_demotes_to_line_comment ... ok188test regression_tests::format::format_directive_lone_enable_passes_through ... ok189test regression_tests::format::format_if_elseif_chain_forced_multiline ... ok190test regression_tests::format::format_app_multi_absorbable_args_indent ... ok191test regression_tests::format::format_app_comment_before_last_arg_indent ... ok192test regression_tests::format::format_assignment_non_simple_selector_breaks_rhs ... ok193test regression_tests::format::format_language_annotation_with_trail_comment ... ok194test regression_tests::format::format_indented_string_lone_interpolation_with_trailing_trivia ... ok195test regression_tests::format::format_interp_inline_short_forced_compact ... ok196test regression_tests::format::format_nested_lambda_body_absorbed ... ok197test regression_tests::format::format_multi_arg_application_continuation_indent ... ok198test regression_tests::format::format_assignment_rhs_update_concat_plus_case2 ... ok199test regression_tests::format::format_paren_abstraction_absorbed_as_last_arg ... ok200test regression_tests::fuzz::fuzz_directive_pair_across_sibling_interpolations ... ignored, port upstream directive_interp semantics201test regression_tests::format::format_lambda_chain_stays_one_line_when_fits ... ok202test regression_tests::format::format_interp_trailing_trivia_preserved ... ok203test regression_tests::fuzz::fuzz_indented_string_blank_line_indent ... ok204test regression_tests::fuzz::fuzz_integer_selection_relex_as_float ... ok205test regression_tests::fuzz::fuzz_indented_string_escape_newline_grows ... ok206test regression_tests::format::format_language_annotation_after_trivia_stays_attached ... ok207test regression_tests::format::format_text_width_counts_chars_not_bytes ... ok208test regression_tests::fuzz::fuzz_block_comment_with_cr_reparses ... ok209test regression_tests::fuzz::fuzz_or_without_selectors_dropped ... ok210test regression_tests::fuzz::fuzz_list_open_trail_comment_before_lang_annotation ... ok211test regression_tests::fuzz::fuzz_deep_nesting_is_an_error_not_a_crash ... ok212test regression_tests::format::format_chained_presence_checks ... ok213test regression_tests::fuzz::fuzz_lang_annotation_on_app_head_after_div ... ok214test regression_tests::format::format_operator_trailing_comment_hoisted ... ok215test regression_tests::fuzz::fuzz_leading_blank_lines_app_layout ... ok216test regression_tests::fuzz::fuzz_let_in_trail_comment_app_width ... ok217test regression_tests::format::format_trailing_comma_compact_param_set ... ok218test regression_tests::format::format_interp_leading_trivia_preserved ... ok219test regression_tests::format::format_comparison_op_softline ... ok220test regression_tests::format::format_paren_with_comment_not_absorbed ... ok221test regression_tests::fuzz::fuzz_indented_string_blank_line_preserves_excess ... ok222test regression_tests::ir::test_absorb_rhs_comment_only_list ... ok223test regression_tests::format::format_with_body_absorbed ... ok224test regression_tests::ir::test_absorb_rhs_empty_set_multiline ... ok225test regression_tests::ir::test_absorb_rhs_lambda_set ... ok226test regression_tests::ir::test_absorb_rhs_indented_string ... ok227test regression_tests::format::format_set_param_open_trailing_comment_hoisted ... ok228test regression_tests::ir::test_absorb_rhs_lambda_chain_set ... ok229test regression_tests::fuzz::fuzz_trailing_comment_on_multiline_simple_string ... ok230test regression_tests::ir::test_absorb_rhs_paren_set ... ok231test regression_tests::format::format_trailing_file_trivia_preserved ... ok232test regression_tests::format::format_less_than_without_space_not_env_path ... ok233test regression_tests::ir::test_absorb_rhs_set_wide ... ok234test regression_tests::format::format_trailing_comment_shift_for_idempotency ... ok235test regression_tests::fuzz::fuzz_paren_open_trail_comment_absorbable ... ok236test regression_tests::ir::test_absorb_rhs_single_inherit ... ok237test regression_tests::ir::test_assignment_rhs_application_grouping ... ok238test regression_tests::ir::test_absorb_rhs_with_set ... ok239test regression_tests::parser::regression_at_without_colon_error ... ok240test regression_tests::format::format_interp_lone_application_absorbed ... ok241test regression_tests::format::format_pipe_chain_forces_newlines ... ok242test regression_tests::ir::test_if_in_set ... ok243test regression_tests::ir::test_if_else_if_chain ... ok244test regression_tests::ir::test_inner_arg_list_language_annotation ... ok245test regression_tests::ir::test_inner_arg_simple_list ... ok246test regression_tests::parser::regression_comparison_chain_should_fail ... ok247test regression_tests::parser::regression_context_parameter_shape ... ok248test regression_tests::ir::test_middle_arg_grouping ... ok249test regression_tests::ir::test_param_set_trailing_comment_nesting ... ok250test regression_tests::ir::test_set_param_abstraction_absorbs_body ... ok251test regression_tests::parser::regression_crlf_line_endings ... ok252test regression_tests::ir::test_string_selector_pretty ... ok253test regression_tests::ir::test_let_expression_groups ... ok254test regression_tests::ir::test_transparent_in_parens_break ... ok255test regression_tests::format::format_trailing_comment_ignored_for_width ... ok256test regression_tests::parser::regression_dot_pathchars_slash_is_path ... ok257test regression_tests::parser::regression_double_slash_ends_path ... ok258test regression_tests::parser::regression_duplicate_function_formals ... ok259test regression_tests::ir::test_absorb_uses_pretty_term_for_list ... ok260test regression_tests::ir::test_function_arguments_priority ... ok261test regression_tests::parser::regression_dot_path_not_selection ... ok262test regression_tests::parser::regression_ellipsis_without_colon_error ... ok263test regression_tests::ir::test_with_grouping ... ok264test regression_tests::parser::regression_ellipsis_requires_comma ... ok265test regression_tests::ir::test_with_set_body ... ok266test regression_tests::parser::regression_application_with_parenthesized_negation ... ok267test regression_tests::parser::regression_ident_dot_path ... ok268test regression_tests::parser::regression_chained_comparison_operators ... ok269test regression_tests::parser::regression_concat_right_associative ... ok270test regression_tests::parser::regression_crlf_between_tokens ... ok271test regression_tests::parser::regression_incomplete_env_path_rejected ... ok272test regression_tests::parser::regression_decorated_multiline_comment ... ok273test regression_tests::parser::regression_ansi_escape_codes_in_strings ... ok274test regression_tests::parser::regression_empty_indented_string ... ok275test regression_tests::parser::regression_dot_selector_on_newline ... ok276test regression_tests::ir::test_empty_container_with_comment_idempotent ... ok277test regression_tests::parser::regression_inherit_interpolation_restricted ... ok278test regression_tests::parser::regression_empty_set_parameter ... ok279test regression_tests::parser::regression_integer_overflow_rejected ... ok280test regression_tests::parser::regression_empty_simple_string ... ok281test regression_tests::parser::regression_identifier_slash_path ... ok282test regression_tests::parser::regression_emptyline_pretrivia_inline ... ok283test regression_tests::format::format_assignment_rhs_update_concat_plus_case1 ... ok284test regression_tests::parser::regression_implies_precedence ... ok285test regression_tests::format::format_set_param_lambda_absorbed ... ok286test regression_tests::parser::regression_non_utf8_input ... ok287test regression_tests::parser::regression_attrset_string_interpolated_key ... ok288test regression_tests::parser::regression_or_after_selector_requires_default ... ok289test regression_tests::parser::regression_import_path_application ... ok290test regression_tests::parser::regression_or_operator_deprecated_syntax ... ok291test regression_tests::parser::regression_chained_string_concatenation ... ok292test regression_tests::parser::regression_or_operator_with_application ... ok293test regression_tests::parser::regression_indented_string_escape_sequences ... ok294test regression_tests::parser::regression_or_rejected_as_lambda_param ... ok295test regression_tests::parser::regression_path_trailing_slash_current ... ok296test regression_tests::parser::regression_pattern_shadows_formal ... ok297test regression_tests::parser::regression_context_parameter_variants ... ok298test regression_tests::parser::regression_minus_left_associative ... ok299test regression_tests::parser::regression_comment_before_and_with_selectors ... ok300test regression_tests::parser::regression_set_parameter_without_colon_error ... ok301test regression_tests::parser::regression_inherit_multiple_names ... ok302test regression_tests::parser::regression_single_ampersand_error ... ok303test regression_tests::parser::regression_member_check_on_operation ... ok304test regression_tests::parser::regression_single_dollar_error ... ok305test regression_tests::parser::regression_multiline_string_indentation ... ok306test regression_tests::parser::regression_single_pipe_error ... ok307test regression_tests::parser::regression_inline_comments_after_strings_and_paths ... ok308test regression_tests::parser::regression_slash_star_in_string_after_interp ... ok309test regression_tests::parser::regression_or_as_identifier ... ok310test regression_tests::parser::regression_not_member_check ... ok311test regression_tests::parser::regression_mixed_add_sub_associativity ... ok312test regression_tests::parser::regression_tilde_not_path_char ... ok313test regression_tests::parser::regression_old_style_let ... ok314test regression_tests::parser::regression_multiline_string_unicode_line_numbers ... ok315test regression_tests::parser::regression_unclosed_block_comment_rejected ... ok316test regression_tests::parser::regression_unexpected_character_error ... ok317test regression_tests::parser::regression_path_relative_dotdot ... ok318test regression_tests::parser::regression_utf8_identifier ... ok319test regression_tests::parser::regression_pipe_backward_operator ... ok320test regression_tests::parser::regression_path_with_interpolation ... ok321test regression_tests::parser::regression_empty_container_with_comment ... ok322test regression_tests::parser::regression_pipe_forward_operator ... ok323test regression_tests::parser::regression_plus_right_associative ... ok324test tests_common::diff::tests::test_addition ... ok325test tests_common::diff::tests::test_complex_diff ... ok326test tests_common::diff::tests::test_empty_left ... ok327test tests_common::diff::tests::test_empty_right ... ok328test tests_common::diff::tests::test_empty_strings ... ok329test tests_common::diff::tests::test_identical_strings ... ok330test tests_common::diff::tests::test_removal ... ok331test tests_common::diff::tests::test_replacement ... ok332test regression_tests::parser::regression_import_relative_path ... ok333test tests_common::diff::tests::test_slice_with_integers ... ok334test regression_tests::parser::regression_chained_prefix_operators ... ok335test regression_tests::properties::rejects_invalid_fixture_corpus ... ok336test regression_tests::parser::regression_string_dollar_dollar ... ok337test regression_tests::parser::regression_string_multiple_interpolations ... ok338test regression_tests::ir::test_list_rendering ... ok339test regression_tests::parser::regression_trailing_comment ... ok340test regression_tests::parser::regression_subtraction_not_application ... ok341test regression_tests::parser::regression_unquoted_url ... ok342test regression_tests::parser::regression_let_string_interpolated_key ... ok343test regression_tests::parser::test_sourceline_multiline_list ... ok344test regression_tests::parser::regression_language_annotation ... ok345test regression_tests::parser::regression_indented_string_to_simple ... ok346test regression_tests::parser::regression_update_right_associative ... ok347test regression_tests::parser::regression_unicode_escape_in_string ... ok348test regression_tests::parser::regression_trailing_empty_line_before_close ... ok349test regression_tests::parser::regression_float_literals ... ok350test regression_tests::parser::regression_string_interpolation_selectors ... ok351test regression_tests::parser::regression_has_attr_after_application ... ok352test regression_tests::properties::formats_to_golden_on_fixture_corpus ... ok353test regression_tests::properties::ast_preserved_on_fixture_corpus ... ok354test regression_tests::properties::idempotent_on_fixture_corpus ... ok355356test result: ok. 293 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.15s357358 Running unittests src/main.rs (target/aarch64-unknown-linux-musl/release/deps/nixfmt-aeb25e941db14dff)359360running 5 tests361test json_diag::tests::message_only_object_is_minimal ... ok362test json_diag::tests::json_escaping_handles_quotes_and_controls ... ok363test json_diag::tests::unclosed_brace_has_related_and_help ... ok364test json_diag::tests::unexpected_token_carries_help ... ok365test json_diag::tests::rendered_field_is_escaped_single_line ... ok366367test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s368369 Running tests/cli.rs (target/aarch64-unknown-linux-musl/release/deps/cli-c77f72fa71551b2a)370371running 26 tests372test check_formatted_stdin_exits_0 ... ok373test dash_reads_stdin_without_warning ... ok374test check_file_does_not_modify ... ok375test ast_on_file_does_not_modify ... ok376test message_format_json_emits_one_object_per_error ... ok377test debug_dumps_go_to_stderr_and_exit_1 ... ok378test check_unformatted_stdin_exits_1 ... ok379test unknown_flag_exits_1 ... ok380test parse_error_exits_1 ... ok381test directory_check_reports_unformatted_and_exits_1 ... ok382test directory_is_walked_recursively_and_formatted_in_place ... ok383test verify_flag_is_accepted ... ok384test multiple_files_error_continues_and_exits_1 ... ok385test message_format_rejects_unknown_value ... ok386test stdin_formats_to_stdout ... ok387test missing_file_exits_1 ... ok388test mergetool_rejects_non_nix_merged ... ok389test message_format_json_io_error_is_json ... ok390test files_are_formatted_in_place ... ok391test filename_flag_used_in_errors ... ok392test version_flags ... ok393test quiet_suppresses_errors_but_keeps_exit_code ... ok394test mergetool_formats_and_merges_non_conflicting_change ... ok395test message_format_json_check_mode_is_pure_json ... ok396test width_flag_forces_multiline ... ok397test indent_flag_changes_indentation ... ok398399test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s400401 Doc-tests nixfmt_rs402403running 4 tests404test src/dump/mod.rs - dump::dump_enum (line 344) ... ignored405test src/dump/mod.rs - dump::dump_enum (line 352) ... ignored406test src/lib.rs - format_error (line 164) ... ok407test src/lib.rs - (line 5) ... ok408409test result: ok. 2 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s410411all doctests ran in 1.14s; merged doctests compilation took 1.13s412Finished cargoCheckHook413checkPhase completed in 38 seconds
installPhase
414Executing cargoInstallHook415Finished cargoInstallHook
fixupPhase
416shrinking RPATHs of ELF executables and libraries in /nix/store/6y30whn65y5f30z0fbgs1jn520d71w21-nixfmt-rs-static-aarch64-unknown-linux-musl-0.5.3417shrinking /nix/store/6y30whn65y5f30z0fbgs1jn520d71w21-nixfmt-rs-static-aarch64-unknown-linux-musl-0.5.3/bin/nixfmt418patchelf: cannot find section '.dynamic'. The input file is most likely statically linked419checking for references to /build/ in /nix/store/6y30whn65y5f30z0fbgs1jn520d71w21-nixfmt-rs-static-aarch64-unknown-linux-musl-0.5.3...420patchelf: cannot find section '.dynamic'. The input file is most likely statically linked421gzipping man pages under /nix/store/6y30whn65y5f30z0fbgs1jn520d71w21-nixfmt-rs-static-aarch64-unknown-linux-musl-0.5.3/share/man/422patching script interpreter paths in /nix/store/6y30whn65y5f30z0fbgs1jn520d71w21-nixfmt-rs-static-aarch64-unknown-linux-musl-0.5.3423stripping (with command aarch64-unknown-linux-musl-strip and flags -S -p) in /nix/store/6y30whn65y5f30z0fbgs1jn520d71w21-nixfmt-rs-static-aarch64-unknown-linux-musl-0.5.3/bin
installCheckPhase
424Executing versionCheckPhase425Successfully managed to find version 0.5.3 in the output of the command /nix/store/6y30whn65y5f30z0fbgs1jn520d71w21-nixfmt-rs-static-aarch64-unknown-linux-musl-0.5.3/bin/nixfmt --version426nixfmt-rs 0.5.3427Finished versionCheckPhase428no Makefile or custom installCheckPhase, doing nothing