Add format_bulleted_list_multiline
#26
Merged
Garnix CI / check git-prole-nextest [x86_64-linux]
succeeded
Oct 15, 2024 in 10s
Run results
Build succeeded
Details
Last 100 lines of logs:
will append /build/source/.cargo-home/config.toml with contents of /nix/store/6spwydd7zj69jh1szr214aksy2m9rnxm-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: x86_64-unknown-linux-gnu
Running phase: checkPhase
@nix {"action":"setPhase","phase":"checkPhase"}
++ command cargo nextest run --cargo-profile release
Compiling git-prole v0.1.1 (/build/source)
Compiling test-harness v0.1.0 (/build/source/test-harness)
Finished `release` profile [optimized] target(s) in 4.96s
------------
Nextest run ID 1f50f471-4f2f-4774-b5e5-347601a47a5f with nextest profile: default
Starting 70 tests across 31 binaries
PASS [ 0.011s] git-prole config::tests::test_default_config_file_parse
PASS [ 0.011s] git-prole copy_dir::tests::assert_dirs_same_properly_fails
PASS [ 0.010s] git-prole copy_dir::tests::attempt_copy_under_self
PASS [ 0.010s] git-prole copy_dir::tests::dir_maker_and_assert_dirs_same_baseline
PASS [ 0.010s] git-prole copy_dir::tests::directory_with_file
PASS [ 0.010s] git-prole copy_dir::tests::source_does_not_exist
PASS [ 0.010s] git-prole copy_dir::tests::single_file
PASS [ 0.009s] git-prole format_bulleted_list::tests::test_format_bulleted_list
PASS [ 0.009s] git-prole format_bulleted_list::tests::test_format_bulleted_list_multiline
PASS [ 0.009s] git-prole gh::tests::test_looks_like_gh_url
PASS [ 0.009s] git-prole copy_dir::tests::target_exists
PASS [ 0.009s] git-prole git::commit_hash::tests::test_parse_commit_hash
PASS [ 0.008s] git-prole git::refs::branch::tests::test_branch_branch_name
PASS [ 0.008s] git-prole git::refs::branch::tests::test_branch_ref_try_from
PASS [ 0.008s] git-prole git::refs::local_branch::tests::local_branch_ref_from_str
PASS [ 0.008s] git-prole git::refs::branch::tests::test_branch_qualified_branch_name
PASS [ 0.007s] git-prole git::refs::local_branch::tests::local_branch_ref_try_from
PASS [ 0.007s] git-prole git::refs::local_branch::tests::test_local_branch_branch_name
PASS [ 0.007s] git-prole git::refs::local_branch::tests::test_local_branch_on_remote
PASS [ 0.007s] git-prole git::refs::local_branch::tests::test_local_branch_new
PASS [ 0.006s] git-prole git::refs::local_branch::tests::test_remote_branch_display
PASS [ 0.006s] git-prole git::refs::name::tests::test_ref_parse_multiple_slashes
PASS [ 0.006s] git-prole git::refs::name::tests::test_ref_parse_simple
PASS [ 0.006s] git-prole git::refs::remote_branch::tests::remote_branch_ref_try_from
PASS [ 0.006s] git-prole git::refs::name::tests::test_ref_parse_no_slash
PASS [ 0.005s] git-prole git::refs::remote_branch::tests::test_remote_branch_display
PASS [ 0.005s] git-prole git::refs::remote_branch::tests::test_remote_branch_new
PASS [ 0.005s] git-prole git::refs::remote_branch::tests::test_remote_branch_qualified_branch_name
PASS [ 0.004s] git-prole git::refs::remote_branch::tests::test_remote_branch_remote_and_branch
PASS [ 0.004s] git-prole git::remote::tests::test_parse_ls_remote_symref
PASS [ 0.004s] git-prole git::repository_url_destination::tests::test_repository_url_destination
PASS [ 0.004s] git-prole git::status::tests::test_status_parse_complex
PASS [ 0.004s] git-prole git::status::tests::test_status_parse_empty
PASS [ 0.004s] git-prole git::status::tests::test_status_parse_renamed
PASS [ 0.003s] git-prole git::worktree::tests::test_parse_worktrees_list
PASS [ 0.003s] git-prole topological_sort::tests::test_topological_sort_duplicate
PASS [ 0.003s] git-prole topological_sort::tests::test_topological_sort_empty
PASS [ 0.003s] git-prole topological_sort::tests::test_topological_sort_mixed
PASS [ 0.005s] git-prole topological_sort::tests::test_topological_sort_unrelated
PASS [ 0.011s] git-prole git::refs::remote_branch::tests::test_remote_branch_as_local
PASS [ 0.011s] git-prole git::refs::remote_branch::tests::test_remote_branch_branch_name
PASS [ 0.054s] git-prole::convert_multiple_worktrees convert_multiple_worktrees
PASS [ 0.070s] git-prole::convert_default_branch_checked_out convert_default_branch_checked_out
PASS [ 0.082s] git-prole::clone_simple clone_simple
PASS [ 0.080s] git-prole::convert_non_default_branch_checked_out convert_non_default_branch_checked_out
PASS [ 0.083s] git-prole::convert_uncommitted_changes convert_uncommitted_changes
PASS [ 0.083s] git-prole::convert_unstaged_changes convert_unstaged_changes
PASS [ 0.086s] git-prole::convert_detached_head convert_detached_head
PASS [ 0.092s] git-prole::add_branch_new_local add_branch_new_local
PASS [ 0.098s] git-prole::add_branch_and_path add_branch_and_path
PASS [ 0.095s] git-prole::add_by_path_existing_branch add_by_path_existing_branch
PASS [ 0.098s] git-prole::config_copy_untracked_default config_copy_untracked_default
PASS [ 0.101s] git-prole::add_branch_start_point_existing_local add_branch_start_point_existing_local
PASS [ 0.100s] git-prole::add_by_path add_by_path
PASS [ 0.101s] git-prole::config_copy_untracked config_copy_untracked
PASS [ 0.106s] git-prole::add_branch_and_name add_branch_and_name
PASS [ 0.105s] git-prole::add_branch_start_point_new_local add_branch_start_point_new_local
PASS [ 0.106s] git-prole::add_by_name_existing_remote add_by_name_existing_remote
PASS [ 0.106s] git-prole::add_by_name_new_local add_by_name_new_local
PASS [ 0.108s] git-prole::add_by_name_existing_local add_by_name_existing_local
PASS [ 0.108s] git-prole::add_start_point_new_local add_start_point_new_local
PASS [ 0.108s] git-prole::add_start_point_existing_local add_start_point_existing_local
PASS [ 0.113s] git-prole::add_branch_start_point_existing_remote add_branch_start_point_existing_remote
PASS [ 0.111s] git-prole::config_default_branches_default config_default_branches_default
PASS [ 0.111s] git-prole::config_default_branches config_default_branches
PASS [ 0.120s] git-prole::add_branch_force add_branch_force
PASS [ 0.119s] git-prole::add_start_point_existing_remote add_start_point_existing_remote
PASS [ 0.285s] git-prole::convert_multiple_remotes convert_multiple_remotes
PASS [ 0.309s] git-prole::config_remotes_default convert_multiple_remotes
PASS [ 0.310s] git-prole::config_remotes config_remotes
------------
Summary [ 0.325s] 70 tests run: 70 passed, 0 skipped
Running phase: installPhase
@nix {"action":"setPhase","phase":"installPhase"}
linking previous artifacts /nix/store/kjwrah9av0rb01b94gc484n9xzwg02bi-git-prole-deps-0.1.1/target.tar.zst to /nix/store/pidazw1fgrwfmb9b5j8p8b70gdn8v8ac-git-prole-nextest-0.1.1/target.tar.zst
/*stdin*\ : 24.08% ( 62.8 MiB => 15.1 MiB, /nix/store/pidazw1fgrwfmb9b5j8p8b70gdn8v8ac-git-prole-nextest-0.1.1/target.tar.zst)
Running phase: fixupPhase
@nix {"action":"setPhase","phase":"fixupPhase"}
shrinking RPATHs of ELF executables and libraries in /nix/store/pidazw1fgrwfmb9b5j8p8b70gdn8v8ac-git-prole-nextest-0.1.1
checking for references to /build/ in /nix/store/pidazw1fgrwfmb9b5j8p8b70gdn8v8ac-git-prole-nextest-0.1.1...
patching script interpreter paths in /nix/store/pidazw1fgrwfmb9b5j8p8b70gdn8v8ac-git-prole-nextest-0.1.1
Loading