[17:42:51.720] su postgres <<-EOF [17:42:51.720] set -e [17:42:51.720] ulimit -c unlimited [17:42:51.720] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [17:42:51.720] EOF [17:42:52.825] 1/401 postgresql:setup / tmp_install OK 0.73s [17:42:52.877] 2/401 postgresql:setup / install_test_files OK 0.05s [17:42:54.460] 3/401 postgresql:setup / initdb_cache OK 1.58s [17:42:54.783] 4/401 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.30s 9 subtests passed [17:43:10.280] 5/401 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 15.77s 16 subtests passed [17:43:27.277] 6/401 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 32.79s 13 subtests passed [17:43:30.369] 7/401 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 35.87s 19 subtests passed [17:43:30.816] 8/401 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 20.53s 5 subtests passed [17:43:34.236] 9/401 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 39.46s 3 subtests passed [17:43:43.331] 10/401 postgresql:recovery / recovery/002_archiving OK 12.51s 12 subtests passed [17:43:52.688] 11/401 postgresql:recovery / recovery/001_stream_rep OK 22.32s 64 subtests passed [17:43:53.042] 12/401 postgresql:recovery / recovery/003_recovery_targets OK 18.80s 15 subtests passed [17:43:56.797] ▶ 13/401 + rules 4124 ms FAIL [17:43:58.851] 14/401 postgresql:recovery / recovery/004_timeline_switch OK 15.52s 5 subtests passed [17:44:00.087] 15/401 postgresql:recovery / recovery/006_logical_decoding OK 7.04s 20 subtests passed [17:44:03.128] 16/401 postgresql:recovery / recovery/005_replay_delay OK 10.44s 3 subtests passed [17:44:09.604] 17/401 postgresql:recovery / recovery/007_sync_rep OK 10.75s 11 subtests passed [17:44:17.184] 18/401 postgresql:recovery / recovery/010_logical_decoding_timelines OK 7.58s 13 subtests passed [17:44:17.226] 19/401 postgresql:recovery / recovery/008_fsm_truncation OK 17.14s 1 subtests passed [17:44:19.720] 20/401 postgresql:recovery / recovery/009_twophase OK 16.59s 30 subtests passed [17:44:25.699] 21/401 postgresql:recovery / recovery/013_crash_restart OK 8.47s 20 subtests passed [17:44:26.373] 22/401 postgresql:recovery / recovery/014_unlogged_reinit OK 6.65s 23 subtests passed [17:44:28.443] 23/401 postgresql:recovery / recovery/012_subtransactions OK 11.26s 12 subtests passed [17:44:34.923] 24/401 postgresql:recovery / recovery/015_promotion_pages OK 9.22s 1 subtests passed [17:44:36.584] 25/401 postgresql:recovery / recovery/016_min_consistency OK 10.21s 1 subtests passed [17:44:37.280] 26/401 postgresql:recovery / recovery/017_shm OK 8.84s 4 subtests passed [17:44:39.709] 13/401 postgresql:regress / regress/regress ERROR 105.24s exit status 1 [17:44:39.711] >>> LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 top_builddir=/tmp/cirrus-ci-build/build 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 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress MALLOC_PERTURB_=183 /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 [17:44:39.711] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [17:44:39.711] stderr: [17:44:39.711] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out [17:44:39.711] # --- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out 2026-05-16 17:38:19.192386843 +0000 [17:44:39.711] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out 2026-05-16 17:43:51.945903382 +0000 [17:44:39.711] # @@ -1889,6 +1889,9 @@ [17:44:39.711] # pg_stat_get_checkpointer_sync_time() AS sync_time, [17:44:39.711] # pg_stat_get_checkpointer_buffers_written() AS buffers_written, [17:44:39.711] # pg_stat_get_checkpointer_slru_written() AS slru_written, [17:44:39.711] # + pg_stat_get_checkpointer_segs_added() AS segs_added, [17:44:39.711] # + pg_stat_get_checkpointer_segs_removed() AS segs_removed, [17:44:39.711] # + pg_stat_get_checkpointer_segs_recycled() AS segs_recycled, [17:44:39.711] # pg_stat_get_checkpointer_stat_reset_time() AS stats_reset; [17:44:39.711] # pg_stat_database| SELECT oid AS datid, [17:44:39.711] # datname, [17:44:39.711] # 1 of 245 tests failed. [17:44:39.711] # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.diffs". [17:44:39.711] # 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". [17:44:39.711] [17:44:39.711] (test program exited with status code 1) [17:44:39.711] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [17:44:39.711] [17:44:40.404] ▶ 27/401 - regression tests in old instance FAIL [17:44:43.438] 28/401 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 108.92s 50 subtests passed [17:44:44.274] ▶ 29/401 - regression tests pass FAIL [17:44:44.409] 29/401 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 109.93s exit status 1 [17:44:44.410] >>> LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 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 top_builddir=/tmp/cirrus-ci-build/build REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MALLOC_PERTURB_=193 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress /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 [17:44:44.410] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [17:44:44.410] stderr: [17:44:44.410] # Failed test 'regression tests pass' [17:44:44.410] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 66. [17:44:44.410] # got: '256' [17:44:44.410] # expected: '0' [17:44:44.410] # Looks like you failed 1 test of 1. [17:44:44.410] [17:44:44.410] (test program exited with status code 1) [17:44:44.410] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [17:44:44.410] [17:44:44.547] 30/401 postgresql:recovery / recovery/021_row_visibility OK 4.83s 10 subtests passed [17:44:45.748] 31/401 postgresql:recovery / recovery/020_archive_status OK 8.47s 19 subtests passed [17:44:47.482] 32/401 postgresql:recovery / recovery/022_crash_temp_files OK 4.04s 11 subtests passed [17:44:49.108] 33/401 postgresql:recovery / recovery/023_pitr_prepared_xact OK 4.70s 1 subtests passed [17:44:49.532] 34/401 postgresql:recovery / recovery/024_archive_recovery OK 4.98s 2 subtests passed [17:44:51.088] 35/401 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 5.34s 1 subtests passed [17:44:56.194] 36/401 postgresql:recovery / recovery/028_pitr_timelines OK 6.66s 3 subtests passed [17:44:56.648] 37/401 postgresql:recovery / recovery/026_overwrite_contrecord OK 9.16s 3 subtests passed [17:45:00.651] 38/401 postgresql:recovery / recovery/018_wal_optimize OK 25.73s 38 subtests passed [17:45:00.926] 39/401 postgresql:recovery / recovery/029_stats_restart OK 9.84s 44 subtests passed [17:45:01.595] 40/401 postgresql:recovery / recovery/019_replslot_limit OK 25.01s 26 subtests passed [17:45:05.364] 41/401 postgresql:recovery / recovery/030_stats_cleanup_replica OK 9.17s 11 subtests passed [17:45:06.140] 42/401 postgresql:recovery / recovery/034_create_database OK 4.54s 2 subtests passed [17:45:06.224] 43/401 postgresql:recovery / recovery/031_recovery_conflict OK 9.57s 18 subtests passed [17:45:11.932] 44/401 postgresql:recovery / recovery/032_relfilenode_reuse OK 11.28s 14 subtests passed [17:45:11.990] 45/401 postgresql:recovery / recovery/037_invalid_database OK 5.76s 10 subtests passed [17:45:12.814] 46/401 postgresql:isolation / isolation/isolation OK 105.54s 128 subtests passed [17:45:12.886] 47/401 postgresql:recovery / recovery/036_truncated_dropped OK 6.74s 8 subtests passed [17:45:18.880] 48/401 postgresql:recovery / recovery/033_replay_tsp_drops OK 17.95s 3 subtests passed [17:45:18.916] 49/401 postgresql:recovery / recovery/041_checkpoint_at_promote OK 6.03s 6 subtests passed [17:45:22.266] 50/401 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 10.33s 2 subtests passed [17:45:26.332] 51/401 postgresql:recovery / recovery/043_no_contrecord_switch OK 7.41s 1 subtests passed [17:45:26.904] 52/401 postgresql:recovery / recovery/042_low_level_backup OK 8.02s 4 subtests passed [17:45:27.250] 53/401 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 4.98s 1 subtests passed [17:45:28.032] 54/401 postgresql:recovery / recovery/039_end_of_wal OK 16.04s 14 subtests passed [17:45:35.408] 27/401 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 160.92s exit status 1 [17:45:35.409] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 MALLOC_PERTURB_=20 share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib 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 top_builddir=/tmp/cirrus-ci-build/build with_icu=yes 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 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template 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 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress /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 [17:45:35.409] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [17:45:35.409] stderr: [17:45:35.409] # Failed test 'regression tests in old instance' [17:45:35.409] # at /tmp/cirrus-ci-build/src/bin/pg_upgrade/t/002_pg_upgrade.pl line 286. [17:45:35.409] # ---------- command failed ---------- [17:45:35.409] # /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --dlpath=/tmp/cirrus-ci-build/build/src/test/regress --bindir= --host=/tmp/AyxusPcIKS --port=32555 --schedule=/tmp/cirrus-ci-build/src/test/regress/parallel_schedule --max-concurrent-tests=20 --inputdir=/tmp/cirrus-ci-build/src/test/regress --outputdir=/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data [17:45:35.409] # -------------- stdout -------------- [17:45:35.409] # # using postmaster on /tmp/AyxusPcIKS, port 32555 [17:45:35.409] # ok 1 - test_setup 1473 ms [17:45:35.409] # # parallel group (20 tests): varchar char oid name pg_lsn txid int4 int2 text int8 boolean regproc float4 money float8 bit enum uuid numeric rangetypes [17:45:35.409] # ok 2 + boolean 365 ms [17:45:35.409] # ok 3 + char 202 ms [17:45:35.409] # ok 4 + name 247 ms [17:45:35.409] # ok 5 + varchar 161 ms [17:45:35.409] # ok 6 + text 274 ms [17:45:35.409] # ok 7 + int2 263 ms [17:45:35.409] # ok 8 + int4 256 ms [17:45:35.409] # ok 9 + int8 357 ms [17:45:35.409] # ok 10 + oid 224 ms [17:45:35.409] # ok 11 + float4 378 ms [17:45:35.409] # ok 12 + float8 415 ms [17:45:35.409] # ok 13 + bit 438 ms [17:45:35.409] # ok 14 + numeric 1746 ms [17:45:35.409] # ok 15 + txid 241 ms [17:45:35.409] # ok 16 + uuid 536 ms [17:45:35.409] # ok 17 + enum 511 ms [17:45:35.409] # ok 18 + money 372 ms [17:45:35.409] # ok 19 + rangetypes 2031 ms [17:45:35.409] # ok 20 + pg_lsn 212 ms [17:45:35.409] # ok 21 + regproc 328 ms [17:45:35.409] # # parallel group (20 tests): md5 lseg time circle line path point timetz macaddr macaddr8 numerology date inet interval timestamp box timestamptz strings polygon multirangetypes [17:45:35.409] # ok 22 + strings 1157 ms [17:45:35.409] # ok 23 + md5 142 ms [17:45:35.409] # ok 24 + numerology 364 ms [17:45:35.409] # ok 25 + point 264 ms [17:45:35.409] # ok 26 + lseg 168 ms [17:45:35.409] # ok 27 + line 238 ms [17:45:35.409] # ... 206 lines omitted ... [17:45:35.409] # ok 219 + partition_merge 3612 ms [17:45:35.409] # ok 220 + partition_split 4187 ms [17:45:35.409] # ok 221 + partition_join 4851 ms [17:45:35.409] # ok 222 + partition_prune 5018 ms [17:45:35.409] # ok 223 + reloptions 598 ms [17:45:35.409] # ok 224 + hash_part 307 ms [17:45:35.409] # ok 225 + indexing 7039 ms [17:45:35.409] # ok 226 + partition_aggregate 3980 ms [17:45:35.409] # ok 227 + partition_info 765 ms [17:45:35.409] # ok 228 + tuplesort 4591 ms [17:45:35.409] # ok 229 + explain 740 ms [17:45:35.409] # ok 230 + memoize 1590 ms [17:45:35.409] # ok 231 + stats 3867 ms [17:45:35.409] # ok 232 + predicate 982 ms [17:45:35.409] # ok 233 + numa 378 ms [17:45:35.409] # ok 234 + eager_aggregate 2323 ms [17:45:35.409] # ok 235 + graph_table_rls 1028 ms [17:45:35.409] # ok 236 + planner_est 286 ms [17:45:35.409] # # parallel group (4 tests): compression_pglz compression compression_lz4 cluster [17:45:35.409] # ok 237 + compression 749 ms [17:45:35.409] # ok 238 + compression_lz4 899 ms [17:45:35.409] # ok 239 + compression_pglz 83 ms [17:45:35.409] # ok 240 + cluster 1760 ms [17:45:35.409] # # parallel group (2 tests): oidjoins event_trigger [17:45:35.409] # ok 241 + oidjoins 1437 ms [17:45:35.409] # ok 242 + event_trigger 1676 ms [17:45:35.409] # ok 243 - event_trigger_login 133 ms [17:45:35.409] # ok 244 - fast_default 602 ms [17:45:35.409] # ok 245 - tablespace 1930 ms [17:45:35.409] # 1..245 [17:45:35.409] # -------------- stderr -------------- [17:45:35.409] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out [17:45:35.409] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out 2026-05-16 17:38:19.192386843 +0000 [17:45:35.409] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out 2026-05-16 17:43:54.465952719 +0000 [17:45:35.409] # # @@ -1889,6 +1889,9 @@ [17:45:35.409] # # pg_stat_get_checkpointer_sync_time() AS sync_time, [17:45:35.409] # # pg_stat_get_checkpointer_buffers_written() AS buffers_written, [17:45:35.409] # # pg_stat_get_checkpointer_slru_written() AS slru_written, [17:45:35.409] # # + pg_stat_get_checkpointer_segs_added() AS segs_added, [17:45:35.409] # # + pg_stat_get_checkpointer_segs_removed() AS segs_removed, [17:45:35.409] # # + pg_stat_get_checkpointer_segs_recycled() AS segs_recycled, [17:45:35.409] # # pg_stat_get_checkpointer_stat_reset_time() AS stats_reset; [17:45:35.409] # # pg_stat_database| SELECT oid AS datid, [17:45:35.409] # # datname, [17:45:35.409] # # 1 of 245 tests failed. [17:45:35.409] # # 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". [17:45:35.409] # # 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". [17:45:35.409] # ------------------------------------ [17:45:35.409] # Looks like you failed 1 test of 20. [17:45:35.409] [17:45:35.409] (test program exited with status code 1) [17:45:35.409] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [17:45:35.409] [17:45:35.426] 55/401 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 7.39s 3 subtests passed [17:45:36.854] 56/401 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 9.60s 1 subtests passed [17:45:38.595] 57/401 postgresql:recovery / recovery/045_archive_restartpoint OK 12.26s 1 subtests passed [17:45:39.032] 58/401 postgresql:recovery / recovery/035_standby_logical_decoding OK 33.67s 89 subtests passed [17:45:40.132] 59/401 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 13.22s 2 subtests passed [17:45:41.832] 60/401 postgresql:recovery / recovery/050_redo_segment_missing OK 6.39s 2 subtests passed [17:45:42.296] 61/401 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 29.48s 38 subtests passed [17:45:42.961] 62/401 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 4.36s 4 subtests passed [17:45:46.181] 63/401 postgresql:plperl / plperl/regress OK 4.35s 14 subtests passed [17:45:46.666] 64/401 postgresql:plpgsql / plpgsql/regress OK 6.53s 13 subtests passed [17:45:46.974] 65/401 postgresql:pltcl / pltcl/regress OK 4.01s 8 subtests passed [17:45:48.037] 66/401 postgresql:plpython / plpython/regress OK 5.74s 23 subtests passed [17:45:49.001] 67/401 postgresql:kerberos / kerberos/001_auth OK 9.97s 142 subtests passed [17:45:50.317] 68/401 postgresql:auto_explain / auto_explain/regress OK 3.65s 2 subtests passed [17:45:50.726] 69/401 postgresql:basic_archive / basic_archive/regress OK 3.75s 1 subtests passed [17:45:51.360] 70/401 postgresql:bloom / bloom/regress OK 3.32s 1 subtests passed [17:45:52.244] 71/401 postgresql:bool_plperl / bool_plperl/regress OK 3.24s 2 subtests passed [17:45:53.435] 72/401 postgresql:recovery / recovery/051_effective_wal_level OK 16.58s 31 subtests passed [17:45:54.483] 73/401 postgresql:citext / citext/regress OK 3.12s 3 subtests passed [17:45:55.972] 74/401 postgresql:btree_gin / btree_gin/regress OK 5.65s 30 subtests passed [17:45:56.883] 75/401 postgresql:btree_gist / btree_gist/regress OK 6.16s 32 subtests passed [17:45:57.109] 76/401 postgresql:cube / cube/regress OK 4.86s 2 subtests passed [17:45:58.376] 77/401 postgresql:dblink / dblink/regress OK 4.94s 1 subtests passed [17:45:59.832] 78/401 postgresql:dict_int / dict_int/regress OK 5.35s 1 subtests passed [17:46:00.404] 79/401 postgresql:dict_xsyn / dict_xsyn/regress OK 4.43s 1 subtests passed [17:46:00.726] 80/401 postgresql:amcheck / amcheck/regress OK 14.54s 4 subtests passed [17:46:01.148] 81/401 postgresql:file_fdw / file_fdw/regress OK 4.04s 1 subtests passed [17:46:01.508] 82/401 postgresql:earthdistance / earthdistance/regress OK 4.62s 1 subtests passed [17:46:01.896] 83/401 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 3.52s 2 subtests passed [17:46:03.451] 84/401 postgresql:hstore_plpython / hstore_plpython/regress OK 2.72s 1 subtests passed [17:46:04.492] 85/401 postgresql:hstore_plperl / hstore_plperl/regress OK 4.09s 3 subtests passed [17:46:05.874] 86/401 postgresql:jsonb_plperl / jsonb_plperl/regress OK 3.98s 2 subtests passed [17:46:05.938] 87/401 postgresql:isn / isn/regress OK 4.43s 1 subtests passed [17:46:06.490] 88/401 postgresql:hstore / hstore/regress OK 6.66s 2 subtests passed [17:46:09.249] 89/401 postgresql:lo / lo/regress OK 4.76s 1 subtests passed [17:46:09.320] 90/401 postgresql:jsonb_plpython / jsonb_plpython/regress OK 5.87s 1 subtests passed [17:46:10.492] 91/401 postgresql:ltree_plpython / ltree_plpython/regress OK 4.55s 1 subtests passed [17:46:11.288] 92/401 postgresql:ltree / ltree/regress OK 5.41s 1 subtests passed [17:46:12.163] 93/401 postgresql:pageinspect / pageinspect/regress OK 5.67s 8 subtests passed [17:46:13.084] 94/401 postgresql:passwordcheck / passwordcheck/regress OK 3.83s 1 subtests passed [17:46:13.427] 95/401 postgresql:pg_buffercache / pg_buffercache/regress OK 4.10s 2 subtests passed [17:46:14.723] 96/401 postgresql:pg_freespacemap / pg_freespacemap/regress OK 3.43s 1 subtests passed [17:46:14.847] 97/401 postgresql:recovery / recovery/049_wait_for_lsn OK 39.44s 57 subtests passed [17:46:15.347] 98/401 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 3.18s 1 subtests passed [17:46:16.140] 99/401 postgresql:pgcrypto / pgcrypto/regress OK 5.65s 25 subtests passed [17:46:16.381] 100/401 postgresql:pg_overexplain / pg_overexplain/regress OK 3.30s 1 subtests passed [17:46:18.200] 101/401 postgresql:intarray / intarray/regress OK 17.05s 1 subtests passed [17:46:20.370] 102/401 postgresql:pg_prewarm / pg_prewarm/regress OK 5.65s 1 subtests passed [17:46:20.446] 103/401 postgresql:pgrowlocks / pgrowlocks/isolation OK 5.60s 1 subtests passed [17:46:21.996] 104/401 postgresql:pgstattuple / pgstattuple/regress OK 5.61s 1 subtests passed [17:46:23.232] 105/401 postgresql:pg_surgery / pg_surgery/regress OK 5.03s 1 subtests passed [17:46:23.696] 106/401 postgresql:pg_stat_statements / pg_stat_statements/regress OK 7.55s 16 subtests passed [17:46:24.004] 107/401 postgresql:pg_stash_advice / pg_stash_advice/regress OK 8.65s 2 subtests passed [17:46:25.014] 108/401 postgresql:pg_visibility / pg_visibility/regress OK 4.57s 1 subtests passed [17:46:26.296] 109/401 postgresql:pg_walinspect / pg_walinspect/regress OK 4.30s 2 subtests passed [17:46:27.223] 110/401 postgresql:pg_trgm / pg_trgm/regress OK 6.84s 4 subtests passed [17:46:27.475] 111/401 postgresql:postgres_fdw / postgres_fdw/isolation OK 3.78s 1 subtests passed [17:46:27.550] 112/401 postgresql:seg / seg/regress OK 3.55s 3 subtests passed [17:46:28.720] 113/401 postgresql:pg_plan_advice / pg_plan_advice/regress OK 15.29s 9 subtests passed [17:46:29.090] 114/401 postgresql:spi / spi/regress OK 4.07s 2 subtests passed [17:46:29.410] 115/401 postgresql:tablefunc / tablefunc/regress OK 3.11s 1 subtests passed [17:46:30.084] 116/401 postgresql:tcn / tcn/isolation OK 2.86s 1 subtests passed [17:46:32.308] 117/401 postgresql:tsm_system_rows / tsm_system_rows/regress OK 3.59s 1 subtests passed [17:46:32.399] 118/401 postgresql:tsm_system_time / tsm_system_time/regress OK 3.31s 1 subtests passed [17:46:32.766] 119/401 postgresql:unaccent / unaccent/regress OK 3.35s 1 subtests passed [17:46:33.361] 120/401 postgresql:uuid-ossp / uuid-ossp/regress OK 3.28s 1 subtests passed [17:46:33.453] ▶ 121/401 - regression tests pass FAIL [17:46:34.631] 122/401 postgresql:test_decoding / test_decoding/isolation OK 7.08s 14 subtests passed [17:46:35.335] 123/401 postgresql:xml2 / xml2/regress OK 3.03s 1 subtests passed [17:46:35.594] 124/401 postgresql:brin / brin/isolation OK 3.19s 1 subtests passed [17:46:35.905] 125/401 postgresql:commit_ts / commit_ts/regress OK 3.14s 1 subtests passed [17:46:37.670] 126/401 postgresql:delay_execution / delay_execution/isolation OK 4.31s 2 subtests passed [17:46:37.789] 127/401 postgresql:dummy_index_am / dummy_index_am/regress OK 3.16s 1 subtests passed [17:46:38.564] 128/401 postgresql:dummy_seclabel / dummy_seclabel/regress OK 3.23s 1 subtests passed [17:46:39.940] 129/401 postgresql:gin / gin/regress OK 4.34s 1 subtests passed [17:46:40.236] 130/401 postgresql:index / index/isolation OK 4.33s 1 subtests passed [17:46:40.897] 131/401 postgresql:postgres_fdw / postgres_fdw/regress OK 17.66s 2 subtests passed [17:46:41.105] 132/401 postgresql:test_decoding / test_decoding/regress OK 13.63s 20 subtests passed [17:46:41.460] 133/401 postgresql:injection_points / injection_points/regress OK 3.79s 4 subtests passed [17:46:43.145] 134/401 postgresql:plsample / plsample/regress OK 3.20s 1 subtests passed [17:46:43.769] 135/401 postgresql:spgist_name_ops / spgist_name_ops/regress OK 3.53s 1 subtests passed [17:46:43.964] 136/401 postgresql:test_binaryheap / test_binaryheap/regress OK 3.07s 1 subtests passed [17:46:44.416] 137/401 postgresql:test_bitmapset / test_bitmapset/regress OK 3.31s 1 subtests passed [17:46:44.738] 138/401 postgresql:test_bloomfilter / test_bloomfilter/regress OK 3.28s 1 subtests passed [17:46:45.673] 139/401 postgresql:injection_points / injection_points/isolation OK 7.88s 8 subtests passed [17:46:46.054] 140/401 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 2.91s 1 subtests passed [17:46:46.889] 141/401 postgresql:test_custom_types / test_custom_types/regress OK 2.92s 1 subtests passed [17:46:47.479] 142/401 postgresql:test_cplusplusext / test_cplusplusext/regress OK 3.71s 1 subtests passed [17:46:48.317] 143/401 postgresql:test_dsa / test_dsa/regress OK 3.58s 1 subtests passed [17:46:48.420] 144/401 postgresql:nbtree / nbtree/regress OK 9.85s 2 subtests passed [17:46:48.630] 145/401 postgresql:test_dsm_registry / test_dsm_registry/regress OK 2.96s 1 subtests passed [17:46:49.458] 146/401 postgresql:test_extensions / test_extensions/regress OK 3.40s 2 subtests passed [17:46:49.543] 147/401 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 5.12s 22 subtests passed [17:46:50.141] 148/401 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 3.25s 1 subtests passed [17:46:50.880] 149/401 postgresql:test_lfind / test_lfind/regress OK 2.56s 1 subtests passed [17:46:51.848] 150/401 postgresql:test_oat_hooks / test_oat_hooks/regress OK 3.22s 2 subtests passed [17:46:51.880] 151/401 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 3.46s 1 subtests passed [17:46:52.873] 152/401 postgresql:test_parser / test_parser/regress OK 3.41s 1 subtests passed [17:46:53.016] 153/401 postgresql:test_pg_dump / test_pg_dump/regress OK 3.47s 1 subtests passed [17:46:53.628] 154/401 postgresql:test_predtest / test_predtest/regress OK 3.49s 1 subtests passed [17:46:54.293] 155/401 postgresql:test_radixtree / test_radixtree/regress OK 3.41s 1 subtests passed [17:46:54.994] 156/401 postgresql:test_rbtree / test_rbtree/regress OK 3.14s 1 subtests passed [17:46:56.294] 157/401 postgresql:test_resowner / test_resowner/regress OK 3.42s 1 subtests passed [17:46:56.413] 158/401 postgresql:test_rls_hooks / test_rls_hooks/regress OK 3.40s 1 subtests passed [17:46:56.492] 159/401 postgresql:test_saslprep / test_saslprep/regress OK 2.86s 1 subtests passed [17:46:56.664] 160/401 postgresql:test_regex / test_regex/regress OK 4.78s 2 subtests passed [17:46:58.025] 161/401 postgresql:test_integerset / test_integerset/regress OK 10.55s 1 subtests passed [17:46:58.189] 162/401 postgresql:test_slru / test_slru/regress OK 3.19s 1 subtests passed [17:46:58.496] 163/401 postgresql:libpq / libpq/002_api OK 0.31s 1 subtests passed [17:46:59.217] 164/401 postgresql:libpq / libpq/001_uri OK 1.19s 63 subtests passed [17:46:59.846] 165/401 postgresql:typcache / typcache/regress OK 3.42s 1 subtests passed [17:47:00.380] 166/401 postgresql:test_shm_mq / test_shm_mq/regress OK 6.09s 1 subtests passed [17:47:00.462] 167/401 postgresql:unsafe_tests / unsafe_tests/regress OK 3.97s 4 subtests passed [17:47:00.481] 168/401 postgresql:test_tidstore / test_tidstore/regress OK 4.19s 1 subtests passed [17:47:00.788] 169/401 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.32s 55 subtests passed [17:47:01.087] 170/401 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.30s 9 subtests passed [17:47:05.076] 121/401 postgresql:recovery / recovery/027_stream_regress ERROR 135.97s exit status 1 [17:47:05.076] >>> LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=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 share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib top_builddir=/tmp/cirrus-ci-build/build REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MALLOC_PERTURB_=250 enable_injection_points=yes INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress /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 [17:47:05.076] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [17:47:05.076] stderr: [17:47:05.076] # Failed test 'regression tests pass' [17:47:05.076] # at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 74. [17:47:05.076] # ---------- command failed ---------- [17:47:05.076] # /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --dlpath=/tmp/cirrus-ci-build/build/src/test/regress --bindir= --host=/tmp/iIrl8ld92C --port=31314 --schedule=../regress/parallel_schedule --max-concurrent-tests=20 --inputdir=../regress --outputdir=/tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data [17:47:05.076] # -------------- stdout -------------- [17:47:05.076] # # using postmaster on /tmp/iIrl8ld92C, port 31314 [17:47:05.076] # ok 1 - test_setup 772 ms [17:47:05.076] # # parallel group (20 tests): char varchar name oid pg_lsn txid int2 text int4 float4 boolean regproc money float8 int8 uuid bit enum rangetypes numeric [17:47:05.076] # ok 2 + boolean 365 ms [17:47:05.076] # ok 3 + char 184 ms [17:47:05.076] # ok 4 + name 243 ms [17:47:05.076] # ok 5 + varchar 232 ms [17:47:05.076] # ok 6 + text 295 ms [17:47:05.076] # ok 7 + int2 278 ms [17:47:05.076] # ok 8 + int4 290 ms [17:47:05.076] # ok 9 + int8 486 ms [17:47:05.076] # ok 10 + oid 239 ms [17:47:05.076] # ok 11 + float4 301 ms [17:47:05.076] # ok 12 + float8 424 ms [17:47:05.076] # ok 13 + bit 629 ms [17:47:05.076] # ok 14 + numeric 1887 ms [17:47:05.076] # ok 15 + txid 258 ms [17:47:05.076] # ok 16 + uuid 515 ms [17:47:05.076] # ok 17 + enum 689 ms [17:47:05.076] # ok 18 + money 379 ms [17:47:05.076] # ok 19 + rangetypes 1809 ms [17:47:05.076] # ok 20 + pg_lsn 241 ms [17:47:05.076] # ok 21 + regproc 371 ms [17:47:05.076] # # parallel group (20 tests): line md5 time lseg macaddr path circle numerology timetz point inet macaddr8 date strings interval timestamp timestamptz polygon box multirangetypes [17:47:05.076] # ok 22 + strings 756 ms [17:47:05.076] # ok 23 + md5 163 ms [17:47:05.076] # ok 24 + numerology 319 ms [17:47:05.076] # ok 25 + point 377 ms [17:47:05.076] # ok 26 + lseg 248 ms [17:47:05.076] # ok 27 + line 136 ms [17:47:05.076] # ... 206 lines omitted ... [17:47:05.076] # ok 219 + partition_merge 5852 ms [17:47:05.076] # ok 220 + partition_split 6961 ms [17:47:05.076] # ok 221 + partition_join 7489 ms [17:47:05.076] # ok 222 + partition_prune 7688 ms [17:47:05.076] # ok 223 + reloptions 365 ms [17:47:05.076] # ok 224 + hash_part 301 ms [17:47:05.076] # ok 225 + indexing 10020 ms [17:47:05.076] # ok 226 + partition_aggregate 4850 ms [17:47:05.076] # ok 227 + partition_info 1217 ms [17:47:05.076] # ok 228 + tuplesort 3678 ms [17:47:05.076] # ok 229 + explain 842 ms [17:47:05.076] # ok 230 + memoize 3815 ms [17:47:05.076] # ok 231 + stats 6340 ms [17:47:05.076] # ok 232 + predicate 727 ms [17:47:05.076] # ok 233 + numa 180 ms [17:47:05.076] # ok 234 + eager_aggregate 1794 ms [17:47:05.076] # ok 235 + graph_table_rls 1105 ms [17:47:05.076] # ok 236 + planner_est 285 ms [17:47:05.076] # # parallel group (4 tests): compression_pglz compression compression_lz4 cluster [17:47:05.076] # ok 237 + compression 443 ms [17:47:05.076] # ok 238 + compression_lz4 631 ms [17:47:05.076] # ok 239 + compression_pglz 57 ms [17:47:05.076] # ok 240 + cluster 1079 ms [17:47:05.076] # # parallel group (2 tests): oidjoins event_trigger [17:47:05.076] # ok 241 + oidjoins 2279 ms [17:47:05.076] # ok 242 + event_trigger 2547 ms [17:47:05.076] # ok 243 - event_trigger_login 166 ms [17:47:05.076] # ok 244 - fast_default 627 ms [17:47:05.076] # ok 245 - tablespace 3010 ms [17:47:05.076] # 1..245 [17:47:05.076] # -------------- stderr -------------- [17:47:05.076] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out [17:47:05.076] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out 2026-05-16 17:38:19.192386843 +0000 [17:47:05.076] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out 2026-05-16 17:45:43.376871153 +0000 [17:47:05.076] # # @@ -1889,6 +1889,9 @@ [17:47:05.076] # # pg_stat_get_checkpointer_sync_time() AS sync_time, [17:47:05.076] # # pg_stat_get_checkpointer_buffers_written() AS buffers_written, [17:47:05.076] # # pg_stat_get_checkpointer_slru_written() AS slru_written, [17:47:05.076] # # + pg_stat_get_checkpointer_segs_added() AS segs_added, [17:47:05.076] # # + pg_stat_get_checkpointer_segs_removed() AS segs_removed, [17:47:05.076] # # + pg_stat_get_checkpointer_segs_recycled() AS segs_recycled, [17:47:05.076] # # pg_stat_get_checkpointer_stat_reset_time() AS stats_reset; [17:47:05.076] # # pg_stat_database| SELECT oid AS datid, [17:47:05.076] # # datname, [17:47:05.076] # # 1 of 245 tests failed. [17:47:05.076] # # 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". [17:47:05.076] # # 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". [17:47:05.076] # ------------------------------------ [17:47:05.076] # Looks like you failed 1 test of 11. [17:47:05.076] [17:47:05.076] (test program exited with status code 1) [17:47:05.076] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [17:47:05.076] [17:47:05.583] 171/401 postgresql:ecpg / ecpg/ecpg OK 8.92s 67 subtests passed [17:47:06.955] 172/401 postgresql:libpq / libpq/006_service OK 6.57s 47 subtests passed [17:47:07.352] 173/401 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 6.26s 107 subtests passed [17:47:07.727] 174/401 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.37s 51 subtests passed [17:47:10.352] 175/401 postgresql:libpq / libpq/003_load_balance_host_list OK 11.85s 127 subtests passed [17:47:11.194] 176/401 postgresql:libpq / libpq/004_load_balance_dns OK 11.98s 125 subtests passed [17:47:11.322] 177/401 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.74s 32 subtests passed [17:47:12.571] 178/401 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 5.61s 10 subtests passed [17:47:14.511] 179/401 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 4.16s 3 subtests passed [17:47:14.856] 180/401 postgresql:pg_checksums / pg_checksums/001_basic OK 0.34s 9 subtests passed [17:47:14.980] 181/401 postgresql:libpq / libpq/005_negotiate_encryption OK 15.13s 249 subtests passed [17:47:15.311] 182/401 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.32s 13 subtests passed [17:47:16.772] 183/401 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 5.58s 43 subtests passed [17:47:20.234] 184/401 postgresql:pg_amcheck / pg_amcheck/003_check OK 15.16s 75 subtests passed [17:47:20.393] 185/401 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 9.07s 27 subtests passed [17:47:20.482] 186/401 postgresql:pg_checksums / pg_checksums/002_actions OK 5.62s 66 subtests passed [17:47:21.951] 187/401 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 5.18s 7 subtests passed [17:47:23.379] 188/401 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 8.07s 6 subtests passed [17:47:24.145] 189/401 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 3.91s 11 subtests passed [17:47:25.200] 190/401 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.72s 4 subtests passed [17:47:25.732] 191/401 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 3.78s 3 subtests passed [17:47:25.820] 192/401 postgresql:initdb / initdb/001_initdb OK 25.34s 57 subtests passed [17:47:26.254] 193/401 postgresql:pg_config / pg_config/001_pg_config OK 0.43s 21 subtests passed [17:47:27.614] 194/401 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.47s 4 subtests passed [17:47:28.128] 195/401 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 7.73s 22 subtests passed [17:47:28.663] 196/401 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.41s 18 subtests passed [17:47:29.668] 197/401 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 21.94s 200 subtests passed [17:47:29.832] 198/401 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 4.10s 5 subtests passed [17:47:29.997] 199/401 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.62s 2 subtests passed [17:47:30.418] 200/401 postgresql:pg_ctl / pg_ctl/002_status OK 2.29s 3 subtests passed [17:47:31.220] 201/401 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 6.02s 4 subtests passed [17:47:31.681] 202/401 postgresql:pg_dump / pg_dump/001_basic OK 1.85s 135 subtests passed [17:47:31.786] 203/401 postgresql:pg_ctl / pg_ctl/001_start_stop OK 4.17s 25 subtests passed [17:47:32.906] 204/401 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 20.33s 60 subtests passed [17:47:33.088] 205/401 postgresql:pg_ctl / pg_ctl/003_promote OK 4.42s 12 subtests passed [17:47:34.665] 206/401 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 4.25s 3 subtests passed [17:47:34.928] 207/401 postgresql:pg_ctl / pg_ctl/004_logrotate OK 5.26s 14 subtests passed [17:47:35.868] 208/401 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.65s 4 subtests passed [17:47:38.023] 209/401 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 3.09s 9 subtests passed [17:47:39.321] 210/401 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 7.53s 98 subtests passed [17:47:39.431] 211/401 postgresql:pg_resetwal / pg_resetwal/001_basic OK 4.76s 83 subtests passed [17:47:42.900] 212/401 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 11.22s 108 subtests passed [17:47:47.397] 213/401 postgresql:pg_dump / pg_dump/010_dump_connstr OK 14.31s 13 subtests passed [17:47:47.512] 214/401 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 4.61s 1 subtests passed [17:47:47.859] 215/401 postgresql:pg_rewind / pg_rewind/006_options OK 0.46s 13 subtests passed [17:47:48.541] 216/401 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 9.22s 6 subtests passed [17:47:48.713] 217/401 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 9.28s 10 subtests passed [17:47:51.064] 218/401 postgresql:pg_rewind / pg_rewind/002_databases OK 13.04s 12 subtests passed [17:47:53.656] 219/401 postgresql:pg_rewind / pg_rewind/009_growing_files OK 5.11s 3 subtests passed [17:47:53.870] 220/401 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.21s 13 subtests passed [17:47:54.135] 221/401 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 6.27s 3 subtests passed [17:47:54.164] 222/401 postgresql:pg_rewind / pg_rewind/007_standby_source OK 6.65s 7 subtests passed [17:47:54.508] 223/401 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.37s 17 subtests passed [17:47:55.301] 224/401 postgresql:pg_rewind / pg_rewind/001_basic OK 19.43s 57 subtests passed [17:47:55.629] 225/401 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.56s 12 subtests passed [17:47:56.630] 226/401 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 7.92s 1 subtests passed [17:47:56.676] 227/401 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 1.05s 60 subtests passed [17:47:57.087] 228/401 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.22s 18 subtests passed [17:47:59.407] 229/401 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 4.10s 32 subtests passed [17:48:00.609] 230/401 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.98s 5 subtests passed [17:48:01.239] 231/401 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 7.07s 38 subtests passed [17:48:01.798] 232/401 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 5.12s 11 subtests passed [17:48:04.881] 233/401 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 7.79s 18 subtests passed [17:48:05.232] 234/401 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.35s 11 subtests passed [17:48:05.279] 235/401 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.48s 5 subtests passed [17:48:05.882] 236/401 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 6.47s 10 subtests passed [17:48:07.472] 237/401 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.59s 207 subtests passed [17:48:07.939] 238/401 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 7.33s 21 subtests passed [17:48:08.590] 239/401 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 14.08s 92 subtests passed [17:48:09.397] 240/401 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 4.16s 7 subtests passed [17:48:12.472] 241/401 postgresql:psql / psql/010_tab_completion OK 4.53s 101 subtests passed [17:48:13.110] 242/401 postgresql:psql / psql/020_cancel OK 4.52s 2 subtests passed [17:48:13.454] 243/401 postgresql:psql / psql/001_basic OK 5.98s 126 subtests passed [17:48:13.791] 244/401 postgresql:psql / psql/030_pager OK 4.39s 4 subtests passed [17:48:16.349] 245/401 postgresql:scripts / scripts/010_clusterdb OK 3.88s 16 subtests passed [17:48:17.041] 246/401 postgresql:scripts / scripts/011_clusterdb_all OK 3.93s 7 subtests passed [17:48:17.710] 247/401 postgresql:pg_waldump / pg_waldump/001_basic OK 16.47s 212 subtests passed [17:48:17.993] 248/401 postgresql:scripts / scripts/040_createuser OK 4.20s 37 subtests passed [17:48:19.376] 249/401 postgresql:pg_dump / pg_dump/002_pg_dump OK 49.37s 12122 subtests passed [17:48:20.408] 250/401 postgresql:scripts / scripts/070_dropuser OK 3.37s 13 subtests passed [17:48:20.638] 251/401 postgresql:scripts / scripts/050_dropdb OK 4.29s 16 subtests passed [17:48:20.929] 252/401 postgresql:scripts / scripts/080_pg_isready OK 3.22s 11 subtests passed [17:48:23.192] 253/401 postgresql:scripts / scripts/020_createdb OK 9.74s 64 subtests passed [17:48:23.791] 254/401 postgresql:pgbench / pgbench/001_pgbench_with_server OK 18.51s 474 subtests passed [17:48:24.120] 255/401 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.32s 27 subtests passed [17:48:24.252] 256/401 postgresql:scripts / scripts/091_reindexdb_all OK 4.61s 13 subtests passed [17:48:24.380] 257/401 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.26s 4 subtests passed [17:48:24.658] 258/401 postgresql:scripts / scripts/101_vacuumdb_all OK 4.02s 5 subtests passed [17:48:24.908] 259/401 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.65s 39 subtests passed [17:48:24.936] 260/401 postgresql:scripts / scripts/090_reindexdb OK 6.94s 64 subtests passed [17:48:26.700] 261/401 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 53.79s 60 subtests passed [17:48:28.395] 262/401 postgresql:scripts / scripts/102_vacuumdb_stages OK 7.47s 4 subtests passed [17:48:28.628] 263/401 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.69s 6 subtests passed [17:48:29.212] 264/401 postgresql:scripts / scripts/200_connstr OK 6.02s 3 subtests passed [17:48:29.336] 265/401 postgresql:amcheck / amcheck/003_cic_2pc OK 4.43s 7 subtests passed [17:48:29.552] 266/401 postgresql:amcheck / amcheck/002_cic OK 4.89s 4 subtests passed [17:48:29.892] 267/401 postgresql:scripts / scripts/100_vacuumdb OK 9.48s 113 subtests passed [17:48:30.222] 268/401 postgresql:oid2name / oid2name/001_basic OK 0.33s 9 subtests passed [17:48:32.277] 269/401 postgresql:auto_explain / auto_explain/001_auto_explain OK 3.65s 22 subtests passed [17:48:32.416] 270/401 postgresql:amcheck / amcheck/005_pitr OK 5.71s 3 subtests passed [17:48:34.007] 271/401 postgresql:pg_prewarm / pg_prewarm/001_basic OK 3.78s 11 subtests passed [17:48:35.210] 272/401 postgresql:amcheck / amcheck/006_verify_gin OK 6.81s 6 subtests passed [17:48:35.876] 273/401 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 6.54s 16 subtests passed [17:48:36.351] 274/401 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 3.93s 3 subtests passed [17:48:36.756] 275/401 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 4.48s 6 subtests passed [17:48:37.040] 276/401 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.28s [17:48:38.085] 277/401 postgresql:amcheck / amcheck/001_verify_heapam OK 13.70s 272 subtests passed [17:48:38.447] 278/401 postgresql:vacuumlo / vacuumlo/001_basic OK 0.35s 9 subtests passed [17:48:38.796] 279/401 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.79s 2 subtests passed [17:48:39.264] 280/401 postgresql:dblink / dblink/001_auth_scram OK 9.71s 12 subtests passed [17:48:39.628] 281/401 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 4.42s 3 subtests passed [17:48:41.227] 282/401 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.19s 6 subtests passed [17:48:41.527] 283/401 postgresql:authentication / authentication/005_sspi SKIP 0.30s [17:48:42.340] 284/401 postgresql:authentication / authentication/002_saslprep OK 3.54s 20 subtests passed [17:48:43.283] 285/401 postgresql:authentication / authentication/004_file_inclusion OK 3.65s 2 subtests passed [17:48:43.581] 286/401 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 7.23s 4 subtests passed [17:48:43.796] 287/401 postgresql:postmaster / postmaster/001_basic OK 0.51s 9 subtests passed [17:48:44.155] 288/401 postgresql:authentication / authentication/003_peer OK 4.89s 53 subtests passed [17:48:44.669] 289/401 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 8.79s 7 subtests passed [17:48:45.256] 290/401 postgresql:authentication / authentication/006_login_trigger OK 3.73s 32 subtests passed [17:48:45.541] 291/401 postgresql:authentication / authentication/007_pre_auth OK 3.20s 2 subtests passed [17:48:46.704] 292/401 postgresql:authentication / authentication/001_password OK 8.26s 207 subtests passed [17:48:47.317] 293/401 postgresql:postmaster / postmaster/003_start_stop OK 3.52s 25 subtests passed [17:48:47.341] 294/401 postgresql:postmaster / postmaster/004_negotiate OK 3.18s 3 subtests passed [17:48:47.560] 295/401 postgresql:postmaster / postmaster/002_connection_limits OK 3.98s 30 subtests passed [17:48:52.700] 296/401 postgresql:bloom / bloom/001_wal OK 23.48s 31 subtests passed [17:48:53.571] 297/401 postgresql:subscription / subscription/003_constraints OK 8.03s 6 subtests passed [17:48:53.755] 298/401 postgresql:subscription / subscription/005_encoding OK 6.44s 1 subtests passed [17:48:54.692] 299/401 postgresql:subscription / subscription/002_types OK 9.43s 4 subtests passed [17:48:55.034] 300/401 postgresql:subscription / subscription/006_rewrite OK 7.69s 2 subtests passed [17:48:55.242] 301/401 postgresql:subscription / subscription/004_sync OK 8.53s 9 subtests passed [17:48:56.116] 302/401 postgresql:subscription / subscription/007_ddl OK 8.56s 8 subtests passed [17:49:00.334] 303/401 postgresql:subscription / subscription/001_rep_changes OK 15.66s 38 subtests passed [17:49:00.434] 304/401 postgresql:subscription / subscription/008_diff_schema OK 7.73s 5 subtests passed [17:49:00.448] 305/401 postgresql:subscription / subscription/009_matviews OK 6.88s 1 subtests passed [17:49:03.071] 306/401 postgresql:subscription / subscription/012_collation OK 8.04s 2 subtests passed [17:49:04.556] 307/401 postgresql:subscription / subscription/010_truncate OK 10.80s 14 subtests passed [17:49:05.805] 308/401 postgresql:subscription / subscription/011_generated OK 11.11s 11 subtests passed [17:49:06.628] 309/401 postgresql:subscription / subscription/014_binary OK 10.51s 8 subtests passed [17:49:07.620] 310/401 postgresql:subscription / subscription/017_stream_ddl OK 7.17s 3 subtests passed [17:49:07.890] 311/401 postgresql:subscription / subscription/016_stream_subxact OK 7.45s 3 subtests passed [17:49:11.944] 312/401 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 7.39s 2 subtests passed [17:49:12.740] 313/401 postgresql:subscription / subscription/020_messages OK 6.93s 5 subtests passed [17:49:13.212] 314/401 postgresql:subscription / subscription/018_stream_subxact_abort OK 10.14s 9 subtests passed [17:49:17.720] 315/401 postgresql:subscription / subscription/015_stream OK 17.38s 10 subtests passed [17:49:19.258] 316/401 postgresql:subscription / subscription/013_partition OK 24.01s 74 subtests passed [17:49:20.702] 317/401 postgresql:subscription / subscription/021_twophase OK 14.07s 31 subtests passed [17:49:20.856] 318/401 postgresql:subscription / subscription/024_add_drop_pub OK 8.91s 4 subtests passed [17:49:21.899] 319/401 postgresql:subscription / subscription/023_twophase_stream OK 14.01s 34 subtests passed [17:49:22.504] 320/401 postgresql:subscription / subscription/025_rep_changes_for_schema OK 9.76s 13 subtests passed [17:49:23.339] 321/401 postgresql:subscription / subscription/022_twophase_cascade OK 15.72s 41 subtests passed [17:49:27.481] 322/401 postgresql:subscription / subscription/026_stats OK 14.27s 13 subtests passed [17:49:28.849] 323/401 postgresql:subscription / subscription/029_on_error OK 8.15s 5 subtests passed [17:49:32.608] 324/401 postgresql:subscription / subscription/033_run_as_table_owner OK 9.27s 10 subtests passed [17:49:33.834] 325/401 postgresql:subscription / subscription/028_row_filter OK 14.57s 26 subtests passed [17:49:35.184] 326/401 postgresql:subscription / subscription/030_origin OK 14.33s 13 subtests passed [17:49:37.107] 327/401 postgresql:subscription / subscription/032_subscribe_use_index OK 14.60s 15 subtests passed [17:49:37.569] 328/401 postgresql:subscription / subscription/027_nosuperuser OK 19.85s 19 subtests passed [17:49:41.610] 329/401 postgresql:subscription / subscription/031_column_list OK 19.71s 36 subtests passed [17:49:41.819] 330/401 postgresql:subscription / subscription/034_temporal OK 14.34s 37 subtests passed [17:49:42.320] 331/401 postgresql:subscription / subscription/036_sequences OK 9.71s 9 subtests passed [17:49:42.384] 332/401 postgresql:brin / brin/01_workitems OK 4.81s 4 subtests passed [17:49:42.570] 333/401 postgresql:subscription / subscription/035_conflicts OK 13.72s 29 subtests passed [17:49:44.997] 334/401 postgresql:subscription / subscription/037_except OK 11.16s 17 subtests passed [17:49:45.308] 335/401 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 10.12s 4 subtests passed [17:49:46.635] 336/401 postgresql:brin / brin/02_wal_consistency OK 5.02s 2 subtests passed [17:49:46.708] 337/401 postgresql:commit_ts / commit_ts/001_base OK 4.89s 2 subtests passed [17:49:47.178] 338/401 postgresql:commit_ts / commit_ts/002_standby OK 4.86s 4 subtests passed [17:49:47.668] 339/401 postgresql:commit_ts / commit_ts/004_restart OK 5.10s 16 subtests passed [17:49:48.281] 340/401 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.89s 4 subtests passed [17:49:48.346] 341/401 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.35s 4 subtests passed [17:49:48.788] 342/401 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.48s 23 subtests passed [17:49:50.957] 343/401 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.78s 7 subtests passed [17:49:51.365] 344/401 postgresql:oauth_validator / oauth_validator/002_client OK 4.66s 20 subtests passed [17:49:52.956] 345/401 postgresql:test_aio / test_aio/002_io_workers OK 4.67s 22 subtests passed [17:49:54.750] 346/401 postgresql:test_aio / test_aio/004_read_stream OK 5.96s 31 subtests passed [17:49:55.302] 347/401 postgresql:test_checksums / test_checksums/001_basic OK 3.94s 9 subtests passed [17:49:55.617] 348/401 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 4.66s 2 subtests passed [17:49:56.501] 349/401 postgresql:test_checksums / test_checksums/002_restarts OK 3.54s 5 subtests passed [17:49:56.652] 350/401 postgresql:test_aio / test_aio/003_initdb OK 8.30s 6 subtests passed [17:49:56.816] 351/401 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.31s [17:49:56.896] 352/401 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.24s [17:49:57.088] 353/401 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.27s [17:49:59.484] 354/401 postgresql:test_checksums / test_checksums/005_injection OK 3.87s 3 subtests passed [17:49:59.777] 355/401 postgresql:test_checksums / test_checksums/004_offline OK 4.47s 8 subtests passed [17:50:00.479] 356/401 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 3.39s 2 subtests passed [17:50:01.530] 357/401 postgresql:test_checksums / test_checksums/003_standby_restarts OK 6.78s 24 subtests passed [17:50:02.065] 358/401 postgresql:test_int128 / test_int128/001_test_int128 OK 0.53s 2 subtests passed [17:50:03.577] 359/401 postgresql:test_escape / test_escape/001_test_escape OK 3.80s 1218 subtests passed [17:50:04.197] 360/401 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.72s 11 subtests passed [17:50:04.496] 361/401 postgresql:oauth_validator / oauth_validator/001_server OK 17.86s 170 subtests passed [17:50:04.606] 362/401 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.41s 12 subtests passed [17:50:04.733] 363/401 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 5.25s 15 subtests passed [17:50:04.801] 364/401 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.30s 2 subtests passed [17:50:05.264] 365/401 postgresql:subscription / subscription/100_bugs OK 28.16s 17 subtests passed [17:50:05.753] 366/401 postgresql:test_aio / test_aio/001_aio OK 18.08s 826 subtests passed [17:50:06.466] 367/401 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 4.40s 516 subtests passed [17:50:07.694] 368/401 postgresql:test_json_parser / test_json_parser/002_inline OK 4.10s 3712 subtests passed [17:50:08.442] 369/401 postgresql:test_misc / test_misc/003_check_guc OK 3.64s 4 subtests passed [17:50:09.020] 370/401 postgresql:test_misc / test_misc/001_constraint_validation OK 4.41s 42 subtests passed [17:50:09.038] 371/401 postgresql:test_misc / test_misc/002_tablespace OK 4.30s 20 subtests passed [17:50:09.834] 372/401 postgresql:test_misc / test_misc/005_timeouts OK 4.04s 2 subtests passed [17:50:09.849] 373/401 postgresql:test_misc / test_misc/004_io_direct OK 4.58s 3 subtests passed [17:50:10.819] 374/401 postgresql:test_misc / test_misc/006_signal_autovacuum OK 4.34s 2 subtests passed [17:50:10.980] 375/401 postgresql:test_misc / test_misc/007_catcache_inval OK 3.25s 2 subtests passed [17:50:12.671] 376/401 postgresql:test_misc / test_misc/008_replslot_single_user OK 4.23s 10 subtests passed [17:50:12.986] 377/401 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.31s [17:50:13.083] 378/401 postgresql:test_misc / test_misc/009_log_temp_files OK 4.06s 11 subtests passed [17:50:14.226] 379/401 postgresql:test_misc / test_misc/011_lock_stats OK 4.39s 7 subtests passed [17:50:15.504] 380/401 postgresql:test_misc / test_misc/012_ddlutils OK 5.65s 43 subtests passed [17:50:16.262] 381/401 postgresql:test_misc / test_misc/013_temp_obj_multisession OK 5.44s 19 subtests passed [17:50:16.638] 382/401 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 3.65s 2 subtests passed [17:50:16.991] 383/401 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.35s [17:50:17.193] 384/401 postgresql:test_slru / test_slru/001_multixact OK 4.11s 2 subtests passed [17:50:17.392] 385/401 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.40s [17:50:17.561] 386/401 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 8.52s 73 subtests passed [17:50:17.614] 387/401 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.42s [17:50:18.755] 388/401 postgresql:test_slru / test_slru/002_multixact_wraparound OK 4.53s 18 subtests passed [17:50:20.264] 389/401 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 2.87s [17:50:20.629] 390/401 postgresql:worker_spi / worker_spi/001_worker_spi OK 5.12s 8 subtests passed [17:50:21.534] 391/401 postgresql:worker_spi / worker_spi/002_worker_terminate OK 5.27s 11 subtests passed [17:50:22.005] 392/401 postgresql:test_checksums / test_checksums/009_fpi OK 25.11s 7 subtests passed [17:50:22.442] 393/401 postgresql:test_pg_dump / test_pg_dump/001_base OK 11.46s 1044 subtests passed [17:50:23.762] 394/401 postgresql:ssl / ssl/002_scram OK 6.15s 28 subtests passed [17:50:24.812] 395/401 postgresql:ssl / ssl/003_sslinfo OK 6.06s 21 subtests passed [17:50:25.379] 396/401 postgresql:ldap / ldap/002_bindpasswd OK 3.84s 3 subtests passed [17:50:25.582] 397/401 postgresql:icu / icu/010_database OK 3.13s 8 subtests passed [17:50:26.468] 398/401 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 4.46s 26 subtests passed [17:50:27.692] 399/401 postgresql:ldap / ldap/001_auth OK 7.06s 47 subtests passed [17:50:28.109] 400/401 postgresql:ssl / ssl/004_sni OK 7.84s 102 subtests passed [17:50:31.044] 401/401 postgresql:ssl / ssl/001_ssltests OK 13.48s 272 subtests passed [17:50:31.148] [17:50:31.148] Summary of Failures: [17:50:31.148] [17:50:31.148] 13/401 postgresql:regress / regress/regress ERROR 105.24s exit status 1 [17:50:31.148] 29/401 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 109.93s exit status 1 [17:50:31.148] 27/401 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 160.92s exit status 1 [17:50:31.148] 121/401 postgresql:recovery / recovery/027_stream_regress ERROR 135.97s exit status 1 [17:50:31.148] [17:50:31.148] Ok: 387 [17:50:31.148] Expected Fail: 0 [17:50:31.148] Fail: 4 [17:50:31.148] Unexpected Pass: 0 [17:50:31.148] Skipped: 10 [17:50:31.148] Timeout: 0 [17:50:31.148] [17:50:31.148] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [17:50:31.263] [17:50:31.263] Exit status: 4