[INFO] cloning repository https://github.com/isdaniel/pg2any [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/isdaniel/pg2any" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisdaniel%2Fpg2any", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisdaniel%2Fpg2any'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a2e504a2dd09b50bc2771dd0a3da915e4d710429 [INFO] testing isdaniel/pg2any against master#7704328ba5ae8d6ce0ac303c9d5a1a1605906766 for pr-146989 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisdaniel%2Fpg2any" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/isdaniel/pg2any [INFO] finished tweaking git repo https://github.com/isdaniel/pg2any [INFO] tweaked toml for git repo https://github.com/isdaniel/pg2any written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/isdaniel/pg2any on toolchain 7704328ba5ae8d6ce0ac303c9d5a1a1605906766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7704328ba5ae8d6ce0ac303c9d5a1a1605906766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/isdaniel/pg2any 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" "+7704328ba5ae8d6ce0ac303c9d5a1a1605906766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded asynchronous-codec v0.6.2 [INFO] [stderr] Downloaded zmij v1.0.6 [INFO] [stderr] Downloaded async-native-tls v0.4.0 [INFO] [stderr] Downloaded connection-string v0.2.0 [INFO] [stderr] Downloaded md5 v0.6.1 [INFO] [stderr] Downloaded libpq-sys v0.8.0 [INFO] [stderr] Downloaded compression-codecs v0.4.36 [INFO] [stderr] Downloaded pg_walstream v0.3.0 [INFO] [stderr] Downloaded winauth v0.0.4 [INFO] [stderr] Downloaded tiberius v0.12.3 [INFO] [stderr] Downloaded async-compression v0.4.37 [INFO] [stderr] Downloaded syn v2.0.112 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+7704328ba5ae8d6ce0ac303c9d5a1a1605906766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a0b4ef302994f2536ab19575a7d955b31e7f026b7dbe823f2e0cc9f57b2b4cee [INFO] running `Command { std: "docker" "start" "-a" "a0b4ef302994f2536ab19575a7d955b31e7f026b7dbe823f2e0cc9f57b2b4cee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0b4ef302994f2536ab19575a7d955b31e7f026b7dbe823f2e0cc9f57b2b4cee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0b4ef302994f2536ab19575a7d955b31e7f026b7dbe823f2e0cc9f57b2b4cee", kill_on_drop: false }` [INFO] [stdout] a0b4ef302994f2536ab19575a7d955b31e7f026b7dbe823f2e0cc9f57b2b4cee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+7704328ba5ae8d6ce0ac303c9d5a1a1605906766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ce3159febb2742fb0208301efefaa23a2dac1627b568756c512c77b2dbb811b [INFO] running `Command { std: "docker" "start" "-a" "5ce3159febb2742fb0208301efefaa23a2dac1627b568756c512c77b2dbb811b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.104 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling find-msvc-tools v0.1.6 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling cc v1.2.51 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling rustls-pki-types v1.13.2 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling zmij v1.0.6 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling syn v2.0.112 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling base64ct v1.8.1 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling webpki-roots v1.0.4 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling uuid v1.19.0 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling num-bigint-dig v0.8.6 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling pkcs1 v0.7.5 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling unicode-properties v0.1.4 [INFO] [stderr] Compiling bindgen v0.64.0 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling rsa v0.9.9 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling sqlx-mysql v0.8.6 [INFO] [stderr] Compiling sqlx-sqlite v0.8.6 [INFO] [stderr] Compiling procfs v0.17.0 [INFO] [stderr] Compiling protobuf v3.7.2 [INFO] [stderr] Compiling rust_decimal v1.39.0 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling protobuf-support v3.7.2 [INFO] [stderr] Compiling enumflags2_derive v0.7.12 [INFO] [stderr] Compiling procfs-core v0.17.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling compression-core v0.4.31 [INFO] [stderr] Compiling prometheus v0.14.0 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling compression-codecs v0.4.36 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling bigdecimal v0.3.1 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling libpq-sys v0.8.0 [INFO] [stderr] Compiling enumflags2 v0.7.12 [INFO] [stderr] Compiling async-native-tls v0.4.0 [INFO] [stderr] Compiling asynchronous-codec v0.6.2 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling connection-string v0.2.0 [INFO] [stderr] Compiling pretty-hex v0.3.0 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling pg_walstream v0.3.0 [INFO] [stderr] Compiling tiberius v0.12.3 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling async-compression v0.4.37 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling pg2any_lib v0.7.0 (/opt/rustwide/workdir/pg2any-lib) [INFO] [stderr] Compiling pg2any v0.0.0 (/opt/rustwide/workdir/examples) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 58s [INFO] running `Command { std: "docker" "inspect" "5ce3159febb2742fb0208301efefaa23a2dac1627b568756c512c77b2dbb811b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ce3159febb2742fb0208301efefaa23a2dac1627b568756c512c77b2dbb811b", kill_on_drop: false }` [INFO] [stdout] 5ce3159febb2742fb0208301efefaa23a2dac1627b568756c512c77b2dbb811b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+7704328ba5ae8d6ce0ac303c9d5a1a1605906766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66741decc9491186e91d57259fd7c8825cc2d46708819dc223186b2f2c55b8e9 [INFO] running `Command { std: "docker" "start" "-a" "66741decc9491186e91d57259fd7c8825cc2d46708819dc223186b2f2c55b8e9", kill_on_drop: false }` [INFO] [stderr] Compiling pg2any_lib v0.7.0 (/opt/rustwide/workdir/pg2any-lib) [INFO] [stderr] Compiling pg2any v0.0.0 (/opt/rustwide/workdir/examples) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 43.97s [INFO] running `Command { std: "docker" "inspect" "66741decc9491186e91d57259fd7c8825cc2d46708819dc223186b2f2c55b8e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66741decc9491186e91d57259fd7c8825cc2d46708819dc223186b2f2c55b8e9", kill_on_drop: false }` [INFO] [stdout] 66741decc9491186e91d57259fd7c8825cc2d46708819dc223186b2f2c55b8e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+7704328ba5ae8d6ce0ac303c9d5a1a1605906766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 04d0914cc701aaacf294345655ab0fc33ebeb5e71b6d6e2e44429f859fde37fc [INFO] running `Command { std: "docker" "start" "-a" "04d0914cc701aaacf294345655ab0fc33ebeb5e71b6d6e2e44429f859fde37fc", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.65s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pg2any-4f89861646899c00) [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/pg2any_lib-e0052e63be78341a) [INFO] [stdout] [INFO] [stdout] running 61 tests [INFO] [stdout] test client::tests::test_graceful_shutdown_with_task_handles ... ok [INFO] [stdout] test client::tests::test_cancellation_token_cancellation ... ok [INFO] [stdout] test client::tests::test_client_stats_reflect_cancellation_state ... ok [INFO] [stdout] test client::tests::test_cancellation_token_propagation ... ok [INFO] [stdout] test destinations::common::tests::test_insert_batch_with_schema ... ok [INFO] [stdout] test destinations::common::tests::test_insert_batch_without_schema ... ok [INFO] [stdout] test destinations::common::tests::test_map_schema ... ok [INFO] [stdout] test client::tests::test_wait_for_tasks_completion_with_no_tasks ... ok [INFO] [stdout] test destinations::common::tests::test_where_conditions_for_update_full_identity ... ok [INFO] [stdout] test destinations::destination_factory::tests::test_destination_types_serialization ... ok [INFO] [stdout] test destinations::mysql::tests::test_insert_batch_operations ... ok [INFO] [stdout] test client::tests::test_client_creation_and_basic_properties ... ok [INFO] [stdout] test destinations::mysql::tests::test_map_schema ... ok [INFO] [stdout] test destinations::destination_factory::tests::test_destination_factory_create ... ok [INFO] [stdout] test destinations::common::tests::test_where_conditions_for_delete_nothing_identity ... ok [INFO] [stdout] test client::tests::test_cancellation_token_from_external_source ... ok [INFO] [stdout] test client::tests::test_multiple_shutdown_calls_are_safe ... ok [INFO] [stdout] test destinations::mysql::tests::test_mysql_destination_creation ... ok [INFO] [stdout] test destinations::sqlserver::tests::test_sqlserver_destination_creation ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_get_feedback_lsn ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_commit_lsn_marks_dirty ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_lsn_tracker_get_lsn ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_lsn_tracker_new ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_metadata_extension_already_present ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_metadata_extension_not_present ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_load_from_file ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_persist_async ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_shared_lsn_feedback_new ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_shared_across_threads ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_update_applied_lsn ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_update_flushed_lsn ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_new_with_load ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_double_shutdown_is_safe ... ok [INFO] [stdout] test monitoring::metrics_server::tests::test_create_metrics_server_with_config ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_persist_skips_when_not_dirty ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_shutdown_without_background_task ... ok [INFO] [stdout] test client::tests::test_configurable_buffer_size ... ok [INFO] [stdout] test monitoring::metrics_server::tests::test_create_metrics_server ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_zero_lsn_ignored ... ok [INFO] [stdout] test lsn_tracker::lsn_tracker_tests::test_lsn_tracker_commit_lsn ... ok [INFO] [stdout] test monitoring::metrics_server::tests::test_metrics_server_config_custom ... ok [INFO] [stdout] test monitoring::metrics_server::tests::test_metrics_server_config_default ... ok [INFO] [stdout] test storage::compressed::tests::test_file_extension ... ok [INFO] [stdout] test storage::compressed::tests::test_transform_path ... ok [INFO] [stdout] test storage::sql_parser::tests::test_multi_line_statements ... ok [INFO] [stdout] test storage::sql_parser::tests::test_simple_statements ... ok [INFO] [stdout] test storage::sql_parser::tests::test_escaped_quotes ... ok [INFO] [stdout] test storage::tests::test_factory_create_compressed ... ok [INFO] [stdout] test storage::tests::test_factory_create_uncompressed ... ok [INFO] [stdout] test storage::tests::test_factory_from_env_default ... ok [INFO] [stdout] test storage::compressed::tests::test_write_and_read_compressed ... ok [INFO] [stdout] test storage::sql_parser::tests::test_start_index ... ok [INFO] [stdout] test storage::tests::test_factory_from_env_one ... ok [INFO] [stdout] test storage::tests::test_factory_from_env_true ... ok [INFO] [stdout] test storage::uncompressed::tests::test_transform_path ... ok [INFO] [stdout] test storage::sql_parser::tests::test_cancellation ... ok [INFO] [stdout] test storage::uncompressed::tests::test_file_extension ... ok [INFO] [stdout] test storage::uncompressed::tests::test_write_and_read_uncompressed ... ok [INFO] [stdout] test storage::uncompressed::tests::test_read_with_start_index ... ok [INFO] [stdout] test storage::compressed::tests::test_compression_with_sync_points ... ok [INFO] [stdout] test client::tests::test_producer_task_cancellation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/compression_feature_flag_tests.rs (/opt/rustwide/target/debug/deps/compression_feature_flag_tests-0818a33844ec3096) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_compression_env_var_parsing ... ok [INFO] [stderr] Running tests/destination_integration_tests.rs (/opt/rustwide/target/debug/deps/destination_integration_tests-6145478f65d44dd8) [INFO] [stdout] test test_compression_file_extensions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stderr] Running tests/event_type_refactor_tests.rs (/opt/rustwide/target/debug/deps/event_type_refactor_tests-8b961aa7e84c2277) [INFO] [stdout] test test_delete_event_uses_old_data ... ok [INFO] [stdout] test test_destination_type_serialization ... ok [INFO] [stdout] test test_mysql_destination_update_with_old_data ... ok [INFO] [stdout] test test_sqlserver_destination_update_with_old_data ... ok [INFO] [stdout] test test_unsupported_destination_types ... ok [INFO] [stdout] test test_mysql_destination_update_without_old_data ... ok [INFO] [stdout] test test_destination_handler_interface ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_new_event_type_truncate ... ok [INFO] [stdout] test test_new_event_type_begin_commit ... ok [INFO] [stdout] test test_new_event_type_insert ... ok [INFO] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-300183c1f63d6e13) [INFO] [stdout] test test_new_event_type_update ... ok [INFO] [stdout] test test_new_event_type_delete ... ok [INFO] [stdout] test test_event_serialization ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_config_integration ... ok [INFO] [stdout] test test_replication_data_structures ... ok [INFO] [stdout] test test_lsn_operations ... ok [INFO] [stdout] test test_buffer_operations ... ok [INFO] [stderr] Running tests/large_compressed_file_tests.rs (/opt/rustwide/target/debug/deps/large_compressed_file_tests-0cd3a0e6ad04fd01) [INFO] [stdout] test test_message_parsing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_graceful_cancellation_during_decompression ... ok [INFO] [stdout] test test_large_compressed_file_streaming_decompression ... ok [INFO] [stdout] test test_compressed_file_memory_efficiency ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.21s [INFO] [stdout] [INFO] [stderr] Running tests/metrics_logical_tests.rs (/opt/rustwide/target/debug/deps/metrics_logical_tests-5cd0da1a24fa018f) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test tests::test_active_connections_tracking ... ok [INFO] [stdout] test tests::test_event_type_string_conversion ... ok [INFO] [stdout] test tests::test_consumer_queue_length_updates ... ok [INFO] [stdout] test tests::test_connection_status_updates ... ok [INFO] [stdout] test tests::test_error_recording ... ok [INFO] [stdout] test tests::test_lsn_recording ... ok [INFO] [stdout] test tests::test_metrics_collector_creation ... ok [INFO] [stdout] test tests::test_event_with_lsn ... ok [INFO] [stdout] test tests::test_comprehensive_workflow ... ok [INFO] [stdout] test tests::test_event_recording ... ok [INFO] [stdout] test tests::test_global_metrics_gathering ... ok [INFO] [stdout] test tests::test_build_info_initialization ... ok [INFO] [stdout] test tests::test_concurrent_metrics_operations ... ok [INFO] [stdout] test tests::test_metrics_initialization ... ok [INFO] [stdout] test tests::test_processing_duration_recording ... ok [INFO] [stdout] test tests::test_processing_timer_multiple_operations ... ok [INFO] [stdout] test tests::test_uptime_updates ... ok [INFO] [stdout] test tests::test_processing_timer ... ok [INFO] [stdout] test tests::test_metrics_gathering ... ok [INFO] [stdout] test tests::test_events_rate_updates ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] Running tests/mysql_edge_cases_tests.rs (/opt/rustwide/target/debug/deps/mysql_edge_cases_tests-276a528877dcdb2c) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test complex_data_tests::test_various_data_types_in_key_columns ... ok [INFO] [stdout] test complex_data_tests::test_complex_json_data_in_where_clause ... ok [INFO] [stdout] test data_source_selection_tests::test_data_source_priority_order ... ok [INFO] [stdout] test mysql_error_scenarios::test_no_old_data_and_empty_new_data_scenario ... ok [INFO] [stdout] test mysql_error_scenarios::test_empty_data_scenario ... ok [INFO] [stdout] test mysql_error_scenarios::test_empty_key_columns_scenario ... ok [INFO] [stdout] test data_source_selection_tests::test_fallback_only_when_old_data_none ... ok [INFO] [stdout] test mysql_error_scenarios::test_missing_key_column_scenario ... ok [INFO] [stdout] test mysql_error_scenarios::test_partial_key_columns_missing ... ok [INFO] [stdout] test schema_table_tests::test_various_schema_table_combinations ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/mysql_error_handling_simple_tests.rs (/opt/rustwide/target/debug/deps/mysql_error_handling_simple_tests-90ed1bd2cd7b81a3) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test where_clause_error_tests::test_error_message_content_expectations ... ok [INFO] [stdout] test where_clause_error_tests::test_replica_identity_nothing_error_conditions ... ok [INFO] [stdout] test where_clause_error_tests::test_operation_name_in_error_messages ... ok [INFO] [stdout] test error_message_validation::test_error_message_formatting ... ok [INFO] [stderr] Running tests/mysql_where_clause_fix_tests.rs (/opt/rustwide/target/debug/deps/mysql_where_clause_fix_tests-d8d3832c35c342c0) [INFO] [stdout] [INFO] [stderr] Running tests/position_tracking_tests.rs (/opt/rustwide/target/debug/deps/position_tracking_tests-4d30e068baace879) [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test_replica_identity_full_uses_all_columns ... ok [INFO] [stdout] test test_composite_key_data_source_selection ... ok [INFO] [stdout] test test_update_uses_old_data_for_where_clause ... ok [INFO] [stdout] test test_delete_always_uses_old_data ... ok [INFO] [stdout] test test_update_fallback_to_new_data_when_old_data_none ... ok [INFO] [stdout] test test_key_columns_availability ... ok [INFO] [stdout] test test_json_null_values_in_replica_identity ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test consumer_state_tests::test_consumer_state_persistence_across_restarts ... ok [INFO] [stdout] test consumer_state_tests::test_update_consumer_state ... ok [INFO] [stdout] test consumer_state_tests::test_metadata_backward_compatibility_with_extra_fields ... ok [INFO] [stderr] Running tests/replica_identity_tests.rs (/opt/rustwide/target/debug/deps/replica_identity_tests-f0f2ca964615c789) [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_replica_identity_index ... ok [INFO] [stdout] test test_replica_identity_default_with_primary_key ... ok [INFO] [stdout] test test_delete_with_replica_identity_default ... ok [INFO] [stdout] test test_replica_identity_nothing ... ok [INFO] [stdout] test test_replica_identity_full ... ok [INFO] [stdout] test test_delete_with_replica_identity_full ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/sqlite_comprehensive_tests.rs (/opt/rustwide/target/debug/deps/sqlite_comprehensive_tests-98dd5202cc8f9fb2) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test test_sqlite_connection_recovery ... ok [INFO] [stdout] test test_sqlite_destination_factory_integration ... ok [INFO] [stdout] test test_sqlite_empty_string_handling ... ok [INFO] [stdout] test test_sqlite_complete_crud_cycle ... ok [INFO] [stdout] test test_sqlite_invalid_connection_string ... ok [INFO] [stdout] test test_sqlite_constraint_violations ... ok [INFO] [stdout] test test_sqlite_metadata_events ... ok [INFO] [stdout] test test_sqlite_file_permissions_and_paths ... ok [INFO] [stdout] test test_sqlite_missing_key_columns_error ... ok [INFO] [stdout] test test_sqlite_null_value_handling ... ok [INFO] [stdout] test test_sqlite_transaction_events ... ok [INFO] [stdout] test test_sqlite_unicode_and_special_characters ... ok [INFO] [stdout] test test_sqlite_numeric_precision ... ok [INFO] [stdout] test test_sqlite_concurrent_operations ... ok [INFO] [stdout] test test_sqlite_large_data_handling ... ok [INFO] [stdout] test test_sqlite_bulk_operations_performance ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.64s [INFO] [stdout] [INFO] [stderr] Running tests/sqlite_destination_tests.rs (/opt/rustwide/target/debug/deps/sqlite_destination_tests-96c02de3e6f5935e) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test test_sqlite_destination_factory ... ok [INFO] [stdout] test test_sqlite_destination_connect_with_file_prefix ... ok [INFO] [stdout] test test_sqlite_destination_connect ... ok [INFO] [stdout] test test_sqlite_destination_connect_with_sqlite_prefix ... ok [INFO] [stdout] test test_sqlite_destination_connection_lifecycle ... ok [INFO] [stdout] test test_sqlite_destination_replica_identity_nothing_error ... ok [INFO] [stdout] test test_sqlite_destination_complex_data_types ... ok [INFO] [stdout] test test_sqlite_destination_process_insert_event ... ok [INFO] [stdout] test test_sqlite_destination_process_truncate_event ... ok [INFO] [stdout] test test_sqlite_destination_process_delete_event ... ok [INFO] [stdout] test test_sqlite_destination_process_update_event ... ok [INFO] [stdout] test test_sqlite_destination_replica_identity_full ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running tests/streaming_transaction_tests.rs (/opt/rustwide/target/debug/deps/streaming_transaction_tests-7750d83461957d55) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test destination_tests::test_all_destinations_can_be_created ... ok [INFO] [stdout] test destination_tests::test_destination_handler_trait_completeness ... ok [INFO] [stdout] test destination_tests::test_schema_mappings ... ok [INFO] [stdout] test destination_tests::test_graceful_shutdown ... ok [INFO] [stdout] test destination_tests::test_backward_compatibility ... ok [INFO] [stderr] Running tests/where_clause_fix_tests.rs (/opt/rustwide/target/debug/deps/where_clause_fix_tests-1a48342c20742759) [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_delete_where_clause_uses_old_data ... ok [INFO] [stdout] test test_where_1_equals_1_is_dangerous ... ok [INFO] [stdout] test test_update_fallback_when_no_old_data ... ok [INFO] [stdout] test test_update_where_clause_uses_old_data ... ok [INFO] [stdout] [INFO] [stderr] Doc-tests pg2any_lib [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test pg2any-lib/src/destinations/destination_factory.rs - destinations::destination_factory::DestinationHandler::execute_sql_batch_with_hook (line 50) ... ignored [INFO] [stdout] test pg2any-lib/src/lib.rs - (line 19) ... ignored [INFO] [stdout] test pg2any-lib/src/storage/mod.rs - storage (line 13) ... ignored [INFO] [stdout] test pg2any-lib/src/transaction_manager.rs - transaction_manager::TransactionManager::read_sql_commands_from_index (line 903) ... ignored [INFO] [stdout] test pg2any-lib/src/app.rs - app::run_cdc_app (line 217) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.30s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "04d0914cc701aaacf294345655ab0fc33ebeb5e71b6d6e2e44429f859fde37fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04d0914cc701aaacf294345655ab0fc33ebeb5e71b6d6e2e44429f859fde37fc", kill_on_drop: false }` [INFO] [stdout] 04d0914cc701aaacf294345655ab0fc33ebeb5e71b6d6e2e44429f859fde37fc