[21:58:48.838] su postgres <<-EOF [21:58:48.838] set -e [21:58:48.838] ulimit -c unlimited [21:58:48.838] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [21:58:48.838] EOF [21:58:49.872] 1/399 postgresql:setup / tmp_install OK 0.68s [21:58:49.924] 2/399 postgresql:setup / install_test_files OK 0.05s [21:58:51.494] 3/399 postgresql:setup / initdb_cache OK 1.57s [21:58:51.863] 4/399 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.35s 9 subtests passed [21:59:05.292] 5/399 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 13.75s 16 subtests passed [21:59:22.250] 6/399 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 30.73s 13 subtests passed [21:59:24.470] 7/399 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 19.18s 5 subtests passed [21:59:25.881] 8/399 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 34.02s 3 subtests passed [21:59:27.073] 9/399 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 35.54s 19 subtests passed [21:59:36.417] 10/399 postgresql:recovery / recovery/002_archiving OK 10.53s 12 subtests passed [21:59:39.397] ▶ 11/399 + collate.icu.utf8 2094 ms FAIL [21:59:43.929] 12/399 postgresql:recovery / recovery/003_recovery_targets OK 16.85s 15 subtests passed [21:59:45.301] 13/399 postgresql:recovery / recovery/001_stream_rep OK 20.83s 64 subtests passed [21:59:50.181] 14/399 postgresql:recovery / recovery/004_timeline_switch OK 13.76s 5 subtests passed [21:59:52.149] 15/399 postgresql:recovery / recovery/006_logical_decoding OK 6.85s 20 subtests passed [21:59:54.739] 16/399 postgresql:recovery / recovery/005_replay_delay OK 10.81s 3 subtests passed [22:00:00.096] 17/399 postgresql:recovery / recovery/007_sync_rep OK 9.91s 11 subtests passed [22:00:09.516] 18/399 postgresql:recovery / recovery/008_fsm_truncation OK 17.36s 1 subtests passed [22:00:11.264] 19/399 postgresql:recovery / recovery/010_logical_decoding_timelines OK 11.17s 13 subtests passed [22:00:12.623] 20/399 postgresql:recovery / recovery/009_twophase OK 17.88s 30 subtests passed [22:00:20.170] 21/399 postgresql:recovery / recovery/013_crash_restart OK 8.91s 20 subtests passed [22:00:20.369] 22/399 postgresql:recovery / recovery/014_unlogged_reinit OK 7.74s 23 subtests passed [22:00:21.209] 23/399 postgresql:recovery / recovery/012_subtransactions OK 11.69s 12 subtests passed [22:00:27.902] 11/399 postgresql:regress / regress/regress ERROR 96.40s exit status 1 [22:00:27.903] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MALLOC_PERTURB_=148 PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/test/regress:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template top_builddir=/tmp/cirrus-ci-build/build /usr/bin/python3 /tmp/cirrus-ci-build/build/../src/tools/testwrap --basedir /tmp/cirrus-ci-build/build --srcdir /tmp/cirrus-ci-build/src/test/regress --pg-test-extra '' --testgroup regress --testname regress --schedule /tmp/cirrus-ci-build/build/../src/test/regress/parallel_schedule --tests -- /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --inputdir /tmp/cirrus-ci-build/src/test/regress --expecteddir /tmp/cirrus-ci-build/src/test/regress --bindir '' --dlpath /tmp/cirrus-ci-build/build/src/test/regress --max-concurrent-tests=20 --dbname regression --outputdir /tmp/cirrus-ci-build/build/testrun/regress/regress --temp-instance /tmp/cirrus-ci-build/build/testrun/regress/regress/tmp_check --port 40059 [22:00:27.903] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [22:00:27.903] stderr: [22:00:27.903] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/collate.icu.utf8.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/collate.icu.utf8.out [22:00:27.903] # --- /tmp/cirrus-ci-build/src/test/regress/expected/collate.icu.utf8.out 2026-04-29 21:57:27.784355423 +0000 [22:00:27.903] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/collate.icu.utf8.out 2026-04-29 21:59:38.547340341 +0000 [22:00:27.903] # @@ -2753,15 +2753,18 @@ [22:00:27.903] # FROM eager_agg_t1 t1 [22:00:27.903] # JOIN eager_agg_t2 t2 ON t1.val = t2.val COLLATE "C" [22:00:27.903] # GROUP BY t1.id; [22:00:27.903] # - QUERY PLAN [22:00:27.903] # --------------------------------------------------------- [22:00:27.903] # - HashAggregate [22:00:27.903] # + QUERY PLAN [22:00:27.903] # +------------------------------------------------------------ [22:00:27.903] # + GroupAggregate [22:00:27.903] # Group Key: t1.id [22:00:27.903] # - -> Nested Loop [22:00:27.903] # - Join Filter: ((t1.val)::text = (t2.val)::text) [22:00:27.903] # - -> Seq Scan on eager_agg_t2 t2 [22:00:27.903] # - -> Seq Scan on eager_agg_t1 t1 [22:00:27.903] # -(6 rows) [22:00:27.903] # + -> Sort [22:00:27.903] # + Sort Key: t1.id [22:00:27.903] # + -> Hash Join [22:00:27.903] # + Hash Cond: ((t1.val)::text = (t2.val)::text) [22:00:27.903] # + -> Seq Scan on eager_agg_t1 t1 [22:00:27.903] # + -> Hash [22:00:27.903] # + -> Seq Scan on eager_agg_t2 t2 [22:00:27.903] # +(9 rows) [22:00:27.903] # [22:00:27.903] # -- Ensure it returns 1 row with count = 50 [22:00:27.903] # SELECT t1.id, count(t1.val) [22:00:27.903] # @@ -2780,15 +2783,18 @@ [22:00:27.903] # FROM eager_agg_t1 t1 [22:00:27.903] # JOIN eager_agg_t2 t2 ON t1.val = t2.val COLLATE "C" [22:00:27.903] # GROUP BY t1.id, t1.val; [22:00:27.903] # - QUERY PLAN [22:00:27.903] # --------------------------------------------------------- [22:00:27.903] # - HashAggregate [22:00:27.903] # + QUERY PLAN [22:00:27.903] # +------------------------------------------------------------ [22:00:27.903] # + GroupAggregate [22:00:27.903] # Group Key: t1.id, t1.val [22:00:27.903] # - -> Nested Loop [22:00:27.903] # - Join Filter: ((t1.val)::text = (t2.val)::text) [22:00:27.903] # - -> Seq Scan on eager_agg_t2 t2 [22:00:27.903] # - -> Seq Scan on eager_agg_t1 t1 [22:00:27.903] # -(6 rows) [22:00:27.903] # + -> Sort [22:00:27.903] # + Sort Key: t1.id, t1.val COLLATE case_insensitive [22:00:27.903] # + -> Hash Join [22:00:27.903] # + Hash Cond: ((t1.val)::text = (t2.val)::text) [22:00:27.903] # + -> Seq Scan on eager_agg_t1 t1 [22:00:27.903] # + -> Hash [22:00:27.903] # + -> Seq Scan on eager_agg_t2 t2 [22:00:27.903] # +(9 rows) [22:00:27.903] # [22:00:27.903] # -- Ensure it returns 1 row with count = 50 [22:00:27.903] # SELECT t1.id, t1.val, count(t1.val) [22:00:27.903] # 1 of 245 tests failed. [22:00:27.903] # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.diffs". [22:00:27.903] # A copy of the test summary that you see above is saved in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.out". [22:00:27.903] [22:00:27.903] (test program exited with status code 1) [22:00:27.903] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [22:00:27.903] [22:00:27.933] 24/399 postgresql:recovery / recovery/016_min_consistency OK 7.56s 1 subtests passed [22:00:28.087] 25/399 postgresql:recovery / recovery/015_promotion_pages OK 7.92s 1 subtests passed [22:00:28.664] 26/399 postgresql:recovery / recovery/017_shm OK 7.45s 4 subtests passed [22:00:29.480] ▶ 27/399 - regression tests in old instance FAIL [22:00:31.672] ▶ 28/399 - regression tests pass FAIL [22:00:31.902] 29/399 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 100.36s 50 subtests passed [22:00:31.912] 28/399 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 100.40s exit status 1 [22:00:31.913] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template top_builddir=/tmp/cirrus-ci-build/build PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/test/modules/test_plan_advice:/tmp/cirrus-ci-build/build/src/test/modules/test_plan_advice/test:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib MALLOC_PERTURB_=219 /usr/bin/python3 /tmp/cirrus-ci-build/build/../src/tools/testwrap --basedir /tmp/cirrus-ci-build/build --srcdir /tmp/cirrus-ci-build/src/test/modules/test_plan_advice --pg-test-extra '' --testgroup test_plan_advice --testname 001_replan_regress -- /usr/bin/perl -I /tmp/cirrus-ci-build/src/test/perl -I /tmp/cirrus-ci-build/src/test/modules/test_plan_advice /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl [22:00:31.913] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [22:00:31.913] stderr: [22:00:31.913] # Failed test 'regression tests pass' [22:00:31.913] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 64. [22:00:31.913] # got: '256' [22:00:31.913] # expected: '0' [22:00:31.913] # Looks like you failed 1 test of 1. [22:00:31.913] [22:00:31.913] (test program exited with status code 1) [22:00:31.913] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [22:00:31.913] [22:00:32.590] 30/399 postgresql:recovery / recovery/021_row_visibility OK 3.93s 10 subtests passed [22:00:35.314] 31/399 postgresql:recovery / recovery/022_crash_temp_files OK 3.41s 11 subtests passed [22:00:35.784] 32/399 postgresql:recovery / recovery/023_pitr_prepared_xact OK 3.87s 1 subtests passed [22:00:35.805] 33/399 postgresql:recovery / recovery/020_archive_status OK 7.72s 19 subtests passed [22:00:36.591] 34/399 postgresql:recovery / recovery/024_archive_recovery OK 4.00s 2 subtests passed [22:00:40.595] 35/399 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 5.28s 1 subtests passed [22:00:43.345] 36/399 postgresql:recovery / recovery/028_pitr_timelines OK 6.75s 3 subtests passed [22:00:45.662] 37/399 postgresql:recovery / recovery/026_overwrite_contrecord OK 9.88s 3 subtests passed [22:00:49.326] 38/399 postgresql:recovery / recovery/029_stats_restart OK 8.73s 44 subtests passed [22:00:50.134] 39/399 postgresql:recovery / recovery/018_wal_optimize OK 22.23s 38 subtests passed [22:00:51.740] 40/399 postgresql:recovery / recovery/030_stats_cleanup_replica OK 8.39s 11 subtests passed [22:00:53.301] 41/399 postgresql:recovery / recovery/019_replslot_limit OK 25.36s 26 subtests passed [22:00:54.435] 42/399 postgresql:recovery / recovery/031_recovery_conflict OK 8.77s 18 subtests passed [22:00:56.479] 43/399 postgresql:recovery / recovery/034_create_database OK 4.74s 2 subtests passed [22:01:00.283] 44/399 postgresql:recovery / recovery/036_truncated_dropped OK 5.85s 8 subtests passed [22:01:00.900] 45/399 postgresql:recovery / recovery/032_relfilenode_reuse OK 11.57s 14 subtests passed [22:01:01.624] 46/399 postgresql:recovery / recovery/037_invalid_database OK 5.14s 10 subtests passed [22:01:03.397] 47/399 postgresql:isolation / isolation/isolation OK 101.15s 128 subtests passed [22:01:10.462] 48/399 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 10.18s 2 subtests passed [22:01:10.534] 49/399 postgresql:recovery / recovery/033_replay_tsp_drops OK 20.40s 3 subtests passed [22:01:11.117] 50/399 postgresql:recovery / recovery/041_checkpoint_at_promote OK 7.72s 6 subtests passed [22:01:12.668] 27/399 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 141.15s exit status 1 [22:01:12.668] >>> MALLOC_PERTURB_=69 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade:/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress MESON_TEST_ITERATION=1 PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/bin/pg_upgrade:/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template top_builddir=/tmp/cirrus-ci-build/build share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib /usr/bin/python3 /tmp/cirrus-ci-build/build/../src/tools/testwrap --basedir /tmp/cirrus-ci-build/build --srcdir /tmp/cirrus-ci-build/src/bin/pg_upgrade --pg-test-extra '' --testgroup pg_upgrade --testname 002_pg_upgrade -- /usr/bin/perl -I /tmp/cirrus-ci-build/src/test/perl -I /tmp/cirrus-ci-build/src/bin/pg_upgrade /tmp/cirrus-ci-build/src/bin/pg_upgrade/t/002_pg_upgrade.pl [22:01:12.668] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [22:01:12.668] Listing only the last 100 lines from a long log. [22:01:12.668] # ok 24 + numerology 270 ms [22:01:12.668] # ok 25 + point 233 ms [22:01:12.668] # ok 26 + lseg 139 ms [22:01:12.668] # ok 27 + line 158 ms [22:01:12.668] # ... 206 lines omitted ... [22:01:12.668] # ok 219 + partition_merge 2603 ms [22:01:12.668] # ok 220 + partition_split 3341 ms [22:01:12.668] # ok 221 + partition_join 4607 ms [22:01:12.668] # ok 222 + partition_prune 4232 ms [22:01:12.668] # ok 223 + reloptions 429 ms [22:01:12.668] # ok 224 + hash_part 256 ms [22:01:12.668] # ok 225 + indexing 6616 ms [22:01:12.668] # ok 226 + partition_aggregate 3596 ms [22:01:12.668] # ok 227 + partition_info 628 ms [22:01:12.668] # ok 228 + tuplesort 3928 ms [22:01:12.668] # ok 229 + explain 497 ms [22:01:12.668] # ok 230 + memoize 1093 ms [22:01:12.668] # ok 231 + stats 3642 ms [22:01:12.668] # ok 232 + predicate 671 ms [22:01:12.668] # ok 233 + numa 246 ms [22:01:12.668] # ok 234 + eager_aggregate 2088 ms [22:01:12.668] # ok 235 + graph_table_rls 761 ms [22:01:12.668] # ok 236 + planner_est 193 ms [22:01:12.668] # # parallel group (4 tests): compression_pglz compression_lz4 compression cluster [22:01:12.668] # ok 237 + compression 682 ms [22:01:12.668] # ok 238 + compression_lz4 675 ms [22:01:12.668] # ok 239 + compression_pglz 104 ms [22:01:12.668] # ok 240 + cluster 2147 ms [22:01:12.668] # # parallel group (2 tests): oidjoins event_trigger [22:01:12.668] # ok 241 + oidjoins 1013 ms [22:01:12.668] # ok 242 + event_trigger 1113 ms [22:01:12.668] # ok 243 - event_trigger_login 59 ms [22:01:12.668] # ok 244 - fast_default 615 ms [22:01:12.668] # ok 245 - tablespace 1560 ms [22:01:12.668] # 1..245 [22:01:12.668] # -------------- stderr -------------- [22:01:12.668] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/collate.icu.utf8.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/collate.icu.utf8.out [22:01:12.668] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/collate.icu.utf8.out 2026-04-29 21:57:27.784355423 +0000 [22:01:12.668] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/collate.icu.utf8.out 2026-04-29 21:59:41.754958585 +0000 [22:01:12.668] # # @@ -2753,15 +2753,18 @@ [22:01:12.668] # # FROM eager_agg_t1 t1 [22:01:12.668] # # JOIN eager_agg_t2 t2 ON t1.val = t2.val COLLATE "C" [22:01:12.668] # # GROUP BY t1.id; [22:01:12.668] # # - QUERY PLAN [22:01:12.668] # # --------------------------------------------------------- [22:01:12.668] # # - HashAggregate [22:01:12.668] # # + QUERY PLAN [22:01:12.668] # # +------------------------------------------------------------ [22:01:12.668] # # + GroupAggregate [22:01:12.668] # # Group Key: t1.id [22:01:12.668] # # - -> Nested Loop [22:01:12.668] # # - Join Filter: ((t1.val)::text = (t2.val)::text) [22:01:12.668] # # - -> Seq Scan on eager_agg_t2 t2 [22:01:12.668] # # - -> Seq Scan on eager_agg_t1 t1 [22:01:12.668] # # -(6 rows) [22:01:12.668] # # + -> Sort [22:01:12.668] # # + Sort Key: t1.id [22:01:12.668] # # + -> Hash Join [22:01:12.668] # # + Hash Cond: ((t1.val)::text = (t2.val)::text) [22:01:12.668] # # + -> Seq Scan on eager_agg_t1 t1 [22:01:12.668] # # + -> Hash [22:01:12.668] # # + -> Seq Scan on eager_agg_t2 t2 [22:01:12.668] # # +(9 rows) [22:01:12.668] # # [22:01:12.668] # # -- Ensure it returns 1 row with count = 50 [22:01:12.668] # # SELECT t1.id, count(t1.val) [22:01:12.668] # # @@ -2780,15 +2783,18 @@ [22:01:12.668] # # FROM eager_agg_t1 t1 [22:01:12.668] # # JOIN eager_agg_t2 t2 ON t1.val = t2.val COLLATE "C" [22:01:12.668] # # GROUP BY t1.id, t1.val; [22:01:12.668] # # - QUERY PLAN [22:01:12.668] # # --------------------------------------------------------- [22:01:12.668] # # - HashAggregate [22:01:12.668] # # + QUERY PLAN [22:01:12.668] # # +------------------------------------------------------------ [22:01:12.668] # # + GroupAggregate [22:01:12.668] # # Group Key: t1.id, t1.val [22:01:12.668] # # - -> Nested Loop [22:01:12.668] # # - Join Filter: ((t1.val)::text = (t2.val)::text) [22:01:12.668] # # - -> Seq Scan on eager_agg_t2 t2 [22:01:12.668] # # - -> Seq Scan on eager_agg_t1 t1 [22:01:12.668] # # -(6 rows) [22:01:12.668] # # + -> Sort [22:01:12.668] # # + Sort Key: t1.id, t1.val COLLATE case_insensitive [22:01:12.668] # # + -> Hash Join [22:01:12.668] # # + Hash Cond: ((t1.val)::text = (t2.val)::text) [22:01:12.668] # # + -> Seq Scan on eager_agg_t1 t1 [22:01:12.668] # # + -> Hash [22:01:12.668] # # + -> Seq Scan on eager_agg_t2 t2 [22:01:12.668] # # +(9 rows) [22:01:12.668] # # [22:01:12.668] # # -- Ensure it returns 1 row with count = 50 [22:01:12.668] # # SELECT t1.id, t1.val, count(t1.val) [22:01:12.668] # # 1 of 245 tests failed. [22:01:12.668] # # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/regression.diffs". [22:01:12.668] # # A copy of the test summary that you see above is saved in the file "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/regression.out". [22:01:12.668] # ------------------------------------ [22:01:12.668] # Looks like you failed 1 test of 20. [22:01:12.668] [22:01:12.668] (test program exited with status code 1) [22:01:12.668] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [22:01:12.668] [22:01:14.377] 51/399 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 3.26s 1 subtests passed [22:01:14.550] 52/399 postgresql:recovery / recovery/039_end_of_wal OK 13.65s 14 subtests passed [22:01:16.680] 53/399 postgresql:recovery / recovery/043_no_contrecord_switch OK 6.14s 1 subtests passed [22:01:17.895] 54/399 postgresql:recovery / recovery/042_low_level_backup OK 7.43s 4 subtests passed [22:01:21.333] 55/399 postgresql:recovery / recovery/045_archive_restartpoint OK 8.66s 1 subtests passed [22:01:22.842] 56/399 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 8.29s 1 subtests passed [22:01:22.859] 57/399 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 6.18s 3 subtests passed [22:01:23.238] 58/399 postgresql:recovery / recovery/035_standby_logical_decoding OK 29.94s 89 subtests passed [22:01:24.717] 59/399 postgresql:recovery / recovery/050_redo_segment_missing OK 3.38s 2 subtests passed [22:01:25.291] 60/399 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 10.91s 2 subtests passed [22:01:25.878] 61/399 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 3.02s 4 subtests passed [22:01:28.436] 62/399 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 26.81s 38 subtests passed [22:01:29.311] 63/399 postgresql:plperl / plperl/regress OK 4.02s 14 subtests passed [22:01:29.811] 64/399 postgresql:plpgsql / plpgsql/regress OK 5.09s 13 subtests passed [22:01:31.031] 65/399 postgresql:plpython / plpython/regress OK 5.15s 23 subtests passed [22:01:31.768] 66/399 postgresql:kerberos / kerberos/001_auth OK 8.53s 142 subtests passed [22:01:31.923] 67/399 postgresql:pltcl / pltcl/regress OK 3.49s 8 subtests passed [22:01:33.065] 68/399 postgresql:auto_explain / auto_explain/regress OK 3.25s 2 subtests passed [22:01:35.201] 69/399 postgresql:basic_archive / basic_archive/regress OK 4.17s 1 subtests passed [22:01:35.646] 70/399 postgresql:recovery / recovery/049_wait_for_lsn OK 17.75s 35 subtests passed [22:01:36.019] 71/399 postgresql:bloom / bloom/regress OK 4.25s 1 subtests passed [22:01:36.215] 72/399 postgresql:bool_plperl / bool_plperl/regress OK 4.29s 2 subtests passed [22:01:37.154] 73/399 postgresql:recovery / recovery/051_effective_wal_level OK 14.31s 31 subtests passed [22:01:38.228] 74/399 postgresql:btree_gin / btree_gin/regress OK 5.16s 30 subtests passed [22:01:39.052] 75/399 postgresql:citext / citext/regress OK 3.40s 3 subtests passed [22:01:39.240] 76/399 postgresql:cube / cube/regress OK 3.22s 2 subtests passed [22:01:40.252] 77/399 postgresql:dblink / dblink/regress OK 4.04s 1 subtests passed [22:01:40.981] 78/399 postgresql:dict_int / dict_int/regress OK 3.83s 1 subtests passed [22:01:41.841] 79/399 postgresql:btree_gist / btree_gist/regress OK 6.64s 32 subtests passed [22:01:42.704] 80/399 postgresql:dict_xsyn / dict_xsyn/regress OK 4.47s 1 subtests passed [22:01:43.900] 81/399 postgresql:file_fdw / file_fdw/regress OK 4.66s 1 subtests passed [22:01:44.664] 82/399 postgresql:earthdistance / earthdistance/regress OK 5.61s 1 subtests passed [22:01:45.369] 83/399 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 5.12s 2 subtests passed [22:01:45.473] 84/399 postgresql:hstore_plpython / hstore_plpython/regress OK 2.77s 1 subtests passed [22:01:45.848] 85/399 postgresql:hstore_plperl / hstore_plperl/regress OK 4.01s 3 subtests passed [22:01:46.494] 86/399 postgresql:amcheck / amcheck/regress OK 17.18s 4 subtests passed [22:01:47.679] 87/399 postgresql:hstore / hstore/regress OK 6.70s 2 subtests passed [22:01:47.881] 88/399 postgresql:isn / isn/regress OK 3.22s 1 subtests passed [22:01:49.349] 89/399 postgresql:jsonb_plperl / jsonb_plperl/regress OK 3.98s 2 subtests passed [22:01:49.593] 90/399 postgresql:jsonb_plpython / jsonb_plpython/regress OK 4.12s 1 subtests passed [22:01:50.205] 91/399 postgresql:lo / lo/regress OK 4.36s 1 subtests passed [22:01:52.582] 92/399 postgresql:ltree / ltree/regress OK 6.09s 1 subtests passed [22:01:53.184] 93/399 postgresql:ltree_plpython / ltree_plpython/regress OK 5.50s 1 subtests passed [22:01:53.826] 94/399 postgresql:passwordcheck / passwordcheck/regress OK 4.47s 1 subtests passed [22:01:54.463] 95/399 postgresql:pg_buffercache / pg_buffercache/regress OK 4.87s 2 subtests passed [22:01:54.618] 96/399 postgresql:pageinspect / pageinspect/regress OK 6.74s 8 subtests passed [22:01:56.617] 97/399 postgresql:pg_freespacemap / pg_freespacemap/regress OK 4.03s 1 subtests passed [22:01:56.805] 98/399 postgresql:pg_overexplain / pg_overexplain/regress OK 2.98s 1 subtests passed [22:01:56.828] 99/399 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 3.64s 1 subtests passed [22:01:57.078] 100/399 postgresql:pgcrypto / pgcrypto/regress OK 6.87s 25 subtests passed [22:01:57.725] 101/399 postgresql:pg_prewarm / pg_prewarm/regress OK 3.11s 1 subtests passed [22:01:59.555] 102/399 postgresql:pgrowlocks / pgrowlocks/isolation OK 2.94s 1 subtests passed [22:02:00.509] 103/399 postgresql:intarray / intarray/regress OK 16.61s 1 subtests passed [22:02:00.520] 104/399 postgresql:pgstattuple / pgstattuple/regress OK 3.43s 1 subtests passed [22:02:01.221] 105/399 postgresql:pg_surgery / pg_surgery/regress OK 3.49s 1 subtests passed [22:02:01.325] 106/399 postgresql:pg_stat_statements / pg_stat_statements/regress OK 4.50s 16 subtests passed [22:02:02.436] 107/399 postgresql:pg_stash_advice / pg_stash_advice/regress OK 5.63s 2 subtests passed [22:02:03.762] 108/399 postgresql:pg_walinspect / pg_walinspect/regress OK 3.24s 2 subtests passed [22:02:03.865] 109/399 postgresql:pg_visibility / pg_visibility/regress OK 3.35s 1 subtests passed [22:02:04.371] ▶ 110/399 - regression tests pass FAIL [22:02:04.425] 111/399 postgresql:postgres_fdw / postgres_fdw/isolation OK 3.10s 1 subtests passed [22:02:05.401] 112/399 postgresql:pg_plan_advice / pg_plan_advice/regress OK 10.93s 9 subtests passed [22:02:05.533] 113/399 postgresql:pg_trgm / pg_trgm/regress OK 5.98s 4 subtests passed [22:02:05.932] 114/399 postgresql:seg / seg/regress OK 3.49s 3 subtests passed [22:02:06.925] 115/399 postgresql:tablefunc / tablefunc/regress OK 3.06s 1 subtests passed [22:02:07.115] 116/399 postgresql:tcn / tcn/isolation OK 2.69s 1 subtests passed [22:02:07.478] 117/399 postgresql:spi / spi/regress OK 3.71s 2 subtests passed [22:02:09.254] 118/399 postgresql:tsm_system_rows / tsm_system_rows/regress OK 3.32s 1 subtests passed [22:02:10.231] 119/399 postgresql:uuid-ossp / uuid-ossp/regress OK 2.75s 1 subtests passed [22:02:10.327] 120/399 postgresql:tsm_system_time / tsm_system_time/regress OK 3.40s 1 subtests passed [22:02:10.369] 121/399 postgresql:unaccent / unaccent/regress OK 3.25s 1 subtests passed [22:02:11.689] 122/399 postgresql:xml2 / xml2/regress OK 2.43s 1 subtests passed [22:02:11.905] 123/399 postgresql:test_decoding / test_decoding/isolation OK 6.37s 14 subtests passed [22:02:13.186] 124/399 postgresql:brin / brin/isolation OK 2.95s 1 subtests passed [22:02:13.555] 125/399 postgresql:commit_ts / commit_ts/regress OK 3.22s 1 subtests passed [22:02:13.969] 126/399 postgresql:delay_execution / delay_execution/isolation OK 3.60s 2 subtests passed [22:02:14.605] 127/399 postgresql:dummy_index_am / dummy_index_am/regress OK 2.91s 1 subtests passed [22:02:14.840] 128/399 postgresql:dummy_seclabel / dummy_seclabel/regress OK 2.93s 1 subtests passed [22:02:16.104] 129/399 postgresql:postgres_fdw / postgres_fdw/regress OK 14.88s 2 subtests passed [22:02:16.981] 130/399 postgresql:gin / gin/regress OK 3.79s 1 subtests passed [22:02:17.648] 131/399 postgresql:injection_points / injection_points/regress OK 3.68s 4 subtests passed [22:02:17.744] 132/399 postgresql:index / index/isolation OK 4.19s 1 subtests passed [22:02:18.253] 133/399 postgresql:test_decoding / test_decoding/regress OK 12.85s 20 subtests passed [22:02:18.737] 134/399 postgresql:plsample / plsample/regress OK 2.63s 1 subtests passed [22:02:20.078] 135/399 postgresql:spgist_name_ops / spgist_name_ops/regress OK 3.10s 1 subtests passed [22:02:20.411] 136/399 postgresql:test_binaryheap / test_binaryheap/regress OK 2.76s 1 subtests passed [22:02:20.722] 137/399 postgresql:test_bitmapset / test_bitmapset/regress OK 2.98s 1 subtests passed [22:02:21.653] 138/399 postgresql:test_bloomfilter / test_bloomfilter/regress OK 3.40s 1 subtests passed [22:02:21.886] 139/399 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 3.15s 1 subtests passed [22:02:22.554] 140/399 postgresql:injection_points / injection_points/isolation OK 7.95s 6 subtests passed [22:02:22.985] 141/399 postgresql:test_cplusplusext / test_cplusplusext/regress OK 2.90s 1 subtests passed [22:02:23.137] 142/399 postgresql:test_custom_types / test_custom_types/regress OK 2.72s 1 subtests passed [22:02:24.364] 143/399 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 3.64s 22 subtests passed [22:02:24.954] 144/399 postgresql:test_dsa / test_dsa/regress OK 3.30s 1 subtests passed [22:02:25.013] 145/399 postgresql:test_dsm_registry / test_dsm_registry/regress OK 3.13s 1 subtests passed [22:02:25.349] 146/399 postgresql:nbtree / nbtree/regress OK 10.51s 2 subtests passed [22:02:25.798] 147/399 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 2.81s 1 subtests passed [22:02:26.105] 148/399 postgresql:test_extensions / test_extensions/regress OK 3.55s 2 subtests passed [22:02:27.546] 149/399 postgresql:test_lfind / test_lfind/regress OK 3.18s 1 subtests passed [22:02:28.087] 150/399 postgresql:test_oat_hooks / test_oat_hooks/regress OK 3.07s 2 subtests passed [22:02:28.095] 151/399 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 3.14s 1 subtests passed [22:02:28.253] 152/399 postgresql:test_parser / test_parser/regress OK 2.90s 1 subtests passed [22:02:28.945] 153/399 postgresql:test_pg_dump / test_pg_dump/regress OK 3.15s 1 subtests passed [22:02:29.530] 154/399 postgresql:test_predtest / test_predtest/regress OK 3.42s 1 subtests passed [22:02:30.517] 110/399 postgresql:recovery / recovery/027_stream_regress ERROR 114.71s exit status 1 [22:02:30.518] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/test/recovery:/tmp/cirrus-ci-build/build/src/test/recovery/test:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu enable_injection_points=yes PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress MESON_TEST_ITERATION=1 MALLOC_PERTURB_=111 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template top_builddir=/tmp/cirrus-ci-build/build share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib /usr/bin/python3 /tmp/cirrus-ci-build/build/../src/tools/testwrap --basedir /tmp/cirrus-ci-build/build --srcdir /tmp/cirrus-ci-build/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 027_stream_regress -- /usr/bin/perl -I /tmp/cirrus-ci-build/src/test/perl -I /tmp/cirrus-ci-build/src/test/recovery /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl [22:02:30.518] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [22:02:30.518] Listing only the last 100 lines from a long log. [22:02:30.518] # ok 24 + numerology 320 ms [22:02:30.518] # ok 25 + point 274 ms [22:02:30.518] # ok 26 + lseg 117 ms [22:02:30.518] # ok 27 + line 175 ms [22:02:30.518] # ... 206 lines omitted ... [22:02:30.518] # ok 219 + partition_merge 5445 ms [22:02:30.518] # ok 220 + partition_split 6307 ms [22:02:30.518] # ok 221 + partition_join 7093 ms [22:02:30.518] # ok 222 + partition_prune 7396 ms [22:02:30.518] # ok 223 + reloptions 464 ms [22:02:30.518] # ok 224 + hash_part 302 ms [22:02:30.518] # ok 225 + indexing 9517 ms [22:02:30.518] # ok 226 + partition_aggregate 4138 ms [22:02:30.518] # ok 227 + partition_info 1205 ms [22:02:30.518] # ok 228 + tuplesort 4270 ms [22:02:30.518] # ok 229 + explain 688 ms [22:02:30.518] # ok 230 + memoize 3917 ms [22:02:30.518] # ok 231 + stats 5715 ms [22:02:30.518] # ok 232 + predicate 625 ms [22:02:30.518] # ok 233 + numa 153 ms [22:02:30.518] # ok 234 + eager_aggregate 1756 ms [22:02:30.518] # ok 235 + graph_table_rls 853 ms [22:02:30.518] # ok 236 + planner_est 191 ms [22:02:30.518] # # parallel group (4 tests): compression_pglz compression_lz4 compression cluster [22:02:30.518] # ok 237 + compression 705 ms [22:02:30.518] # ok 238 + compression_lz4 604 ms [22:02:30.518] # ok 239 + compression_pglz 102 ms [22:02:30.518] # ok 240 + cluster 1512 ms [22:02:30.518] # # parallel group (2 tests): oidjoins event_trigger [22:02:30.518] # ok 241 + oidjoins 1664 ms [22:02:30.518] # ok 242 + event_trigger 1913 ms [22:02:30.518] # ok 243 - event_trigger_login 136 ms [22:02:30.518] # ok 244 - fast_default 535 ms [22:02:30.518] # ok 245 - tablespace 2288 ms [22:02:30.518] # 1..245 [22:02:30.518] # -------------- stderr -------------- [22:02:30.518] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/collate.icu.utf8.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/collate.icu.utf8.out [22:02:30.518] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/collate.icu.utf8.out 2026-04-29 21:57:27.784355423 +0000 [22:02:30.518] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/collate.icu.utf8.out 2026-04-29 22:01:18.617192636 +0000 [22:02:30.518] # # @@ -2753,15 +2753,18 @@ [22:02:30.518] # # FROM eager_agg_t1 t1 [22:02:30.518] # # JOIN eager_agg_t2 t2 ON t1.val = t2.val COLLATE "C" [22:02:30.518] # # GROUP BY t1.id; [22:02:30.518] # # - QUERY PLAN [22:02:30.518] # # --------------------------------------------------------- [22:02:30.518] # # - HashAggregate [22:02:30.518] # # + QUERY PLAN [22:02:30.518] # # +------------------------------------------------------------ [22:02:30.518] # # + GroupAggregate [22:02:30.518] # # Group Key: t1.id [22:02:30.518] # # - -> Nested Loop [22:02:30.518] # # - Join Filter: ((t1.val)::text = (t2.val)::text) [22:02:30.518] # # - -> Seq Scan on eager_agg_t2 t2 [22:02:30.518] # # - -> Seq Scan on eager_agg_t1 t1 [22:02:30.518] # # -(6 rows) [22:02:30.518] # # + -> Sort [22:02:30.518] # # + Sort Key: t1.id [22:02:30.518] # # + -> Hash Join [22:02:30.518] # # + Hash Cond: ((t1.val)::text = (t2.val)::text) [22:02:30.518] # # + -> Seq Scan on eager_agg_t1 t1 [22:02:30.518] # # + -> Hash [22:02:30.518] # # + -> Seq Scan on eager_agg_t2 t2 [22:02:30.518] # # +(9 rows) [22:02:30.518] # # [22:02:30.518] # # -- Ensure it returns 1 row with count = 50 [22:02:30.518] # # SELECT t1.id, count(t1.val) [22:02:30.518] # # @@ -2780,15 +2783,18 @@ [22:02:30.518] # # FROM eager_agg_t1 t1 [22:02:30.518] # # JOIN eager_agg_t2 t2 ON t1.val = t2.val COLLATE "C" [22:02:30.518] # # GROUP BY t1.id, t1.val; [22:02:30.518] # # - QUERY PLAN [22:02:30.518] # # --------------------------------------------------------- [22:02:30.518] # # - HashAggregate [22:02:30.518] # # + QUERY PLAN [22:02:30.518] # # +------------------------------------------------------------ [22:02:30.518] # # + GroupAggregate [22:02:30.518] # # Group Key: t1.id, t1.val [22:02:30.518] # # - -> Nested Loop [22:02:30.518] # # - Join Filter: ((t1.val)::text = (t2.val)::text) [22:02:30.518] # # - -> Seq Scan on eager_agg_t2 t2 [22:02:30.518] # # - -> Seq Scan on eager_agg_t1 t1 [22:02:30.518] # # -(6 rows) [22:02:30.518] # # + -> Sort [22:02:30.518] # # + Sort Key: t1.id, t1.val COLLATE case_insensitive [22:02:30.518] # # + -> Hash Join [22:02:30.518] # # + Hash Cond: ((t1.val)::text = (t2.val)::text) [22:02:30.518] # # + -> Seq Scan on eager_agg_t1 t1 [22:02:30.518] # # + -> Hash [22:02:30.518] # # + -> Seq Scan on eager_agg_t2 t2 [22:02:30.518] # # +(9 rows) [22:02:30.518] # # [22:02:30.518] # # -- Ensure it returns 1 row with count = 50 [22:02:30.518] # # SELECT t1.id, t1.val, count(t1.val) [22:02:30.518] # # 1 of 245 tests failed. [22:02:30.518] # # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/regression.diffs". [22:02:30.518] # # A copy of the test summary that you see above is saved in the file "/tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/regression.out". [22:02:30.518] # ------------------------------------ [22:02:30.518] # Looks like you failed 1 test of 11. [22:02:30.518] [22:02:30.518] (test program exited with status code 1) [22:02:30.518] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [22:02:30.518] [22:02:31.049] 155/399 postgresql:test_rbtree / test_rbtree/regress OK 2.96s 1 subtests passed [22:02:31.090] 156/399 postgresql:test_radixtree / test_radixtree/regress OK 3.54s 1 subtests passed [22:02:31.361] 157/399 postgresql:test_resowner / test_resowner/regress OK 3.11s 1 subtests passed [22:02:31.883] 158/399 postgresql:test_rls_hooks / test_rls_hooks/regress OK 2.94s 1 subtests passed [22:02:32.110] 159/399 postgresql:test_regex / test_regex/regress OK 4.01s 2 subtests passed [22:02:32.734] 160/399 postgresql:test_saslprep / test_saslprep/regress OK 3.20s 1 subtests passed [22:02:33.586] 161/399 postgresql:test_integerset / test_integerset/regress OK 10.45s 1 subtests passed [22:02:33.821] 162/399 postgresql:libpq / libpq/002_api OK 0.23s 1 subtests passed [22:02:34.052] 163/399 postgresql:libpq / libpq/001_uri OK 1.32s 63 subtests passed [22:02:34.261] 164/399 postgresql:test_slru / test_slru/regress OK 3.21s 1 subtests passed [22:02:34.561] 165/399 postgresql:typcache / typcache/regress OK 3.20s 1 subtests passed [22:02:34.941] 166/399 postgresql:test_tidstore / test_tidstore/regress OK 3.85s 1 subtests passed [22:02:35.244] 167/399 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.30s 55 subtests passed [22:02:35.880] 168/399 postgresql:unsafe_tests / unsafe_tests/regress OK 4.00s 4 subtests passed [22:02:36.172] 169/399 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.29s 9 subtests passed [22:02:36.546] 170/399 postgresql:test_shm_mq / test_shm_mq/regress OK 6.03s 1 subtests passed [22:02:40.873] 171/399 postgresql:ecpg / ecpg/ecpg OK 8.76s 66 subtests passed [22:02:41.570] 172/399 postgresql:libpq / libpq/006_service OK 7.01s 47 subtests passed [22:02:41.893] 173/399 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 5.72s 107 subtests passed [22:02:42.400] 174/399 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.50s 51 subtests passed [22:02:45.280] 175/399 postgresql:libpq / libpq/003_load_balance_host_list OK 11.45s 127 subtests passed [22:02:46.230] 176/399 postgresql:libpq / libpq/004_load_balance_dns OK 12.18s 125 subtests passed [22:02:46.747] 177/399 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.87s 32 subtests passed [22:02:46.834] 178/399 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 5.26s 10 subtests passed [22:02:48.807] 179/399 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 3.53s 3 subtests passed [22:02:48.930] 180/399 postgresql:libpq / libpq/005_negotiate_encryption OK 14.67s 249 subtests passed [22:02:49.170] 181/399 postgresql:pg_checksums / pg_checksums/001_basic OK 0.36s 9 subtests passed [22:02:49.492] 182/399 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.32s 13 subtests passed [22:02:52.171] 183/399 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 5.94s 43 subtests passed [22:02:52.536] 184/399 postgresql:pg_amcheck / pg_amcheck/003_check OK 15.99s 75 subtests passed [22:02:54.346] 185/399 postgresql:pg_checksums / pg_checksums/002_actions OK 5.41s 66 subtests passed [22:02:56.187] 186/399 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 3.65s 11 subtests passed [22:02:56.196] 187/399 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 9.45s 27 subtests passed [22:02:57.042] 188/399 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 4.87s 7 subtests passed [22:02:58.325] 189/399 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 8.83s 6 subtests passed [22:02:59.906] 190/399 postgresql:initdb / initdb/001_initdb OK 24.66s 57 subtests passed [22:02:59.972] 191/399 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 3.78s 3 subtests passed [22:03:00.631] 192/399 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.44s 4 subtests passed [22:03:00.987] 193/399 postgresql:pg_config / pg_config/001_pg_config OK 0.35s 21 subtests passed [22:03:01.163] 194/399 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 6.82s 22 subtests passed [22:03:01.721] 195/399 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.39s 4 subtests passed [22:03:03.443] 196/399 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.40s 2 subtests passed [22:03:03.456] 197/399 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.47s 18 subtests passed [22:03:03.726] 198/399 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 3.75s 5 subtests passed [22:03:04.080] 199/399 postgresql:pg_ctl / pg_ctl/002_status OK 2.36s 3 subtests passed [22:03:04.396] 200/399 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 21.99s 200 subtests passed [22:03:04.547] 201/399 postgresql:pg_ctl / pg_ctl/001_start_stop OK 3.38s 25 subtests passed [22:03:05.217] 202/399 postgresql:pg_dump / pg_dump/001_basic OK 1.49s 135 subtests passed [22:03:05.350] 203/399 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.44s 4 subtests passed [22:03:06.488] 204/399 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 19.65s 60 subtests passed [22:03:07.874] 205/399 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 3.48s 3 subtests passed [22:03:07.997] 206/399 postgresql:pg_ctl / pg_ctl/003_promote OK 4.55s 12 subtests passed [22:03:08.465] 207/399 postgresql:pg_ctl / pg_ctl/004_logrotate OK 5.00s 14 subtests passed [22:03:09.255] 208/399 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.70s 4 subtests passed [22:03:11.555] 209/399 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 3.09s 9 subtests passed [22:03:12.053] 210/399 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 6.70s 98 subtests passed [22:03:12.104] 211/399 postgresql:pg_resetwal / pg_resetwal/001_basic OK 4.11s 83 subtests passed [22:03:15.299] 212/399 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 10.08s 108 subtests passed [22:03:19.490] 213/399 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 4.19s 1 subtests passed [22:03:19.824] 214/399 postgresql:pg_rewind / pg_rewind/006_options OK 0.33s 13 subtests passed [22:03:20.445] 215/399 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 8.39s 6 subtests passed [22:03:21.200] 216/399 postgresql:pg_dump / pg_dump/010_dump_connstr OK 13.33s 13 subtests passed [22:03:21.674] 217/399 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 9.57s 10 subtests passed [22:03:24.611] 218/399 postgresql:pg_rewind / pg_rewind/002_databases OK 13.05s 12 subtests passed [22:03:25.787] 219/399 postgresql:pg_rewind / pg_rewind/007_standby_source OK 5.96s 7 subtests passed [22:03:25.968] 220/399 postgresql:pg_rewind / pg_rewind/009_growing_files OK 4.77s 3 subtests passed [22:03:26.016] 221/399 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.23s 13 subtests passed [22:03:26.401] 222/399 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.38s 17 subtests passed [22:03:26.912] 223/399 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 6.47s 3 subtests passed [22:03:27.757] 224/399 postgresql:pg_rewind / pg_rewind/001_basic OK 18.50s 57 subtests passed [22:03:28.749] 225/399 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.14s 12 subtests passed [22:03:28.958] 226/399 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 7.28s 1 subtests passed [22:03:29.263] 227/399 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.29s 18 subtests passed [22:03:29.757] 228/399 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 1.01s 60 subtests passed [22:03:31.815] 229/399 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 4.06s 32 subtests passed [22:03:32.684] 230/399 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.73s 5 subtests passed [22:03:33.909] 231/399 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 7.51s 38 subtests passed [22:03:34.229] 232/399 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 4.96s 11 subtests passed [22:03:36.465] 233/399 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 6.71s 18 subtests passed [22:03:36.777] 234/399 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.31s 11 subtests passed [22:03:37.846] 235/399 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.61s 5 subtests passed [22:03:38.121] 236/399 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 6.30s 10 subtests passed [22:03:39.559] 237/399 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.44s 207 subtests passed [22:03:39.887] 238/399 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 12.97s 92 subtests passed [22:03:40.146] 239/399 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 3.37s 7 subtests passed [22:03:40.227] 240/399 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 7.54s 21 subtests passed [22:03:44.136] 241/399 postgresql:psql / psql/020_cancel OK 3.99s 2 subtests passed [22:03:44.169] 242/399 postgresql:psql / psql/010_tab_completion OK 4.28s 89 subtests passed [22:03:44.297] 243/399 postgresql:psql / psql/030_pager OK 4.07s 4 subtests passed [22:03:45.536] 244/399 postgresql:psql / psql/001_basic OK 5.97s 126 subtests passed [22:03:47.613] 245/399 postgresql:scripts / scripts/010_clusterdb OK 3.48s 16 subtests passed [22:03:47.761] 246/399 postgresql:scripts / scripts/011_clusterdb_all OK 3.59s 7 subtests passed [22:03:49.423] 247/399 postgresql:scripts / scripts/040_createuser OK 3.88s 37 subtests passed [22:03:50.525] 248/399 postgresql:pg_dump / pg_dump/002_pg_dump OK 46.42s 12122 subtests passed [22:03:50.775] 249/399 postgresql:pg_waldump / pg_waldump/001_basic OK 16.86s 212 subtests passed [22:03:50.937] 250/399 postgresql:scripts / scripts/070_dropuser OK 3.17s 13 subtests passed [22:03:52.193] 251/399 postgresql:scripts / scripts/050_dropdb OK 4.58s 16 subtests passed [22:03:52.558] 252/399 postgresql:scripts / scripts/080_pg_isready OK 3.13s 11 subtests passed [22:03:53.993] 253/399 postgresql:scripts / scripts/020_createdb OK 9.70s 64 subtests passed [22:03:55.416] 254/399 postgresql:scripts / scripts/091_reindexdb_all OK 4.63s 13 subtests passed [22:03:55.718] 255/399 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.30s 27 subtests passed [22:03:55.867] 256/399 postgresql:scripts / scripts/101_vacuumdb_all OK 3.67s 5 subtests passed [22:03:56.020] 257/399 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.30s 4 subtests passed [22:03:56.247] 258/399 postgresql:pgbench / pgbench/001_pgbench_with_server OK 18.40s 474 subtests passed [22:03:56.301] 259/399 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.43s 39 subtests passed [22:03:58.029] 260/399 postgresql:scripts / scripts/090_reindexdb OK 7.27s 64 subtests passed [22:03:58.465] 261/399 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 51.98s 60 subtests passed [22:03:59.771] 262/399 postgresql:scripts / scripts/102_vacuumdb_stages OK 7.21s 4 subtests passed [22:03:59.990] 263/399 postgresql:amcheck / amcheck/002_cic OK 3.73s 4 subtests passed [22:04:00.337] 264/399 postgresql:scripts / scripts/200_connstr OK 6.34s 3 subtests passed [22:04:00.498] 265/399 postgresql:amcheck / amcheck/003_cic_2pc OK 4.20s 7 subtests passed [22:04:00.518] 266/399 postgresql:scripts / scripts/100_vacuumdb OK 9.58s 113 subtests passed [22:04:01.590] 267/399 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.56s 6 subtests passed [22:04:02.017] 268/399 postgresql:oid2name / oid2name/001_basic OK 0.43s 9 subtests passed [22:04:03.397] 269/399 postgresql:amcheck / amcheck/005_pitr OK 4.93s 3 subtests passed [22:04:04.034] 270/399 postgresql:auto_explain / auto_explain/001_auto_explain OK 4.04s 22 subtests passed [22:04:05.681] 271/399 postgresql:amcheck / amcheck/006_verify_gin OK 5.91s 6 subtests passed [22:04:06.113] 272/399 postgresql:pg_prewarm / pg_prewarm/001_basic OK 4.09s 11 subtests passed [22:04:06.122] 273/399 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 5.62s 16 subtests passed [22:04:07.384] 274/399 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 3.99s 6 subtests passed [22:04:07.957] 275/399 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 3.92s 3 subtests passed [22:04:08.357] 276/399 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.40s [22:04:08.603] 277/399 postgresql:dblink / dblink/001_auth_scram OK 8.08s 12 subtests passed [22:04:08.873] 278/399 postgresql:vacuumlo / vacuumlo/001_basic OK 0.27s 9 subtests passed [22:04:09.529] 279/399 postgresql:amcheck / amcheck/001_verify_heapam OK 13.51s 272 subtests passed [22:04:09.843] 280/399 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 3.73s 3 subtests passed [22:04:10.375] 281/399 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.69s 2 subtests passed [22:04:12.987] 282/399 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.63s 6 subtests passed [22:04:13.013] 283/399 postgresql:authentication / authentication/002_saslprep OK 3.47s 20 subtests passed [22:04:13.248] 284/399 postgresql:authentication / authentication/004_file_inclusion OK 2.87s 2 subtests passed [22:04:13.283] 285/399 postgresql:authentication / authentication/005_sspi SKIP 0.29s [22:04:13.643] 286/399 postgresql:postmaster / postmaster/001_basic OK 0.36s 9 subtests passed [22:04:14.153] 287/399 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 6.77s 4 subtests passed [22:04:14.401] 288/399 postgresql:authentication / authentication/003_peer OK 4.56s 53 subtests passed [22:04:14.829] 289/399 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 8.71s 7 subtests passed [22:04:16.787] 290/399 postgresql:authentication / authentication/001_password OK 7.91s 207 subtests passed [22:04:16.814] 291/399 postgresql:authentication / authentication/006_login_trigger OK 3.80s 32 subtests passed [22:04:16.914] 292/399 postgresql:authentication / authentication/007_pre_auth OK 3.66s 2 subtests passed [22:04:17.239] 293/399 postgresql:postmaster / postmaster/002_connection_limits OK 3.59s 30 subtests passed [22:04:17.894] 294/399 postgresql:postmaster / postmaster/003_start_stop OK 3.74s 25 subtests passed [22:04:22.831] 295/399 postgresql:bloom / bloom/001_wal OK 22.49s 31 subtests passed [22:04:23.322] 296/399 postgresql:subscription / subscription/002_types OK 8.49s 4 subtests passed [22:04:23.523] 297/399 postgresql:subscription / subscription/005_encoding OK 6.61s 1 subtests passed [22:04:23.849] 298/399 postgresql:subscription / subscription/003_constraints OK 7.06s 6 subtests passed [22:04:24.063] 299/399 postgresql:subscription / subscription/006_rewrite OK 6.82s 2 subtests passed [22:04:26.017] 300/399 postgresql:subscription / subscription/007_ddl OK 8.12s 8 subtests passed [22:04:26.117] 301/399 postgresql:subscription / subscription/004_sync OK 9.30s 9 subtests passed [22:04:29.622] 302/399 postgresql:subscription / subscription/009_matviews OK 6.30s 1 subtests passed [22:04:29.767] 303/399 postgresql:subscription / subscription/001_rep_changes OK 15.36s 38 subtests passed [22:04:30.125] 304/399 postgresql:subscription / subscription/008_diff_schema OK 7.29s 5 subtests passed [22:04:31.054] 305/399 postgresql:subscription / subscription/012_collation OK 6.99s 2 subtests passed [22:04:33.918] 306/399 postgresql:subscription / subscription/010_truncate OK 10.39s 14 subtests passed [22:04:34.422] 307/399 postgresql:subscription / subscription/011_generated OK 10.57s 11 subtests passed [22:04:36.300] 308/399 postgresql:subscription / subscription/014_binary OK 10.18s 8 subtests passed [22:04:37.125] 309/399 postgresql:subscription / subscription/016_stream_subxact OK 7.35s 3 subtests passed [22:04:37.903] 310/399 postgresql:subscription / subscription/017_stream_ddl OK 7.78s 3 subtests passed [22:04:41.079] 311/399 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 7.16s 2 subtests passed [22:04:41.315] 312/399 postgresql:subscription / subscription/020_messages OK 6.89s 5 subtests passed [22:04:42.434] 313/399 postgresql:subscription / subscription/018_stream_subxact_abort OK 11.38s 9 subtests passed [22:04:48.404] 314/399 postgresql:subscription / subscription/013_partition OK 22.39s 74 subtests passed [22:04:49.275] 315/399 postgresql:subscription / subscription/015_stream OK 19.65s 10 subtests passed [22:04:49.481] 316/399 postgresql:subscription / subscription/024_add_drop_pub OK 8.40s 4 subtests passed [22:04:50.603] 317/399 postgresql:subscription / subscription/021_twophase OK 14.30s 31 subtests passed [22:04:51.001] 318/399 postgresql:subscription / subscription/025_rep_changes_for_schema OK 9.68s 13 subtests passed [22:04:52.846] 319/399 postgresql:subscription / subscription/023_twophase_stream OK 14.94s 34 subtests passed [22:04:53.504] 320/399 postgresql:subscription / subscription/022_twophase_cascade OK 16.38s 41 subtests passed [22:04:56.122] 321/399 postgresql:subscription / subscription/026_stats OK 13.69s 13 subtests passed [22:04:58.109] 322/399 postgresql:subscription / subscription/029_on_error OK 8.63s 5 subtests passed [22:05:02.953] 323/399 postgresql:subscription / subscription/033_run_as_table_owner OK 9.44s 10 subtests passed [22:05:03.261] 324/399 postgresql:subscription / subscription/028_row_filter OK 13.99s 26 subtests passed [22:05:04.409] 325/399 postgresql:subscription / subscription/030_origin OK 13.80s 13 subtests passed [22:05:06.095] 326/399 postgresql:subscription / subscription/027_nosuperuser OK 17.69s 19 subtests passed [22:05:07.471] 327/399 postgresql:subscription / subscription/032_subscribe_use_index OK 14.62s 15 subtests passed [22:05:09.314] 328/399 postgresql:subscription / subscription/031_column_list OK 18.31s 36 subtests passed [22:05:10.003] 329/399 postgresql:subscription / subscription/034_temporal OK 13.88s 37 subtests passed [22:05:11.271] 330/399 postgresql:subscription / subscription/036_sequences OK 8.32s 9 subtests passed [22:05:11.749] 331/399 postgresql:subscription / subscription/035_conflicts OK 13.64s 29 subtests passed [22:05:11.834] 332/399 postgresql:brin / brin/01_workitems OK 4.36s 4 subtests passed [22:05:13.502] 333/399 postgresql:commit_ts / commit_ts/001_base OK 3.50s 2 subtests passed [22:05:13.546] 334/399 postgresql:brin / brin/02_wal_consistency OK 4.23s 2 subtests passed [22:05:13.928] 335/399 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 9.52s 4 subtests passed [22:05:14.197] 336/399 postgresql:subscription / subscription/037_except OK 10.93s 17 subtests passed [22:05:15.802] 337/399 postgresql:commit_ts / commit_ts/002_standby OK 4.53s 4 subtests passed [22:05:16.872] 338/399 postgresql:commit_ts / commit_ts/004_restart OK 5.04s 16 subtests passed [22:05:17.010] 339/399 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.46s 23 subtests passed [22:05:17.085] 340/399 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.33s 4 subtests passed [22:05:17.182] 341/399 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.68s 4 subtests passed [22:05:18.183] 342/399 postgresql:oauth_validator / oauth_validator/002_client OK 3.98s 20 subtests passed [22:05:19.234] 343/399 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.43s 7 subtests passed [22:05:21.125] 344/399 postgresql:test_aio / test_aio/002_io_workers OK 4.11s 22 subtests passed [22:05:22.423] 345/399 postgresql:test_aio / test_aio/004_read_stream OK 5.24s 31 subtests passed [22:05:23.517] 346/399 postgresql:test_checksums / test_checksums/001_basic OK 4.28s 9 subtests passed [22:05:23.987] 347/399 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 5.80s 2 subtests passed [22:05:24.131] 348/399 postgresql:test_aio / test_aio/003_initdb OK 7.04s 6 subtests passed [22:05:24.254] 349/399 postgresql:test_checksums / test_checksums/002_restarts OK 3.13s 5 subtests passed [22:05:24.330] 350/399 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.20s [22:05:24.552] 351/399 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.22s [22:05:24.566] 352/399 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.31s [22:05:26.988] 353/399 postgresql:test_checksums / test_checksums/003_standby_restarts OK 4.56s 12 subtests passed [22:05:27.429] 354/399 postgresql:test_checksums / test_checksums/005_injection OK 3.44s 3 subtests passed [22:05:27.689] 355/399 postgresql:test_checksums / test_checksums/004_offline OK 4.17s 8 subtests passed [22:05:27.929] 356/399 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 3.36s 2 subtests passed [22:05:28.452] 357/399 postgresql:test_int128 / test_int128/001_test_int128 OK 0.52s 2 subtests passed [22:05:30.936] 358/399 postgresql:test_escape / test_escape/001_test_escape OK 3.51s 1218 subtests passed [22:05:30.972] 359/399 postgresql:oauth_validator / oauth_validator/001_server OK 17.04s 170 subtests passed [22:05:31.198] 360/399 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.51s 11 subtests passed [22:05:31.240] 361/399 postgresql:subscription / subscription/100_bugs OK 25.13s 17 subtests passed [22:05:31.338] 362/399 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.36s 12 subtests passed [22:05:31.533] 363/399 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.33s 2 subtests passed [22:05:32.050] 364/399 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 5.06s 15 subtests passed [22:05:32.383] 365/399 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 3.93s 516 subtests passed [22:05:32.919] 366/399 postgresql:test_aio / test_aio/001_aio OK 16.04s 826 subtests passed [22:05:34.916] 367/399 postgresql:test_json_parser / test_json_parser/002_inline OK 3.95s 3712 subtests passed [22:05:35.054] 368/399 postgresql:test_misc / test_misc/003_check_guc OK 3.52s 4 subtests passed [22:05:35.219] 369/399 postgresql:test_misc / test_misc/002_tablespace OK 3.88s 20 subtests passed [22:05:35.795] 370/399 postgresql:test_misc / test_misc/004_io_direct OK 3.74s 3 subtests passed [22:05:35.871] 371/399 postgresql:test_misc / test_misc/001_constraint_validation OK 4.63s 42 subtests passed [22:05:36.301] 372/399 postgresql:test_misc / test_misc/005_timeouts OK 3.91s 2 subtests passed [22:05:37.383] 373/399 postgresql:test_misc / test_misc/006_signal_autovacuum OK 4.42s 2 subtests passed [22:05:38.406] 374/399 postgresql:test_misc / test_misc/007_catcache_inval OK 3.45s 2 subtests passed [22:05:38.689] 375/399 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.28s [22:05:38.847] 376/399 postgresql:test_misc / test_misc/009_log_temp_files OK 3.63s 11 subtests passed [22:05:38.981] 377/399 postgresql:test_misc / test_misc/008_replslot_single_user OK 3.93s 10 subtests passed [22:05:39.504] 378/399 postgresql:test_misc / test_misc/011_lock_stats OK 3.63s 7 subtests passed [22:05:40.930] 379/399 postgresql:test_misc / test_misc/012_ddlutils OK 4.63s 43 subtests passed [22:05:42.211] 380/399 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 3.52s 2 subtests passed [22:05:42.462] 381/399 postgresql:test_slru / test_slru/001_multixact OK 3.61s 2 subtests passed [22:05:42.517] 382/399 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.31s [22:05:42.814] 383/399 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.35s [22:05:42.839] 384/399 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.32s [22:05:43.353] 385/399 postgresql:test_slru / test_slru/002_multixact_wraparound OK 4.37s 18 subtests passed [22:05:43.832] 386/399 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 8.03s 73 subtests passed [22:05:44.541] 387/399 postgresql:worker_spi / worker_spi/001_worker_spi OK 5.04s 8 subtests passed [22:05:46.053] 388/399 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 3.24s [22:05:46.376] 389/399 postgresql:worker_spi / worker_spi/002_worker_terminate OK 5.44s 11 subtests passed [22:05:48.248] 390/399 postgresql:test_pg_dump / test_pg_dump/001_base OK 10.86s 1044 subtests passed [22:05:48.847] 391/399 postgresql:ssl / ssl/002_scram OK 5.49s 28 subtests passed [22:05:49.661] 392/399 postgresql:ssl / ssl/003_sslinfo OK 5.82s 21 subtests passed [22:05:50.068] 393/399 postgresql:ldap / ldap/002_bindpasswd OK 3.69s 3 subtests passed [22:05:50.333] 394/399 postgresql:test_checksums / test_checksums/009_fpi OK 25.78s 7 subtests passed [22:05:51.605] 395/399 postgresql:icu / icu/010_database OK 2.76s 8 subtests passed [22:05:52.272] 396/399 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 4.01s 26 subtests passed [22:05:52.605] 397/399 postgresql:ssl / ssl/004_sni OK 8.06s 102 subtests passed [22:05:52.854] 398/399 postgresql:ldap / ldap/001_auth OK 6.80s 47 subtests passed [22:05:56.176] 399/399 postgresql:ssl / ssl/001_ssltests OK 13.33s 272 subtests passed [22:05:56.273] [22:05:56.273] Summary of Failures: [22:05:56.273] [22:05:56.273] 11/399 postgresql:regress / regress/regress ERROR 96.40s exit status 1 [22:05:56.273] 28/399 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 100.40s exit status 1 [22:05:56.273] 27/399 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 141.15s exit status 1 [22:05:56.273] 110/399 postgresql:recovery / recovery/027_stream_regress ERROR 114.71s exit status 1 [22:05:56.273] [22:05:56.273] Ok: 385 [22:05:56.273] Expected Fail: 0 [22:05:56.273] Fail: 4 [22:05:56.273] Unexpected Pass: 0 [22:05:56.273] Skipped: 10 [22:05:56.273] Timeout: 0 [22:05:56.273] [22:05:56.273] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [22:05:56.350] [22:05:56.350] Exit status: 4