[INFO] cloning repository https://github.com/wiedymi/shu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wiedymi/shu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwiedymi%2Fshu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwiedymi%2Fshu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4bb117e151c40a0f2e28c31c95b377f90356def7
[INFO] testing wiedymi/shu against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwiedymi%2Fshu" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wiedymi/shu
[INFO] finished tweaking git repo https://github.com/wiedymi/shu
[INFO] tweaked toml for git repo https://github.com/wiedymi/shu written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wiedymi/shu on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wiedymi/shu 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 37405064fe6508a9cb2338353bca041fdd1aa09bf93de37d6ddbdd0f046a8663
[INFO] running `Command { std: "docker" "start" "37405064fe6508a9cb2338353bca041fdd1aa09bf93de37d6ddbdd0f046a8663", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "37405064fe6508a9cb2338353bca041fdd1aa09bf93de37d6ddbdd0f046a8663", 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" "37405064fe6508a9cb2338353bca041fdd1aa09bf93de37d6ddbdd0f046a8663" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "37405064fe6508a9cb2338353bca041fdd1aa09bf93de37d6ddbdd0f046a8663", 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" "37405064fe6508a9cb2338353bca041fdd1aa09bf93de37d6ddbdd0f046a8663" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling rustls-pki-types v1.15.1
[INFO] [stderr]    Compiling cc v1.4.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling hybrid-array v0.4.13
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling clap_builder v4.6.6
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling webpki-roots v1.0.9
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling toml v1.1.4+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling clap v4.6.6
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]    Compiling shu v0.1.25 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 32s
[INFO] running `Command { std: "docker" "inspect" "37405064fe6508a9cb2338353bca041fdd1aa09bf93de37d6ddbdd0f046a8663", 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" "37405064fe6508a9cb2338353bca041fdd1aa09bf93de37d6ddbdd0f046a8663" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling rustls-pki-types v1.15.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling hybrid-array v0.4.13
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling clap_builder v4.6.6
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling webpki-roots v1.0.9
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling fastrand v2.5.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling clap v4.6.6
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling toml v1.1.4+spec-1.1.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling shu v0.1.25 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 21s
[INFO] running `Command { std: "docker" "inspect" "37405064fe6508a9cb2338353bca041fdd1aa09bf93de37d6ddbdd0f046a8663", 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" "37405064fe6508a9cb2338353bca041fdd1aa09bf93de37d6ddbdd0f046a8663" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/shu-05b2b84e8ca0abae)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test commands::pick::tests::fuzzy_matching_requires_order_and_rewards_contiguous_characters ... ok
[INFO] [stdout] test commands::pick::tests::picker_redraw_does_not_clear_or_scroll_between_frames ... ok
[INFO] [stdout] test catalog::tests::resolves_a_unique_repository_name ... ok
[INFO] [stdout] test commands::pick::tests::picker_rows_stay_on_one_line ... ok
[INFO] [stdout] test catalog::tests::explicit_catalog_takes_precedence_over_the_default ... ok
[INFO] [stdout] test catalog::tests::removes_duplicate_tags_without_reordering ... ok
[INFO] [stdout] test commands::pick::tests::locations_have_clear_distinct_symbols ... ok
[INFO] [stdout] test commands::shell::tests::config_home_ignores_missing_empty_and_relative_xdg_values ... ok
[INFO] [stdout] test commands::shell::tests::config_home_uses_an_absolute_xdg_value ... ok
[INFO] [stdout] test commands::shell::tests::every_shell_script_invokes_the_path_only_picker ... ok
[INFO] [stdout] test commands::shell::tests::powershell_wrapper_selects_a_single_path_from_native_command_output ... ok
[INFO] [stdout] test commands::upgrade::tests::formats_download_sizes_for_humans ... ok
[INFO] [stdout] test commands::upgrade::tests::normalizes_release_tags_for_download_urls ... ok
[INFO] [stdout] test commands::upgrade::tests::reads_latest_tag_from_github_release_redirect ... ok
[INFO] [stdout] test commands::upgrade::tests::reads_standard_checksum_lines ... ok
[INFO] [stdout] test commands::view::tests::parses_stale_duration ... ok
[INFO] [stdout] test git::tests::excludes_bare_repositories_from_working_tree_results ... ok
[INFO] [stdout] test git::tests::parses_worktree_branches_and_detached_heads ... ok
[INFO] [stdout] test hash::tests::encodes_a_sha256_digest_as_lowercase_hex ... ok
[INFO] [stdout] test identity::tests::normalizes_common_remote_forms ... ok
[INFO] [stdout] test identity::tests::rejects_identity_path_traversal ... ok
[INFO] [stdout] test paths::tests::accepts_an_absolute_xdg_config_home ... ok
[INFO] [stdout] test identity::tests::rejects_short_identity ... ok
[INFO] [stdout] test model::tests::uses_shu_directory_as_the_default_root ... ok
[INFO] [stdout] test paths::tests::rejects_missing_empty_and_relative_xdg_config_homes ... ok
[INFO] [stdout] test commands::shell::tests::installing_twice_replaces_only_shus_block ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_workflows.rs (/opt/rustwide/target/release/deps/cli_workflows-205c92d02515144f)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test emits_navigation_wrappers_for_supported_shells ... ok
[INFO] [stdout] test add_and_its_clone_alias_catalogue_and_clone_a_remote_repository ... ok
[INFO] [stdout] test activates_a_local_catalog_source_without_creating_sidecar_state ... ok
[INFO] [stdout] test initializes_and_publishes_a_dedicated_catalog_checkout ... ok
[INFO] [stdout] test activates_a_catalog_from_a_direct_http_url ... ok
[INFO] [stdout] test doctor_skips_source_checks_for_a_local_catalog ... ok
[INFO] [stdout] test initializes_a_missing_catalog_without_blocking_everyday_commands ... ok
[INFO] [stdout] test installs_shell_integration_idempotently_at_an_explicit_path ... ok
[INFO] [stdout] test picker_ignores_a_reported_worktree_with_a_missing_path ... ok
[INFO] [stdout] test migrates_an_already_catalogued_repository_without_overwriting_metadata ... ok
[INFO] [stdout] test creates_and_catalogues_a_local_repository_without_a_remote ... ok
[INFO] [stdout] test migrates_a_clean_repository_into_shus_canonical_layout ... ok
[INFO] [stdout] test refuses_to_migrate_a_repository_with_uncommitted_changes ... ok
[INFO] [stdout] test refuses_to_migrate_a_repository_with_linked_worktrees ... ok
[INFO] [stdout] test records_an_existing_local_clone_without_migrating_or_overwriting_metadata ... ok
[INFO] [stdout] test picks_a_local_repository_without_an_external_fuzzy_finder ... ok
[INFO] [stdout] test rejects_json_for_commands_without_a_stable_json_contract ... ok
[INFO] [stdout] test preserves_an_explicit_ssh_transport_for_later_restores ... ok
[INFO] [stdout] test restore_continues_after_an_inaccessible_repository_and_explains_the_failure ... ok
[INFO] [stdout] test records_multiple_clones_in_the_catalog_and_discovers_git_worktrees ... ok
[INFO] [stdout] test restores_a_catalog_and_exposes_the_repository_to_agents ... ok
[INFO] [stdout] test sync_init_refuses_a_remote_that_already_has_branches ... ok
[INFO] [stdout] test restores_and_syncs_a_catalog_through_a_persistent_checkout ... ok
[INFO] [stdout] test scan_skips_hidden_directories_and_groups_each_result ... ok
[INFO] [stdout] test sync_keeps_external_locations_local_and_restores_managed_paths_per_machine ... ok
[INFO] [stdout] test restores_and_selects_from_a_large_catalog_deterministically ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.32s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "37405064fe6508a9cb2338353bca041fdd1aa09bf93de37d6ddbdd0f046a8663", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37405064fe6508a9cb2338353bca041fdd1aa09bf93de37d6ddbdd0f046a8663", kill_on_drop: false }`
[INFO] [stdout] 37405064fe6508a9cb2338353bca041fdd1aa09bf93de37d6ddbdd0f046a8663
