[INFO] cloning repository https://github.com/isdaniel/pg_migrator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/isdaniel/pg_migrator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisdaniel%2Fpg_migrator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisdaniel%2Fpg_migrator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 122dd02b41b59ec14c8625f7ccfd2011ca97d63c
[INFO] testing isdaniel/pg_migrator 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%2Fisdaniel%2Fpg_migrator" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/isdaniel/pg_migrator
[INFO] finished tweaking git repo https://github.com/isdaniel/pg_migrator
[INFO] tweaked toml for git repo https://github.com/isdaniel/pg_migrator written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/isdaniel/pg_migrator 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/isdaniel/pg_migrator 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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tls_codec v0.4.2
[INFO] [stderr]   Downloaded tls_codec_derive v0.4.2
[INFO] [stderr]   Downloaded tokio-postgres-rustls v0.14.0
[INFO] [stderr]   Downloaded libpq-sys v0.8.0
[INFO] [stderr]   Downloaded wasite v1.0.2
[INFO] [stderr]   Downloaded postgres-protocol v0.6.12
[INFO] [stderr]   Downloaded digest v0.11.2
[INFO] [stderr]   Downloaded objc2-system-configuration v0.3.2
[INFO] [stderr]   Downloaded hybrid-array v0.4.11
[INFO] [stderr]   Downloaded postgres-types v0.2.14
[INFO] [stderr]   Downloaded tokio-postgres v0.7.18
[INFO] [stderr]   Downloaded aws-lc-rs v1.17.1
[INFO] [stderr]   Downloaded bindgen v0.64.0
[INFO] [stderr]   Downloaded pg_walstream v0.7.0
[INFO] [stderr]   Downloaded aws-lc-sys v0.42.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 7e28b4b6d54087c488de855bc0af258bbee233eb408d5a3438f2a301326f7408
[INFO] running `Command { std: "docker" "start" "7e28b4b6d54087c488de855bc0af258bbee233eb408d5a3438f2a301326f7408", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7e28b4b6d54087c488de855bc0af258bbee233eb408d5a3438f2a301326f7408", 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" "7e28b4b6d54087c488de855bc0af258bbee233eb408d5a3438f2a301326f7408" "/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" "7e28b4b6d54087c488de855bc0af258bbee233eb408d5a3438f2a301326f7408", 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" "7e28b4b6d54087c488de855bc0af258bbee233eb408d5a3438f2a301326f7408" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling aws-lc-rs v1.17.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling hybrid-array v0.4.11
[INFO] [stderr]    Compiling bindgen v0.64.0
[INFO] [stderr]    Compiling rand v0.10.1
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling der_derive v0.7.3
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling aws-lc-sys v0.42.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling digest v0.11.2
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling md-5 v0.11.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling flagset v0.4.7
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling whoami v2.1.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling webpki-roots v1.0.8
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling postgres-protocol v0.6.12
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling postgres-types v0.2.14
[INFO] [stderr]    Compiling x509-cert v0.2.5
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-postgres v0.7.18
[INFO] [stderr]    Compiling libpq-sys v0.8.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling pg_walstream v0.7.0
[INFO] [stderr]    Compiling tokio-postgres-rustls v0.14.0
[INFO] [stderr]    Compiling pg_dbmigrator v0.2.0 (/opt/rustwide/workdir/pg_dbmigrator)
[INFO] [stderr]    Compiling offline_migration_example v0.2.0 (/opt/rustwide/workdir/examples/offline_migration)
[INFO] [stderr]    Compiling online_migration_example v0.2.0 (/opt/rustwide/workdir/examples/online_migration)
[INFO] [stderr]    Compiling benchmark v0.2.0 (/opt/rustwide/workdir/examples/benchmark)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 44s
[INFO] running `Command { std: "docker" "inspect" "7e28b4b6d54087c488de855bc0af258bbee233eb408d5a3438f2a301326f7408", 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" "7e28b4b6d54087c488de855bc0af258bbee233eb408d5a3438f2a301326f7408" "/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 rustix v0.38.44
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling bindgen v0.64.0
[INFO] [stderr]    Compiling libpq-sys v0.8.0
[INFO] [stderr]    Compiling pg_walstream v0.7.0
[INFO] [stderr]    Compiling pg_dbmigrator v0.2.0 (/opt/rustwide/workdir/pg_dbmigrator)
[INFO] [stderr]    Compiling benchmark v0.2.0 (/opt/rustwide/workdir/examples/benchmark)
[INFO] [stderr]    Compiling online_migration_example v0.2.0 (/opt/rustwide/workdir/examples/online_migration)
[INFO] [stderr]    Compiling offline_migration_example v0.2.0 (/opt/rustwide/workdir/examples/offline_migration)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 35.41s
[INFO] running `Command { std: "docker" "inspect" "7e28b4b6d54087c488de855bc0af258bbee233eb408d5a3438f2a301326f7408", 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" "7e28b4b6d54087c488de855bc0af258bbee233eb408d5a3438f2a301326f7408" "/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.49s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/benchmark-eeac17789b502e3c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/offline_migration_example-10bd20b702daacf0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/online_migration_example-615c4042ceb877b7)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pg_dbmigrator-18d35bf4480fce92)
[INFO] [stdout] 
[INFO] [stdout] running 435 tests
[INFO] [stdout] test analyze::tests::build_analyze_sql_not_verbose ... ok
[INFO] [stdout] test analyze::tests::build_analyze_sql_verbose ... ok
[INFO] [stdout] test analyze::tests::build_analyze_table_sql_special_chars ... ok
[INFO] [stdout] test analyze::tests::build_analyze_table_sql_basic ... ok
[INFO] [stdout] test analyze::tests::build_vacuum_analyze_sql_not_verbose ... ok
[INFO] [stdout] test analyze::tests::build_vacuum_analyze_sql_verbose ... ok
[INFO] [stdout] test analyze::tests::build_vacuum_analyze_table_sql_basic ... ok
[INFO] [stdout] test analyze::tests::build_vacuum_analyze_table_sql_special_chars ... ok
[INFO] [stdout] test analyze::tests::build_vacuum_analyze_table_sql_verbose ... ok
[INFO] [stdout] test analyze::tests::list_analyzable_sql_includes_partitioned_and_materialized ... ok
[INFO] [stdout] test analyze::tests::default_config_runs_both ... ok
[INFO] [stdout] test analyze::tests::maybe_analyze_target_respects_skip_flag ... ok
[INFO] [stdout] test analyze::tests::list_vacuumable_sql_excludes_materialized_views ... ok
[INFO] [stdout] test analyze::tests::quote_ident_simple_with_double_quote ... ok
[INFO] [stdout] test config::tests::cutover_config_rejects_zero_fast_poll_interval ... ok
[INFO] [stdout] test config::tests::cutover_config_default_is_valid ... ok
[INFO] [stdout] test config::tests::cutover_config_rejects_zero_poll_interval ... ok
[INFO] [stdout] test analyze::tests::maybe_analyze_target_skips_when_flag_set ... ok
[INFO] [stdout] test analyze::tests::maybe_vacuum_source_respects_skip_flag ... ok
[INFO] [stdout] test config::tests::dump_scope_flag_mapping ... ok
[INFO] [stdout] test analyze::tests::maybe_vacuum_source_skips_when_flag_set ... ok
[INFO] [stdout] test config::tests::migration_config_serialize_with_none_compress ... ok
[INFO] [stdout] test config::tests::endpoint_config_parse_url_encoded_password ... ok
[INFO] [stdout] test config::tests::default_jobs_returns_value_in_valid_range ... ok
[INFO] [stdout] test config::tests::endpoint_config_parses_query_params ... ok
[INFO] [stdout] test config::tests::migration_config_default_has_empty_exclude_lists ... ok
[INFO] [stdout] test analyze::tests::quote_ident_simple_basic ... ok
[INFO] [stdout] test config::tests::migration_config_default_performance_fields ... ok
[INFO] [stdout] test analyze::tests::quote_ident_simple_empty ... ok
[INFO] [stdout] test config::tests::endpoint_config_default_has_empty_fields ... ok
[INFO] [stdout] test config::tests::migration_config_deserializes_with_defaults_for_missing_fields ... ok
[INFO] [stdout] test config::tests::migration_mode_verify_serde_roundtrip ... ok
[INFO] [stdout] test config::tests::online_options_default_subscription_name ... ok
[INFO] [stdout] test config::tests::online_options_reject_empty_subscription_name ... ok
[INFO] [stdout] test config::tests::online_options_validate ... ok
[INFO] [stdout] test config::tests::online_options_protocol_version_boundary ... ok
[INFO] [stdout] test config::tests::redacted_masks_password ... ok
[INFO] [stdout] test config::tests::redacted_passthrough_when_no_password ... ok
[INFO] [stdout] test config::tests::parses_default_port ... ok
[INFO] [stdout] test config::tests::rejects_bad_scheme ... ok
[INFO] [stdout] test config::tests::serde_backwards_compat_missing_auto_create_and_drop_slot_defaults_true ... ok
[INFO] [stdout] test config::tests::replication_apply_config_defaults ... ok
[INFO] [stdout] test config::tests::online_options_validate_propagates_cutover_error ... ok
[INFO] [stdout] test config::tests::rejects_missing_host ... ok
[INFO] [stdout] test config::tests::migration_config_default_verify_is_warn ... ok
[INFO] [stdout] test config::tests::online_options_default_auto_create_publication_and_drop_slot ... ok
[INFO] [stdout] test config::tests::validate_rejects_empty_source ... ok
[INFO] [stdout] test config::tests::migration_config_serde_roundtrip ... ok
[INFO] [stdout] test config::tests::parses_basic_uri ... ok
[INFO] [stdout] test config::tests::serde_roundtrip_skip_analyze_fields ... ok
[INFO] [stdout] test cutover::tests::cutover_handle_default_is_unrequested ... ok
[INFO] [stdout] test config::tests::online_options_default_force_clean_is_false ... ok
[INFO] [stdout] test config::tests::online_options_default_syncs_sequences_on_cutover ... ok
[INFO] [stdout] test config::tests::validate_online_propagates_online_options_error ... ok
[INFO] [stdout] test config::tests::validate_rejects_empty_target ... ok
[INFO] [stdout] test config::tests::validate_accepts_valid_online_config ... ok
[INFO] [stdout] test config::tests::validate_accepts_valid_offline_config ... ok
[INFO] [stdout] test config::tests::validate_rejects_resume_without_dump_path ... ok
[INFO] [stdout] test config::tests::validate_rejects_zero_jobs ... ok
[INFO] [stdout] test config::tests::verify_mode_serde_roundtrip ... ok
[INFO] [stdout] test cutover::tests::handle_starts_unrequested ... ok
[INFO] [stdout] test cutover::tests::lag_bytes_clamps_to_zero_when_target_ahead ... ok
[INFO] [stdout] test cutover::tests::sampler_does_not_re_emit_when_still_caught_up ... ok
[INFO] [stdout] test cutover::tests::lag_sampler_debug ... ok
[INFO] [stdout] test cutover::tests::sampler_first_catch_up_emits_just_caught_up ... ok
[INFO] [stdout] test cutover::tests::sampler_emits_fell_behind_on_lag_spike ... ok
[INFO] [stdout] test cutover::tests::handle_clones_share_state ... ok
[INFO] [stdout] test cutover::tests::handle_request_is_idempotent ... ok
[INFO] [stdout] test cutover::tests::cutover_handle_debug ... ok
[INFO] [stdout] test cutover::tests::transition_lag_accessor ... ok
[INFO] [stdout] test dump::tests::build_args_appends_data_only_flag ... ok
[INFO] [stdout] test dump::tests::build_args_appends_schema_only_flag ... ok
[INFO] [stdout] test cutover::tests::transition_just_caught_up_returns_true ... ok
[INFO] [stdout] test cutover::tests::sampler_zero_threshold_always_caught_up ... ok
[INFO] [stdout] test dump::tests::build_args_appends_schemas_and_tables ... ok
[INFO] [stdout] test cutover::tests::transition_debug_and_eq ... ok
[INFO] [stdout] test dump::tests::build_args_directory_format_single_job_omits_jobs ... ok
[INFO] [stdout] test dump::tests::build_args_directory_format_with_parallel_jobs ... ok
[INFO] [stdout] test dump::tests::build_args_includes_compress_spec ... ok
[INFO] [stdout] test dump::tests::build_args_includes_exclude_schemas ... ok
[INFO] [stdout] test dump::tests::build_args_appends_exclude_schemas_and_tables ... ok
[INFO] [stdout] test dump::tests::build_args_includes_jobs_only_for_directory_format ... ok
[INFO] [stdout] test cutover::tests::threshold_inclusive_boundary_counts_as_caught_up ... ok
[INFO] [stdout] test dump::tests::build_args_includes_no_comments_by_default ... ok
[INFO] [stdout] test dump::tests::build_args_includes_exclude_tables ... ok
[INFO] [stdout] test dump::tests::build_args_includes_endpoint_components ... ok
[INFO] [stdout] test dump::tests::build_args_includes_no_publications_when_enabled ... ok
[INFO] [stdout] test dump::tests::build_args_includes_no_publications ... ok
[INFO] [stdout] test dump::tests::build_args_includes_no_security_labels_by_default ... ok
[INFO] [stdout] test dump::tests::build_args_includes_no_subscriptions ... ok
[INFO] [stdout] test dump::tests::build_args_includes_no_sync_by_default ... ok
[INFO] [stdout] test dump::tests::build_args_includes_tables ... ok
[INFO] [stdout] test dump::tests::build_args_includes_no_table_access_method_when_enabled ... ok
[INFO] [stdout] test dump::tests::build_args_includes_snapshot_when_set ... ok
[INFO] [stdout] test dump::tests::build_args_omits_no_publications_when_disabled ... ok
[INFO] [stdout] test dump::tests::build_args_omits_no_comments_when_disabled ... ok
[INFO] [stdout] test dump::tests::build_args_passes_compress_spec_when_set ... ok
[INFO] [stdout] test dump::tests::build_args_omits_no_security_labels_when_disabled ... ok
[INFO] [stdout] test dump::tests::build_args_omits_no_table_access_method_by_default ... ok
[INFO] [stdout] test dump::tests::build_args_includes_schemas ... ok
[INFO] [stdout] test dump::tests::is_directory_dump_false_for_nonexistent_path ... ok
[INFO] [stdout] test dump::tests::dump_format_flag_values ... ok
[INFO] [stdout] test config::tests::serde_backwards_compat_missing_skip_fields_default_false ... ok
[INFO] [stdout] test dump::tests::pgpassword_env_returns_password_when_present ... ok
[INFO] [stdout] test dump::tests::build_args_passes_snapshot_to_pg_dump ... ok
[INFO] [stdout] test dump::tests::dump_format_flag_mapping ... ok
[INFO] [stdout] test dump::tests::pgpassword_env_returns_empty_when_no_password ... ok
[INFO] [stdout] test dump::tests::is_directory_dump_true_for_actual_directory ... ok
[INFO] [stdout] test dump::tests::is_directory_dump_false_for_file ... ok
[INFO] [stdout] test dump::tests::tokio_command_runner_debug ... ok
[INFO] [stdout] test error::tests::cancelled_display ... ok
[INFO] [stdout] test error::tests::apply_helper_constructs_variant ... ok
[INFO] [stdout] test error::tests::config_helper_constructs_variant ... ok
[INFO] [stdout] test error::tests::format_pg_error_non_db_error ... ok
[INFO] [stdout] test error::tests::from_io_error ... ok
[INFO] [stdout] test dump::tests::build_args_no_scope_flag_for_all ... ok
[INFO] [stdout] test error::tests::invalid_connection_string_display ... ok
[INFO] [stdout] test error::tests::config_error_debug_format ... ok
[INFO] [stdout] test dump::tests::build_args_omits_compress_when_unset ... ok
[INFO] [stdout] test error::tests::io_error_preserves_kind ... ok
[INFO] [stdout] test error::tests::missing_tool_helper_constructs_variant ... ok
[INFO] [stdout] test error::tests::replication_error_display ... ok
[INFO] [stdout] test native_apply::tests::apply_stats_default_is_zero_and_not_cutover ... ok
[INFO] [stdout] test native_apply::tests::apply_stats_equality ... ok
[INFO] [stdout] test native_apply::tests::apply_stats_debug_format ... ok
[INFO] [stdout] test native_apply::tests::build_drop_publication_sql_produces_if_exists ... ok
[INFO] [stdout] test native_apply::tests::build_drop_publication_sql_quotes_special_chars ... ok
[INFO] [stdout] test native_apply::tests::apply_stats_fields_are_settable ... ok
[INFO] [stdout] test native_apply::tests::build_drop_slot_sql_checks_inactive ... ok
[INFO] [stdout] test native_apply::tests::build_drop_slot_sql_quotes_special_chars ... ok
[INFO] [stdout] test native_apply::tests::create_subscription_sql_contains_connection_string ... ok
[INFO] [stdout] test native_apply::tests::create_subscription_sql_escapes_password_with_single_quote ... ok
[INFO] [stdout] test native_apply::tests::create_subscription_sql_uses_existing_slot_and_no_copy ... ok
[INFO] [stdout] test native_apply::tests::disable_and_drop_sql_quote_identifiers ... ok
[INFO] [stdout] test native_apply::tests::format_lsn_edge_cases ... ok
[INFO] [stdout] test native_apply::tests::format_lsn_produces_expected_output ... ok
[INFO] [stdout] test native_apply::tests::lag_heartbeat_includes_lsn_text_fields ... ok
[INFO] [stdout] test native_apply::tests::lag_heartbeat_emits_lag_stage_with_native_engine_marker ... ok
[INFO] [stdout] test native_apply::tests::make_create_subscription_sql_special_chars_in_names ... ok
[INFO] [stdout] test native_apply::tests::parse_pg_lsn_basic ... ok
[INFO] [stdout] test native_apply::tests::make_create_subscription_sql_default_options ... ok
[INFO] [stdout] test error::tests::external_command_fields_accessible_via_match ... ok
[INFO] [stdout] test error::tests::external_helper_formats_message ... ok
[INFO] [stdout] test native_apply::tests::parse_pg_lsn_rejects_garbage ... ok
[INFO] [stdout] test native_apply::tests::quote_ident_wraps_and_doubles_quotes ... ok
[INFO] [stdout] test native_apply::tests::parse_pg_lsn_error_kind_is_apply ... ok
[INFO] [stdout] test native_apply::tests::quote_literal_escapes_single_quotes ... ok
[INFO] [stdout] test native_apply::tests::report_lag_heartbeat_nonzero_lag_uses_lag_stage ... ok
[INFO] [stdout] test native_apply::tests::report_lag_heartbeat_zero_lag_uses_caught_up_stage ... ok
[INFO] [stdout] test native_apply::tests::report_transition_fell_behind_emits_stream_apply ... ok
[INFO] [stdout] test native_apply::tests::parse_pg_lsn_large_values ... ok
[INFO] [stdout] test dump::tests::tokio_runner_returns_error_for_nonexistent_binary ... ok
[INFO] [stdout] test orchestrator::tests::config_accessor_returns_migrator_config ... ok
[INFO] [stdout] test orchestrator::tests::baseline_config_skips_analyze_and_vacuum ... ok
[INFO] [stdout] test dump::tests::tokio_runner_succeeds_for_true_command ... ok
[INFO] [stdout] test native_apply::tests::static_lag_provider_returns_pair ... ok
[INFO] [stdout] test orchestrator::tests::dump_path_or_default_uses_config_dump_path_when_no_override ... ok
[INFO] [stdout] test orchestrator::tests::dump_request_passes_none_snapshot_when_not_provided ... ok
[INFO] [stdout] test orchestrator::tests::dump_request_defaults_have_no_publications_true ... ok
[INFO] [stdout] test orchestrator::tests::dump_request_propagates_exclude_schemas_and_tables ... ok
[INFO] [stdout] test orchestrator::tests::dump_request_propagates_no_publications_and_no_subscriptions ... ok
[INFO] [stdout] test orchestrator::tests::dump_request_propagates_perf_flags ... ok
[INFO] [stdout] test dump::tests::tokio_runner_fails_for_false_command ... ok
[INFO] [stdout] test native_apply::tests::report_transition_still_caught_up_emits_nothing ... ok
[INFO] [stdout] test orchestrator::tests::dump_request_propagates_schemas_and_tables ... ok
[INFO] [stdout] test orchestrator::tests::dump_request_propagates_snapshot ... ok
[INFO] [stdout] test orchestrator::tests::migration_outcome_cutover_not_triggered_when_stats_say_no ... ok
[INFO] [stdout] test orchestrator::tests::dump_request_uses_directory_format_for_parallel_jobs ... ok
[INFO] [stdout] test orchestrator::tests::migration_outcome_cutover_triggered_reflects_stats ... ok
[INFO] [stdout] test orchestrator::tests::dump_request_uses_custom_format_for_single_job ... ok
[INFO] [stdout] test orchestrator::tests::migrator_debug_includes_fields ... ok
[INFO] [stdout] test native_apply::tests::report_transition_native_emits_caught_up ... ok
[INFO] [stdout] test native_apply::tests::report_transition_still_behind_emits_nothing ... ok
[INFO] [stdout] test orchestrator::tests::offline_run_invokes_dump_then_restore ... ok
[INFO] [stdout] test dump::tests::build_args_omits_no_publications_when_false ... ok
[INFO] [stdout] test dump::tests::build_args_omits_no_sync_when_disabled ... ok
[INFO] [stdout] test dump::tests::run_pg_dump_invokes_runner_with_pgpassword ... ok
[INFO] [stdout] test dump::tests::run_pg_dump_omits_pgpassword_when_no_password ... ok
[INFO] [stdout] test native_apply::tests::parse_pg_lsn_case_insensitive ... ok
[INFO] [stdout] test orchestrator::tests::offline_run_resume_true_no_token_on_disk_runs_from_scratch ... ok
[INFO] [stdout] test orchestrator::tests::dump_path_or_default_generates_temp_path_when_no_paths ... ok
[INFO] [stdout] test orchestrator::tests::offline_run_reports_correct_event_sequence ... ok
[INFO] [stdout] test orchestrator::tests::dump_request_propagates_dump_scope ... ok
[INFO] [stdout] test orchestrator::tests::migration_outcome_dump_path_is_accessible ... ok
[INFO] [stdout] test orchestrator::tests::offline_run_cancels_after_dump_before_restore ... ok
[INFO] [stdout] test orchestrator::tests::offline_run_skips_analyze_when_resume_token_marks_it_done ... ok
[INFO] [stdout] test orchestrator::tests::cutover_handle_is_clonable_and_stable_across_calls ... ok
[INFO] [stdout] test orchestrator::tests::online_validation_inherits_offline_checks ... ok
[INFO] [stdout] test orchestrator::tests::resume_path_uses_config_resume_file_override ... ok
[INFO] [stdout] test orchestrator::tests::restore_request_propagates_all_fields ... ok
[INFO] [stdout] test orchestrator::tests::validation_rejects_resume_without_dump_path ... ok
[INFO] [stdout] test orchestrator::tests::validation_failure_short_circuits ... ok
[INFO] [stdout] test orchestrator::tests::with_dump_path_pins_dump_archive_location ... ok
[INFO] [stdout] test preflight::tests::build_publication_sql_all_tables ... ok
[INFO] [stdout] test orchestrator::tests::restore_request_defaults_no_clean_and_no_tolerate ... ok
[INFO] [stdout] test preflight::tests::build_publication_sql_combines_tables_and_schemas ... ok
[INFO] [stdout] test preflight::tests::build_publication_sql_specific_schemas ... ok
[INFO] [stdout] test orchestrator::tests::with_runner_replaces_runner ... ok
[INFO] [stdout] test orchestrator::tests::with_reporter_replaces_reporter ... ok
[INFO] [stdout] test orchestrator::tests::offline_run_skips_analyze_when_skip_flags_set ... ok
[INFO] [stdout] test preflight::tests::build_publication_sql_quotes_special_chars ... ok
[INFO] [stdout] test orchestrator::tests::offline_run_writes_resume_token_to_disk ... ok
[INFO] [stdout] test preflight::tests::classify_missing_tool_when_not_found ... ok
[INFO] [stdout] test preflight::tests::classify_missing_tool_for_other_io_errors ... ok
[INFO] [stdout] test orchestrator::tests::offline_run_with_split_sections_invokes_pg_restore_three_times ... ok
[INFO] [stdout] test preflight::tests::classify_missing_tool_when_version_exits_nonzero ... ok
[INFO] [stdout] test preflight::tests::classify_ok_when_version_succeeds ... ok
[INFO] [stdout] test preflight::tests::classify_subscription_capacity_fails_when_lrw_zero ... ok
[INFO] [stdout] test preflight::tests::classify_subscription_capacity_passes_above_recommended ... ok
[INFO] [stdout] test preflight::tests::classify_version_check_ok_success_returns_ok ... ok
[INFO] [stdout] test preflight::tests::classify_subscription_capacity_fails_when_mwp_zero ... ok
[INFO] [stdout] test preflight::tests::classify_subscription_capacity_passes_at_production_floor ... ok
[INFO] [stdout] test preflight::tests::classify_subscription_capacity_passes_at_recommended_minimum ... ok
[INFO] [stdout] test preflight::tests::decide_pg_restore_compat_newer_or_equal_passes ... ok
[INFO] [stdout] test preflight::tests::decide_pg_dump_compat_does_not_consider_target ... ok
[INFO] [stdout] test preflight::tests::decide_pg_restore_compat_older_than_pg_dump_fails ... ok
[INFO] [stdout] test preflight::tests::decide_pg_dump_compat_newer_or_equal_passes ... ok
[INFO] [stdout] test preflight::tests::decide_pg_dump_compat_older_than_source_fails ... ok
[INFO] [stdout] test preflight::tests::extensions_error_names_missing_extension ... ok
[INFO] [stdout] test orchestrator::tests::offline_run_skips_vacuum_when_resume_token_marks_it_done ... ok
[INFO] [stdout] test orchestrator::tests::restore_request_no_owner_and_no_acl_always_true ... ok
[INFO] [stdout] test preflight::tests::build_publication_sql_specific_tables ... ok
[INFO] [stdout] test preflight::tests::decide_pg_restore_compat_older_than_target_fails ... ok
[INFO] [stdout] test preflight::tests::filter_tables_empty_input ... ok
[INFO] [stdout] test preflight::tests::extensions_ok_when_all_available_on_target ... ok
[INFO] [stdout] test preflight::tests::filter_tables_exclude_all_matches_returns_empty ... ok
[INFO] [stdout] test orchestrator::tests::resume_path_defaults_to_dump_path_suffix ... ok
[INFO] [stdout] test preflight::tests::filter_tables_exclude_nonexistent_is_noop ... ok
[INFO] [stdout] test preflight::tests::filter_tables_excludes_both_table_and_schema ... ok
[INFO] [stdout] test preflight::tests::filter_tables_excludes_by_schema ... ok
[INFO] [stdout] test preflight::tests::filter_tables_excludes_by_table_name ... ok
[INFO] [stdout] test orchestrator::tests::offline_run_skips_both_dump_and_restore_when_resume_complete ... ok
[INFO] [stdout] test preflight::tests::filter_schemas_from_include_list ... ok
[INFO] [stdout] test preflight::tests::maintenance_conn_no_slash_after_host_returns_unchanged ... ok
[INFO] [stdout] test preflight::tests::maintenance_conn_empty_database ... ok
[INFO] [stdout] test preflight::tests::filter_then_build_sql_excludes_correctly ... ok
[INFO] [stdout] test preflight::tests::capture_tool_version_errors_when_binary_missing ... ok
[INFO] [stdout] test preflight::tests::maintenance_conn_empty_database_with_query ... ok
[INFO] [stdout] test preflight::tests::maintenance_conn_handles_no_password ... ok
[INFO] [stdout] test preflight::tests::maintenance_conn_password_with_at_sign ... ok
[INFO] [stdout] test orchestrator::tests::offline_run_skips_dump_when_resume_token_says_dump_complete ... ok
[INFO] [stdout] test preflight::tests::maintenance_conn_no_auth ... ok
[INFO] [stdout] test preflight::tests::maintenance_conn_no_query_params ... ok
[INFO] [stdout] test preflight::tests::filter_tables_no_exclusions_returns_all ... ok
[INFO] [stdout] test preflight::tests::maintenance_conn_no_slash_after_host_with_query_returns_unchanged ... ok
[INFO] [stdout] test preflight::tests::maintenance_conn_preserves_multiple_query_params ... ok
[INFO] [stdout] test preflight::tests::maintenance_conn_swaps_database_name ... ok
[INFO] [stdout] test preflight::tests::missing_tool_error_message_includes_install_hint ... ok
[INFO] [stdout] test preflight::tests::offline_preflight_includes_expected_checks ... ok
[INFO] [stdout] test preflight::tests::parse_pg_dump_version_garbage_returns_none ... ok
[INFO] [stdout] test preflight::tests::parse_pg_dump_version_release_candidate ... ok
[INFO] [stdout] test preflight::tests::parse_pg_dump_version_pg9_two_part_major ... ok
[INFO] [stdout] test preflight::tests::parse_pg_dump_version_ubuntu_suffix ... ok
[INFO] [stdout] test preflight::tests::parse_pg_dump_version_plain ... ok
[INFO] [stdout] test preflight::tests::pg_dump_and_pg_restore_compat_allow_cross_version_upgrade ... ok
[INFO] [stdout] test preflight::tests::preflight_outcome_skip_equality ... ok
[INFO] [stdout] test preflight::tests::preflight_report_names_returns_recorded_in_order ... ok
[INFO] [stdout] test preflight::tests::preflight_report_summary_all_pass ... ok
[INFO] [stdout] test preflight::tests::preflight_report_summary_counts_pass_and_skip ... ok
[INFO] [stdout] test preflight::tests::quote_qualified_name_rejects_leading_dot ... ok
[INFO] [stdout] test preflight::tests::quote_qualified_name_schema_qualified ... ok
[INFO] [stdout] test preflight::tests::quote_qualified_name_rejects_trailing_dot ... ok
[INFO] [stdout] test preflight::tests::quote_qualified_name_special_chars ... ok
[INFO] [stdout] test preflight::tests::quote_qualified_name_unqualified ... ok
[INFO] [stdout] test preflight::tests::preflight_report_summary_empty ... ok
[INFO] [stdout] test preflight::tests::required_tools_includes_pg_dump_and_pg_restore ... ok
[INFO] [stdout] test preflight::tests::resolve_extension_propagates_non_config_error_even_when_allowed ... ok
[INFO] [stdout] test preflight::tests::required_tools_length ... ok
[INFO] [stdout] test preflight::tests::quote_qualified_name_dot_in_table_part ... ok
[INFO] [stdout] test preflight::tests::maintenance_conn_port_only_no_database ... ok
[INFO] [stdout] test preflight::tests::resolve_extension_returns_err_when_error_and_not_allowed ... ok
[INFO] [stdout] test preflight::tests::target_role_privilege_decision_offline_fails_without_create ... ok
[INFO] [stdout] test preflight::tests::online_preflight_includes_expected_checks ... ok
[INFO] [stdout] test preflight::tests::resolve_extension_returns_pass_when_ok ... ok
[INFO] [stdout] test preflight::tests::resolve_extension_returns_skip_when_error_and_allowed ... ok
[INFO] [stdout] test preflight::tests::target_role_privilege_decision_offline_only_needs_create_db_priv ... ok
[INFO] [stdout] test preflight::tests::target_role_privilege_decision_online_pg14_requires_superuser ... ok
[INFO] [stdout] test preflight::tests::target_role_privilege_decision_online_pg16_fails_without_either ... ok
[INFO] [stdout] test preflight::tests::target_role_privilege_decision_online_pg16_passes_with_pg_create_subscription_member ... ok
[INFO] [stdout] test preflight::tests::verify_pg_dump_version_compat_with_probe_rejects_unparseable_pg_dump ... ok
[INFO] [stdout] test preflight::tests::verify_target_extensions_available_with_probe_fails_when_missing ... ok
[INFO] [stdout] test preflight::tests::verify_source_replication_role_with_probe_fails_when_role_cannot_replicate ... ok
[INFO] [stdout] test preflight::tests::verify_source_replication_role_with_probe_passes_when_has_repl_or_super ... ok
[INFO] [stdout] test preflight::tests::verify_target_extensions_available_with_probe_passes_when_all_available ... ok
[INFO] [stdout] test preflight::tests::verify_pg_dump_version_compat_with_probe_rejects_unparseable_pg_restore ... ok
[INFO] [stdout] test preflight::tests::verify_pg_dump_version_compat_with_probe_fails_when_binary_too_old ... ok
[INFO] [stdout] test preflight::tests::verify_target_not_in_recovery_with_probe_fails_for_standby ... ok
[INFO] [stdout] test preflight::tests::target_role_privilege_decision_online_pg16_passes_with_superuser ... ok
[INFO] [stdout] test preflight::tests::verify_pg_dump_version_compat_with_probe_passes_when_binary_dominates ... ok
[INFO] [stdout] test preflight::tests::verify_pg_tools_passes_in_test_env ... ok
[INFO] [stdout] test preflight::tests::verify_target_not_in_recovery_with_probe_passes_for_primary ... ok
[INFO] [stdout] test preflight::tests::verify_target_role_privileges_with_probe_fails_offline_without_create ... ok
[INFO] [stdout] test preflight::tests::verify_target_role_privileges_with_probe_fails_pg16_non_member_non_super_online ... ok
[INFO] [stdout] test preflight::tests::verify_target_role_privileges_with_probe_fails_pg15_non_super_online ... ok
[INFO] [stdout] test preflight::tests::verify_target_role_privileges_with_probe_passes_for_pg16_member ... ok
[INFO] [stdout] test preflight::tests::verify_target_subscription_capacity_with_probe_passes_above_recommended ... ok
[INFO] [stdout] test preflight::tests::verify_target_role_privileges_with_probe_passes_offline_with_create_only ... ok
[INFO] [stdout] test preflight::tests::verify_target_subscription_capacity_with_probe_passes_at_floor ... ok
[INFO] [stdout] test preflight::tests::verify_target_subscription_capacity_with_probe_fails_when_lrw_zero ... ok
[INFO] [stdout] test progress::tests::collecting_reporter_clone_shares_state ... ok
[INFO] [stdout] test progress::tests::collecting_reporter_debug ... ok
[INFO] [stdout] test progress::tests::collecting_reporter_records_events ... ok
[INFO] [stdout] test progress::tests::progress_event_deserializes_from_json ... ok
[INFO] [stdout] test progress::tests::progress_event_serializes ... ok
[INFO] [stdout] test progress::tests::migration_stage_serde_roundtrip ... ok
[INFO] [stdout] test progress::tests::progress_event_with_detail_attaches_json ... ok
[INFO] [stdout] test progress::tests::progress_event_deserializes_with_detail ... ok
[INFO] [stdout] test progress::tests::json_reporter_debug_does_not_panic ... ok
[INFO] [stdout] test progress::tests::json_reporter_handles_multiple_events ... ok
[INFO] [stdout] test progress::tests::progress_event_without_detail_has_none ... ok
[INFO] [stdout] test restore::tests::build_args_includes_clean_and_no_owner_flags ... ok
[INFO] [stdout] test progress::tests::tracing_reporter_debug ... ok
[INFO] [stdout] test progress::tests::tracing_reporter_does_not_panic ... ok
[INFO] [stdout] test restore::tests::build_args_includes_section_flag_when_set ... ok
[INFO] [stdout] test restore::tests::build_args_input_path_is_last ... ok
[INFO] [stdout] test restore::tests::build_args_keeps_clean_for_predata_section ... ok
[INFO] [stdout] test restore::tests::build_args_omits_clean_for_data_and_postdata_sections ... ok
[INFO] [stdout] test restore::tests::build_args_omits_jobs_for_non_directory_dump ... ok
[INFO] [stdout] test restore::tests::build_args_skips_clean_when_not_requested ... ok
[INFO] [stdout] test restore::tests::classify_falls_back_to_other ... ok
[INFO] [stdout] test progress::tests::json_reporter_writes_one_ndjson_record_per_event ... ok
[INFO] [stdout] test restore::tests::build_pg_restore_args_includes_jobs_for_real_directory ... ok
[INFO] [stdout] test restore::tests::classify_is_case_insensitive ... ok
[INFO] [stdout] test restore::tests::classify_recognises_data_loss_signals ... ok
[INFO] [stdout] test restore::tests::classify_recognises_duplicate_signals ... ok
[INFO] [stdout] test restore::tests::classify_recognises_extension_state_signals ... ok
[INFO] [stdout] test restore::tests::extract_pg_restore_error_text_returns_none_for_non_error_lines ... ok
[INFO] [stdout] test restore::tests::extract_pg_restore_error_text_strips_prefix ... ok
[INFO] [stdout] test restore::tests::ingest_captures_pg_restore_reported_count ... ok
[INFO] [stdout] test restore::tests::is_restore_partial_failure_matches_pg_restore_external_failure ... ok
[INFO] [stdout] test restore::tests::is_restore_partial_failure_rejects_other_commands ... ok
[INFO] [stdout] test restore::tests::render_report_handles_empty_summary ... ok
[INFO] [stdout] test restore::tests::is_restore_partial_failure_rejects_other_error_kinds ... ok
[INFO] [stdout] test restore::tests::ingest_ignores_unrelated_lines ... ok
[INFO] [stdout] test restore::tests::restore_error_category_descriptions_are_non_empty ... ok
[INFO] [stdout] test restore::tests::ingest_accumulates_counts_and_caps_samples ... ok
[INFO] [stdout] test restore::tests::run_pg_restore_does_not_tolerate_non_pg_restore_failure ... ok
[INFO] [stdout] test restore::tests::run_pg_restore_in_sections_cancels_mid_restore ... ok
[INFO] [stdout] test restore::tests::run_pg_restore_in_sections_calls_pre_data_then_data_then_post_data ... ok
[INFO] [stdout] test restore::tests::render_report_includes_breakdown_and_samples ... ok
[INFO] [stdout] test restore::tests::classify_recognises_privilege_signals ... ok
[INFO] [stdout] test restore::tests::section_flag_mapping ... ok
[INFO] [stdout] test restore::tests::restore_section_serde_roundtrip ... ok
[INFO] [stdout] test restore::tests::restore_error_category_labels_are_unique ... ok
[INFO] [stdout] test restore::tests::summary_has_data_loss_false_when_empty ... ok
[INFO] [stdout] test restore::tests::summary_no_errors_verdict ... ok
[INFO] [stdout] test restore::tests::run_pg_restore_propagates_failure_when_flag_unset ... ok
[INFO] [stdout] test restore::tests::summary_verdict_flags_data_loss ... ok
[INFO] [stdout] test restore::tests::summary_verdict_says_likely_safe_for_cosmetic_errors ... ok
[INFO] [stdout] test restore::tests::run_pg_restore_tolerates_failure_when_flag_set ... ok
[INFO] [stdout] test restore::tests::run_psql_file_invokes_psql_with_correct_args ... ok
[INFO] [stdout] test resume::tests::check_compatible_accepts_matching_config ... ok
[INFO] [stdout] test resume::tests::check_compatible_rejects_mismatched_config ... ok
[INFO] [stdout] test resume::tests::completed_stage_ordering ... ok
[INFO] [stdout] test resume::tests::check_compatible_rejects_mode_change ... ok
[INFO] [stdout] test resume::tests::config_hash_changes_when_slot_name_changes ... ok
[INFO] [stdout] test resume::tests::default_resume_path_appends_suffix ... ok
[INFO] [stdout] test resume::tests::config_hash_ignores_schema_table_order ... ok
[INFO] [stdout] test resume::tests::pub_auto_created_defaults_false_when_missing ... ok
[INFO] [stdout] test resume::tests::config_hash_ignores_password ... ok
[INFO] [stdout] test resume::tests::config_hash_is_stable_for_identical_inputs ... ok
[INFO] [stdout] test resume::tests::pub_auto_created_roundtrip ... ok
[INFO] [stdout] test resume::tests::resume_token_new_offline_has_no_online_fields ... ok
[INFO] [stdout] test resume::tests::resume_token_new_online_populates_online_fields ... ok
[INFO] [stdout] test resume::tests::mark_and_has_round_trip ... ok
[INFO] [stdout] test resume::tests::resume_token_serde_roundtrip ... ok
[INFO] [stdout] test resume::tests::load_returns_none_when_file_absent ... ok
[INFO] [stdout] test sequences::tests::apply_all_none_last_value_returns_zero ... ok
[INFO] [stdout] test sequences::tests::apply_batch_failure_falls_back_to_individual ... ok
[INFO] [stdout] test sequences::tests::apply_batch_reports_partial_success ... ok
[INFO] [stdout] test sequences::tests::apply_filters_none_and_routes_to_batch ... ok
[INFO] [stdout] test sequences::tests::apply_empty_sequences_returns_zero ... ok
[INFO] [stdout] test sequences::tests::apply_batch_success ... ok
[INFO] [stdout] test resume::tests::load_rejects_invalid_json ... ok
[INFO] [stdout] test sequences::tests::apply_single_sequence_failure_returns_zero ... ok
[INFO] [stdout] test sequences::tests::apply_filters_none_and_routes_remaining ... ok
[INFO] [stdout] test resume::tests::load_rejects_unknown_schema_version ... ok
[INFO] [stdout] test sequences::tests::build_batch_setval_sql_empty_input ... ok
[INFO] [stdout] test sequences::tests::build_batch_setval_sql_escapes_percent_in_raise_warning ... ok
[INFO] [stdout] test dump::tests::tokio_runner_returns_cancelled_when_token_fires_mid_run ... ok
[INFO] [stdout] test sequences::tests::build_batch_setval_sql_escapes_special_chars ... ok
[INFO] [stdout] test sequences::tests::build_batch_setval_sql_produces_valid_plpgsql ... ok
[INFO] [stdout] test sequences::tests::build_setval_sql_escapes_embedded_double_quote ... ok
[INFO] [stdout] test sequences::tests::apply_individually_mixed_results ... ok
[INFO] [stdout] test sequences::tests::apply_single_sequence_success ... ok
[INFO] [stdout] test sequences::tests::build_setval_sql_escapes_embedded_single_quote ... ok
[INFO] [stdout] test resume::tests::save_then_load_round_trip ... ok
[INFO] [stdout] test sequences::tests::collect_sql_no_filter_excludes_temp_schemas ... ok
[INFO] [stdout] test sequences::tests::collect_sql_no_filter_includes_pg_sequence_last_value_function ... ok
[INFO] [stdout] test sequences::tests::collect_sql_with_schema_filter_uses_any_operator ... ok
[INFO] [stdout] test sequences::tests::build_setval_sql_handles_backtick_in_identifiers ... ok
[INFO] [stdout] test sequences::tests::build_setval_sql_handles_spaces_in_identifiers ... ok
[INFO] [stdout] test sequences::tests::collect_sql_with_schema_filter_uses_parameterised_array ... ok
[INFO] [stdout] test sequences::tests::source_sequence_handles_never_advanced ... ok
[INFO] [stdout] test snapshot::tests::build_stream_config_propagates_options ... ok
[INFO] [stdout] test sequences::tests::source_sequence_none_last_value_serde_roundtrip ... ok
[INFO] [stdout] test sequences::tests::source_sequence_serde_roundtrip ... ok
[INFO] [stdout] test snapshot::tests::build_stream_config_uses_apply_intervals ... ok
[INFO] [stdout] test resume::tests::save_creates_intermediate_directories ... ok
[INFO] [stdout] test sequences::tests::build_setval_sql_quotes_identifiers_and_literal ... ok
[INFO] [stdout] test snapshot::tests::ensure_replication_qs_keeps_existing ... ok
[INFO] [stdout] test snapshot::tests::default_slot_timeout_is_60_seconds ... ok
[INFO] [stdout] test snapshot::tests::ensure_replication_qs_appends_with_existing_query ... ok
[INFO] [stdout] test snapshot::tests::ensure_replication_qs_keeps_other_replication_value ... ok
[INFO] [stdout] test tls::tests::from_connection_string_missing_sslmode_defaults_require ... ok
[INFO] [stdout] test tls::tests::from_connection_string_no_query ... ok
[INFO] [stdout] test snapshot::tests::ensure_replication_qs_appends_when_missing ... ok
[INFO] [stdout] test tls::tests::from_connection_string_sslmode_case_insensitive_in_value ... ok
[INFO] [stdout] test tls::tests::make_tls_connector_returns_none_for_disable ... ok
[INFO] [stdout] test tls::tests::no_cert_verification_debug_format ... ok
[INFO] [stdout] test tls::tests::from_connection_string_picks_up_sslmode ... ok
[INFO] [stdout] test tls::tests::no_cert_verification_supported_verify_schemes_non_empty ... ok
[INFO] [stdout] test tls::tests::from_connection_string_sslmode_first_param ... ok
[INFO] [stdout] test tls::tests::parse_verify_modes ... ok
[INFO] [stdout] test tls::tests::ssl_mode_debug_and_clone ... ok
[INFO] [stdout] test tls::tests::ssl_mode_parse_with_leading_trailing_whitespace ... ok
[INFO] [stdout] test verify::tests::applies_exclusions_after_union ... ok
[INFO] [stdout] test verify::tests::list_tables_sql_excludes_system_schemas_and_partitions ... ok
[INFO] [stdout] test verify::tests::mismatches_empty_when_all_equal ... ok
[INFO] [stdout] test verify::tests::selects_schema_tables_when_only_schemas_set ... ok
[INFO] [stdout] test verify::tests::mismatches_lists_only_unequal_rows ... ok
[INFO] [stdout] test verify::tests::selects_all_when_no_filter_set ... ok
[INFO] [stdout] test verify::tests::selects_exact_tables_when_only_tables_set ... ok
[INFO] [stdout] test verify::tests::unions_when_both_schemas_and_tables_set ... ok
[INFO] [stdout] test tls::tests::parse_disable ... ok
[INFO] [stdout] test tls::tests::no_cert_verification_verify_server_cert_always_succeeds ... ok
[INFO] [stdout] test tls::tests::parse_unknown_falls_back_to_require ... ok
[INFO] [stdout] test preflight::tests::parse_pg_dump_version_enterprisedb_no_paren ... ok
[INFO] [stdout] test analyze::tests::build_analyze_table_sql_verbose ... ok
[INFO] [stdout] test restore::tests::run_psql_file_omits_pgpassword_when_no_password ... ok
[INFO] [stdout] test preflight::tests::capture_tool_version_returns_version_for_pg_dump ... FAILED
[INFO] [stdout] test tls::tests::make_tls_connector_returns_some_for_require ... ok
[INFO] [stdout] test tls::tests::make_tls_connector_returns_some_for_verify_full ... ok
[INFO] [stdout] test tls::tests::make_tls_connector_require_and_verify_full_produce_different_configs ... ok
[INFO] [stdout] test native_apply::tests::lag_loop_uses_fast_poll_when_below_threshold ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- preflight::tests::capture_tool_version_returns_version_for_pg_dump stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'preflight::tests::capture_tool_version_returns_version_for_pg_dump' (4238) panicked at pg_dbmigrator/src/preflight.rs:1924:14:
[INFO] [stdout] pg_dump exists: MissingTool { tool: "pg_dump", reason: "failed to spawn: No such file or directory (os error 2)" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56a87d58f818 - 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:     0x56a87d58f818 - 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:     0x56a87d58f818 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56a87d58f818 - <<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:     0x56a87d5a712a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56a87d5a712a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x56a87d595152 - 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:     0x56a87d595152 - <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:     0x56a87d56bb76 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56a87d56bb76 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56a87d586a59 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56a87cd90e8c - <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:     0x56a87cd90e8c - 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:     0x56a87d586cd2 - <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:     0x56a87d586cd2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56a87d56bc32 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56a87d560a89 - 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:     0x56a87d56cbcd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56a87d5a791c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56a87d5a7662 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56a87cac5d20 - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, pg_dbmigrator[f40f21bf33f86761]::error::MigrationError>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x56a87cc4c455 - pg_dbmigrator[f40f21bf33f86761]::preflight::tests::capture_tool_version_returns_version_for_pg_dump::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/pg_dbmigrator/src/preflight.rs:1924:14
[INFO] [stdout]   22:     0x56a87cb8d9a2 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56a87cb8da1d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x56a87cce2fbd - <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   25:     0x56a87cce2e6b - tokio[be67638162df98b1]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x56a87cce2e6b - tokio[be67638162df98b1]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x56a87cce2e6b - <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   28:     0x56a87ccd2160 - <tokio[be67638162df98b1]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   29:     0x56a87cce1cfd - <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   30:     0x56a87cce0f94 - <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   31:     0x56a87cc1987b - <tokio[be67638162df98b1]::runtime::context::scoped::Scoped<tokio[be67638162df98b1]::runtime::scheduler::Context>>::set::<<tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[be67638162df98b1]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x56a87cb9b209 - tokio[be67638162df98b1]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[be67638162df98b1]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   33:     0x56a87cb8ecd2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[be67638162df98b1]::runtime::context::Context>>::try_with::<tokio[be67638162df98b1]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[be67638162df98b1]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[be67638162df98b1]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x56a87cb8e85e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[be67638162df98b1]::runtime::context::Context>>::with::<tokio[be67638162df98b1]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[be67638162df98b1]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[be67638162df98b1]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x56a87cb91a3d - tokio[be67638162df98b1]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[be67638162df98b1]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   36:     0x56a87ccd5c90 - <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   37:     0x56a87ccd5f86 - <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   38:     0x56a87cce0aa0 - <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   39:     0x56a87cca1b53 - tokio[be67638162df98b1]::runtime::context::runtime::enter_runtime::<<tokio[be67638162df98b1]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x56a87ccd1c91 - <tokio[be67638162df98b1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   41:     0x56a87cc37d84 - <tokio[be67638162df98b1]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x56a87cc37f4f - <tokio[be67638162df98b1]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x56a87cc62335 - pg_dbmigrator[f40f21bf33f86761]::preflight::tests::capture_tool_version_returns_version_for_pg_dump
[INFO] [stdout]                                at /opt/rustwide/workdir/pg_dbmigrator/src/preflight.rs:1925:58
[INFO] [stdout]   44:     0x56a87cc4b2f7 - pg_dbmigrator[f40f21bf33f86761]::preflight::tests::capture_tool_version_returns_version_for_pg_dump::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/pg_dbmigrator/src/preflight.rs:1919:64
[INFO] [stdout]   45:     0x56a87caac7f6 - <pg_dbmigrator[f40f21bf33f86761]::preflight::tests::capture_tool_version_returns_version_for_pg_dump::{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]   46:     0x56a87cd83f6b - <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]   47:     0x56a87cd83f6b - 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]   48:     0x56a87cd917e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x56a87cd917e5 - <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]   50:     0x56a87cd917e5 - 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]   51:     0x56a87cd917e5 - 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]   52:     0x56a87cd917e5 - 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]   53:     0x56a87cd917e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x56a87cd917e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x56a87cd8b0f4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x56a87cd8b0f4 - 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]   57:     0x56a87cd94862 - 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]   58:     0x56a87cd94862 - <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]   59:     0x56a87cd94862 - 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]   60:     0x56a87cd94862 - 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]   61:     0x56a87cd94862 - 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]   62:     0x56a87cd94862 - 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]   63:     0x56a87cd94862 - <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]   64:     0x56a87d58eacf - <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]   65:     0x56a87d58eacf - <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]   66:     0x7bc00962daa4 - <unknown>
[INFO] [stdout]   67:     0x7bc0096baa64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     preflight::tests::capture_tool_version_returns_version_for_pg_dump
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 434 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.65s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p pg_dbmigrator --lib`
[INFO] running `Command { std: "docker" "inspect" "7e28b4b6d54087c488de855bc0af258bbee233eb408d5a3438f2a301326f7408", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e28b4b6d54087c488de855bc0af258bbee233eb408d5a3438f2a301326f7408", kill_on_drop: false }`
[INFO] [stdout] 7e28b4b6d54087c488de855bc0af258bbee233eb408d5a3438f2a301326f7408
