[19:29:24.832] su postgres <<-EOF [19:29:24.832] set -e [19:29:24.832] ulimit -c unlimited [19:29:24.832] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [19:29:24.832] EOF [19:29:25.867] 1/401 postgresql:setup / tmp_install OK 0.67s [19:29:25.917] 2/401 postgresql:setup / install_test_files OK 0.05s [19:29:27.421] 3/401 postgresql:setup / initdb_cache OK 1.50s [19:29:27.721] 4/401 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.28s 9 subtests passed [19:29:41.346] 5/401 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 13.88s 16 subtests passed [19:29:56.211] 6/401 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 28.76s 13 subtests passed [19:29:58.356] 7/401 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 17.01s 5 subtests passed [19:30:01.046] 8/401 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 33.32s 3 subtests passed [19:30:01.188] 9/401 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 33.73s 19 subtests passed [19:30:11.300] 10/401 postgresql:recovery / recovery/002_archiving OK 10.25s 12 subtests passed [19:30:17.654] 11/401 postgresql:recovery / recovery/003_recovery_targets OK 16.47s 15 subtests passed [19:30:18.038] 12/401 postgresql:recovery / recovery/001_stream_rep OK 19.68s 64 subtests passed [19:30:22.579] ▶ 13/401 + rules 2465 ms FAIL [19:30:23.385] 14/401 postgresql:recovery / recovery/004_timeline_switch OK 12.08s 6 subtests passed [19:30:23.665] 15/401 postgresql:recovery / recovery/006_logical_decoding OK 5.62s 20 subtests passed [19:30:27.654] 16/401 postgresql:recovery / recovery/005_replay_delay OK 10.00s 3 subtests passed [19:30:32.566] 17/401 postgresql:recovery / recovery/007_sync_rep OK 9.18s 11 subtests passed [19:30:39.962] 18/401 postgresql:recovery / recovery/008_fsm_truncation OK 16.29s 1 subtests passed [19:30:41.110] 19/401 postgresql:recovery / recovery/010_logical_decoding_timelines OK 8.54s 13 subtests passed [19:30:43.965] 20/401 postgresql:recovery / recovery/009_twophase OK 16.31s 30 subtests passed [19:30:48.925] 21/401 postgresql:recovery / recovery/013_crash_restart OK 7.81s 20 subtests passed [19:30:50.120] 22/401 postgresql:recovery / recovery/012_subtransactions OK 10.16s 12 subtests passed [19:30:52.692] 23/401 postgresql:recovery / recovery/014_unlogged_reinit OK 8.73s 23 subtests passed [19:30:55.456] 13/401 postgresql:regress / regress/regress ERROR 88.03s exit status 1 [19:30:55.456] >>> 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 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MALLOC_PERTURB_=175 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 MESON_TEST_ITERATION=1 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/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 [19:30:55.456] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [19:30:55.456] stderr: [19:30:55.456] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out [19:30:55.456] # --- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out 2026-05-25 19:25:12.260263912 +0000 [19:30:55.456] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out 2026-05-25 19:30:17.593922505 +0000 [19:30:55.456] # @@ -1889,6 +1889,9 @@ [19:30:55.456] # pg_stat_get_checkpointer_sync_time() AS sync_time, [19:30:55.456] # pg_stat_get_checkpointer_buffers_written() AS buffers_written, [19:30:55.456] # pg_stat_get_checkpointer_slru_written() AS slru_written, [19:30:55.456] # + pg_stat_get_checkpointer_segs_added() AS segs_added, [19:30:55.456] # + pg_stat_get_checkpointer_segs_removed() AS segs_removed, [19:30:55.456] # + pg_stat_get_checkpointer_segs_recycled() AS segs_recycled, [19:30:55.456] # pg_stat_get_checkpointer_stat_reset_time() AS stats_reset; [19:30:55.456] # pg_stat_database| SELECT oid AS datid, [19:30:55.456] # datname, [19:30:55.456] # 1 of 245 tests failed. [19:30:55.456] # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.diffs". [19:30:55.456] # 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". [19:30:55.456] [19:30:55.456] (test program exited with status code 1) [19:30:55.456] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [19:30:55.456] [19:30:55.895] 24/401 postgresql:recovery / recovery/015_promotion_pages OK 6.97s 1 subtests passed [19:30:55.981] 25/401 postgresql:recovery / recovery/016_min_consistency OK 5.86s 1 subtests passed [19:30:56.283] ▶ 26/401 - regression tests in old instance FAIL [19:30:57.272] 27/401 postgresql:recovery / recovery/017_shm OK 4.58s 4 subtests passed [19:30:58.290] ▶ 28/401 - regression tests pass FAIL [19:30:58.423] 28/401 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 90.99s exit status 1 [19:30:58.423] >>> MALLOC_PERTURB_=60 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib 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 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 MESON_TEST_ITERATION=1 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 [19:30:58.423] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [19:30:58.423] stderr: [19:30:58.423] # Failed test 'regression tests pass' [19:30:58.423] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 66. [19:30:58.423] # got: '256' [19:30:58.423] # expected: '0' [19:30:58.423] # Looks like you failed 1 test of 1. [19:30:58.423] [19:30:58.423] (test program exited with status code 1) [19:30:58.423] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [19:30:58.423] [19:31:01.440] 29/401 postgresql:recovery / recovery/021_row_visibility OK 4.17s 10 subtests passed [19:31:01.894] 30/401 postgresql:recovery / recovery/022_crash_temp_files OK 3.47s 11 subtests passed [19:31:02.800] 31/401 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 95.32s 50 subtests passed [19:31:03.730] 32/401 postgresql:recovery / recovery/020_archive_status OK 7.75s 19 subtests passed [19:31:05.341] 33/401 postgresql:recovery / recovery/023_pitr_prepared_xact OK 3.90s 1 subtests passed [19:31:06.335] 34/401 postgresql:recovery / recovery/024_archive_recovery OK 4.44s 2 subtests passed [19:31:07.274] 35/401 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 4.47s 1 subtests passed [19:31:12.782] 36/401 postgresql:recovery / recovery/028_pitr_timelines OK 6.45s 3 subtests passed [19:31:12.950] 37/401 postgresql:recovery / recovery/026_overwrite_contrecord OK 9.22s 3 subtests passed [19:31:15.480] 38/401 postgresql:recovery / recovery/029_stats_restart OK 8.21s 44 subtests passed [19:31:16.196] 39/401 postgresql:recovery / recovery/018_wal_optimize OK 20.74s 38 subtests passed [19:31:17.630] 40/401 postgresql:recovery / recovery/019_replslot_limit OK 21.73s 26 subtests passed [19:31:19.751] 41/401 postgresql:recovery / recovery/030_stats_cleanup_replica OK 6.97s 11 subtests passed [19:31:21.115] 42/401 postgresql:recovery / recovery/031_recovery_conflict OK 8.16s 18 subtests passed [19:31:22.330] 43/401 postgresql:recovery / recovery/034_create_database OK 4.70s 2 subtests passed [19:31:24.345] 44/401 postgresql:isolation / isolation/isolation OK 88.13s 128 subtests passed [19:31:25.628] 45/401 postgresql:recovery / recovery/032_relfilenode_reuse OK 10.15s 14 subtests passed [19:31:26.506] 46/401 postgresql:recovery / recovery/036_truncated_dropped OK 5.39s 8 subtests passed [19:31:26.994] 47/401 postgresql:recovery / recovery/037_invalid_database OK 4.66s 10 subtests passed [19:31:32.504] 48/401 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 8.16s 2 subtests passed [19:31:32.845] 49/401 postgresql:recovery / recovery/041_checkpoint_at_promote OK 5.85s 6 subtests passed [19:31:33.992] 50/401 postgresql:recovery / recovery/033_replay_tsp_drops OK 17.79s 3 subtests passed [19:31:38.517] 51/401 postgresql:recovery / recovery/039_end_of_wal OK 12.89s 14 subtests passed [19:31:39.502] 26/401 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 132.06s exit status 1 [19:31:39.503] >>> INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib 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 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 MALLOC_PERTURB_=50 top_builddir=/tmp/cirrus-ci-build/build with_icu=yes MESON_TEST_ITERATION=1 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 [19:31:39.503] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [19:31:39.503] stderr: [19:31:39.503] # Failed test 'regression tests in old instance' [19:31:39.503] # at /tmp/cirrus-ci-build/src/bin/pg_upgrade/t/002_pg_upgrade.pl line 286. [19:31:39.503] # ---------- command failed ---------- [19:31:39.503] # /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --dlpath=/tmp/cirrus-ci-build/build/src/test/regress --bindir= --host=/tmp/KmxXuJvQMG --port=16126 --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 [19:31:39.503] # -------------- stdout -------------- [19:31:39.503] # # using postmaster on /tmp/KmxXuJvQMG, port 16126 [19:31:39.503] # ok 1 - test_setup 746 ms [19:31:39.503] # # parallel group (20 tests): varchar txid char pg_lsn oid name text float4 int2 int4 money int8 boolean regproc float8 enum bit uuid numeric rangetypes [19:31:39.503] # ok 2 + boolean 431 ms [19:31:39.503] # ok 3 + char 281 ms [19:31:39.503] # ok 4 + name 337 ms [19:31:39.503] # ok 5 + varchar 221 ms [19:31:39.503] # ok 6 + text 338 ms [19:31:39.503] # ok 7 + int2 364 ms [19:31:39.503] # ok 8 + int4 394 ms [19:31:39.503] # ok 9 + int8 412 ms [19:31:39.503] # ok 10 + oid 264 ms [19:31:39.503] # ok 11 + float4 313 ms [19:31:39.503] # ok 12 + float8 447 ms [19:31:39.503] # ok 13 + bit 543 ms [19:31:39.503] # ok 14 + numeric 1655 ms [19:31:39.503] # ok 15 + txid 243 ms [19:31:39.503] # ok 16 + uuid 584 ms [19:31:39.503] # ok 17 + enum 509 ms [19:31:39.503] # ok 18 + money 335 ms [19:31:39.503] # ok 19 + rangetypes 1642 ms [19:31:39.503] # ok 20 + pg_lsn 219 ms [19:31:39.503] # ok 21 + regproc 369 ms [19:31:39.503] # # parallel group (20 tests): md5 lseg line path time circle point macaddr timetz macaddr8 numerology date inet interval timestamp timestamptz strings polygon box multirangetypes [19:31:39.503] # ok 22 + strings 1038 ms [19:31:39.503] # ok 23 + md5 90 ms [19:31:39.503] # ok 24 + numerology 257 ms [19:31:39.503] # ok 25 + point 225 ms [19:31:39.503] # ok 26 + lseg 101 ms [19:31:39.503] # ok 27 + line 132 ms [19:31:39.503] # ... 206 lines omitted ... [19:31:39.503] # ok 219 + partition_merge 3509 ms [19:31:39.503] # ok 220 + partition_split 3978 ms [19:31:39.503] # ok 221 + partition_join 4993 ms [19:31:39.503] # ok 222 + partition_prune 4800 ms [19:31:39.503] # ok 223 + reloptions 533 ms [19:31:39.503] # ok 224 + hash_part 301 ms [19:31:39.503] # ok 225 + indexing 7406 ms [19:31:39.503] # ok 226 + partition_aggregate 3952 ms [19:31:39.503] # ok 227 + partition_info 696 ms [19:31:39.503] # ok 228 + tuplesort 5238 ms [19:31:39.503] # ok 229 + explain 596 ms [19:31:39.503] # ok 230 + memoize 1419 ms [19:31:39.503] # ok 231 + stats 4017 ms [19:31:39.503] # ok 232 + predicate 808 ms [19:31:39.503] # ok 233 + numa 301 ms [19:31:39.503] # ok 234 + eager_aggregate 2383 ms [19:31:39.503] # ok 235 + graph_table_rls 814 ms [19:31:39.503] # ok 236 + planner_est 190 ms [19:31:39.503] # # parallel group (4 tests): compression_pglz compression_lz4 compression cluster [19:31:39.503] # ok 237 + compression 781 ms [19:31:39.503] # ok 238 + compression_lz4 569 ms [19:31:39.503] # ok 239 + compression_pglz 69 ms [19:31:39.503] # ok 240 + cluster 1491 ms [19:31:39.503] # # parallel group (2 tests): oidjoins event_trigger [19:31:39.503] # ok 241 + oidjoins 957 ms [19:31:39.503] # ok 242 + event_trigger 1076 ms [19:31:39.503] # ok 243 - event_trigger_login 96 ms [19:31:39.503] # ok 244 - fast_default 496 ms [19:31:39.503] # ok 245 - tablespace 1270 ms [19:31:39.503] # 1..245 [19:31:39.503] # -------------- stderr -------------- [19:31:39.503] # # 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 [19:31:39.503] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out 2026-05-25 19:25:12.260263912 +0000 [19:31:39.503] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out 2026-05-25 19:30:16.857921530 +0000 [19:31:39.503] # # @@ -1889,6 +1889,9 @@ [19:31:39.503] # # pg_stat_get_checkpointer_sync_time() AS sync_time, [19:31:39.503] # # pg_stat_get_checkpointer_buffers_written() AS buffers_written, [19:31:39.503] # # pg_stat_get_checkpointer_slru_written() AS slru_written, [19:31:39.503] # # + pg_stat_get_checkpointer_segs_added() AS segs_added, [19:31:39.503] # # + pg_stat_get_checkpointer_segs_removed() AS segs_removed, [19:31:39.503] # # + pg_stat_get_checkpointer_segs_recycled() AS segs_recycled, [19:31:39.503] # # pg_stat_get_checkpointer_stat_reset_time() AS stats_reset; [19:31:39.503] # # pg_stat_database| SELECT oid AS datid, [19:31:39.503] # # datname, [19:31:39.503] # # 1 of 245 tests failed. [19:31:39.503] # # 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". [19:31:39.503] # # 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". [19:31:39.503] # ------------------------------------ [19:31:39.503] # Looks like you failed 1 test of 20. [19:31:39.503] [19:31:39.503] (test program exited with status code 1) [19:31:39.503] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [19:31:39.503] [19:31:39.809] 52/401 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 5.82s 1 subtests passed [19:31:40.455] 53/401 postgresql:recovery / recovery/042_low_level_backup OK 7.95s 4 subtests passed [19:31:40.608] 54/401 postgresql:recovery / recovery/043_no_contrecord_switch OK 7.76s 1 subtests passed [19:31:45.970] 55/401 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 5.51s 3 subtests passed [19:31:46.785] 56/401 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 6.97s 1 subtests passed [19:31:47.038] 57/401 postgresql:recovery / recovery/045_archive_restartpoint OK 8.52s 1 subtests passed [19:31:48.816] 58/401 postgresql:recovery / recovery/035_standby_logical_decoding OK 29.06s 89 subtests passed [19:31:49.089] 59/401 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 9.58s 2 subtests passed [19:31:49.873] 60/401 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 23.37s 38 subtests passed [19:31:49.927] 61/401 postgresql:recovery / recovery/050_redo_segment_missing OK 3.95s 2 subtests passed [19:31:50.396] 62/401 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 3.36s 4 subtests passed [19:31:53.691] 63/401 postgresql:plperl / plperl/regress OK 3.82s 14 subtests passed [19:31:54.110] 64/401 postgresql:plpgsql / plpgsql/regress OK 5.02s 13 subtests passed [19:31:54.308] 65/401 postgresql:pltcl / pltcl/regress OK 3.91s 8 subtests passed [19:31:55.066] 66/401 postgresql:plpython / plpython/regress OK 5.14s 23 subtests passed [19:31:56.980] 67/401 postgresql:auto_explain / auto_explain/regress OK 2.87s 2 subtests passed [19:31:57.752] 68/401 postgresql:basic_archive / basic_archive/regress OK 3.44s 1 subtests passed [19:31:57.939] 69/401 postgresql:kerberos / kerberos/001_auth OK 9.12s 142 subtests passed [19:31:58.280] 70/401 postgresql:bloom / bloom/regress OK 3.21s 1 subtests passed [19:31:59.807] 71/401 postgresql:recovery / recovery/051_effective_wal_level OK 13.02s 31 subtests passed [19:32:00.865] 72/401 postgresql:bool_plperl / bool_plperl/regress OK 3.88s 2 subtests passed [19:32:02.921] 73/401 postgresql:citext / citext/regress OK 4.64s 3 subtests passed [19:32:03.471] 74/401 postgresql:btree_gin / btree_gin/regress OK 5.72s 30 subtests passed [19:32:04.046] 75/401 postgresql:cube / cube/regress OK 4.24s 2 subtests passed [19:32:04.518] 76/401 postgresql:btree_gist / btree_gist/regress OK 6.58s 32 subtests passed [19:32:05.304] 77/401 postgresql:dblink / dblink/regress OK 4.44s 1 subtests passed [19:32:06.242] 78/401 postgresql:dict_int / dict_int/regress OK 3.32s 1 subtests passed [19:32:06.920] 79/401 postgresql:dict_xsyn / dict_xsyn/regress OK 3.45s 1 subtests passed [19:32:08.698] 80/401 postgresql:file_fdw / file_fdw/regress OK 4.18s 1 subtests passed [19:32:08.865] 81/401 postgresql:amcheck / amcheck/regress OK 15.17s 4 subtests passed [19:32:09.032] 82/401 postgresql:earthdistance / earthdistance/regress OK 4.99s 1 subtests passed [19:32:09.786] 83/401 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 4.48s 2 subtests passed [19:32:11.520] 84/401 postgresql:hstore_plpython / hstore_plpython/regress OK 2.82s 1 subtests passed [19:32:12.095] 85/401 postgresql:hstore_plperl / hstore_plperl/regress OK 5.17s 3 subtests passed [19:32:12.420] 86/401 postgresql:isn / isn/regress OK 3.39s 1 subtests passed [19:32:12.808] 87/401 postgresql:hstore / hstore/regress OK 6.57s 2 subtests passed [19:32:13.044] 88/401 postgresql:jsonb_plperl / jsonb_plperl/regress OK 3.26s 2 subtests passed [19:32:14.574] 89/401 postgresql:jsonb_plpython / jsonb_plpython/regress OK 3.05s 1 subtests passed [19:32:14.603] 90/401 postgresql:lo / lo/regress OK 2.51s 1 subtests passed [19:32:15.420] 91/401 postgresql:recovery / recovery/049_wait_for_lsn OK 34.81s 57 subtests passed [19:32:17.028] 92/401 postgresql:ltree_plpython / ltree_plpython/regress OK 4.22s 1 subtests passed [19:32:17.086] 93/401 postgresql:ltree / ltree/regress OK 4.66s 1 subtests passed [19:32:18.868] 94/401 postgresql:pageinspect / pageinspect/regress OK 5.82s 8 subtests passed [19:32:18.996] 95/401 postgresql:passwordcheck / passwordcheck/regress OK 4.42s 1 subtests passed [19:32:20.016] 96/401 postgresql:pg_buffercache / pg_buffercache/regress OK 5.41s 2 subtests passed [19:32:21.547] 97/401 postgresql:pg_freespacemap / pg_freespacemap/regress OK 4.52s 1 subtests passed [19:32:21.940] 98/401 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 4.85s 1 subtests passed [19:32:22.972] 99/401 postgresql:pg_prewarm / pg_prewarm/regress OK 2.95s 1 subtests passed [19:32:23.181] 100/401 postgresql:pg_overexplain / pg_overexplain/regress OK 4.31s 1 subtests passed [19:32:23.596] 101/401 postgresql:pgcrypto / pgcrypto/regress OK 8.17s 25 subtests passed [19:32:24.091] 102/401 postgresql:intarray / intarray/regress OK 15.22s 1 subtests passed [19:32:24.665] 103/401 postgresql:pgrowlocks / pgrowlocks/isolation OK 3.12s 1 subtests passed [19:32:26.147] 104/401 postgresql:pgstattuple / pgstattuple/regress OK 2.96s 1 subtests passed [19:32:26.832] 105/401 postgresql:pg_surgery / pg_surgery/regress OK 3.23s 1 subtests passed [19:32:27.079] 106/401 postgresql:pg_stat_statements / pg_stat_statements/regress OK 4.11s 16 subtests passed [19:32:27.573] 107/401 postgresql:pg_stash_advice / pg_stash_advice/regress OK 5.63s 2 subtests passed [19:32:28.244] 108/401 postgresql:pg_visibility / pg_visibility/regress OK 3.58s 1 subtests passed [19:32:29.275] 109/401 postgresql:pg_walinspect / pg_walinspect/regress OK 3.13s 2 subtests passed [19:32:30.294] 110/401 postgresql:pg_trgm / pg_trgm/regress OK 6.20s 4 subtests passed [19:32:30.400] 111/401 postgresql:postgres_fdw / postgres_fdw/isolation OK 3.32s 1 subtests passed [19:32:30.433] ▶ 112/401 - regression tests pass FAIL [19:32:30.955] 113/401 postgresql:seg / seg/regress OK 3.38s 3 subtests passed [19:32:31.018] 114/401 postgresql:spi / spi/regress OK 2.77s 2 subtests passed [19:32:31.572] 115/401 postgresql:pg_plan_advice / pg_plan_advice/regress OK 12.57s 9 subtests passed [19:32:32.128] 116/401 postgresql:tablefunc / tablefunc/regress OK 2.85s 1 subtests passed [19:32:33.257] 117/401 postgresql:tcn / tcn/isolation OK 2.96s 1 subtests passed [19:32:33.746] 118/401 postgresql:tsm_system_rows / tsm_system_rows/regress OK 2.73s 1 subtests passed [19:32:34.330] 119/401 postgresql:tsm_system_time / tsm_system_time/regress OK 2.76s 1 subtests passed [19:32:34.826] 120/401 postgresql:unaccent / unaccent/regress OK 2.70s 1 subtests passed [19:32:36.039] 121/401 postgresql:uuid-ossp / uuid-ossp/regress OK 2.78s 1 subtests passed [19:32:36.578] 122/401 postgresql:xml2 / xml2/regress OK 2.83s 1 subtests passed [19:32:37.177] 123/401 postgresql:brin / brin/isolation OK 2.85s 1 subtests passed [19:32:37.259] 124/401 postgresql:test_decoding / test_decoding/isolation OK 6.30s 14 subtests passed [19:32:37.945] 125/401 postgresql:commit_ts / commit_ts/regress OK 3.12s 1 subtests passed [19:32:39.419] 126/401 postgresql:delay_execution / delay_execution/isolation OK 3.38s 2 subtests passed [19:32:39.520] 127/401 postgresql:dummy_index_am / dummy_index_am/regress OK 2.94s 1 subtests passed [19:32:40.357] 128/401 postgresql:dummy_seclabel / dummy_seclabel/regress OK 3.18s 1 subtests passed [19:32:40.744] 129/401 postgresql:postgres_fdw / postgres_fdw/regress OK 13.91s 2 subtests passed [19:32:41.216] 130/401 postgresql:gin / gin/regress OK 3.96s 1 subtests passed [19:32:41.528] 131/401 postgresql:index / index/isolation OK 3.58s 1 subtests passed [19:32:42.708] 132/401 postgresql:test_decoding / test_decoding/regress OK 12.31s 20 subtests passed [19:32:42.772] 133/401 postgresql:injection_points / injection_points/regress OK 3.35s 4 subtests passed [19:32:43.984] 134/401 postgresql:plsample / plsample/regress OK 3.24s 1 subtests passed [19:32:44.056] 135/401 postgresql:spgist_name_ops / spgist_name_ops/regress OK 2.84s 1 subtests passed [19:32:44.252] 136/401 postgresql:test_binaryheap / test_binaryheap/regress OK 2.72s 1 subtests passed [19:32:45.861] 137/401 postgresql:test_bloomfilter / test_bloomfilter/regress OK 3.09s 1 subtests passed [19:32:45.922] 138/401 postgresql:test_bitmapset / test_bitmapset/regress OK 3.21s 1 subtests passed [19:32:46.804] 139/401 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 2.82s 1 subtests passed [19:32:46.856] 140/401 postgresql:injection_points / injection_points/isolation OK 7.33s 8 subtests passed [19:32:46.924] 141/401 postgresql:test_cplusplusext / test_cplusplusext/regress OK 2.87s 1 subtests passed [19:32:47.120] 142/401 postgresql:test_custom_types / test_custom_types/regress OK 2.87s 1 subtests passed [19:32:48.694] 143/401 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 2.83s 22 subtests passed [19:32:49.418] 144/401 postgresql:test_dsa / test_dsa/regress OK 3.49s 1 subtests passed [19:32:49.778] 145/401 postgresql:nbtree / nbtree/regress OK 9.42s 2 subtests passed [19:32:49.873] 146/401 postgresql:test_dsm_registry / test_dsm_registry/regress OK 3.07s 1 subtests passed [19:32:50.142] 147/401 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 3.22s 1 subtests passed [19:32:50.475] 148/401 postgresql:test_extensions / test_extensions/regress OK 3.62s 2 subtests passed [19:32:51.264] 149/401 postgresql:test_lfind / test_lfind/regress OK 2.57s 1 subtests passed [19:32:52.289] 150/401 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 2.87s 1 subtests passed [19:32:52.738] 151/401 postgresql:test_pg_dump / test_pg_dump/regress OK 2.59s 1 subtests passed [19:32:53.030] 152/401 postgresql:test_oat_hooks / test_oat_hooks/regress OK 3.25s 2 subtests passed [19:32:53.067] 153/401 postgresql:test_parser / test_parser/regress OK 3.19s 1 subtests passed [19:32:53.508] 154/401 postgresql:test_predtest / test_predtest/regress OK 3.03s 1 subtests passed [19:32:53.920] 155/401 postgresql:test_radixtree / test_radixtree/regress OK 2.65s 1 subtests passed [19:32:54.312] 112/401 postgresql:recovery / recovery/027_stream_regress ERROR 108.97s exit status 1 [19:32:54.312] >>> INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib 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 LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MALLOC_PERTURB_=14 top_builddir=/tmp/cirrus-ci-build/build enable_injection_points=yes MESON_TEST_ITERATION=1 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 [19:32:54.312] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [19:32:54.312] stderr: [19:32:54.312] # Failed test 'regression tests pass' [19:32:54.312] # at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 74. [19:32:54.312] # ---------- command failed ---------- [19:32:54.312] # /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --dlpath=/tmp/cirrus-ci-build/build/src/test/regress --bindir= --host=/tmp/NDL8k6Evbh --port=12890 --schedule=../regress/parallel_schedule --max-concurrent-tests=20 --inputdir=../regress --outputdir=/tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data [19:32:54.312] # -------------- stdout -------------- [19:32:54.312] # # using postmaster on /tmp/NDL8k6Evbh, port 12890 [19:32:54.312] # ok 1 - test_setup 763 ms [19:32:54.312] # # parallel group (20 tests): char varchar name text oid pg_lsn txid int2 int4 money boolean regproc float4 int8 float8 bit enum uuid rangetypes numeric [19:32:54.312] # ok 2 + boolean 261 ms [19:32:54.312] # ok 3 + char 119 ms [19:32:54.312] # ok 4 + name 156 ms [19:32:54.312] # ok 5 + varchar 139 ms [19:32:54.312] # ok 6 + text 180 ms [19:32:54.312] # ok 7 + int2 215 ms [19:32:54.312] # ok 8 + int4 235 ms [19:32:54.312] # ok 9 + int8 305 ms [19:32:54.312] # ok 10 + oid 177 ms [19:32:54.312] # ok 11 + float4 249 ms [19:32:54.312] # ok 12 + float8 361 ms [19:32:54.312] # ok 13 + bit 433 ms [19:32:54.312] # ok 14 + numeric 1195 ms [19:32:54.312] # ok 15 + txid 194 ms [19:32:54.312] # ok 16 + uuid 469 ms [19:32:54.312] # ok 17 + enum 450 ms [19:32:54.312] # ok 18 + money 221 ms [19:32:54.312] # ok 19 + rangetypes 1104 ms [19:32:54.312] # ok 20 + pg_lsn 192 ms [19:32:54.312] # ok 21 + regproc 227 ms [19:32:54.312] # # parallel group (20 tests): md5 lseg line path circle macaddr point time timetz date numerology macaddr8 inet interval timestamp timestamptz strings polygon box multirangetypes [19:32:54.312] # ok 22 + strings 1066 ms [19:32:54.312] # ok 23 + md5 93 ms [19:32:54.312] # ok 24 + numerology 300 ms [19:32:54.312] # ok 25 + point 275 ms [19:32:54.312] # ok 26 + lseg 126 ms [19:32:54.312] # ok 27 + line 135 ms [19:32:54.312] # ... 206 lines omitted ... [19:32:54.312] # ok 219 + partition_merge 5264 ms [19:32:54.312] # ok 220 + partition_split 6239 ms [19:32:54.312] # ok 221 + partition_join 6480 ms [19:32:54.312] # ok 222 + partition_prune 6643 ms [19:32:54.312] # ok 223 + reloptions 318 ms [19:32:54.312] # ok 224 + hash_part 287 ms [19:32:54.312] # ok 225 + indexing 8682 ms [19:32:54.312] # ok 226 + partition_aggregate 4401 ms [19:32:54.312] # ok 227 + partition_info 1014 ms [19:32:54.312] # ok 228 + tuplesort 3672 ms [19:32:54.312] # ok 229 + explain 675 ms [19:32:54.312] # ok 230 + memoize 3427 ms [19:32:54.312] # ok 231 + stats 5671 ms [19:32:54.312] # ok 232 + predicate 616 ms [19:32:54.312] # ok 233 + numa 193 ms [19:32:54.312] # ok 234 + eager_aggregate 1956 ms [19:32:54.312] # ok 235 + graph_table_rls 910 ms [19:32:54.312] # ok 236 + planner_est 187 ms [19:32:54.312] # # parallel group (4 tests): compression_pglz compression_lz4 compression cluster [19:32:54.312] # ok 237 + compression 669 ms [19:32:54.312] # ok 238 + compression_lz4 614 ms [19:32:54.312] # ok 239 + compression_pglz 57 ms [19:32:54.312] # ok 240 + cluster 1147 ms [19:32:54.312] # # parallel group (2 tests): oidjoins event_trigger [19:32:54.312] # ok 241 + oidjoins 1648 ms [19:32:54.312] # ok 242 + event_trigger 1848 ms [19:32:54.312] # ok 243 - event_trigger_login 95 ms [19:32:54.312] # ok 244 - fast_default 628 ms [19:32:54.312] # ok 245 - tablespace 2067 ms [19:32:54.312] # 1..245 [19:32:54.312] # -------------- stderr -------------- [19:32:54.312] # # 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 [19:32:54.312] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out 2026-05-25 19:25:12.260263912 +0000 [19:32:54.312] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out 2026-05-25 19:31:49.478009585 +0000 [19:32:54.312] # # @@ -1889,6 +1889,9 @@ [19:32:54.312] # # pg_stat_get_checkpointer_sync_time() AS sync_time, [19:32:54.312] # # pg_stat_get_checkpointer_buffers_written() AS buffers_written, [19:32:54.312] # # pg_stat_get_checkpointer_slru_written() AS slru_written, [19:32:54.312] # # + pg_stat_get_checkpointer_segs_added() AS segs_added, [19:32:54.312] # # + pg_stat_get_checkpointer_segs_removed() AS segs_removed, [19:32:54.312] # # + pg_stat_get_checkpointer_segs_recycled() AS segs_recycled, [19:32:54.312] # # pg_stat_get_checkpointer_stat_reset_time() AS stats_reset; [19:32:54.312] # # pg_stat_database| SELECT oid AS datid, [19:32:54.312] # # datname, [19:32:54.312] # # 1 of 245 tests failed. [19:32:54.312] # # 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". [19:32:54.312] # # 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". [19:32:54.312] # ------------------------------------ [19:32:54.312] # Looks like you failed 1 test of 11. [19:32:54.312] [19:32:54.312] (test program exited with status code 1) [19:32:54.312] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [19:32:54.312] [19:32:55.105] 156/401 postgresql:test_rbtree / test_rbtree/regress OK 2.81s 1 subtests passed [19:32:55.744] 157/401 postgresql:test_rls_hooks / test_rls_hooks/regress OK 2.68s 1 subtests passed [19:32:56.478] 158/401 postgresql:test_saslprep / test_saslprep/regress OK 2.97s 1 subtests passed [19:32:56.552] 159/401 postgresql:test_resowner / test_resowner/regress OK 3.52s 1 subtests passed [19:32:56.690] 160/401 postgresql:test_regex / test_regex/regress OK 3.95s 2 subtests passed [19:32:56.967] 161/401 postgresql:test_integerset / test_integerset/regress OK 9.84s 1 subtests passed [19:32:57.256] 162/401 postgresql:libpq / libpq/002_api OK 0.29s 1 subtests passed [19:32:57.438] 163/401 postgresql:test_slru / test_slru/regress OK 3.12s 1 subtests passed [19:32:57.862] 164/401 postgresql:libpq / libpq/001_uri OK 1.17s 63 subtests passed [19:32:58.532] 165/401 postgresql:test_tidstore / test_tidstore/regress OK 3.43s 1 subtests passed [19:32:59.004] 166/401 postgresql:typcache / typcache/regress OK 3.26s 1 subtests passed [19:32:59.239] 167/401 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.23s 55 subtests passed [19:32:59.944] 168/401 postgresql:test_shm_mq / test_shm_mq/regress OK 6.02s 1 subtests passed [19:33:00.212] 169/401 postgresql:unsafe_tests / unsafe_tests/regress OK 3.73s 4 subtests passed [19:33:00.232] 170/401 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.29s 9 subtests passed [19:33:04.696] 171/401 postgresql:ecpg / ecpg/ecpg OK 8.14s 67 subtests passed [19:33:04.974] 172/401 postgresql:libpq / libpq/006_service OK 6.44s 47 subtests passed [19:33:06.376] 173/401 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 6.16s 107 subtests passed [19:33:06.828] 174/401 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.45s 51 subtests passed [19:33:07.973] 175/401 postgresql:libpq / libpq/004_load_balance_dns OK 10.53s 125 subtests passed [19:33:08.328] 176/401 postgresql:libpq / libpq/003_load_balance_host_list OK 11.07s 127 subtests passed [19:33:09.809] 177/401 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 4.83s 10 subtests passed [19:33:10.121] 178/401 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.42s 32 subtests passed [19:33:11.182] 179/401 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 3.21s 3 subtests passed [19:33:11.505] 180/401 postgresql:pg_checksums / pg_checksums/001_basic OK 0.32s 9 subtests passed [19:33:11.860] 181/401 postgresql:libpq / libpq/005_negotiate_encryption OK 14.00s 249 subtests passed [19:33:12.116] 182/401 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.25s 13 subtests passed [19:33:13.985] 183/401 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 5.65s 43 subtests passed [19:33:14.321] 184/401 postgresql:pg_amcheck / pg_amcheck/003_check OK 14.08s 75 subtests passed [19:33:16.600] 185/401 postgresql:pg_checksums / pg_checksums/002_actions OK 5.09s 66 subtests passed [19:33:17.713] 186/401 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 3.39s 11 subtests passed [19:33:18.481] 187/401 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 4.50s 7 subtests passed [19:33:19.366] 188/401 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 9.56s 29 subtests passed [19:33:19.937] 189/401 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 7.82s 6 subtests passed [19:33:22.058] 190/401 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.34s 4 subtests passed [19:33:22.264] 191/401 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 3.78s 3 subtests passed [19:33:23.018] 192/401 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.08s 4 subtests passed [19:33:23.273] 193/401 postgresql:pg_config / pg_config/001_pg_config OK 0.25s 21 subtests passed [19:33:23.290] 194/401 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 6.69s 22 subtests passed [19:33:23.439] 195/401 postgresql:initdb / initdb/001_initdb OK 24.20s 57 subtests passed [19:33:25.476] 196/401 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.20s 18 subtests passed [19:33:25.603] 197/401 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.24s 2 subtests passed [19:33:25.751] 198/401 postgresql:pg_ctl / pg_ctl/002_status OK 2.31s 3 subtests passed [19:33:26.047] 199/401 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 3.78s 5 subtests passed [19:33:26.468] 200/401 postgresql:pg_ctl / pg_ctl/001_start_stop OK 3.18s 25 subtests passed [19:33:27.060] 201/401 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.00s 4 subtests passed [19:33:27.293] 202/401 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 20.46s 200 subtests passed [19:33:27.356] 203/401 postgresql:pg_dump / pg_dump/001_basic OK 1.60s 135 subtests passed [19:33:28.570] 204/401 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 18.45s 60 subtests passed [19:33:29.879] 205/401 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 3.41s 3 subtests passed [19:33:29.901] 206/401 postgresql:pg_ctl / pg_ctl/003_promote OK 4.42s 12 subtests passed [19:33:30.516] 207/401 postgresql:pg_ctl / pg_ctl/004_logrotate OK 4.91s 14 subtests passed [19:33:31.455] 208/401 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.39s 4 subtests passed [19:33:33.241] 209/401 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 2.72s 9 subtests passed [19:33:33.892] 210/401 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 6.53s 98 subtests passed [19:33:33.904] 211/401 postgresql:pg_resetwal / pg_resetwal/001_basic OK 4.00s 83 subtests passed [19:33:36.804] 212/401 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 9.51s 108 subtests passed [19:33:41.188] 213/401 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 4.38s 1 subtests passed [19:33:41.489] 214/401 postgresql:pg_rewind / pg_rewind/006_options OK 0.30s 13 subtests passed [19:33:42.404] 215/401 postgresql:pg_dump / pg_dump/010_dump_connstr OK 12.52s 13 subtests passed [19:33:42.696] 216/401 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 8.80s 6 subtests passed [19:33:43.385] 217/401 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 9.47s 10 subtests passed [19:33:45.873] 218/401 postgresql:pg_rewind / pg_rewind/002_databases OK 12.63s 12 subtests passed [19:33:46.766] 219/401 postgresql:pg_rewind / pg_rewind/007_standby_source OK 5.27s 7 subtests passed [19:33:46.983] 220/401 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.22s 13 subtests passed [19:33:47.022] 221/401 postgresql:pg_rewind / pg_rewind/009_growing_files OK 4.32s 3 subtests passed [19:33:47.356] 222/401 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.33s 17 subtests passed [19:33:48.670] 223/401 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 6.27s 3 subtests passed [19:33:48.692] 224/401 postgresql:pg_rewind / pg_rewind/001_basic OK 17.24s 57 subtests passed [19:33:50.173] 225/401 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.30s 12 subtests passed [19:33:50.251] 226/401 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.27s 18 subtests passed [19:33:50.784] 227/401 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 7.40s 1 subtests passed [19:33:50.977] 228/401 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 0.80s 60 subtests passed [19:33:52.270] 229/401 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 3.57s 32 subtests passed [19:33:53.585] 230/401 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.33s 5 subtests passed [19:33:54.168] 231/401 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 6.81s 38 subtests passed [19:33:55.472] 232/401 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 4.69s 11 subtests passed [19:33:57.536] 233/401 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 6.56s 18 subtests passed [19:33:57.833] 234/401 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.30s 11 subtests passed [19:33:58.360] 235/401 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 6.09s 10 subtests passed [19:33:58.661] 236/401 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.19s 5 subtests passed [19:33:59.990] 237/401 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.33s 207 subtests passed [19:34:00.865] 238/401 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 12.19s 92 subtests passed [19:34:01.055] 239/401 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 7.46s 21 subtests passed [19:34:01.631] 240/401 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 3.80s 7 subtests passed [19:34:04.882] 241/401 postgresql:psql / psql/020_cancel OK 3.83s 2 subtests passed [19:34:05.159] 242/401 postgresql:psql / psql/030_pager OK 3.53s 4 subtests passed [19:34:05.308] 243/401 postgresql:psql / psql/001_basic OK 5.31s 129 subtests passed [19:34:05.392] 244/401 postgresql:psql / psql/010_tab_completion OK 4.53s 101 subtests passed [19:34:08.391] 245/401 postgresql:scripts / scripts/011_clusterdb_all OK 3.23s 7 subtests passed [19:34:08.400] 246/401 postgresql:scripts / scripts/010_clusterdb OK 3.52s 16 subtests passed [19:34:09.153] 247/401 postgresql:pg_dump / pg_dump/002_pg_dump OK 43.09s 12122 subtests passed [19:34:09.723] 248/401 postgresql:scripts / scripts/040_createuser OK 4.33s 37 subtests passed [19:34:11.186] 249/401 postgresql:pg_waldump / pg_waldump/001_basic OK 17.02s 212 subtests passed [19:34:11.974] 250/401 postgresql:scripts / scripts/070_dropuser OK 3.57s 13 subtests passed [19:34:12.543] 251/401 postgresql:scripts / scripts/050_dropdb OK 4.15s 16 subtests passed [19:34:12.841] 252/401 postgresql:scripts / scripts/080_pg_isready OK 3.30s 11 subtests passed [19:34:14.444] 253/401 postgresql:scripts / scripts/020_createdb OK 9.13s 64 subtests passed [19:34:15.674] 254/401 postgresql:pgbench / pgbench/001_pgbench_with_server OK 17.31s 474 subtests passed [19:34:15.831] 255/401 postgresql:scripts / scripts/091_reindexdb_all OK 4.64s 13 subtests passed [19:34:16.008] 256/401 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.33s 27 subtests passed [19:34:16.033] 257/401 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.20s 4 subtests passed [19:34:16.046] 258/401 postgresql:scripts / scripts/101_vacuumdb_all OK 3.50s 5 subtests passed [19:34:16.511] 259/401 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.50s 39 subtests passed [19:34:16.648] 260/401 postgresql:scripts / scripts/090_reindexdb OK 6.92s 64 subtests passed [19:34:17.912] 261/401 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 49.34s 60 subtests passed [19:34:19.635] 262/401 postgresql:scripts / scripts/102_vacuumdb_stages OK 6.79s 4 subtests passed [19:34:20.224] 263/401 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.58s 6 subtests passed [19:34:20.239] 264/401 postgresql:scripts / scripts/200_connstr OK 5.79s 3 subtests passed [19:34:20.327] 265/401 postgresql:amcheck / amcheck/002_cic OK 4.28s 4 subtests passed [19:34:20.392] 266/401 postgresql:scripts / scripts/100_vacuumdb OK 8.42s 113 subtests passed [19:34:20.808] 267/401 postgresql:amcheck / amcheck/003_cic_2pc OK 4.30s 7 subtests passed [19:34:21.019] 268/401 postgresql:oid2name / oid2name/001_basic OK 0.21s 9 subtests passed [19:34:22.186] 269/401 postgresql:amcheck / amcheck/005_pitr OK 4.27s 3 subtests passed [19:34:23.958] 270/401 postgresql:auto_explain / auto_explain/001_auto_explain OK 3.73s 22 subtests passed [19:34:24.756] 271/401 postgresql:pg_prewarm / pg_prewarm/001_basic OK 3.74s 11 subtests passed [19:34:25.442] 272/401 postgresql:amcheck / amcheck/006_verify_gin OK 5.81s 6 subtests passed [19:34:25.747] 273/401 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 5.42s 16 subtests passed [19:34:26.422] 274/401 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 4.23s 6 subtests passed [19:34:27.642] 275/401 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 3.68s 3 subtests passed [19:34:27.971] 276/401 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.33s [19:34:28.941] 277/401 postgresql:amcheck / amcheck/001_verify_heapam OK 12.91s 272 subtests passed [19:34:29.015] 278/401 postgresql:dblink / dblink/001_auth_scram OK 8.62s 14 subtests passed [19:34:29.125] 279/401 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 3.68s 3 subtests passed [19:34:29.216] 280/401 postgresql:vacuumlo / vacuumlo/001_basic OK 0.26s 9 subtests passed [19:34:29.349] 281/401 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.59s 2 subtests passed [19:34:32.297] 282/401 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.32s 6 subtests passed [19:34:32.501] 283/401 postgresql:authentication / authentication/005_sspi SKIP 0.20s [19:34:32.520] 284/401 postgresql:authentication / authentication/004_file_inclusion OK 3.17s 2 subtests passed [19:34:32.912] 285/401 postgresql:authentication / authentication/002_saslprep OK 3.79s 20 subtests passed [19:34:33.060] 286/401 postgresql:authentication / authentication/003_peer OK 3.84s 53 subtests passed [19:34:33.238] 287/401 postgresql:postmaster / postmaster/001_basic OK 0.33s 9 subtests passed [19:34:33.425] 288/401 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 7.00s 4 subtests passed [19:34:34.097] 289/401 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 8.35s 9 subtests passed [19:34:35.488] 290/401 postgresql:authentication / authentication/007_pre_auth OK 2.97s 2 subtests passed [19:34:35.708] 291/401 postgresql:authentication / authentication/006_login_trigger OK 3.21s 32 subtests passed [19:34:36.180] 292/401 postgresql:postmaster / postmaster/004_negotiate OK 2.75s 3 subtests passed [19:34:36.436] 293/401 postgresql:authentication / authentication/001_password OK 7.42s 207 subtests passed [19:34:36.635] 294/401 postgresql:postmaster / postmaster/003_start_stop OK 3.39s 25 subtests passed [19:34:36.898] 295/401 postgresql:postmaster / postmaster/002_connection_limits OK 3.84s 30 subtests passed [19:34:42.539] 296/401 postgresql:subscription / subscription/003_constraints OK 6.83s 6 subtests passed [19:34:42.768] 297/401 postgresql:bloom / bloom/001_wal OK 22.53s 31 subtests passed [19:34:42.893] 298/401 postgresql:subscription / subscription/005_encoding OK 6.45s 1 subtests passed [19:34:43.178] 299/401 postgresql:subscription / subscription/002_types OK 7.69s 4 subtests passed [19:34:43.566] 300/401 postgresql:subscription / subscription/006_rewrite OK 6.93s 2 subtests passed [19:34:44.618] 301/401 postgresql:subscription / subscription/004_sync OK 8.44s 9 subtests passed [19:34:45.128] 302/401 postgresql:subscription / subscription/007_ddl OK 8.23s 8 subtests passed [19:34:48.532] 303/401 postgresql:subscription / subscription/001_rep_changes OK 14.43s 38 subtests passed [19:34:48.976] 304/401 postgresql:subscription / subscription/009_matviews OK 6.21s 1 subtests passed [19:34:50.313] 305/401 postgresql:subscription / subscription/012_collation OK 6.75s 2 subtests passed [19:34:50.490] 306/401 postgresql:subscription / subscription/008_diff_schema OK 7.95s 5 subtests passed [19:34:52.572] 307/401 postgresql:subscription / subscription/010_truncate OK 9.68s 14 subtests passed [19:34:52.761] 308/401 postgresql:subscription / subscription/011_generated OK 9.58s 11 subtests passed [19:34:54.742] 309/401 postgresql:subscription / subscription/014_binary OK 9.61s 8 subtests passed [19:34:56.486] 310/401 postgresql:subscription / subscription/016_stream_subxact OK 7.51s 3 subtests passed [19:34:56.664] 311/401 postgresql:subscription / subscription/017_stream_ddl OK 6.35s 3 subtests passed [19:34:59.100] 312/401 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 6.53s 2 subtests passed [19:34:59.940] 313/401 postgresql:subscription / subscription/020_messages OK 7.18s 5 subtests passed [19:35:00.774] 314/401 postgresql:subscription / subscription/018_stream_subxact_abort OK 10.28s 9 subtests passed [19:35:05.558] 315/401 postgresql:subscription / subscription/015_stream OK 17.02s 10 subtests passed [19:35:05.700] 316/401 postgresql:subscription / subscription/013_partition OK 21.08s 74 subtests passed [19:35:07.047] 317/401 postgresql:subscription / subscription/024_add_drop_pub OK 7.95s 4 subtests passed [19:35:08.076] 318/401 postgresql:subscription / subscription/021_twophase OK 13.33s 31 subtests passed [19:35:08.741] 319/401 postgresql:subscription / subscription/025_rep_changes_for_schema OK 8.80s 13 subtests passed [19:35:09.708] 320/401 postgresql:subscription / subscription/023_twophase_stream OK 13.04s 34 subtests passed [19:35:10.661] 321/401 postgresql:subscription / subscription/022_twophase_cascade OK 14.17s 41 subtests passed [19:35:13.856] 322/401 postgresql:subscription / subscription/026_stats OK 13.08s 13 subtests passed [19:35:14.257] 323/401 postgresql:subscription / subscription/029_on_error OK 7.21s 5 subtests passed [19:35:18.054] 324/401 postgresql:subscription / subscription/028_row_filter OK 12.35s 26 subtests passed [19:35:20.098] 325/401 postgresql:subscription / subscription/033_run_as_table_owner OK 9.43s 10 subtests passed [19:35:20.579] 326/401 postgresql:subscription / subscription/030_origin OK 12.50s 13 subtests passed [19:35:22.536] 327/401 postgresql:subscription / subscription/027_nosuperuser OK 16.98s 19 subtests passed [19:35:22.562] 328/401 postgresql:subscription / subscription/032_subscribe_use_index OK 12.85s 15 subtests passed [19:35:25.513] 329/401 postgresql:subscription / subscription/031_column_list OK 16.77s 36 subtests passed [19:35:26.077] 330/401 postgresql:subscription / subscription/036_sequences OK 8.02s 9 subtests passed [19:35:26.656] 331/401 postgresql:brin / brin/01_workitems OK 4.09s 4 subtests passed [19:35:26.824] 332/401 postgresql:subscription / subscription/035_conflicts OK 12.56s 29 subtests passed [19:35:27.374] 333/401 postgresql:subscription / subscription/034_temporal OK 13.52s 37 subtests passed [19:35:29.176] 334/401 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 8.60s 4 subtests passed [19:35:29.626] 335/401 postgresql:subscription / subscription/037_except OK 9.53s 17 subtests passed [19:35:29.864] 336/401 postgresql:brin / brin/02_wal_consistency OK 4.34s 2 subtests passed [19:35:30.228] 337/401 postgresql:commit_ts / commit_ts/001_base OK 4.15s 2 subtests passed [19:35:31.162] 338/401 postgresql:commit_ts / commit_ts/002_standby OK 4.50s 4 subtests passed [19:35:32.167] 339/401 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.34s 4 subtests passed [19:35:32.274] 340/401 postgresql:commit_ts / commit_ts/004_restart OK 4.90s 16 subtests passed [19:35:32.676] 341/401 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.50s 4 subtests passed [19:35:32.737] 342/401 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.11s 23 subtests passed [19:35:34.023] 343/401 postgresql:oauth_validator / oauth_validator/002_client OK 3.79s 20 subtests passed [19:35:34.466] 344/401 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.30s 7 subtests passed [19:35:36.008] 345/401 postgresql:test_aio / test_aio/002_io_workers OK 3.73s 22 subtests passed [19:35:38.020] 346/401 postgresql:test_aio / test_aio/004_read_stream OK 5.28s 31 subtests passed [19:35:38.283] 347/401 postgresql:test_checksums / test_checksums/001_basic OK 3.81s 9 subtests passed [19:35:38.699] 348/401 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 4.68s 2 subtests passed [19:35:39.291] 349/401 postgresql:test_checksums / test_checksums/002_restarts OK 3.28s 5 subtests passed [19:35:39.580] 350/401 postgresql:test_aio / test_aio/003_initdb OK 6.90s 6 subtests passed [19:35:39.598] 351/401 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.31s [19:35:39.797] 352/401 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.21s [19:35:39.896] 353/401 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.30s [19:35:41.621] 354/401 postgresql:test_checksums / test_checksums/005_injection OK 2.92s 3 subtests passed [19:35:42.279] 355/401 postgresql:test_checksums / test_checksums/004_offline OK 3.99s 8 subtests passed [19:35:43.094] 356/401 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 3.20s 2 subtests passed [19:35:44.132] 357/401 postgresql:test_checksums / test_checksums/003_standby_restarts OK 6.11s 24 subtests passed [19:35:44.540] 358/401 postgresql:test_int128 / test_int128/001_test_int128 OK 0.41s 2 subtests passed [19:35:45.564] 359/401 postgresql:test_escape / test_escape/001_test_escape OK 3.28s 1218 subtests passed [19:35:46.254] 360/401 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 4.63s 15 subtests passed [19:35:46.341] 361/401 postgresql:oauth_validator / oauth_validator/001_server OK 16.48s 170 subtests passed [19:35:46.485] 362/401 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.39s 11 subtests passed [19:35:46.604] 363/401 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.25s 2 subtests passed [19:35:46.662] 364/401 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.41s 12 subtests passed [19:35:47.428] 365/401 postgresql:test_aio / test_aio/001_aio OK 15.26s 826 subtests passed [19:35:47.494] 366/401 postgresql:subscription / subscription/100_bugs OK 24.96s 17 subtests passed [19:35:47.814] 367/401 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 3.27s 516 subtests passed [19:35:49.027] 368/401 postgresql:test_json_parser / test_json_parser/002_inline OK 3.44s 3712 subtests passed [19:35:49.504] 369/401 postgresql:test_misc / test_misc/003_check_guc OK 2.84s 4 subtests passed [19:35:50.190] 370/401 postgresql:test_misc / test_misc/002_tablespace OK 3.58s 20 subtests passed [19:35:50.407] 371/401 postgresql:test_misc / test_misc/001_constraint_validation OK 3.92s 42 subtests passed [19:35:51.071] 372/401 postgresql:test_misc / test_misc/005_timeouts OK 3.58s 2 subtests passed [19:35:51.635] 373/401 postgresql:test_misc / test_misc/004_io_direct OK 4.15s 3 subtests passed [19:35:51.880] 374/401 postgresql:test_misc / test_misc/006_signal_autovacuum OK 4.06s 2 subtests passed [19:35:52.025] 375/401 postgresql:test_misc / test_misc/007_catcache_inval OK 2.96s 2 subtests passed [19:35:53.022] 376/401 postgresql:test_misc / test_misc/008_replslot_single_user OK 3.52s 10 subtests passed [19:35:53.339] 377/401 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.32s [19:35:53.553] 378/401 postgresql:test_misc / test_misc/009_log_temp_files OK 3.36s 11 subtests passed [19:35:55.147] 379/401 postgresql:test_misc / test_misc/011_lock_stats OK 4.08s 7 subtests passed [19:35:56.178] 380/401 postgresql:test_misc / test_misc/012_ddlutils OK 4.54s 43 subtests passed [19:35:56.829] 381/401 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 3.49s 2 subtests passed [19:35:56.961] 382/401 postgresql:test_slru / test_slru/001_multixact OK 3.41s 2 subtests passed [19:35:57.217] 383/401 postgresql:test_misc / test_misc/013_temp_obj_multisession OK 5.34s 19 subtests passed [19:35:57.290] 384/401 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.33s [19:35:57.453] 385/401 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 7.04s 73 subtests passed [19:35:57.535] 386/401 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.32s [19:35:57.576] 387/401 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.29s [19:35:59.112] 388/401 postgresql:test_slru / test_slru/002_multixact_wraparound OK 3.96s 18 subtests passed [19:36:00.254] 389/401 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 2.80s [19:36:01.210] 390/401 postgresql:worker_spi / worker_spi/001_worker_spi OK 5.03s 8 subtests passed [19:36:01.689] 391/401 postgresql:worker_spi / worker_spi/002_worker_terminate OK 4.86s 11 subtests passed [19:36:02.110] 392/401 postgresql:test_pg_dump / test_pg_dump/001_base OK 10.08s 1044 subtests passed [19:36:02.855] 393/401 postgresql:ssl / ssl/002_scram OK 5.28s 28 subtests passed [19:36:05.063] 394/401 postgresql:test_checksums / test_checksums/009_fpi OK 25.26s 7 subtests passed [19:36:05.088] 395/401 postgresql:ssl / ssl/003_sslinfo OK 5.98s 21 subtests passed [19:36:05.391] 396/401 postgresql:ldap / ldap/002_bindpasswd OK 3.70s 3 subtests passed [19:36:05.876] 397/401 postgresql:icu / icu/010_database OK 3.02s 8 subtests passed [19:36:06.450] 398/401 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 4.32s 26 subtests passed [19:36:07.732] 399/401 postgresql:ldap / ldap/001_auth OK 6.52s 47 subtests passed [19:36:07.912] 400/401 postgresql:ssl / ssl/004_sni OK 7.66s 102 subtests passed [19:36:10.184] 401/401 postgresql:ssl / ssl/001_ssltests OK 12.65s 272 subtests passed [19:36:10.283] [19:36:10.283] Summary of Failures: [19:36:10.283] [19:36:10.283] 13/401 postgresql:regress / regress/regress ERROR 88.03s exit status 1 [19:36:10.283] 28/401 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 90.99s exit status 1 [19:36:10.283] 26/401 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 132.06s exit status 1 [19:36:10.283] 112/401 postgresql:recovery / recovery/027_stream_regress ERROR 108.97s exit status 1 [19:36:10.283] [19:36:10.283] Ok: 387 [19:36:10.283] Expected Fail: 0 [19:36:10.283] Fail: 4 [19:36:10.283] Unexpected Pass: 0 [19:36:10.283] Skipped: 10 [19:36:10.283] Timeout: 0 [19:36:10.283] [19:36:10.283] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [19:36:10.376] [19:36:10.376] Exit status: 4