[INFO] cloning repository https://github.com/HITSZ-WTRobot-Packages/cpkg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HITSZ-WTRobot-Packages/cpkg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHITSZ-WTRobot-Packages%2Fcpkg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHITSZ-WTRobot-Packages%2Fcpkg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8f046df4699af5cbd6412faab0acae56643c84cb
[INFO] testing HITSZ-WTRobot-Packages/cpkg 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%2FHITSZ-WTRobot-Packages%2Fcpkg" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HITSZ-WTRobot-Packages/cpkg
[INFO] finished tweaking git repo https://github.com/HITSZ-WTRobot-Packages/cpkg
[INFO] tweaked toml for git repo https://github.com/HITSZ-WTRobot-Packages/cpkg written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HITSZ-WTRobot-Packages/cpkg 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/HITSZ-WTRobot-Packages/cpkg 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]  Downloading crates ...
[INFO] [stderr]   Downloaded toml v0.7.8
[INFO] [stderr]   Downloaded clap_builder v4.5.55
[INFO] [stderr]   Downloaded clap v4.5.55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] b41d2527c35dc1664e5ab4c6680609d53cc6a52d269e8a4f8af5727b14d2c60c
[INFO] running `Command { std: "docker" "start" "b41d2527c35dc1664e5ab4c6680609d53cc6a52d269e8a4f8af5727b14d2c60c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b41d2527c35dc1664e5ab4c6680609d53cc6a52d269e8a4f8af5727b14d2c60c", 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" "b41d2527c35dc1664e5ab4c6680609d53cc6a52d269e8a4f8af5727b14d2c60c" "/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" "b41d2527c35dc1664e5ab4c6680609d53cc6a52d269e8a4f8af5727b14d2c60c", 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" "b41d2527c35dc1664e5ab4c6680609d53cc6a52d269e8a4f8af5727b14d2c60c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling clap_builder v4.5.55
[INFO] [stderr]    Compiling console v0.16.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling clap v4.5.55
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling cpkg v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.14s
[INFO] running `Command { std: "docker" "inspect" "b41d2527c35dc1664e5ab4c6680609d53cc6a52d269e8a4f8af5727b14d2c60c", 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" "b41d2527c35dc1664e5ab4c6680609d53cc6a52d269e8a4f8af5727b14d2c60c" "/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 cpkg v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.66s
[INFO] running `Command { std: "docker" "inspect" "b41d2527c35dc1664e5ab4c6680609d53cc6a52d269e8a4f8af5727b14d2c60c", 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" "b41d2527c35dc1664e5ab4c6680609d53cc6a52d269e8a4f8af5727b14d2c60c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cpkg-4468075a030e2b35)
[INFO] [stdout] 
[INFO] [stdout] running 118 tests
[INFO] [stdout] test config::tests::initialized_template_contains_builtin_default_org ... ok
[INFO] [stdout] test config::tests::missing_config_path_loads_default_config ... ok
[INFO] [stdout] test config::tests::add_index_source_inserts_at_requested_position ... ok
[INFO] [stdout] test config::tests::home_dir_prefers_home_then_userprofile_then_home_drive_pair ... ok
[INFO] [stdout] test config::tests::mutating_missing_config_requires_init_first ... ok
[INFO] [stdout] test config::tests::validate_rejects_duplicate_org_names ... ok
[INFO] [stdout] test config::tests::validate_rejects_index_entry_without_location ... ok
[INFO] [stdout] test package::generator::tests::generator_output_is_stable_for_legacy_cpkg ... ok
[INFO] [stdout] test config::tests::move_index_source_reorders_entries ... ok
[INFO] [stdout] test config::tests::upsert_org_source_updates_named_entry ... ok
[INFO] [stdout] test config::tests::set_index_source_replaces_existing_entry ... ok
[INFO] [stdout] test config::tests::validate_rejects_unknown_default_org ... ok
[INFO] [stdout] test package::generator::tests::interface_lib_with_compile_config_uses_interface_scope ... ok
[INFO] [stdout] test package::generator::tests::static_lib_with_defines_uses_public_scope ... ok
[INFO] [stdout] test config::tests::set_default_org_source_updates_existing_config ... ok
[INFO] [stdout] test package::manifest::migrations::tests::detect_format_finds_current_format_version ... ok
[INFO] [stdout] test config::tests::remove_org_source_deletes_named_entry ... ok
[INFO] [stdout] test package::manifest::migrations::tests::load_or_migrate_converts_legacy_namespace_format ... ok
[INFO] [stdout] test package::manifest::tests::load_missing_compile_section_defaults_to_empty ... ok
[INFO] [stdout] test config::tests::remove_index_source_returns_removed_entry ... ok
[INFO] [stdout] test package::generator::tests::static_lib_with_compile_options_uses_private_scope ... ok
[INFO] [stdout] test package::generator::tests::empty_compile_config_produces_no_extra_cmake_commands ... ok
[INFO] [stdout] test package::manifest::tests::load_parses_compile_section ... ok
[INFO] [stdout] test package::manifest::migrations::tests::load_or_migrate_preserves_compile_config_for_current_format ... ok
[INFO] [stdout] test package::manifest::tests::load_parses_ignore_patterns ... ok
[INFO] [stdout] test package::manifest::tests::normalize_compile_sorts_and_dedup_defines ... ok
[INFO] [stdout] test package::manifest::migrations::tests::load_or_migrate_converts_legacy_package_version_format ... ok
[INFO] [stdout] test package::manifest::tests::load_or_migrate_converts_legacy_version_field ... ok
[INFO] [stdout] test package::manifest::tests::load_or_migrate_converts_namespace_format ... ok
[INFO] [stdout] test package::manifest::tests::save_emits_compile_section_when_populated ... ok
[INFO] [stdout] test project::feedback::tests::init_guidance_mentions_add_before_sync_when_dependencies_are_empty ... ok
[INFO] [stdout] test project::feedback::tests::add_sync_deferred_notice_mentions_online_sync ... ok
[INFO] [stdout] test package::scanner::tests::scan_sources_ignores_matching_glob ... ok
[INFO] [stdout] test package::manifest::tests::save_skips_empty_compile_section ... ok
[INFO] [stdout] test project::feedback::tests::init_guidance_skips_add_hint_when_dependencies_are_present ... ok
[INFO] [stdout] test project::integration::tests::generate_string_emits_repositories_and_targets ... ok
[INFO] [stdout] test project::interactive::model::tests::group_packages_by_repository_sorts_repositories_and_packages ... ok
[INFO] [stdout] test package::manifest::tests::save_skips_empty_ignore ... ok
[INFO] [stdout] test project::index::tests::global_index_sources_are_tried_in_order_without_refresh ... ok
[INFO] [stdout] test package::scanner::tests::normalize_path_uses_forward_slashes ... ok
[INFO] [stdout] test project::index::tests::load_from_path_keeps_support_for_legacy_flat_format ... ok
[INFO] [stdout] test package::tests::create_writes_default_version_to_manifest ... ok
[INFO] [stdout] test project::integration::tests::read_managed_repositories_parses_generated_file ... ok
[INFO] [stdout] test project::index::tests::load_for_project_prefers_project_local_index ... ok
[INFO] [stdout] test project::index::tests::load_from_path_supports_repository_map_format ... ok
[INFO] [stdout] test package::scanner::tests::scan_sources_empty_ignore_patterns_include_all ... ok
[INFO] [stdout] test project::index::tests::load_for_project_without_refresh_uses_configured_cache ... ok
[INFO] [stdout] test package::scanner::tests::scan_include_dirs_ignores_matching_directory ... ok
[INFO] [stdout] test project::interactive::render::tests::viewport_rows_reserves_one_terminal_row_for_redraw ... ok
[INFO] [stdout] test project::interactive::model::tests::selected_package_indices_marks_initially_selected_dependencies ... ok
[INFO] [stdout] test project::interactive::state::tests::tree_picker_search_filters_to_matching_package ... ok
[INFO] [stdout] test package::scanner::tests::scan_sources_ignores_by_extension_pattern ... ok
[INFO] [stdout] test package::scanner::tests::scan_include_dirs_ignores_matching_file_pattern ... ok
[INFO] [stdout] test project::interactive::search::tests::fuzzy_score_matches_subsequence_tokens ... ok
[INFO] [stdout] test project::interactive::state::tests::tree_picker_expands_repository_inline ... ok
[INFO] [stdout] test project::interactive::state::tests::tree_picker_left_on_package_moves_to_parent_repository ... ok
[INFO] [stdout] test project::interactive::state::tests::tree_picker_search_on_repository_shows_all_child_packages ... ok
[INFO] [stdout] test project::interactive::state::tests::tree_picker_selects_packages_in_display_order ... ok
[INFO] [stdout] test project::interactive::state::tests::tree_picker_search_preserves_selected_packages ... ok
[INFO] [stdout] test project::interactive::state::tests::tree_picker_starts_with_initial_selection_checked ... ok
[INFO] [stdout] test project::index::tests::explicit_project_index_overrides_global_sources ... ok
[INFO] [stdout] test project::listing::tests::load_index_for_listing_supports_project_local_index_without_manifest ... ok
[INFO] [stdout] test project::listing::tests::render_package_tree_lines_groups_packages_by_repository ... ok
[INFO] [stdout] test project::listing::tests::render_package_tree_lines_with_color_styles_tree_output ... ok
[INFO] [stdout] test project::manifest::tests::init_detects_single_ioc_file ... ok
[INFO] [stdout] test project::manifest::tests::init_requires_explicit_ioc_when_multiple_exist ... ok
[INFO] [stdout] test project::manifest::tests::add_and_remove_dependencies_update_manifest ... ok
[INFO] [stderr] [network][TrajectoryControl] retrying: pulling latest main failed on attempt 1/2: temporary network error; retrying
[INFO] [stdout] test project::manifest::tests::prepare_init_does_not_write_manifest ... ok
[INFO] [stderr] [network][TrajectoryControl] retrying: pulling latest main failed on attempt 1/2: permanent network error; retrying
[INFO] [stdout] test project::manifest::tests::serialize_manifest_formats_packages_as_multiline_array ... ok
[INFO] [stdout] test project::manifest::tests::serialize_manifest_includes_org_section ... ok
[INFO] [stdout] test project::network::format::tests::colorize_state_uses_distinct_labels ... ok
[INFO] [stdout] test project::network::format::tests::display_argument_quotes_values_with_spaces ... ok
[INFO] [stdout] test project::network::panel::tests::grouped_task_debug_lines_keep_full_history_for_replay ... ok
[INFO] [stdout] test project::network::panel::tests::grouped_task_recent_lines_keep_only_last_entries ... ok
[INFO] [stdout] test project::network::panel::tests::grouped_task_summary_prefers_status_message_for_retry ... ok
[INFO] [stdout] test project::network::panel::tests::recent_log_line_limit_stays_small ... ok
[INFO] [stdout] test project::network::panel::tests::task_completion_debug_message_prefers_status_message_for_failed_task ... ok
[INFO] [stdout] test project::resolver::tests::resolve_collects_transitive_packages_and_repositories ... ok
[INFO] [stdout] test project::resolver::tests::resolve_rejects_dependency_cycles ... ok
[INFO] [stdout] test project::resolver::tests::resolve_supports_https_repository_urls ... ok
[INFO] [stdout] test project::resolver::tests::resolve_uses_custom_repository_bases ... ok
[INFO] [stdout] test project::source::tests::cli_protocol_override_wins_over_source_default ... ok
[INFO] [stdout] test project::network::format::tests::error_summary_prefers_first_non_empty_stderr_line ... ok
[INFO] [stdout] test project::source::tests::project_org_protocol_overrides_global_default_org_protocol ... ok
[INFO] [stdout] test project::source::tests::resolve_org_source_uses_global_default_org_when_project_is_unspecified ... ok
[INFO] [stdout] test project::source::tests::resolve_org_source_uses_named_global_source ... ok
[INFO] [stdout] test project::submodule::git::tests::submodule_add_usage_detection_accepts_add_specific_no_fetch_flag ... ok
[INFO] [stdout] test project::submodule::tests::repository_names_to_remove_keeps_referenced_repositories ... ok
[INFO] [stdout] test project::source::tests::project_org_protocol_can_override_builtin_default_org ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-711-1783566319076085021/.git/
[INFO] [stderr] hint: 
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-711-1783566319075475410/.git/
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-711-1783566319075561550/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-711-1783566319075669960/.git/
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-a-711-1783566319077440581/.git/
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-711-1783566319075271240/.git/
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-b-711-1783566319077559381/.git/
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] test project::source::tests::resolve_org_source_supports_project_local_custom_bases ... ok
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/super-src/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-711-1783566319138943154/.git/
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-711-1783566319075264240/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-keep-711-1783566319135902503/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-1/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-remove-711-1783566319136015743/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout] test project::submodule::git::tests::submodule_add_usage_detection_ignores_update_only_no_fetch_flag ... ok
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stdout] [master (root-commit) 0ff5c77] init
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stderr] hint: 
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stdout] [master (root-commit) 32242ce] init
[INFO] [stderr] hint: 
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stdout] [master (root-commit) 1b411a1] init
[INFO] [stderr] hint: 
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [master (root-commit) 32242ce] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [master (root-commit) 0ff5c77] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-a-711-1783566319075502820/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout] [master (root-commit) 0ff5c77] init
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] hint: 
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-root-711-1783566319181909081/.git/
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-711-1783566319075462840/.git/
[INFO] [stderr] hint: 
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-root-711-1783566319186086722/.git/
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stdout] [master (root-commit) 9cc2805] init
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stderr] hint: 
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-root-711-1783566319188628643/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout] [master (root-commit) a0833df] init
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] hint: 
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-b-711-1783566319075909361/.git/
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] [master (root-commit) 32242ce] init
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] [master (root-commit) 32242ce] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [master (root-commit) 1b411a1] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] [network][TrajectoryControl] started: adding submodule TrajectoryControl
[INFO] [stderr]   [TrajectoryControl] $ git -C /tmp/cpkg-submodule-root-711-1783566319186086722 submodule add -b main /tmp/cpkg-submodule-origin-711-1783566319075561550 Modules/TrajectoryControl
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-root-711-1783566319186679712/.git/
[INFO] [stdout] [master (root-commit) 923ab46] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [master (root-commit) a0833df] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-root-711-1783566319245766775/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] [network][TrajectoryControl] started: adding submodule TrajectoryControl
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-root-711-1783566319229629999/.git/
[INFO] [stderr]   [TrajectoryControl] $ git -C /tmp/cpkg-submodule-root-711-1783566319245766775 submodule add -b main /tmp/cpkg-submodule-origin-711-1783566319075669960 Modules/TrajectoryControl
[INFO] [stdout] [master (root-commit) 32242ce] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [master (root-commit) 8e2ec0f] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-root-711-1783566319280101818/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-root-711-1783566319214353533/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-711-1783566319273090605/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-origin-711-1783566319278564107/.git/
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-root-711-1783566319288862341/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-root-711-1783566319290749912/.git/
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-root-711-1783566319229454139/.git/
[INFO] [stdout] [master (root-commit) 0ff5c77] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [master (root-commit) 0ff5c77] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-root-711-1783566319351318755/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319186679712/Modules/TrajectoryControl'...
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-root-711-1783566319363797379/.git/
[INFO] [stdout] test project::submodule::tests::run_network_sync_with_retry_returns_last_error_after_exhausting_attempts ... ok
[INFO] [stdout] test project::submodule::tests::run_network_sync_with_retry_retries_once_before_success ... ok
[INFO] [stdout] test project::updates::tests::dependency_validation_error_detects_not_found_messages ... ok
[INFO] [stdout] test project::updates::tests::merge_requested_packages_preserves_order_and_deduplicates ... ok
[INFO] [stdout] test project::updates::tests::update_manifest_then_persists_changes_before_follow_up_failure ... ok
[INFO] [stdout] test project::updates::tests::dependency_edit_summary_reports_added_removed_and_unchanged ... ok
[INFO] [stdout] test project::updates::tests::update_manifest_then_restores_previous_manifest_after_validation_failure ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-interactive-removal-only-711-1783566319382872177/.git/
[INFO] [stderr]   [TrajectoryControl][stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319186086722/Modules/TrajectoryControl'...
[INFO] [stdout] test project::workflow::tests::add_then_sync_returns_manifest_when_no_packages_are_given ... ok
[INFO] [stderr]   [TrajectoryControl][stderr] done.
[INFO] [stdout] test project::workflow::tests::finalize_add_result_keeps_manifest_when_online_sync_is_required ... ok
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319181909081/Modules/TrajectoryControl'...
[INFO] [stdout] test project::workflow::tests::refresh_project_links_only_adds_package_dirs_in_dependency_chain ... ok
[INFO] [stderr] done.
[INFO] [stdout] test project::workflow::tests::add_interactive_removal_only_refreshes_links_without_sync ... ok
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319290749912/Modules/TrajectoryControl'...
[INFO] [stderr] [network][TrajectoryControl] completed: adding submodule TrajectoryControl
[INFO] [stdout] test project::workflow::tests::remove_last_package_writes_empty_integration_without_index ... FAILED
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] done.
[INFO] [stdout] [main ac1e60e] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319214353533/Modules/TrajectoryControl'...
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-remove-refreshes-links-711-1783566319457876795/.git/
[INFO] [stderr] done.
[INFO] [stderr] HEAD is now at 0ff5c77 init
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319280101818/Modules/BasicComponents'...
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319363797379/Modules/TrajectoryControl'...
[INFO] [stderr] done.
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319188628643/Modules/Sensors'...
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319229629999/Modules/TrajectoryControl'...
[INFO] [stderr] done.
[INFO] [stderr] done.
[INFO] [stdout] [main ac1e60e] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319229454139/Modules/TrajectoryControl'...
[INFO] [stderr] done.
[INFO] [stderr]   [TrajectoryControl][stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319245766775/Modules/TrajectoryControl'...
[INFO] [stdout] [main ac1e60e] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] test project::workflow::tests::remove_updates_generated_links_without_syncing_modules ... ok
[INFO] [stderr]   [TrajectoryControl][stderr] done.
[INFO] [stderr] done.
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/super-src/Modules/Repo1'...
[INFO] [stdout] test project::submodule::tests::remove_repository_cleans_gitmodules_entry_when_gitlink_is_already_gone ... ok
[INFO] [stdout] Cleared directory 'Modules/TrajectoryControl'
[INFO] [stderr] done.
[INFO] [stdout] Submodule 'Modules/TrajectoryControl' (/tmp/cpkg-submodule-origin-711-1783566319278564107) unregistered for path 'Modules/TrajectoryControl'
[INFO] [stderr] done.
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-2/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] test project::submodule::tests::sync_repository_offline_reports_when_git_cannot_add_without_fetch ... ok
[INFO] [stdout] [master (root-commit) 5aa0d86] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [main 07c43c0] update
[INFO] [stderr] [network][TrajectoryControl] completed: adding submodule TrajectoryControl
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319288862341/Modules/TrajectoryControl'...
[INFO] [stderr] done.
[INFO] [stdout] [main 06a5af2] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [main ac1e60e] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] test project::submodule::tests::remove_unused_repositories_uses_gitmodules_when_generated_state_is_stale ... ok
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/super-src/Modules/Repo2'...
[INFO] [stderr] done.
[INFO] [stderr] [network][TrajectoryControl] started: pulling latest main for TrajectoryControl
[INFO] [stderr]   [TrajectoryControl] $ git -C /tmp/cpkg-submodule-root-711-1783566319181909081/Modules/TrajectoryControl pull --ff-only origin main
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-3/.git/
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stdout] test project::submodule::tests::sync_repository_offline_keeps_initialized_submodule_on_cached_commit ... ok
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319280101818/Modules/Sensors'...
[INFO] [stdout] Cleared directory 'Modules/TrajectoryControl'
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319288862341/Modules/BasicComponents'...
[INFO] [stderr] done.
[INFO] [stdout] Submodule 'Modules/TrajectoryControl' (/tmp/cpkg-submodule-origin-711-1783566319075669960) unregistered for path 'Modules/TrajectoryControl'
[INFO] [stderr]   [TrajectoryControl][stderr] From /tmp/cpkg-submodule-origin-711-1783566319138943154
[INFO] [stderr]   [TrajectoryControl][stderr] * branch            main       -> FETCH_HEAD
[INFO] [stderr]   [TrajectoryControl][stderr] 0ff5c77..ac1e60e  main       -> origin/main
[INFO] [stdout] [master (root-commit) 2a40a31] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] done.
[INFO] [stderr] [network][TrajectoryControl] started: pulling latest main for TrajectoryControl
[INFO] [stderr]   [TrajectoryControl] $ git -C /tmp/cpkg-submodule-root-711-1783566319290749912/Modules/TrajectoryControl pull --ff-only origin main
[INFO] [stdout] test project::submodule::tests::remove_unused_repositories_recovers_from_broken_gitmodules_without_generated_state ... ok
[INFO] [stderr]   [TrajectoryControl][stdout] Updating 0ff5c77..ac1e60e
[INFO] [stderr]   [TrajectoryControl][stdout] Fast-forward
[INFO] [stderr]   [TrajectoryControl][stdout] README.md | 2 +-
[INFO] [stderr]   [TrajectoryControl][stdout] 1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stderr] [network][BasicComponents] started: adding submodule BasicComponents
[INFO] [stderr]   [BasicComponents] $ git -C /tmp/cpkg-submodule-root-711-1783566319229454139 submodule add -b main /tmp/cpkg-submodule-origin-b-711-1783566319077559381 Modules/BasicComponents
[INFO] [stderr] [network][TrajectoryControl] completed: pulling latest main for TrajectoryControl
[INFO] [stderr]   [TrajectoryControl][stderr] From /tmp/cpkg-submodule-origin-711-1783566319075462840
[INFO] [stderr]   [TrajectoryControl][stderr] * branch            main       -> FETCH_HEAD
[INFO] [stderr]   [TrajectoryControl][stdout] Already up to date.
[INFO] [stderr] [network][TrajectoryControl] completed: pulling latest main for TrajectoryControl
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319214353533/Modules/TrajectoryControl'...
[INFO] [stdout] test project::submodule::tests::sync_repository_switches_detached_submodule_back_to_main_before_pulling ... ok
[INFO] [stdout] Synchronizing submodule url for 'Modules/BasicComponents'
[INFO] [stdout] test project::submodule::tests::sync_repositories_recovers_from_broken_gitmodules ... ok
[INFO] [stderr] [network][TrajectoryControl] started: initializing submodule TrajectoryControl
[INFO] [stderr]   [TrajectoryControl] $ git -C /tmp/cpkg-submodule-root-711-1783566319363797379 submodule update --init --remote -- Modules/TrajectoryControl
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/super-src/Modules/Repo3'...
[INFO] [stderr]   [BasicComponents][stderr] Cloning into '/tmp/cpkg-submodule-root-711-1783566319229454139/Modules/BasicComponents'...
[INFO] [stderr] done.
[INFO] [stderr] done.
[INFO] [stdout] [main 799c7a8] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stderr]   [BasicComponents][stderr] done.
[INFO] [stdout] [main ca2a7b5] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] test project::submodule::tests::remove_repository_cleans_stale_gitdir_and_allows_readd ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-4/.git/
[INFO] [stderr]   [TrajectoryControl][stderr] Submodule 'Modules/TrajectoryControl' (/tmp/cpkg-submodule-origin-711-1783566319278564107) registered for path 'Modules/TrajectoryControl'
[INFO] [stderr] [network][BasicComponents] completed: adding submodule BasicComponents
[INFO] [stderr] [network][TrajectoryControl] started: pulling latest main for TrajectoryControl
[INFO] [stderr]   [TrajectoryControl] $ git -C /tmp/cpkg-submodule-root-711-1783566319229454139/Modules/TrajectoryControl pull --ff-only origin main
[INFO] [stdout] [master (root-commit) 29a549a] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] test project::submodule::tests::remove_repository_succeeds_when_gitmodules_has_unstaged_changes ... ok
[INFO] [stderr]   [TrajectoryControl][stderr] From /tmp/cpkg-submodule-origin-711-1783566319278564107
[INFO] [stderr]   [TrajectoryControl][stderr] 0ff5c77..ac1e60e  main       -> origin/main
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/super-src/Modules/Repo4'...
[INFO] [stderr]   [TrajectoryControl][stderr] From /tmp/cpkg-submodule-origin-a-711-1783566319077440581
[INFO] [stderr]   [TrajectoryControl][stderr] * branch            main       -> FETCH_HEAD
[INFO] [stderr]   [TrajectoryControl][stderr] 1b411a1..07c43c0  main       -> origin/main
[INFO] [stderr] done.
[INFO] [stderr]   [TrajectoryControl][stdout] Submodule path 'Modules/TrajectoryControl': checked out 'ac1e60e21845c853ba3cc685e3ad5da9ce83d9f3'
[INFO] [stderr] [network][TrajectoryControl] completed: initializing submodule TrajectoryControl
[INFO] [stderr]   [TrajectoryControl][stdout] Updating 1b411a1..07c43c0
[INFO] [stderr]   [TrajectoryControl][stdout] Fast-forward
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr]   [TrajectoryControl][stdout] README.md | 2 +-
[INFO] [stderr]   [TrajectoryControl][stdout] 1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-5/.git/
[INFO] [stderr] [network][TrajectoryControl] completed: pulling latest main for TrajectoryControl
[INFO] [stdout] test project::submodule::tests::sync_repository_updates_uninitialized_submodule_to_latest_main ... ok
[INFO] [stdout] [master (root-commit) 95f49a1] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] Cleared directory 'Modules/BasicComponents'
[INFO] [stdout] Submodule 'Modules/BasicComponents' (/tmp/cpkg-submodule-origin-b-711-1783566319075909361) unregistered for path 'Modules/BasicComponents'
[INFO] [stdout] test project::submodule::tests::sync_repositories_handles_mixed_added_and_updated_submodules ... ok
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/super-src/Modules/Repo5'...
[INFO] [stdout] test project::submodule::tests::sync_repository_offline_initializes_submodule_from_local_cache ... ok
[INFO] [stderr] done.
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-6/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout] [master (root-commit) 21b7884] init
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/super-src/Modules/Repo6'...
[INFO] [stderr] done.
[INFO] [stderr] [network][BasicComponents] started: initializing submodule BasicComponents
[INFO] [stderr]   [BasicComponents] $ git -C /tmp/cpkg-submodule-root-711-1783566319288862341 submodule update --init --remote -- Modules/BasicComponents
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-7/.git/
[INFO] [stdout] [master (root-commit) 4b16ecb] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr]   [BasicComponents][stderr] Submodule 'Modules/BasicComponents' (/tmp/cpkg-submodule-origin-b-711-1783566319075909361) registered for path 'Modules/BasicComponents'
[INFO] [stderr]   [BasicComponents][stderr] From /tmp/cpkg-submodule-origin-b-711-1783566319075909361
[INFO] [stderr]   [BasicComponents][stderr] a0833df..ca2a7b5  main       -> origin/main
[INFO] [stderr]   [BasicComponents][stdout] Submodule path 'Modules/BasicComponents': checked out 'ca2a7b5e4132c085e51e680827c87ad866b2a8c4'
[INFO] [stderr] [network][BasicComponents] completed: initializing submodule BasicComponents
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/super-src/Modules/Repo7'...
[INFO] [stderr] done.
[INFO] [stderr] [network][TrajectoryControl] started: pulling latest main for TrajectoryControl
[INFO] [stderr]   [TrajectoryControl] $ git -C /tmp/cpkg-submodule-root-711-1783566319288862341/Modules/TrajectoryControl pull --ff-only origin main
[INFO] [stderr]   [TrajectoryControl][stderr] From /tmp/cpkg-submodule-origin-a-711-1783566319075502820
[INFO] [stderr]   [TrajectoryControl][stderr] * branch            main       -> FETCH_HEAD
[INFO] [stderr]   [TrajectoryControl][stderr] 1b411a1..799c7a8  main       -> origin/main
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-8/.git/
[INFO] [stdout] [master (root-commit) 06a82f7] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr]   [TrajectoryControl][stdout] Updating 1b411a1..799c7a8
[INFO] [stderr]   [TrajectoryControl][stdout] Fast-forward
[INFO] [stderr]   [TrajectoryControl][stdout] README.md | 2 +-
[INFO] [stderr]   [TrajectoryControl][stdout] 1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stderr] [network][TrajectoryControl] completed: pulling latest main for TrajectoryControl
[INFO] [stdout] test project::submodule::tests::sync_repositories_updates_registered_submodules_together ... ok
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/super-src/Modules/Repo8'...
[INFO] [stderr] done.
[INFO] [stdout] [master (root-commit) 8de1c65] add submodules
[INFO] [stdout]  9 files changed, 40 insertions(+)
[INFO] [stdout]  create mode 100644 .gitmodules
[INFO] [stdout]  create mode 160000 Modules/Repo1
[INFO] [stdout]  create mode 160000 Modules/Repo2
[INFO] [stdout]  create mode 160000 Modules/Repo3
[INFO] [stdout]  create mode 160000 Modules/Repo4
[INFO] [stdout]  create mode 160000 Modules/Repo5
[INFO] [stdout]  create mode 160000 Modules/Repo6
[INFO] [stdout]  create mode 160000 Modules/Repo7
[INFO] [stdout]  create mode 160000 Modules/Repo8
[INFO] [stderr] Cloning into bare repository '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/super-bare.git'...
[INFO] [stderr] done.
[INFO] [stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root'...
[INFO] [stderr] done.
[INFO] [stdout] [main 486099e] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [main 78e67c2] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [main f1426b7] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [main 2b0c296] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [main 8717399] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [main 841bf5e] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [main b643376] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [main aa4571a] update
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stderr] [network][Repo1] started: initializing submodule Repo1
[INFO] [stderr]   [Repo1] $ git -C /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root submodule update --init --remote -- Modules/Repo1
[INFO] [stderr]   [Repo1][stderr] Submodule 'Modules/Repo1' (/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-1) registered for path 'Modules/Repo1'
[INFO] [stderr]   [Repo1][stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root/Modules/Repo1'...
[INFO] [stderr]   [Repo1][stderr] done.
[INFO] [stderr]   [Repo1][stdout] Submodule path 'Modules/Repo1': checked out '486099e14fc4c225b56ccaddc1e98616d6186f9a'
[INFO] [stderr] [network][Repo1] completed: initializing submodule Repo1
[INFO] [stderr] [network][Repo2] started: initializing submodule Repo2
[INFO] [stderr]   [Repo2] $ git -C /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root submodule update --init --remote -- Modules/Repo2
[INFO] [stderr]   [Repo2][stderr] Submodule 'Modules/Repo2' (/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-2) registered for path 'Modules/Repo2'
[INFO] [stderr]   [Repo2][stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root/Modules/Repo2'...
[INFO] [stderr]   [Repo2][stderr] done.
[INFO] [stderr]   [Repo2][stdout] Submodule path 'Modules/Repo2': checked out '78e67c25a4c9fd69840f622bd5856abc4774147c'
[INFO] [stderr] [network][Repo2] completed: initializing submodule Repo2
[INFO] [stderr] [network][Repo3] started: initializing submodule Repo3
[INFO] [stderr]   [Repo3] $ git -C /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root submodule update --init --remote -- Modules/Repo3
[INFO] [stderr]   [Repo3][stderr] Submodule 'Modules/Repo3' (/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-3) registered for path 'Modules/Repo3'
[INFO] [stderr]   [Repo3][stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root/Modules/Repo3'...
[INFO] [stderr]   [Repo3][stderr] done.
[INFO] [stderr]   [Repo3][stdout] Submodule path 'Modules/Repo3': checked out 'f1426b77e61541d49b49155d09f91bdb209b1957'
[INFO] [stderr] [network][Repo3] completed: initializing submodule Repo3
[INFO] [stderr] [network][Repo4] started: initializing submodule Repo4
[INFO] [stderr]   [Repo4] $ git -C /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root submodule update --init --remote -- Modules/Repo4
[INFO] [stderr]   [Repo4][stderr] Submodule 'Modules/Repo4' (/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-4) registered for path 'Modules/Repo4'
[INFO] [stderr]   [Repo4][stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root/Modules/Repo4'...
[INFO] [stderr]   [Repo4][stderr] done.
[INFO] [stderr]   [Repo4][stdout] Submodule path 'Modules/Repo4': checked out '2b0c2961bc325619cfd731675819f15c996be755'
[INFO] [stderr] [network][Repo4] completed: initializing submodule Repo4
[INFO] [stderr] [network][Repo5] started: initializing submodule Repo5
[INFO] [stderr]   [Repo5] $ git -C /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root submodule update --init --remote -- Modules/Repo5
[INFO] [stderr]   [Repo5][stderr] Submodule 'Modules/Repo5' (/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-5) registered for path 'Modules/Repo5'
[INFO] [stderr]   [Repo5][stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root/Modules/Repo5'...
[INFO] [stderr]   [Repo5][stderr] done.
[INFO] [stderr]   [Repo5][stdout] Submodule path 'Modules/Repo5': checked out '8717399391263584a9395cfcdca0d4e5fd54645e'
[INFO] [stderr] [network][Repo5] completed: initializing submodule Repo5
[INFO] [stderr] [network][Repo6] started: initializing submodule Repo6
[INFO] [stderr]   [Repo6] $ git -C /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root submodule update --init --remote -- Modules/Repo6
[INFO] [stderr]   [Repo6][stderr] Submodule 'Modules/Repo6' (/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-6) registered for path 'Modules/Repo6'
[INFO] [stderr]   [Repo6][stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root/Modules/Repo6'...
[INFO] [stderr]   [Repo6][stderr] done.
[INFO] [stderr]   [Repo6][stdout] Submodule path 'Modules/Repo6': checked out '841bf5ed3c00878918d07739e224ead7997f6e3b'
[INFO] [stderr] [network][Repo6] completed: initializing submodule Repo6
[INFO] [stderr] [network][Repo7] started: initializing submodule Repo7
[INFO] [stderr]   [Repo7] $ git -C /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root submodule update --init --remote -- Modules/Repo7
[INFO] [stderr]   [Repo7][stderr] Submodule 'Modules/Repo7' (/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-7) registered for path 'Modules/Repo7'
[INFO] [stderr]   [Repo7][stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root/Modules/Repo7'...
[INFO] [stderr]   [Repo7][stderr] done.
[INFO] [stderr]   [Repo7][stdout] Submodule path 'Modules/Repo7': checked out 'b6433761531b11bc59a7624ad52044138f8765f1'
[INFO] [stderr] [network][Repo7] completed: initializing submodule Repo7
[INFO] [stderr] [network][Repo8] started: initializing submodule Repo8
[INFO] [stderr]   [Repo8] $ git -C /tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root submodule update --init --remote -- Modules/Repo8
[INFO] [stderr]   [Repo8][stderr] Submodule 'Modules/Repo8' (/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/origin-8) registered for path 'Modules/Repo8'
[INFO] [stderr]   [Repo8][stderr] Cloning into '/tmp/cpkg-submodule-fresh-clone-711-1783566319136772673/clone-root/Modules/Repo8'...
[INFO] [stderr]   [Repo8][stderr] done.
[INFO] [stderr]   [Repo8][stdout] Submodule path 'Modules/Repo8': checked out 'aa4571ae14e776d749fc28aa7b9146a6d970bac2'
[INFO] [stderr] [network][Repo8] completed: initializing submodule Repo8
[INFO] [stdout] test project::submodule::tests::sync_repositories_initializes_many_fresh_clone_submodules ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- project::workflow::tests::remove_last_package_writes_empty_integration_without_index stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'project::workflow::tests::remove_last_package_writes_empty_integration_without_index' (1239) panicked at src/project/workflow.rs:492:73:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: failed to load package index from all configured sources: built-in default index: no cached package index found for built-in default index at '/root/.cpkg/cpkg_index.json'
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error>::msg::<alloc::string::String>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: cpkg::project::index::load_from_selection
[INFO] [stdout]              at ./src/project/index.rs:538:13
[INFO] [stdout]    2: cpkg::project::index::load_for_project_with_global_config
[INFO] [stdout]              at ./src/project/index.rs:562:5
[INFO] [stdout]    3: cpkg::project::index::load_for_project_without_refresh
[INFO] [stdout]              at ./src/project/index.rs:577:5
[INFO] [stdout]    4: cpkg::project::workflow::resolved_project_for_integration
[INFO] [stdout]              at ./src/project/workflow.rs:139:17
[INFO] [stdout]    5: cpkg::project::workflow::refresh_project_links
[INFO] [stdout]              at ./src/project/workflow.rs:189:20
[INFO] [stdout]    6: cpkg::project::workflow::remove::{closure#2}
[INFO] [stdout]              at ./src/project/workflow.rs:323:13
[INFO] [stdout]    7: cpkg::project::updates::update_manifest_then::<cpkg::project::workflow::remove::{closure#1}, cpkg::project::workflow::remove::{closure#2}, cpkg::project::workflow::remove::{closure#3}>
[INFO] [stdout]              at ./src/project/updates.rs:87:25
[INFO] [stdout]    8: cpkg::project::workflow::remove
[INFO] [stdout]              at ./src/project/workflow.rs:314:5
[INFO] [stdout]    9: cpkg::project::workflow::tests::remove_last_package_writes_empty_integration_without_index
[INFO] [stdout]              at ./src/project/workflow.rs:492:24
[INFO] [stdout]   10: cpkg::project::workflow::tests::remove_last_package_writes_empty_integration_without_index::{closure#0}
[INFO] [stdout]              at ./src/project/workflow.rs:474:68
[INFO] [stdout]   11: <cpkg::project::workflow::tests::remove_last_package_writes_empty_integration_without_index::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   12: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   13: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   14: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   15: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   16: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   17: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   18: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   19: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   20: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   21: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   22: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   23: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   24: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   27: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   28: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   29: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   31: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   32: <unknown>
[INFO] [stdout]   33: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63f68f7f0098 - 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:     0x63f68f7f0098 - 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:     0x63f68f7f0098 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63f68f7f0098 - <<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:     0x63f68f8069aa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63f68f8069aa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63f68f7f53d2 - 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:     0x63f68f7f53d2 - <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:     0x63f68f7cc1d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63f68f7cc1d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63f68f7e7249 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63f68f75cd1c - <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:     0x63f68f75cd1c - 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:     0x63f68f7e74c2 - <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:     0x63f68f7e74c2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63f68f7cc292 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63f68f7c0b09 - 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:     0x63f68f7cd1fd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63f68f80716c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63f68f806ee2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63f68f561dbc - <core[8fb95b77d25ab6c8]::result::Result<cpkg[7a3b0644a9d8fec4]::project::manifest::WtrProject, anyhow[8983e2eb69830204]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63f68f561dbc - cpkg[7a3b0644a9d8fec4]::project::workflow::tests::remove_last_package_writes_empty_integration_without_index
[INFO] [stdout]                                at /opt/rustwide/workdir/src/project/workflow.rs:492:73
[INFO] [stdout]   22:     0x63f68f554347 - cpkg[7a3b0644a9d8fec4]::project::workflow::tests::remove_last_package_writes_empty_integration_without_index::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/project/workflow.rs:474:68
[INFO] [stdout]   23:     0x63f68f50e996 - <cpkg[7a3b0644a9d8fec4]::project::workflow::tests::remove_last_package_writes_empty_integration_without_index::{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]   24:     0x63f68f74fdfb - <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]   25:     0x63f68f74fdfb - 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]   26:     0x63f68f75d675 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x63f68f75d675 - <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]   28:     0x63f68f75d675 - 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]   29:     0x63f68f75d675 - 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]   30:     0x63f68f75d675 - 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]   31:     0x63f68f75d675 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x63f68f75d675 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x63f68f756f84 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x63f68f756f84 - 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]   35:     0x63f68f7606f2 - 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]   36:     0x63f68f7606f2 - <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]   37:     0x63f68f7606f2 - 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]   38:     0x63f68f7606f2 - 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]   39:     0x63f68f7606f2 - 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]   40:     0x63f68f7606f2 - 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]   41:     0x63f68f7606f2 - <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]   42:     0x63f68f7ef4af - <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]   43:     0x63f68f7ef4af - <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]   44:     0x79cb9ead3aa4 - <unknown>
[INFO] [stdout]   45:     0x79cb9eb60a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     project::workflow::tests::remove_last_package_writes_empty_integration_without_index
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 117 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.41s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "b41d2527c35dc1664e5ab4c6680609d53cc6a52d269e8a4f8af5727b14d2c60c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b41d2527c35dc1664e5ab4c6680609d53cc6a52d269e8a4f8af5727b14d2c60c", kill_on_drop: false }`
[INFO] [stdout] b41d2527c35dc1664e5ab4c6680609d53cc6a52d269e8a4f8af5727b14d2c60c
