Add format_bulleted_list_multiline
#26
Merged
Garnix CI / check git-prole-nextest [aarch64-darwin]
succeeded
Oct 15, 2024 in 27s
Run results
Build succeeded
Details
Last 100 lines of logs:
will append /private/tmp/nix-build-git-prole-nextest-0.1.1.drv-0/source/.cargo-home/config.toml with contents of /nix/store/x02zcqzcrhywhvygvp286b01d4pw3mzl-vendor-cargo-deps/config.toml
default configurePhase, nothing to do
Running phase: buildPhase
@nix {"action":"setPhase","phase":"buildPhase"}
++ command cargo --version
cargo 1.81.0 (2dbb1af80 2024-08-20)
++ command cargo nextest --version
cargo-nextest 0.9.79
release: 0.9.79
host: aarch64-apple-darwin
Running phase: checkPhase
@nix {"action":"setPhase","phase":"checkPhase"}
++ command cargo nextest run --cargo-profile release
Compiling git-prole v0.1.1 (/private/tmp/nix-build-git-prole-nextest-0.1.1.drv-0/source)
Compiling test-harness v0.1.0 (/private/tmp/nix-build-git-prole-nextest-0.1.1.drv-0/source/test-harness)
Finished `release` profile [optimized] target(s) in 13.04s
------------
Nextest run ID 6246deb2-0399-4940-91ae-25f255814cf5 with nextest profile: default
Starting 70 tests across 31 binaries
PASS [ 0.022s] git-prole config::tests::test_default_config_file_parse
PASS [ 0.021s] git-prole copy_dir::tests::dir_maker_and_assert_dirs_same_baseline
PASS [ 0.023s] git-prole copy_dir::tests::assert_dirs_same_properly_fails
PASS [ 0.023s] git-prole copy_dir::tests::attempt_copy_under_self
PASS [ 0.020s] git-prole copy_dir::tests::source_does_not_exist
PASS [ 0.016s] git-prole copy_dir::tests::target_exists
PASS [ 0.028s] git-prole copy_dir::tests::single_file
PASS [ 0.015s] git-prole format_bulleted_list::tests::test_format_bulleted_list
PASS [ 0.034s] git-prole copy_dir::tests::directory_with_file
PASS [ 0.013s] git-prole gh::tests::test_looks_like_gh_url
PASS [ 0.016s] git-prole format_bulleted_list::tests::test_format_bulleted_list_multiline
PASS [ 0.014s] git-prole git::commit_hash::tests::test_parse_commit_hash
PASS [ 0.012s] git-prole git::refs::branch::tests::test_branch_branch_name
PASS [ 0.013s] git-prole git::refs::branch::tests::test_branch_qualified_branch_name
PASS [ 0.013s] git-prole git::refs::branch::tests::test_branch_ref_try_from
PASS [ 0.011s] git-prole git::refs::local_branch::tests::local_branch_ref_from_str
PASS [ 0.012s] git-prole git::refs::local_branch::tests::local_branch_ref_try_from
PASS [ 0.011s] git-prole git::refs::local_branch::tests::test_local_branch_on_remote
PASS [ 0.011s] git-prole git::refs::local_branch::tests::test_local_branch_new
PASS [ 0.013s] git-prole git::refs::local_branch::tests::test_local_branch_branch_name
PASS [ 0.011s] git-prole git::refs::local_branch::tests::test_remote_branch_display
PASS [ 0.009s] git-prole git::refs::name::tests::test_ref_parse_simple
PASS [ 0.010s] git-prole git::refs::name::tests::test_ref_parse_no_slash
PASS [ 0.015s] git-prole git::refs::name::tests::test_ref_parse_multiple_slashes
PASS [ 0.010s] git-prole git::refs::remote_branch::tests::remote_branch_ref_try_from
PASS [ 0.010s] git-prole git::refs::remote_branch::tests::test_remote_branch_as_local
PASS [ 0.010s] git-prole git::refs::remote_branch::tests::test_remote_branch_branch_name
PASS [ 0.010s] git-prole git::refs::remote_branch::tests::test_remote_branch_new
PASS [ 0.013s] git-prole git::refs::remote_branch::tests::test_remote_branch_display
PASS [ 0.010s] git-prole git::refs::remote_branch::tests::test_remote_branch_qualified_branch_name
PASS [ 0.009s] git-prole git::remote::tests::test_parse_ls_remote_symref
PASS [ 0.009s] git-prole git::refs::remote_branch::tests::test_remote_branch_remote_and_branch
PASS [ 0.008s] git-prole git::status::tests::test_status_parse_empty
PASS [ 0.010s] git-prole git::repository_url_destination::tests::test_repository_url_destination
PASS [ 0.010s] git-prole git::status::tests::test_status_parse_complex
PASS [ 0.009s] git-prole git::status::tests::test_status_parse_renamed
PASS [ 0.008s] git-prole git::worktree::tests::test_parse_worktrees_list
PASS [ 0.008s] git-prole topological_sort::tests::test_topological_sort_duplicate
PASS [ 0.007s] git-prole topological_sort::tests::test_topological_sort_mixed
PASS [ 0.010s] git-prole topological_sort::tests::test_topological_sort_empty
PASS [ 0.010s] git-prole topological_sort::tests::test_topological_sort_unrelated
PASS [ 0.436s] git-prole::add_branch_and_path add_branch_and_path
PASS [ 0.450s] git-prole::add_branch_new_local add_branch_new_local
PASS [ 0.461s] git-prole::add_branch_and_name add_branch_and_name
PASS [ 0.467s] git-prole::add_by_name_existing_local add_by_name_existing_local
PASS [ 0.477s] git-prole::add_branch_start_point_new_local add_branch_start_point_new_local
PASS [ 0.496s] git-prole::add_branch_start_point_existing_local add_branch_start_point_existing_local
PASS [ 0.501s] git-prole::add_branch_start_point_existing_remote add_branch_start_point_existing_remote
PASS [ 0.606s] git-prole::add_branch_force add_branch_force
PASS [ 0.326s] git-prole::add_by_path add_by_path
PASS [ 0.321s] git-prole::add_by_path_existing_branch add_by_path_existing_branch
PASS [ 0.326s] git-prole::add_start_point_existing_local add_start_point_existing_local
PASS [ 0.387s] git-prole::add_by_name_new_local add_by_name_new_local
PASS [ 0.407s] git-prole::add_by_name_existing_remote add_by_name_existing_remote
PASS [ 0.236s] git-prole::clone_simple clone_simple
PASS [ 0.375s] git-prole::add_start_point_new_local add_start_point_new_local
PASS [ 0.418s] git-prole::add_start_point_existing_remote add_start_point_existing_remote
PASS [ 0.198s] git-prole::convert_default_branch_checked_out convert_default_branch_checked_out
PASS [ 0.335s] git-prole::config_copy_untracked config_copy_untracked
PASS [ 0.336s] git-prole::config_copy_untracked_default config_copy_untracked_default
PASS [ 0.266s] git-prole::convert_detached_head convert_detached_head
PASS [ 0.471s] git-prole::config_default_branches config_default_branches
PASS [ 0.178s] git-prole::convert_multiple_worktrees convert_multiple_worktrees
PASS [ 0.469s] git-prole::config_default_branches_default config_default_branches_default
PASS [ 0.527s] git-prole::config_remotes config_remotes
PASS [ 0.535s] git-prole::config_remotes_default convert_multiple_remotes
PASS [ 0.247s] git-prole::convert_non_default_branch_checked_out convert_non_default_branch_checked_out
PASS [ 0.334s] git-prole::convert_multiple_remotes convert_multiple_remotes
PASS [ 0.242s] git-prole::convert_uncommitted_changes convert_uncommitted_changes
PASS [ 0.185s] git-prole::convert_unstaged_changes convert_unstaged_changes
------------
Summary [ 1.536s] 70 tests run: 70 passed, 0 skipped
Running phase: installPhase
@nix {"action":"setPhase","phase":"installPhase"}
incremental zstd compression not currently supported on Darwin: https://github.com/rust-lang/rust/issues/115982
doing a full archive install of target to /nix/store/1g4sadwpz6dyrpi3hmldpn1gcp9izzkb-git-prole-nextest-0.1.1/target.tar.zst
/*stdin*\ : 27.36% ( 312 MiB => 85.5 MiB, /nix/store/1g4sadwpz6dyrpi3hmldpn1gcp9izzkb-git-prole-nextest-0.1.1/target.tar.zst)
Running phase: fixupPhase
@nix {"action":"setPhase","phase":"fixupPhase"}
checking for references to /private/tmp/nix-build-git-prole-nextest-0.1.1.drv-0/ in /nix/store/1g4sadwpz6dyrpi3hmldpn1gcp9izzkb-git-prole-nextest-0.1.1...
patching script interpreter paths in /nix/store/1g4sadwpz6dyrpi3hmldpn1gcp9izzkb-git-prole-nextest-0.1.1
Loading