[21:19:04.105] su postgres <<-EOF [21:19:04.105] set -e [21:19:04.105] ulimit -c unlimited [21:19:04.105] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [21:19:04.105] EOF [21:19:05.192] 1/398 postgresql:setup / tmp_install OK 0.69s [21:19:05.248] 2/398 postgresql:setup / install_test_files OK 0.05s [21:19:06.844] 3/398 postgresql:setup / initdb_cache OK 1.59s [21:19:07.155] 4/398 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.29s 9 subtests passed [21:19:21.977] 5/398 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 15.09s 16 subtests passed [21:19:38.259] 6/398 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 31.38s 13 subtests passed [21:19:40.080] 7/398 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 18.10s 5 subtests passed [21:19:41.225] 8/398 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 34.34s 19 subtests passed [21:19:45.080] 9/398 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 37.93s 3 subtests passed [21:19:53.608] 10/398 postgresql:recovery / recovery/002_archiving OK 12.38s 12 subtests passed [21:19:59.005] ▶ 11/398 + collate.icu.utf8 2737 ms FAIL [21:20:01.563] 12/398 postgresql:recovery / recovery/001_stream_rep OK 21.48s 64 subtests passed [21:20:02.345] 13/398 postgresql:recovery / recovery/003_recovery_targets OK 17.26s 15 subtests passed [21:20:07.890] 14/398 postgresql:recovery / recovery/004_timeline_switch OK 14.28s 5 subtests passed [21:20:08.732] 15/398 postgresql:recovery / recovery/006_logical_decoding OK 6.38s 20 subtests passed [21:20:12.871] 16/398 postgresql:recovery / recovery/005_replay_delay OK 11.31s 3 subtests passed [21:20:18.672] 17/398 postgresql:recovery / recovery/007_sync_rep OK 10.78s 11 subtests passed [21:20:26.075] 18/398 postgresql:recovery / recovery/008_fsm_truncation OK 17.34s 1 subtests passed [21:20:27.644] 19/398 postgresql:recovery / recovery/010_logical_decoding_timelines OK 8.97s 13 subtests passed [21:20:30.079] 20/398 postgresql:recovery / recovery/009_twophase OK 17.21s 30 subtests passed [21:20:35.610] 21/398 postgresql:recovery / recovery/013_crash_restart OK 7.96s 20 subtests passed [21:20:36.551] 22/398 postgresql:recovery / recovery/012_subtransactions OK 10.47s 12 subtests passed [21:20:39.625] 23/398 postgresql:recovery / recovery/014_unlogged_reinit OK 9.54s 23 subtests passed [21:20:44.461] ▶ 24/398 - regression tests in old instance FAIL [21:20:44.910] 25/398 postgresql:recovery / recovery/015_promotion_pages OK 9.30s 1 subtests passed [21:20:44.919] 26/398 postgresql:recovery / recovery/016_min_consistency OK 8.37s 1 subtests passed [21:20:46.105] 11/398 postgresql:regress / regress/regress ERROR 99.25s exit status 1 [21:20:46.106] >>> PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so 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 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 MALLOC_PERTURB_=125 LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu 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 [21:20:46.106] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [21:20:46.106] stderr: [21:20:46.106] # 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 [21:20:46.106] # --- /tmp/cirrus-ci-build/src/test/regress/expected/collate.icu.utf8.out 2026-04-15 21:16:13.817073271 +0000 [21:20:46.106] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/collate.icu.utf8.out 2026-04-15 21:19:57.367665083 +0000 [21:20:46.106] # @@ -2753,15 +2753,18 @@ [21:20:46.106] # FROM eager_agg_t1 t1 [21:20:46.106] # JOIN eager_agg_t2 t2 ON t1.val = t2.val COLLATE "C" [21:20:46.106] # GROUP BY t1.id; [21:20:46.106] # - QUERY PLAN [21:20:46.106] # --------------------------------------------------------- [21:20:46.106] # - HashAggregate [21:20:46.106] # + QUERY PLAN [21:20:46.106] # +------------------------------------------------------------ [21:20:46.106] # + GroupAggregate [21:20:46.106] # Group Key: t1.id [21:20:46.106] # - -> Nested Loop [21:20:46.106] # - Join Filter: ((t1.val)::text = (t2.val)::text) [21:20:46.106] # - -> Seq Scan on eager_agg_t2 t2 [21:20:46.106] # - -> Seq Scan on eager_agg_t1 t1 [21:20:46.106] # -(6 rows) [21:20:46.106] # + -> Sort [21:20:46.106] # + Sort Key: t1.id [21:20:46.106] # + -> Hash Join [21:20:46.106] # + Hash Cond: ((t1.val)::text = (t2.val)::text) [21:20:46.106] # + -> Seq Scan on eager_agg_t1 t1 [21:20:46.106] # + -> Hash [21:20:46.106] # + -> Seq Scan on eager_agg_t2 t2 [21:20:46.106] # +(9 rows) [21:20:46.106] # [21:20:46.106] # -- Ensure it returns 1 row with count = 50 [21:20:46.106] # SELECT t1.id, count(t1.val) [21:20:46.106] # @@ -2780,15 +2783,18 @@ [21:20:46.106] # FROM eager_agg_t1 t1 [21:20:46.106] # JOIN eager_agg_t2 t2 ON t1.val = t2.val COLLATE "C" [21:20:46.106] # GROUP BY t1.id, t1.val; [21:20:46.106] # - QUERY PLAN [21:20:46.106] # --------------------------------------------------------- [21:20:46.106] # - HashAggregate [21:20:46.106] # + QUERY PLAN [21:20:46.106] # +------------------------------------------------------------ [21:20:46.106] # + GroupAggregate [21:20:46.106] # Group Key: t1.id, t1.val [21:20:46.106] # - -> Nested Loop [21:20:46.106] # - Join Filter: ((t1.val)::text = (t2.val)::text) [21:20:46.106] # - -> Seq Scan on eager_agg_t2 t2 [21:20:46.106] # - -> Seq Scan on eager_agg_t1 t1 [21:20:46.106] # -(6 rows) [21:20:46.106] # + -> Sort [21:20:46.106] # + Sort Key: t1.id, t1.val COLLATE case_insensitive [21:20:46.106] # + -> Hash Join [21:20:46.106] # + Hash Cond: ((t1.val)::text = (t2.val)::text) [21:20:46.106] # + -> Seq Scan on eager_agg_t1 t1 [21:20:46.106] # + -> Hash [21:20:46.106] # + -> Seq Scan on eager_agg_t2 t2 [21:20:46.106] # +(9 rows) [21:20:46.106] # [21:20:46.106] # -- Ensure it returns 1 row with count = 50 [21:20:46.106] # SELECT t1.id, t1.val, count(t1.val) [21:20:46.106] # 1 of 248 tests failed. [21:20:46.106] # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.diffs". [21:20:46.106] # 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". [21:20:46.106] [21:20:46.106] (test program exited with status code 1) [21:20:46.106] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [21:20:46.106] [21:20:46.325] 27/398 postgresql:recovery / recovery/017_shm OK 6.70s 4 subtests passed [21:20:47.352] ▶ 28/398 - regression tests pass FAIL [21:20:47.501] 28/398 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 100.64s exit status 1 [21:20:47.503] >>> PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MALLOC_PERTURB_=182 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 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu 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/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 [21:20:47.503] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [21:20:47.503] stderr: [21:20:47.503] # Failed test 'regression tests pass' [21:20:47.503] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 63. [21:20:47.503] # got: '256' [21:20:47.503] # expected: '0' [21:20:47.503] # Looks like you failed 1 test of 1. [21:20:47.503] [21:20:47.503] (test program exited with status code 1) [21:20:47.503] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [21:20:47.503] [21:20:50.710] 29/398 postgresql:recovery / recovery/021_row_visibility OK 4.38s 10 subtests passed [21:20:51.450] 30/398 postgresql:recovery / recovery/022_crash_temp_files OK 3.95s 11 subtests passed [21:20:51.993] 31/398 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 105.09s 50 subtests passed [21:20:53.851] 32/398 postgresql:recovery / recovery/020_archive_status OK 7.74s 19 subtests passed [21:20:54.698] 33/398 postgresql:recovery / recovery/023_pitr_prepared_xact OK 3.99s 1 subtests passed [21:20:56.229] 34/398 postgresql:recovery / recovery/024_archive_recovery OK 4.78s 2 subtests passed [21:20:56.794] 35/398 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 4.80s 1 subtests passed [21:21:02.570] 36/398 postgresql:recovery / recovery/028_pitr_timelines OK 6.34s 3 subtests passed [21:21:02.969] 37/398 postgresql:recovery / recovery/026_overwrite_contrecord OK 9.12s 3 subtests passed [21:21:05.654] 38/398 postgresql:recovery / recovery/029_stats_restart OK 8.86s 44 subtests passed [21:21:07.208] 39/398 postgresql:recovery / recovery/018_wal_optimize OK 22.30s 38 subtests passed [21:21:08.101] 40/398 postgresql:recovery / recovery/019_replslot_limit OK 23.18s 26 subtests passed [21:21:10.812] 41/398 postgresql:recovery / recovery/030_stats_cleanup_replica OK 8.24s 11 subtests passed [21:21:12.174] 42/398 postgresql:recovery / recovery/031_recovery_conflict OK 9.20s 18 subtests passed [21:21:13.301] 43/398 postgresql:recovery / recovery/034_create_database OK 5.20s 2 subtests passed [21:21:15.932] 44/398 postgresql:recovery / recovery/032_relfilenode_reuse OK 10.28s 14 subtests passed [21:21:18.366] 45/398 postgresql:recovery / recovery/037_invalid_database OK 5.06s 10 subtests passed [21:21:18.656] 46/398 postgresql:recovery / recovery/036_truncated_dropped OK 6.48s 8 subtests passed [21:21:19.147] 47/398 postgresql:isolation / isolation/isolation OK 100.89s 128 subtests passed [21:21:24.976] 48/398 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 9.04s 2 subtests passed [21:21:25.736] 49/398 postgresql:recovery / recovery/033_replay_tsp_drops OK 18.52s 3 subtests passed [21:21:25.954] 50/398 postgresql:recovery / recovery/041_checkpoint_at_promote OK 6.80s 6 subtests passed [21:21:31.826] 24/398 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 144.96s exit status 1 [21:21:31.826] >>> PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress 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 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=78 TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 with_icu=yes top_builddir=/tmp/cirrus-ci-build/build 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 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 [21:21:31.826] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [21:21:31.826] Listing only the last 100 lines from a long log. [21:21:31.826] # ok 24 + numerology 317 ms [21:21:31.826] # ok 25 + point 272 ms [21:21:31.826] # ok 26 + lseg 224 ms [21:21:31.826] # ok 27 + line 180 ms [21:21:31.826] # ... 210 lines omitted ... [21:21:31.826] # ok 223 + partition_prune 5990 ms [21:21:31.826] # ok 224 + reloptions 364 ms [21:21:31.826] # ok 225 + hash_part 201 ms [21:21:31.826] # ok 226 + indexing 7626 ms [21:21:31.826] # ok 227 + partition_aggregate 4414 ms [21:21:31.826] # ok 228 + partition_info 602 ms [21:21:31.826] # ok 229 + tuplesort 5073 ms [21:21:31.826] # ok 230 + explain 512 ms [21:21:31.826] # ok 231 + memoize 1183 ms [21:21:31.826] # ok 232 + stats 3756 ms [21:21:31.826] # ok 233 + predicate 555 ms [21:21:31.826] # ok 234 + numa 283 ms [21:21:31.826] # ok 235 + eager_aggregate 1697 ms [21:21:31.826] # ok 236 + graph_table_rls 828 ms [21:21:31.826] # ok 237 + planner_est 211 ms [21:21:31.826] # # parallel group (3 tests): compression_pglz compression_lz4 compression [21:21:31.826] # ok 238 + compression 795 ms [21:21:31.826] # ok 239 + compression_lz4 726 ms [21:21:31.826] # ok 240 + compression_pglz 100 ms [21:21:31.826] # # parallel group (2 tests): oidjoins event_trigger [21:21:31.826] # ok 241 + oidjoins 1711 ms [21:21:31.826] # ok 242 + event_trigger 1910 ms [21:21:31.826] # # parallel group (3 tests): tablespace_ddl role_ddl database_ddl [21:21:31.826] # ok 243 + role_ddl 412 ms [21:21:31.826] # ok 244 + tablespace_ddl 82 ms [21:21:31.826] # ok 245 + database_ddl 421 ms [21:21:31.826] # ok 246 - event_trigger_login 168 ms [21:21:31.826] # ok 247 - fast_default 878 ms [21:21:31.826] # ok 248 - tablespace 1635 ms [21:21:31.826] # 1..248 [21:21:31.826] # -------------- stderr -------------- [21:21:31.826] # # 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 [21:21:31.826] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/collate.icu.utf8.out 2026-04-15 21:16:13.817073271 +0000 [21:21:31.826] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/collate.icu.utf8.out 2026-04-15 21:19:57.371665037 +0000 [21:21:31.826] # # @@ -2753,15 +2753,18 @@ [21:21:31.826] # # FROM eager_agg_t1 t1 [21:21:31.826] # # JOIN eager_agg_t2 t2 ON t1.val = t2.val COLLATE "C" [21:21:31.826] # # GROUP BY t1.id; [21:21:31.826] # # - QUERY PLAN [21:21:31.826] # # --------------------------------------------------------- [21:21:31.826] # # - HashAggregate [21:21:31.826] # # + QUERY PLAN [21:21:31.826] # # +------------------------------------------------------------ [21:21:31.826] # # + GroupAggregate [21:21:31.826] # # Group Key: t1.id [21:21:31.826] # # - -> Nested Loop [21:21:31.826] # # - Join Filter: ((t1.val)::text = (t2.val)::text) [21:21:31.826] # # - -> Seq Scan on eager_agg_t2 t2 [21:21:31.826] # # - -> Seq Scan on eager_agg_t1 t1 [21:21:31.826] # # -(6 rows) [21:21:31.826] # # + -> Sort [21:21:31.826] # # + Sort Key: t1.id [21:21:31.826] # # + -> Hash Join [21:21:31.826] # # + Hash Cond: ((t1.val)::text = (t2.val)::text) [21:21:31.826] # # + -> Seq Scan on eager_agg_t1 t1 [21:21:31.826] # # + -> Hash [21:21:31.826] # # + -> Seq Scan on eager_agg_t2 t2 [21:21:31.826] # # +(9 rows) [21:21:31.826] # # [21:21:31.826] # # -- Ensure it returns 1 row with count = 50 [21:21:31.826] # # SELECT t1.id, count(t1.val) [21:21:31.826] # # @@ -2780,15 +2783,18 @@ [21:21:31.826] # # FROM eager_agg_t1 t1 [21:21:31.826] # # JOIN eager_agg_t2 t2 ON t1.val = t2.val COLLATE "C" [21:21:31.826] # # GROUP BY t1.id, t1.val; [21:21:31.826] # # - QUERY PLAN [21:21:31.826] # # --------------------------------------------------------- [21:21:31.826] # # - HashAggregate [21:21:31.826] # # + QUERY PLAN [21:21:31.826] # # +------------------------------------------------------------ [21:21:31.826] # # + GroupAggregate [21:21:31.826] # # Group Key: t1.id, t1.val [21:21:31.826] # # - -> Nested Loop [21:21:31.826] # # - Join Filter: ((t1.val)::text = (t2.val)::text) [21:21:31.826] # # - -> Seq Scan on eager_agg_t2 t2 [21:21:31.826] # # - -> Seq Scan on eager_agg_t1 t1 [21:21:31.826] # # -(6 rows) [21:21:31.826] # # + -> Sort [21:21:31.826] # # + Sort Key: t1.id, t1.val COLLATE case_insensitive [21:21:31.826] # # + -> Hash Join [21:21:31.826] # # + Hash Cond: ((t1.val)::text = (t2.val)::text) [21:21:31.826] # # + -> Seq Scan on eager_agg_t1 t1 [21:21:31.826] # # + -> Hash [21:21:31.826] # # + -> Seq Scan on eager_agg_t2 t2 [21:21:31.826] # # +(9 rows) [21:21:31.826] # # [21:21:31.826] # # -- Ensure it returns 1 row with count = 50 [21:21:31.826] # # SELECT t1.id, t1.val, count(t1.val) [21:21:31.826] # # 1 of 248 tests failed. [21:21:31.826] # # 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". [21:21:31.826] # # 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". [21:21:31.826] # ------------------------------------ [21:21:31.826] # Looks like you failed 1 test of 20. [21:21:31.826] [21:21:31.826] (test program exited with status code 1) [21:21:31.826] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [21:21:31.826] [21:21:32.102] 51/398 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 6.15s 1 subtests passed [21:21:33.549] 52/398 postgresql:recovery / recovery/042_low_level_backup OK 8.57s 4 subtests passed [21:21:34.064] 53/398 postgresql:recovery / recovery/043_no_contrecord_switch OK 8.33s 1 subtests passed [21:21:34.192] 54/398 postgresql:recovery / recovery/039_end_of_wal OK 15.82s 14 subtests passed [21:21:40.053] 55/398 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 5.99s 3 subtests passed [21:21:40.909] 56/398 postgresql:recovery / recovery/045_archive_restartpoint OK 9.08s 1 subtests passed [21:21:41.089] 57/398 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 7.54s 1 subtests passed [21:21:42.912] 58/398 postgresql:recovery / recovery/035_standby_logical_decoding OK 32.10s 89 subtests passed [21:21:43.034] 59/398 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 10.93s 2 subtests passed [21:21:44.133] 60/398 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 3.04s 4 subtests passed [21:21:44.191] 61/398 postgresql:recovery / recovery/050_redo_segment_missing OK 4.14s 2 subtests passed [21:21:44.718] 62/398 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 26.06s 38 subtests passed [21:21:47.982] 63/398 postgresql:plpgsql / plpgsql/regress OK 4.95s 13 subtests passed [21:21:48.668] 64/398 postgresql:plperl / plperl/regress OK 4.53s 14 subtests passed [21:21:48.691] 65/398 postgresql:pltcl / pltcl/regress OK 3.97s 8 subtests passed [21:21:49.961] 66/398 postgresql:plpython / plpython/regress OK 5.77s 23 subtests passed [21:21:51.847] 67/398 postgresql:auto_explain / auto_explain/regress OK 3.18s 2 subtests passed [21:21:52.087] 68/398 postgresql:basic_archive / basic_archive/regress OK 3.40s 1 subtests passed [21:21:52.109] 69/398 postgresql:kerberos / kerberos/001_auth OK 9.20s 142 subtests passed [21:21:52.504] 70/398 postgresql:recovery / recovery/049_wait_for_lsn OK 18.31s 35 subtests passed [21:21:52.737] 71/398 postgresql:bloom / bloom/regress OK 2.77s 1 subtests passed [21:21:54.947] 72/398 postgresql:recovery / recovery/051_effective_wal_level OK 14.04s 31 subtests passed [21:21:56.337] 73/398 postgresql:bool_plperl / bool_plperl/regress OK 4.49s 2 subtests passed [21:21:57.720] 74/398 postgresql:cube / cube/regress OK 4.98s 2 subtests passed [21:21:57.932] 75/398 postgresql:citext / citext/regress OK 5.43s 3 subtests passed [21:21:58.891] 76/398 postgresql:btree_gist / btree_gist/regress OK 6.78s 32 subtests passed [21:21:59.060] 77/398 postgresql:btree_gin / btree_gin/regress OK 6.97s 30 subtests passed [21:21:59.645] 78/398 postgresql:dblink / dblink/regress OK 4.70s 1 subtests passed [21:21:59.845] 79/398 postgresql:dict_int / dict_int/regress OK 3.51s 1 subtests passed [21:22:01.256] 80/398 postgresql:dict_xsyn / dict_xsyn/regress OK 3.54s 1 subtests passed [21:22:02.308] 81/398 postgresql:earthdistance / earthdistance/regress OK 4.37s 1 subtests passed [21:22:02.350] 82/398 postgresql:file_fdw / file_fdw/regress OK 3.46s 1 subtests passed [21:22:02.654] 83/398 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 3.59s 2 subtests passed [21:22:03.549] 84/398 postgresql:amcheck / amcheck/regress OK 15.57s 4 subtests passed [21:22:04.001] 85/398 postgresql:hstore_plperl / hstore_plperl/regress OK 4.15s 3 subtests passed [21:22:05.857] 86/398 postgresql:hstore_plpython / hstore_plpython/regress OK 4.60s 1 subtests passed [21:22:06.987] 87/398 postgresql:hstore / hstore/regress OK 7.34s 2 subtests passed [21:22:07.163] 88/398 postgresql:jsonb_plperl / jsonb_plperl/regress OK 4.51s 2 subtests passed [21:22:07.520] 89/398 postgresql:lo / lo/regress OK 3.52s 1 subtests passed [21:22:07.892] 90/398 postgresql:jsonb_plpython / jsonb_plpython/regress OK 4.34s 1 subtests passed [21:22:08.074] 91/398 postgresql:isn / isn/regress OK 5.72s 1 subtests passed [21:22:10.587] 92/398 postgresql:passwordcheck / passwordcheck/regress OK 3.07s 1 subtests passed [21:22:10.730] 93/398 postgresql:ltree_plpython / ltree_plpython/regress OK 3.74s 1 subtests passed [21:22:10.830] 94/398 postgresql:ltree / ltree/regress OK 4.97s 1 subtests passed [21:22:11.188] 95/398 postgresql:pg_buffercache / pg_buffercache/regress OK 3.30s 2 subtests passed [21:22:12.191] 96/398 postgresql:pageinspect / pageinspect/regress OK 5.03s 8 subtests passed [21:22:13.841] 97/398 postgresql:pg_freespacemap / pg_freespacemap/regress OK 3.25s 1 subtests passed [21:22:14.238] 98/398 postgresql:pgcrypto / pgcrypto/regress OK 6.16s 25 subtests passed [21:22:14.933] 99/398 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 4.20s 1 subtests passed [21:22:15.213] 100/398 postgresql:pg_overexplain / pg_overexplain/regress OK 4.38s 1 subtests passed [21:22:16.787] 101/398 postgresql:pg_prewarm / pg_prewarm/regress OK 4.60s 1 subtests passed [21:22:19.039] 102/398 postgresql:intarray / intarray/regress OK 16.73s 1 subtests passed [21:22:19.566] 103/398 postgresql:pgrowlocks / pgrowlocks/isolation OK 5.72s 1 subtests passed [21:22:20.136] 104/398 postgresql:pgstattuple / pgstattuple/regress OK 4.92s 1 subtests passed [21:22:21.178] 105/398 postgresql:pg_surgery / pg_surgery/regress OK 4.39s 1 subtests passed [21:22:21.341] 106/398 postgresql:pg_stat_statements / pg_stat_statements/regress OK 6.41s 16 subtests passed [21:22:22.168] 107/398 postgresql:pg_stash_advice / pg_stash_advice/regress OK 7.93s 2 subtests passed [21:22:23.312] 108/398 postgresql:pg_walinspect / pg_walinspect/regress OK 3.17s 2 subtests passed [21:22:23.476] 109/398 postgresql:pg_visibility / pg_visibility/regress OK 3.91s 1 subtests passed [21:22:24.874] 110/398 postgresql:postgres_fdw / postgres_fdw/isolation OK 3.53s 1 subtests passed [21:22:25.088] 111/398 postgresql:pg_trgm / pg_trgm/regress OK 6.05s 4 subtests passed [21:22:25.860] 112/398 postgresql:seg / seg/regress OK 3.69s 3 subtests passed [21:22:26.137] 113/398 postgresql:tablefunc / tablefunc/regress OK 2.66s 1 subtests passed [21:22:26.673] 114/398 postgresql:pg_plan_advice / pg_plan_advice/regress OK 15.48s 9 subtests passed [21:22:26.787] 115/398 postgresql:spi / spi/regress OK 3.47s 2 subtests passed [21:22:28.296] 116/398 postgresql:tcn / tcn/isolation OK 3.42s 1 subtests passed [21:22:29.078] 117/398 postgresql:tsm_system_rows / tsm_system_rows/regress OK 2.94s 1 subtests passed [21:22:29.772] 118/398 postgresql:tsm_system_time / tsm_system_time/regress OK 3.10s 1 subtests passed [21:22:29.804] ▶ 119/398 - regression tests pass FAIL [21:22:29.838] 120/398 postgresql:unaccent / unaccent/regress OK 3.05s 1 subtests passed [21:22:31.272] 121/398 postgresql:uuid-ossp / uuid-ossp/regress OK 2.97s 1 subtests passed [21:22:32.140] 122/398 postgresql:xml2 / xml2/regress OK 3.06s 1 subtests passed [21:22:32.246] 123/398 postgresql:brin / brin/isolation OK 2.47s 1 subtests passed [21:22:32.836] 124/398 postgresql:test_decoding / test_decoding/isolation OK 6.97s 14 subtests passed [21:22:32.937] 125/398 postgresql:commit_ts / commit_ts/regress OK 3.10s 1 subtests passed [21:22:35.017] 126/398 postgresql:dummy_seclabel / dummy_seclabel/regress OK 2.77s 1 subtests passed [21:22:35.077] 127/398 postgresql:dummy_index_am / dummy_index_am/regress OK 2.93s 1 subtests passed [21:22:35.217] 128/398 postgresql:delay_execution / delay_execution/isolation OK 3.94s 2 subtests passed [21:22:36.176] 129/398 postgresql:postgres_fdw / postgres_fdw/regress OK 15.00s 2 subtests passed [21:22:36.414] 130/398 postgresql:index / index/isolation OK 3.48s 1 subtests passed [21:22:37.078] 131/398 postgresql:gin / gin/regress OK 4.24s 1 subtests passed [21:22:38.534] 132/398 postgresql:injection_points / injection_points/regress OK 3.52s 4 subtests passed [21:22:38.628] 133/398 postgresql:test_decoding / test_decoding/regress OK 13.54s 19 subtests passed [21:22:38.725] 134/398 postgresql:plsample / plsample/regress OK 2.55s 1 subtests passed [21:22:39.846] 135/398 postgresql:spgist_name_ops / spgist_name_ops/regress OK 3.43s 1 subtests passed [21:22:40.188] 136/398 postgresql:test_binaryheap / test_binaryheap/regress OK 3.11s 1 subtests passed [21:22:41.502] 137/398 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 2.78s 1 subtests passed [21:22:41.649] 138/398 postgresql:test_bitmapset / test_bitmapset/regress OK 3.11s 1 subtests passed [21:22:41.860] 139/398 postgresql:injection_points / injection_points/isolation OK 6.78s 6 subtests passed [21:22:42.412] 140/398 postgresql:test_bloomfilter / test_bloomfilter/regress OK 3.78s 1 subtests passed [21:22:42.918] 141/398 postgresql:test_cplusplusext / test_cplusplusext/regress OK 3.07s 1 subtests passed [21:22:43.012] 142/398 postgresql:test_custom_types / test_custom_types/regress OK 2.82s 1 subtests passed [21:22:45.141] 143/398 postgresql:test_dsm_registry / test_dsm_registry/regress OK 3.28s 1 subtests passed [21:22:45.153] 144/398 postgresql:test_dsa / test_dsa/regress OK 3.50s 1 subtests passed [21:22:45.220] 145/398 postgresql:nbtree / nbtree/regress OK 10.00s 2 subtests passed [21:22:45.469] 146/398 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 3.96s 22 subtests passed [21:22:45.797] 147/398 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 2.88s 1 subtests passed [21:22:46.392] 148/398 postgresql:test_extensions / test_extensions/regress OK 3.98s 2 subtests passed [21:22:47.876] 149/398 postgresql:test_lfind / test_lfind/regress OK 2.73s 1 subtests passed [21:22:48.469] 150/398 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 3.31s 1 subtests passed [21:22:48.581] 151/398 postgresql:test_oat_hooks / test_oat_hooks/regress OK 3.36s 2 subtests passed [21:22:48.978] 152/398 postgresql:test_parser / test_parser/regress OK 3.51s 1 subtests passed [21:22:49.144] 153/398 postgresql:test_pg_dump / test_pg_dump/regress OK 3.35s 1 subtests passed [21:22:49.386] 154/398 postgresql:test_predtest / test_predtest/regress OK 2.99s 1 subtests passed [21:22:50.726] 155/398 postgresql:test_radixtree / test_radixtree/regress OK 2.85s 1 subtests passed [21:22:51.780] 156/398 postgresql:test_rbtree / test_rbtree/regress OK 3.31s 1 subtests passed [21:22:51.819] 157/398 postgresql:test_saslprep / test_saslprep/regress OK 2.43s 1 subtests passed [21:22:51.855] 158/398 postgresql:test_resowner / test_resowner/regress OK 2.88s 1 subtests passed [21:22:52.591] 159/398 postgresql:test_rls_hooks / test_rls_hooks/regress OK 3.45s 1 subtests passed [21:22:52.724] 160/398 postgresql:test_regex / test_regex/regress OK 4.14s 2 subtests passed [21:22:53.338] 161/398 postgresql:test_integerset / test_integerset/regress OK 10.32s 1 subtests passed [21:22:54.777] 162/398 postgresql:typcache / typcache/regress OK 2.92s 1 subtests passed [21:22:54.936] 163/398 postgresql:libpq / libpq/001_uri OK 1.60s 63 subtests passed [21:22:54.961] 164/398 postgresql:libpq / libpq/002_api OK 0.18s 1 subtests passed [21:22:55.021] 165/398 postgresql:test_slru / test_slru/regress OK 3.24s 1 subtests passed [21:22:55.255] 166/398 postgresql:test_tidstore / test_tidstore/regress OK 3.43s 1 subtests passed [21:22:56.624] 119/398 postgresql:recovery / recovery/027_stream_regress ERROR 121.92s exit status 1 [21:22:56.631] >>> PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so enable_injection_points=yes 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 MALLOC_PERTURB_=184 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu 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 [21:22:56.631] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [21:22:56.631] Listing only the last 100 lines from a long log. [21:22:56.631] # ok 24 + numerology 378 ms [21:22:56.631] # ok 25 + point 295 ms [21:22:56.631] # ok 26 + lseg 258 ms [21:22:56.631] # ok 27 + line 144 ms [21:22:56.631] # ... 210 lines omitted ... [21:22:56.631] # ok 223 + partition_prune 8162 ms [21:22:56.631] # ok 224 + reloptions 474 ms [21:22:56.631] # ok 225 + hash_part 277 ms [21:22:56.631] # ok 226 + indexing 9460 ms [21:22:56.631] # ok 227 + partition_aggregate 4842 ms [21:22:56.631] # ok 228 + partition_info 1031 ms [21:22:56.631] # ok 229 + tuplesort 4130 ms [21:22:56.631] # ok 230 + explain 651 ms [21:22:56.631] # ok 231 + memoize 4172 ms [21:22:56.631] # ok 232 + stats 6960 ms [21:22:56.631] # ok 233 + predicate 510 ms [21:22:56.631] # ok 234 + numa 184 ms [21:22:56.631] # ok 235 + eager_aggregate 2023 ms [21:22:56.631] # ok 236 + graph_table_rls 829 ms [21:22:56.631] # ok 237 + planner_est 218 ms [21:22:56.631] # # parallel group (3 tests): compression_pglz compression compression_lz4 [21:22:56.631] # ok 238 + compression 586 ms [21:22:56.631] # ok 239 + compression_lz4 658 ms [21:22:56.631] # ok 240 + compression_pglz 65 ms [21:22:56.631] # # parallel group (2 tests): oidjoins event_trigger [21:22:56.631] # ok 241 + oidjoins 1948 ms [21:22:56.631] # ok 242 + event_trigger 2347 ms [21:22:56.631] # # parallel group (3 tests): tablespace_ddl database_ddl role_ddl [21:22:56.631] # ok 243 + role_ddl 358 ms [21:22:56.631] # ok 244 + tablespace_ddl 83 ms [21:22:56.631] # ok 245 + database_ddl 349 ms [21:22:56.631] # ok 246 - event_trigger_login 179 ms [21:22:56.631] # ok 247 - fast_default 631 ms [21:22:56.631] # ok 248 - tablespace 3064 ms [21:22:56.631] # 1..248 [21:22:56.631] # -------------- stderr -------------- [21:22:56.631] # # 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 [21:22:56.631] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/collate.icu.utf8.out 2026-04-15 21:16:13.817073271 +0000 [21:22:56.631] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/collate.icu.utf8.out 2026-04-15 21:21:39.939049192 +0000 [21:22:56.631] # # @@ -2753,15 +2753,18 @@ [21:22:56.631] # # FROM eager_agg_t1 t1 [21:22:56.631] # # JOIN eager_agg_t2 t2 ON t1.val = t2.val COLLATE "C" [21:22:56.631] # # GROUP BY t1.id; [21:22:56.631] # # - QUERY PLAN [21:22:56.631] # # --------------------------------------------------------- [21:22:56.631] # # - HashAggregate [21:22:56.631] # # + QUERY PLAN [21:22:56.631] # # +------------------------------------------------------------ [21:22:56.631] # # + GroupAggregate [21:22:56.631] # # Group Key: t1.id [21:22:56.631] # # - -> Nested Loop [21:22:56.631] # # - Join Filter: ((t1.val)::text = (t2.val)::text) [21:22:56.631] # # - -> Seq Scan on eager_agg_t2 t2 [21:22:56.631] # # - -> Seq Scan on eager_agg_t1 t1 [21:22:56.631] # # -(6 rows) [21:22:56.631] # # + -> Sort [21:22:56.631] # # + Sort Key: t1.id [21:22:56.631] # # + -> Hash Join [21:22:56.631] # # + Hash Cond: ((t1.val)::text = (t2.val)::text) [21:22:56.631] # # + -> Seq Scan on eager_agg_t1 t1 [21:22:56.631] # # + -> Hash [21:22:56.631] # # + -> Seq Scan on eager_agg_t2 t2 [21:22:56.631] # # +(9 rows) [21:22:56.631] # # [21:22:56.631] # # -- Ensure it returns 1 row with count = 50 [21:22:56.631] # # SELECT t1.id, count(t1.val) [21:22:56.631] # # @@ -2780,15 +2783,18 @@ [21:22:56.631] # # FROM eager_agg_t1 t1 [21:22:56.631] # # JOIN eager_agg_t2 t2 ON t1.val = t2.val COLLATE "C" [21:22:56.631] # # GROUP BY t1.id, t1.val; [21:22:56.631] # # - QUERY PLAN [21:22:56.631] # # --------------------------------------------------------- [21:22:56.631] # # - HashAggregate [21:22:56.631] # # + QUERY PLAN [21:22:56.631] # # +------------------------------------------------------------ [21:22:56.631] # # + GroupAggregate [21:22:56.631] # # Group Key: t1.id, t1.val [21:22:56.631] # # - -> Nested Loop [21:22:56.631] # # - Join Filter: ((t1.val)::text = (t2.val)::text) [21:22:56.631] # # - -> Seq Scan on eager_agg_t2 t2 [21:22:56.631] # # - -> Seq Scan on eager_agg_t1 t1 [21:22:56.631] # # -(6 rows) [21:22:56.631] # # + -> Sort [21:22:56.631] # # + Sort Key: t1.id, t1.val COLLATE case_insensitive [21:22:56.631] # # + -> Hash Join [21:22:56.631] # # + Hash Cond: ((t1.val)::text = (t2.val)::text) [21:22:56.631] # # + -> Seq Scan on eager_agg_t1 t1 [21:22:56.631] # # + -> Hash [21:22:56.631] # # + -> Seq Scan on eager_agg_t2 t2 [21:22:56.631] # # +(9 rows) [21:22:56.631] # # [21:22:56.631] # # -- Ensure it returns 1 row with count = 50 [21:22:56.631] # # SELECT t1.id, t1.val, count(t1.val) [21:22:56.631] # # 1 of 248 tests failed. [21:22:56.631] # # 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". [21:22:56.631] # # 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". [21:22:56.631] # ------------------------------------ [21:22:56.631] # Looks like you failed 1 test of 11. [21:22:56.631] [21:22:56.631] (test program exited with status code 1) [21:22:56.631] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [21:22:56.631] [21:22:56.705] 167/398 postgresql:unsafe_tests / unsafe_tests/regress OK 4.11s 4 subtests passed [21:22:56.991] 168/398 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.36s 55 subtests passed [21:22:57.357] 169/398 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.36s 9 subtests passed [21:22:58.355] 170/398 postgresql:test_shm_mq / test_shm_mq/regress OK 7.63s 1 subtests passed [21:23:01.582] 171/398 postgresql:ecpg / ecpg/ecpg OK 8.86s 66 subtests passed [21:23:02.433] 172/398 postgresql:libpq / libpq/006_service OK 7.18s 47 subtests passed [21:23:03.874] 173/398 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 6.51s 107 subtests passed [21:23:04.314] 174/398 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.44s 51 subtests passed [21:23:05.704] 175/398 postgresql:libpq / libpq/004_load_balance_dns OK 10.74s 125 subtests passed [21:23:06.263] 176/398 postgresql:libpq / libpq/003_load_balance_host_list OK 11.33s 127 subtests passed [21:23:07.250] 177/398 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.67s 32 subtests passed [21:23:07.587] 178/398 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 5.15s 10 subtests passed [21:23:09.388] 179/398 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 3.68s 3 subtests passed [21:23:09.501] 180/398 postgresql:libpq / libpq/005_negotiate_encryption OK 14.48s 249 subtests passed [21:23:09.708] 181/398 postgresql:pg_checksums / pg_checksums/001_basic OK 0.32s 9 subtests passed [21:23:09.966] 182/398 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.26s 13 subtests passed [21:23:12.351] 183/398 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 6.09s 43 subtests passed [21:23:14.978] 184/398 postgresql:pg_amcheck / pg_amcheck/003_check OK 16.62s 75 subtests passed [21:23:15.114] 185/398 postgresql:pg_checksums / pg_checksums/002_actions OK 5.61s 66 subtests passed [21:23:16.269] 186/398 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 9.01s 27 subtests passed [21:23:17.549] 187/398 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 5.20s 7 subtests passed [21:23:18.524] 188/398 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 8.55s 6 subtests passed [21:23:19.206] 189/398 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 4.23s 11 subtests passed [21:23:20.714] 190/398 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.44s 4 subtests passed [21:23:21.451] 191/398 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 3.90s 3 subtests passed [21:23:22.197] 192/398 postgresql:initdb / initdb/001_initdb OK 25.49s 57 subtests passed [21:23:22.447] 193/398 postgresql:pg_config / pg_config/001_pg_config OK 0.25s 21 subtests passed [21:23:22.649] 194/398 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.44s 4 subtests passed [21:23:22.663] 195/398 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 7.55s 22 subtests passed [21:23:24.779] 196/398 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.33s 18 subtests passed [21:23:25.280] 197/398 postgresql:pg_ctl / pg_ctl/002_status OK 2.61s 3 subtests passed [21:23:25.335] 198/398 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.80s 2 subtests passed [21:23:25.751] 199/398 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 4.30s 5 subtests passed [21:23:26.023] 200/398 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 18.43s 60 subtests passed [21:23:26.097] 201/398 postgresql:pg_ctl / pg_ctl/001_start_stop OK 3.45s 25 subtests passed [21:23:26.153] 202/398 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.44s 4 subtests passed [21:23:26.172] 203/398 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 21.86s 200 subtests passed [21:23:27.093] 204/398 postgresql:pg_dump / pg_dump/001_basic OK 1.76s 135 subtests passed [21:23:29.534] 205/398 postgresql:pg_ctl / pg_ctl/003_promote OK 4.75s 12 subtests passed [21:23:29.895] 206/398 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 3.87s 3 subtests passed [21:23:30.530] 207/398 postgresql:pg_ctl / pg_ctl/004_logrotate OK 5.25s 14 subtests passed [21:23:30.776] 208/398 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.67s 4 subtests passed [21:23:33.763] 209/398 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 7.59s 98 subtests passed [21:23:34.007] 210/398 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 3.48s 9 subtests passed [21:23:34.147] 211/398 postgresql:pg_resetwal / pg_resetwal/001_basic OK 4.25s 83 subtests passed [21:23:37.110] 212/398 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 10.96s 108 subtests passed [21:23:41.414] 213/398 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 4.30s 1 subtests passed [21:23:41.836] 214/398 postgresql:pg_rewind / pg_rewind/006_options OK 0.42s 13 subtests passed [21:23:43.108] 215/398 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 9.10s 6 subtests passed [21:23:43.803] 216/398 postgresql:pg_dump / pg_dump/010_dump_connstr OK 14.27s 13 subtests passed [21:23:44.310] 217/398 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 10.16s 10 subtests passed [21:23:46.342] 218/398 postgresql:pg_rewind / pg_rewind/002_databases OK 12.58s 12 subtests passed [21:23:48.115] 219/398 postgresql:pg_rewind / pg_rewind/009_growing_files OK 4.31s 3 subtests passed [21:23:48.292] 220/398 postgresql:pg_rewind / pg_rewind/007_standby_source OK 6.45s 7 subtests passed [21:23:48.391] 221/398 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.28s 13 subtests passed [21:23:48.720] 222/398 postgresql:pg_rewind / pg_rewind/001_basic OK 17.94s 57 subtests passed [21:23:48.874] 223/398 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.48s 17 subtests passed [21:23:49.679] 224/398 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 6.57s 3 subtests passed [21:23:51.035] 225/398 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.69s 12 subtests passed [21:23:51.729] 226/398 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.43s 18 subtests passed [21:23:51.825] 227/398 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 0.79s 60 subtests passed [21:23:52.441] 228/398 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 8.13s 1 subtests passed [21:23:53.749] 229/398 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 4.07s 32 subtests passed [21:23:55.594] 230/398 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.86s 5 subtests passed [21:23:55.749] 231/398 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 7.03s 38 subtests passed [21:23:57.028] 232/398 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 5.20s 11 subtests passed [21:23:59.049] 233/398 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 6.61s 18 subtests passed [21:23:59.406] 234/398 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.36s 11 subtests passed [21:23:59.951] 235/398 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 6.20s 10 subtests passed [21:24:00.711] 236/398 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.68s 5 subtests passed [21:24:01.262] 237/398 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 12.39s 92 subtests passed [21:24:02.277] 238/398 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.56s 207 subtests passed [21:24:02.781] 239/398 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 3.37s 7 subtests passed [21:24:04.685] 240/398 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 9.09s 21 subtests passed [21:24:06.773] 241/398 postgresql:psql / psql/010_tab_completion OK 4.49s 89 subtests passed [21:24:06.929] 242/398 postgresql:psql / psql/020_cancel OK 4.15s 2 subtests passed [21:24:07.138] 243/398 postgresql:psql / psql/001_basic OK 5.87s 126 subtests passed [21:24:08.588] 244/398 postgresql:psql / psql/030_pager OK 3.90s 4 subtests passed [21:24:10.310] 245/398 postgresql:pg_dump / pg_dump/002_pg_dump OK 44.55s 12122 subtests passed [21:24:10.683] 246/398 postgresql:scripts / scripts/011_clusterdb_all OK 3.75s 7 subtests passed [21:24:10.732] 247/398 postgresql:scripts / scripts/010_clusterdb OK 3.96s 16 subtests passed [21:24:11.492] 248/398 postgresql:scripts / scripts/040_createuser OK 2.90s 37 subtests passed [21:24:12.972] 249/398 postgresql:pg_waldump / pg_waldump/001_basic OK 17.22s 212 subtests passed [21:24:14.305] 250/398 postgresql:scripts / scripts/080_pg_isready OK 3.57s 11 subtests passed [21:24:14.348] 251/398 postgresql:scripts / scripts/050_dropdb OK 3.72s 16 subtests passed [21:24:14.373] 252/398 postgresql:scripts / scripts/070_dropuser OK 3.68s 13 subtests passed [21:24:17.629] 253/398 postgresql:scripts / scripts/091_reindexdb_all OK 4.65s 13 subtests passed [21:24:17.791] 254/398 postgresql:scripts / scripts/020_createdb OK 10.65s 64 subtests passed [21:24:18.088] 255/398 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.29s 27 subtests passed [21:24:18.353] 256/398 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.26s 4 subtests passed [21:24:18.384] 257/398 postgresql:scripts / scripts/101_vacuumdb_all OK 4.03s 5 subtests passed [21:24:18.432] 258/398 postgresql:scripts / scripts/090_reindexdb OK 6.94s 64 subtests passed [21:24:18.824] 259/398 postgresql:pgbench / pgbench/001_pgbench_with_server OK 18.87s 474 subtests passed [21:24:19.010] 260/398 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.66s 39 subtests passed [21:24:21.740] 261/398 postgresql:scripts / scripts/102_vacuumdb_stages OK 7.37s 4 subtests passed [21:24:22.536] 262/398 postgresql:amcheck / amcheck/002_cic OK 4.10s 4 subtests passed [21:24:22.621] 263/398 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.61s 6 subtests passed [21:24:22.860] 264/398 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 55.76s 60 subtests passed [21:24:23.449] 265/398 postgresql:scripts / scripts/100_vacuumdb OK 9.14s 113 subtests passed [21:24:23.684] 266/398 postgresql:amcheck / amcheck/003_cic_2pc OK 4.85s 7 subtests passed [21:24:23.793] 267/398 postgresql:scripts / scripts/200_connstr OK 6.16s 3 subtests passed [21:24:24.058] 268/398 postgresql:oid2name / oid2name/001_basic OK 0.26s 9 subtests passed [21:24:26.102] 269/398 postgresql:auto_explain / auto_explain/001_auto_explain OK 3.48s 22 subtests passed [21:24:26.331] 270/398 postgresql:amcheck / amcheck/005_pitr OK 4.59s 3 subtests passed [21:24:28.081] 271/398 postgresql:pg_prewarm / pg_prewarm/001_basic OK 4.02s 11 subtests passed [21:24:28.632] 272/398 postgresql:amcheck / amcheck/006_verify_gin OK 6.10s 6 subtests passed [21:24:29.068] 273/398 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 5.62s 16 subtests passed [21:24:30.305] 274/398 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 3.97s 3 subtests passed [21:24:30.376] 275/398 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 4.27s 6 subtests passed [21:24:30.705] 276/398 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.33s [21:24:32.658] 277/398 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.58s 2 subtests passed [21:24:32.755] 278/398 postgresql:amcheck / amcheck/001_verify_heapam OK 14.37s 272 subtests passed [21:24:32.908] 279/398 postgresql:vacuumlo / vacuumlo/001_basic OK 0.25s 9 subtests passed [21:24:32.963] 280/398 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 4.33s 3 subtests passed [21:24:33.206] 281/398 postgresql:dblink / dblink/001_auth_scram OK 9.52s 12 subtests passed [21:24:34.969] 282/398 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.26s 6 subtests passed [21:24:35.208] 283/398 postgresql:authentication / authentication/005_sspi SKIP 0.24s [21:24:36.553] 284/398 postgresql:authentication / authentication/002_saslprep OK 3.64s 20 subtests passed [21:24:36.722] 285/398 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 6.42s 4 subtests passed [21:24:36.736] 286/398 postgresql:authentication / authentication/004_file_inclusion OK 3.53s 2 subtests passed [21:24:37.145] 287/398 postgresql:postmaster / postmaster/001_basic OK 0.42s 9 subtests passed [21:24:37.280] 288/398 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 8.21s 7 subtests passed [21:24:38.049] 289/398 postgresql:authentication / authentication/003_peer OK 5.09s 53 subtests passed [21:24:38.134] 290/398 postgresql:authentication / authentication/006_login_trigger OK 2.93s 32 subtests passed [21:24:39.672] 291/398 postgresql:authentication / authentication/007_pre_auth OK 3.12s 2 subtests passed [21:24:40.470] 292/398 postgresql:authentication / authentication/001_password OK 7.71s 207 subtests passed [21:24:40.628] 293/398 postgresql:postmaster / postmaster/002_connection_limits OK 3.89s 30 subtests passed [21:24:41.097] 294/398 postgresql:postmaster / postmaster/003_start_stop OK 3.95s 25 subtests passed [21:24:45.523] 295/398 postgresql:subscription / subscription/003_constraints OK 7.39s 6 subtests passed [21:24:46.509] 296/398 postgresql:bloom / bloom/001_wal OK 23.65s 31 subtests passed [21:24:46.817] 297/398 postgresql:subscription / subscription/005_encoding OK 6.34s 1 subtests passed [21:24:47.435] 298/398 postgresql:subscription / subscription/002_types OK 9.38s 4 subtests passed [21:24:48.199] 299/398 postgresql:subscription / subscription/006_rewrite OK 7.57s 2 subtests passed [21:24:48.556] 300/398 postgresql:subscription / subscription/004_sync OK 8.88s 9 subtests passed [21:24:50.161] 301/398 postgresql:subscription / subscription/007_ddl OK 9.06s 8 subtests passed [21:24:52.609] 302/398 postgresql:subscription / subscription/001_rep_changes OK 15.33s 38 subtests passed [21:24:53.353] 303/398 postgresql:subscription / subscription/009_matviews OK 6.84s 1 subtests passed [21:24:53.417] 304/398 postgresql:subscription / subscription/008_diff_schema OK 7.89s 5 subtests passed [21:24:54.896] 305/398 postgresql:subscription / subscription/012_collation OK 6.69s 2 subtests passed [21:24:57.167] 306/398 postgresql:subscription / subscription/010_truncate OK 10.35s 14 subtests passed [21:24:57.636] 307/398 postgresql:subscription / subscription/011_generated OK 10.20s 11 subtests passed [21:25:00.405] 308/398 postgresql:subscription / subscription/014_binary OK 10.24s 8 subtests passed [21:25:00.432] 309/398 postgresql:subscription / subscription/016_stream_subxact OK 7.07s 3 subtests passed [21:25:00.713] 310/398 postgresql:subscription / subscription/017_stream_ddl OK 7.29s 3 subtests passed [21:25:04.445] 311/398 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 7.27s 2 subtests passed [21:25:04.597] 312/398 postgresql:subscription / subscription/020_messages OK 6.96s 5 subtests passed [21:25:05.928] 313/398 postgresql:subscription / subscription/018_stream_subxact_abort OK 11.03s 9 subtests passed [21:25:10.325] 314/398 postgresql:subscription / subscription/015_stream OK 17.71s 10 subtests passed [21:25:10.748] 315/398 postgresql:subscription / subscription/013_partition OK 22.19s 74 subtests passed [21:25:12.883] 316/398 postgresql:subscription / subscription/024_add_drop_pub OK 8.44s 4 subtests passed [21:25:13.739] 317/398 postgresql:subscription / subscription/021_twophase OK 13.33s 31 subtests passed [21:25:13.985] 318/398 postgresql:subscription / subscription/025_rep_changes_for_schema OK 9.38s 13 subtests passed [21:25:15.983] 319/398 postgresql:subscription / subscription/022_twophase_cascade OK 15.55s 41 subtests passed [21:25:16.069] 320/398 postgresql:subscription / subscription/023_twophase_stream OK 15.35s 34 subtests passed [21:25:18.920] 321/398 postgresql:subscription / subscription/026_stats OK 12.99s 13 subtests passed [21:25:20.914] 322/398 postgresql:subscription / subscription/029_on_error OK 8.03s 5 subtests passed [21:25:25.313] 323/398 postgresql:subscription / subscription/028_row_filter OK 14.56s 26 subtests passed [21:25:25.712] 324/398 postgresql:subscription / subscription/033_run_as_table_owner OK 9.64s 10 subtests passed [21:25:27.684] 325/398 postgresql:subscription / subscription/030_origin OK 13.94s 13 subtests passed [21:25:28.253] 326/398 postgresql:subscription / subscription/027_nosuperuser OK 17.93s 19 subtests passed [21:25:30.359] 327/398 postgresql:subscription / subscription/032_subscribe_use_index OK 14.37s 15 subtests passed [21:25:32.357] 328/398 postgresql:subscription / subscription/031_column_list OK 18.37s 36 subtests passed [21:25:33.328] 329/398 postgresql:subscription / subscription/034_temporal OK 14.41s 37 subtests passed [21:25:33.915] 330/398 postgresql:subscription / subscription/036_sequences OK 8.60s 9 subtests passed [21:25:34.768] 331/398 postgresql:brin / brin/01_workitems OK 4.41s 4 subtests passed [21:25:34.851] 332/398 postgresql:subscription / subscription/035_conflicts OK 13.94s 29 subtests passed [21:25:36.662] 333/398 postgresql:subscription / subscription/037_except OK 10.95s 17 subtests passed [21:25:36.718] 334/398 postgresql:brin / brin/02_wal_consistency OK 4.36s 2 subtests passed [21:25:37.406] 335/398 postgresql:commit_ts / commit_ts/001_base OK 4.08s 2 subtests passed [21:25:37.663] 336/398 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 9.98s 4 subtests passed [21:25:38.824] 337/398 postgresql:commit_ts / commit_ts/002_standby OK 4.91s 4 subtests passed [21:25:39.725] 338/398 postgresql:commit_ts / commit_ts/004_restart OK 4.87s 16 subtests passed [21:25:40.483] 339/398 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.71s 4 subtests passed [21:25:40.502] 340/398 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.84s 4 subtests passed [21:25:40.681] 341/398 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.96s 23 subtests passed [21:25:42.021] 342/398 postgresql:oauth_validator / oauth_validator/002_client OK 4.36s 20 subtests passed [21:25:42.557] 343/398 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.73s 7 subtests passed [21:25:44.636] 344/398 postgresql:test_aio / test_aio/002_io_workers OK 4.15s 22 subtests passed [21:25:46.052] 345/398 postgresql:test_aio / test_aio/004_read_stream OK 5.37s 31 subtests passed [21:25:46.897] 346/398 postgresql:test_checksums / test_checksums/001_basic OK 4.34s 9 subtests passed [21:25:47.876] 347/398 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 5.85s 2 subtests passed [21:25:48.065] 348/398 postgresql:test_checksums / test_checksums/002_restarts OK 3.43s 5 subtests passed [21:25:48.183] 349/398 postgresql:test_aio / test_aio/003_initdb OK 7.68s 6 subtests passed [21:25:48.272] 350/398 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.21s [21:25:48.427] 351/398 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.24s [21:25:48.580] 352/398 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.31s [21:25:50.817] 353/398 postgresql:test_checksums / test_checksums/003_standby_restarts OK 4.76s 12 subtests passed [21:25:51.254] 354/398 postgresql:test_checksums / test_checksums/004_offline OK 4.36s 8 subtests passed [21:25:51.629] 355/398 postgresql:test_checksums / test_checksums/005_injection OK 3.75s 3 subtests passed [21:25:52.228] 356/398 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 3.65s 2 subtests passed [21:25:52.813] 357/398 postgresql:test_int128 / test_int128/001_test_int128 OK 0.58s 2 subtests passed [21:25:54.985] 358/398 postgresql:test_escape / test_escape/001_test_escape OK 3.73s 1218 subtests passed [21:25:55.094] 359/398 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.46s 11 subtests passed [21:25:55.123] 360/398 postgresql:subscription / subscription/100_bugs OK 26.87s 17 subtests passed [21:25:55.405] 361/398 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.28s 2 subtests passed [21:25:55.441] 362/398 postgresql:oauth_validator / oauth_validator/001_server OK 18.03s 170 subtests passed [21:25:55.472] 363/398 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.37s 12 subtests passed [21:25:56.224] 364/398 postgresql:test_aio / test_aio/001_aio OK 16.50s 826 subtests passed [21:25:56.273] 365/398 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 5.45s 15 subtests passed [21:25:57.057] 366/398 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 4.24s 516 subtests passed [21:25:58.832] 367/398 postgresql:test_misc / test_misc/003_check_guc OK 3.36s 4 subtests passed [21:25:59.076] 368/398 postgresql:test_json_parser / test_json_parser/002_inline OK 4.08s 3712 subtests passed [21:25:59.410] 369/398 postgresql:test_misc / test_misc/002_tablespace OK 3.96s 20 subtests passed [21:26:00.129] 370/398 postgresql:test_misc / test_misc/004_io_direct OK 3.87s 3 subtests passed [21:26:00.188] 371/398 postgresql:test_misc / test_misc/001_constraint_validation OK 4.78s 42 subtests passed [21:26:00.212] 372/398 postgresql:test_misc / test_misc/005_timeouts OK 3.93s 2 subtests passed [21:26:01.356] 373/398 postgresql:test_misc / test_misc/006_signal_autovacuum OK 4.29s 2 subtests passed [21:26:01.531] 374/398 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.17s [21:26:02.457] 375/398 postgresql:test_misc / test_misc/009_log_temp_files OK 3.05s 11 subtests passed [21:26:02.497] 376/398 postgresql:test_misc / test_misc/007_catcache_inval OK 3.66s 2 subtests passed [21:26:03.073] 377/398 postgresql:test_misc / test_misc/008_replslot_single_user OK 3.95s 10 subtests passed [21:26:04.099] 378/398 postgresql:test_misc / test_misc/011_lock_stats OK 3.91s 7 subtests passed [21:26:05.149] 379/398 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 3.62s 2 subtests passed [21:26:05.525] 380/398 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.37s [21:26:05.867] 381/398 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.34s [21:26:06.173] 382/398 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.30s [21:26:06.233] 383/398 postgresql:test_slru / test_slru/001_multixact OK 3.77s 2 subtests passed [21:26:06.714] 384/398 postgresql:test_slru / test_slru/002_multixact_wraparound OK 4.22s 18 subtests passed [21:26:08.304] 385/398 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 8.17s 73 subtests passed [21:26:08.661] 386/398 postgresql:worker_spi / worker_spi/001_worker_spi OK 5.59s 8 subtests passed [21:26:09.032] 387/398 postgresql:worker_spi / worker_spi/002_worker_terminate OK 4.93s 11 subtests passed [21:26:09.191] 388/398 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 3.02s [21:26:11.707] 389/398 postgresql:test_pg_dump / test_pg_dump/001_base OK 11.49s 1044 subtests passed [21:26:12.592] 390/398 postgresql:ssl / ssl/002_scram OK 5.88s 28 subtests passed [21:26:12.807] 391/398 postgresql:ldap / ldap/002_bindpasswd OK 3.61s 3 subtests passed [21:26:13.590] 392/398 postgresql:ssl / ssl/003_sslinfo OK 5.28s 21 subtests passed [21:26:14.361] 393/398 postgresql:test_checksums / test_checksums/009_fpi OK 25.93s 7 subtests passed [21:26:15.291] 394/398 postgresql:icu / icu/010_database OK 2.70s 8 subtests passed [21:26:15.565] 395/398 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 3.84s 26 subtests passed [21:26:16.218] 396/398 postgresql:ldap / ldap/001_auth OK 7.18s 47 subtests passed [21:26:16.626] 397/398 postgresql:ssl / ssl/004_sni OK 7.96s 102 subtests passed [21:26:19.966] 398/398 postgresql:ssl / ssl/001_ssltests OK 13.73s 272 subtests passed [21:26:20.068] [21:26:20.068] Summary of Failures: [21:26:20.068] [21:26:20.068] 11/398 postgresql:regress / regress/regress ERROR 99.25s exit status 1 [21:26:20.068] 28/398 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 100.64s exit status 1 [21:26:20.068] 24/398 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 144.96s exit status 1 [21:26:20.068] 119/398 postgresql:recovery / recovery/027_stream_regress ERROR 121.92s exit status 1 [21:26:20.068] [21:26:20.068] Ok: 384 [21:26:20.068] Expected Fail: 0 [21:26:20.068] Fail: 4 [21:26:20.068] Unexpected Pass: 0 [21:26:20.068] Skipped: 10 [21:26:20.068] Timeout: 0 [21:26:20.068] [21:26:20.068] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [21:26:20.178] [21:26:20.178] Exit status: 4