[05:25:34.148] su postgres <<-EOF [05:25:34.148] set -e [05:25:34.148] ulimit -c unlimited [05:25:34.148] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [05:25:34.148] EOF [05:25:35.207] 1/402 postgresql:setup / tmp_install OK 0.69s [05:25:35.263] 2/402 postgresql:setup / install_test_files OK 0.06s [05:25:36.821] 3/402 postgresql:setup / initdb_cache OK 1.56s [05:25:37.061] 4/402 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.22s 9 subtests passed [05:25:51.726] 5/402 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 14.85s 16 subtests passed [05:26:07.704] 6/402 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 30.85s 13 subtests passed [05:26:09.546] 7/402 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 17.82s 5 subtests passed [05:26:10.808] 8/402 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 33.95s 19 subtests passed [05:26:12.895] 9/402 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 35.83s 3 subtests passed [05:26:22.464] 10/402 postgresql:recovery / recovery/002_archiving OK 11.65s 12 subtests passed [05:26:29.669] ▶ 11/402 - incremental_matview 1976 ms FAIL [05:26:30.411] 12/402 postgresql:recovery / recovery/001_stream_rep OK 20.86s 64 subtests passed [05:26:30.553] 13/402 postgresql:recovery / recovery/003_recovery_targets OK 17.66s 15 subtests passed [05:26:35.218] 14/402 postgresql:recovery / recovery/004_timeline_switch OK 12.75s 6 subtests passed [05:26:37.233] 15/402 postgresql:recovery / recovery/006_logical_decoding OK 6.68s 20 subtests passed [05:26:41.250] 16/402 postgresql:recovery / recovery/005_replay_delay OK 10.84s 3 subtests passed [05:26:43.114] 17/402 postgresql:recovery / recovery/007_sync_rep OK 7.89s 11 subtests passed [05:26:50.338] 18/402 postgresql:recovery / recovery/010_logical_decoding_timelines OK 7.22s 13 subtests passed [05:26:52.697] 19/402 postgresql:recovery / recovery/008_fsm_truncation OK 15.46s 1 subtests passed [05:26:58.402] 20/402 postgresql:recovery / recovery/009_twophase OK 17.15s 30 subtests passed [05:27:00.178] 21/402 postgresql:recovery / recovery/013_crash_restart OK 7.48s 20 subtests passed [05:27:02.160] 22/402 postgresql:recovery / recovery/012_subtransactions OK 11.82s 12 subtests passed [05:27:06.490] 23/402 postgresql:recovery / recovery/014_unlogged_reinit OK 8.09s 23 subtests passed [05:27:09.999] 24/402 postgresql:recovery / recovery/015_promotion_pages OK 9.82s 1 subtests passed [05:27:10.625] 25/402 postgresql:recovery / recovery/016_min_consistency OK 8.46s 1 subtests passed [05:27:13.046] 11/402 postgresql:regress / regress/regress ERROR 96.21s exit status 1 [05:27:13.046] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu 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 MALLOC_PERTURB_=244 top_builddir=/tmp/cirrus-ci-build/build PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 /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 [05:27:13.046] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [05:27:13.046] stderr: [05:27:13.046] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/incremental_matview.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/incremental_matview.out [05:27:13.046] # --- /tmp/cirrus-ci-build/src/test/regress/expected/incremental_matview.out 2026-05-31 05:21:18.581622911 +0000 [05:27:13.046] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/incremental_matview.out 2026-05-31 05:26:29.648393454 +0000 [05:27:13.046] # @@ -544,7 +544,7 @@ [05:27:13.046] # ROLLBACK; [05:27:13.046] # BEGIN; [05:27:13.046] # CREATE INCREMENTAL MATERIALIZED VIEW mv_ivm_agg(a,b,c) AS SELECT i, SUM(j) FROM mv_base_a GROUP BY i; [05:27:13.046] # -ERROR: too many column names were specified [05:27:13.046] # +NOTICE: created index "mv_ivm_agg_index" on materialized view "mv_ivm_agg" [05:27:13.046] # ROLLBACK; [05:27:13.046] # -- support self join view and multiple change on the same table [05:27:13.046] # BEGIN; [05:27:13.046] # 1 of 246 tests failed. [05:27:13.046] # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.diffs". [05:27:13.046] # 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". [05:27:13.046] [05:27:13.046] (test program exited with status code 1) [05:27:13.046] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [05:27:13.046] [05:27:13.154] 26/402 postgresql:recovery / recovery/017_shm OK 6.66s 4 subtests passed [05:27:14.293] ▶ 27/402 - regression tests in old instance FAIL [05:27:17.787] 28/402 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 100.89s 50 subtests passed [05:27:18.001] 29/402 postgresql:recovery / recovery/021_row_visibility OK 4.85s 10 subtests passed [05:27:18.147] ▶ 30/402 - regression tests pass FAIL [05:27:18.284] 30/402 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 101.45s exit status 1 [05:27:18.284] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress top_builddir=/tmp/cirrus-ci-build/build 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 MALLOC_PERTURB_=157 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 /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 [05:27:18.284] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [05:27:18.284] stderr: [05:27:18.284] # Failed test 'regression tests pass' [05:27:18.284] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 66. [05:27:18.284] # got: '256' [05:27:18.284] # expected: '0' [05:27:18.284] # Looks like you failed 1 test of 1. [05:27:18.284] [05:27:18.284] (test program exited with status code 1) [05:27:18.284] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [05:27:18.284] [05:27:21.395] 31/402 postgresql:recovery / recovery/020_archive_status OK 8.35s 19 subtests passed [05:27:21.749] 32/402 postgresql:recovery / recovery/022_crash_temp_files OK 3.96s 11 subtests passed [05:27:22.357] 33/402 postgresql:recovery / recovery/023_pitr_prepared_xact OK 4.35s 1 subtests passed [05:27:22.790] 34/402 postgresql:recovery / recovery/024_archive_recovery OK 4.50s 2 subtests passed [05:27:26.194] 35/402 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 4.80s 1 subtests passed [05:27:28.537] 36/402 postgresql:recovery / recovery/028_pitr_timelines OK 5.75s 3 subtests passed [05:27:30.980] 37/402 postgresql:recovery / recovery/026_overwrite_contrecord OK 9.23s 3 subtests passed [05:27:33.901] 38/402 postgresql:recovery / recovery/018_wal_optimize OK 23.90s 38 subtests passed [05:27:35.163] 39/402 postgresql:recovery / recovery/029_stats_restart OK 8.96s 44 subtests passed [05:27:35.880] 40/402 postgresql:recovery / recovery/019_replslot_limit OK 25.25s 26 subtests passed [05:27:37.263] 41/402 postgresql:recovery / recovery/030_stats_cleanup_replica OK 8.72s 11 subtests passed [05:27:39.095] 42/402 postgresql:recovery / recovery/031_recovery_conflict OK 8.11s 18 subtests passed [05:27:40.399] 43/402 postgresql:recovery / recovery/034_create_database OK 4.52s 2 subtests passed [05:27:42.085] ▶ 44/402 # test failed ERROR [05:27:42.098] 44/402 postgresql:isolation / isolation/isolation ERROR 94.39s exit status 2 [05:27:42.098] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/test/isolation:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin MALLOC_PERTURB_=24 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template 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 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 /usr/bin/python3 /tmp/cirrus-ci-build/build/../src/tools/testwrap --basedir /tmp/cirrus-ci-build/build --srcdir /tmp/cirrus-ci-build/src/test/isolation --pg-test-extra '' --testgroup isolation --testname isolation --schedule /tmp/cirrus-ci-build/build/../src/test/isolation/isolation_schedule --tests -- /tmp/cirrus-ci-build/build/src/test/isolation/pg_isolation_regress --inputdir /tmp/cirrus-ci-build/src/test/isolation --expecteddir /tmp/cirrus-ci-build/src/test/isolation --bindir '' --dlpath /tmp/cirrus-ci-build/build/src/test/isolation --max-concurrent-tests=20 --dbname isolation_regression --outputdir /tmp/cirrus-ci-build/build/testrun/isolation/isolation --temp-instance /tmp/cirrus-ci-build/build/testrun/isolation/isolation/tmp_check --port 40060 [05:27:42.098] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [05:27:42.098] stderr: [05:27:42.098] /bin/sh: 1: cannot open /tmp/cirrus-ci-build/src/test/isolation/specs/ivm-create-insert.spec: No such file [05:27:42.098] diff: /tmp/cirrus-ci-build/src/test/isolation/expected/ivm-create-insert.out: No such file or directory [05:27:42.098] diff: /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/ivm-create-insert.out: No such file or directory [05:27:42.098] # diff command failed with status 512: diff "/tmp/cirrus-ci-build/src/test/isolation/expected/ivm-create-insert.out" "/tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/ivm-create-insert.out" > "/tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/ivm-create-insert.out.diff" [05:27:42.098] [05:27:42.098] (test program exited with status code 2) [05:27:42.098] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [05:27:42.098] [05:27:44.158] 45/402 postgresql:recovery / recovery/032_relfilenode_reuse OK 10.25s 14 subtests passed [05:27:45.070] 46/402 postgresql:recovery / recovery/037_invalid_database OK 4.67s 10 subtests passed [05:27:46.014] 47/402 postgresql:recovery / recovery/036_truncated_dropped OK 6.92s 8 subtests passed [05:27:51.022] 48/402 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 8.92s 2 subtests passed [05:27:52.399] 49/402 postgresql:recovery / recovery/041_checkpoint_at_promote OK 6.38s 6 subtests passed [05:27:53.434] 50/402 postgresql:recovery / recovery/033_replay_tsp_drops OK 18.27s 3 subtests passed [05:27:58.970] 27/402 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 142.12s exit status 1 [05:27:58.971] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=211 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 TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so 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 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template top_builddir=/tmp/cirrus-ci-build/build with_icu=yes PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 /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 [05:27:58.971] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [05:27:58.971] stderr: [05:27:58.971] # Failed test 'regression tests in old instance' [05:27:58.971] # at /tmp/cirrus-ci-build/src/bin/pg_upgrade/t/002_pg_upgrade.pl line 286. [05:27:58.971] # ---------- command failed ---------- [05:27:58.971] # /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --dlpath=/tmp/cirrus-ci-build/build/src/test/regress --bindir= --host=/tmp/gsZeKqzHB2 --port=16627 --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 [05:27:58.971] # -------------- stdout -------------- [05:27:58.971] # # using postmaster on /tmp/gsZeKqzHB2, port 16627 [05:27:58.971] # ok 1 - test_setup 1099 ms [05:27:58.971] # # parallel group (20 tests): varchar pg_lsn int2 text char oid name float4 int4 txid money boolean regproc int8 float8 bit uuid enum numeric rangetypes [05:27:58.971] # ok 2 + boolean 412 ms [05:27:58.971] # ok 3 + char 281 ms [05:27:58.971] # ok 4 + name 315 ms [05:27:58.971] # ok 5 + varchar 192 ms [05:27:58.971] # ok 6 + text 260 ms [05:27:58.971] # ok 7 + int2 247 ms [05:27:58.971] # ok 8 + int4 330 ms [05:27:58.971] # ok 9 + int8 452 ms [05:27:58.971] # ok 10 + oid 281 ms [05:27:58.971] # ok 11 + float4 311 ms [05:27:58.971] # ok 12 + float8 452 ms [05:27:58.971] # ok 13 + bit 559 ms [05:27:58.971] # ok 14 + numeric 1816 ms [05:27:58.971] # ok 15 + txid 334 ms [05:27:58.971] # ok 16 + uuid 624 ms [05:27:58.971] # ok 17 + enum 666 ms [05:27:58.971] # ok 18 + money 374 ms [05:27:58.971] # ok 19 + rangetypes 2405 ms [05:27:58.971] # ok 20 + pg_lsn 191 ms [05:27:58.971] # ok 21 + regproc 406 ms [05:27:58.971] # # parallel group (20 tests): md5 lseg circle path point line time timetz macaddr8 macaddr numerology inet date interval timestamp strings timestamptz polygon box multirangetypes [05:27:58.971] # ok 22 + strings 705 ms [05:27:58.971] # ok 23 + md5 145 ms [05:27:58.971] # ok 24 + numerology 296 ms [05:27:58.971] # ok 25 + point 230 ms [05:27:58.971] # ok 26 + lseg 158 ms [05:27:58.971] # ok 27 + line 230 ms [05:27:58.971] # ... 207 lines omitted ... [05:27:58.971] # ok 220 + partition_merge 3509 ms [05:27:58.971] # ok 221 + partition_split 4103 ms [05:27:58.971] # ok 222 + partition_join 5000 ms [05:27:58.971] # ok 223 + partition_prune 5055 ms [05:27:58.971] # ok 224 + reloptions 524 ms [05:27:58.971] # ok 225 + hash_part 383 ms [05:27:58.971] # ok 226 + indexing 6429 ms [05:27:58.971] # ok 227 + partition_aggregate 4302 ms [05:27:58.971] # ok 228 + partition_info 634 ms [05:27:58.971] # ok 229 + tuplesort 4537 ms [05:27:58.971] # ok 230 + explain 562 ms [05:27:58.971] # ok 231 + memoize 1463 ms [05:27:58.971] # ok 232 + stats 4059 ms [05:27:58.971] # ok 233 + predicate 735 ms [05:27:58.971] # ok 234 + numa 384 ms [05:27:58.971] # ok 235 + eager_aggregate 2168 ms [05:27:58.971] # ok 236 + graph_table_rls 846 ms [05:27:58.971] # ok 237 + planner_est 223 ms [05:27:58.971] # # parallel group (4 tests): compression_pglz compression_lz4 compression cluster [05:27:58.971] # ok 238 + compression 522 ms [05:27:58.971] # ok 239 + compression_lz4 329 ms [05:27:58.971] # ok 240 + compression_pglz 30 ms [05:27:58.971] # ok 241 + cluster 1943 ms [05:27:58.971] # # parallel group (2 tests): oidjoins event_trigger [05:27:58.971] # ok 242 + oidjoins 1596 ms [05:27:58.971] # ok 243 + event_trigger 1815 ms [05:27:58.971] # ok 244 - event_trigger_login 154 ms [05:27:58.971] # ok 245 - fast_default 826 ms [05:27:58.971] # ok 246 - tablespace 1548 ms [05:27:58.971] # 1..246 [05:27:58.971] # -------------- stderr -------------- [05:27:58.971] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/incremental_matview.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/incremental_matview.out [05:27:58.971] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/incremental_matview.out 2026-05-31 05:21:18.581622911 +0000 [05:27:58.971] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/incremental_matview.out 2026-05-31 05:26:30.712392998 +0000 [05:27:58.971] # # @@ -544,7 +544,7 @@ [05:27:58.971] # # ROLLBACK; [05:27:58.971] # # BEGIN; [05:27:58.971] # # CREATE INCREMENTAL MATERIALIZED VIEW mv_ivm_agg(a,b,c) AS SELECT i, SUM(j) FROM mv_base_a GROUP BY i; [05:27:58.971] # # -ERROR: too many column names were specified [05:27:58.971] # # +NOTICE: created index "mv_ivm_agg_index" on materialized view "mv_ivm_agg" [05:27:58.971] # # ROLLBACK; [05:27:58.971] # # -- support self join view and multiple change on the same table [05:27:58.971] # # BEGIN; [05:27:58.971] # # 1 of 246 tests failed. [05:27:58.971] # # 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". [05:27:58.971] # # 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". [05:27:58.971] # ------------------------------------ [05:27:58.971] # Looks like you failed 1 test of 20. [05:27:58.971] [05:27:58.971] (test program exited with status code 1) [05:27:58.971] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [05:27:58.971] [05:27:59.263] 51/402 postgresql:recovery / recovery/039_end_of_wal OK 15.10s 14 subtests passed [05:27:59.498] 52/402 postgresql:recovery / recovery/042_low_level_backup OK 8.48s 4 subtests passed [05:27:59.562] 53/402 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 6.13s 1 subtests passed [05:28:00.727] 54/402 postgresql:recovery / recovery/043_no_contrecord_switch OK 8.33s 1 subtests passed [05:28:05.764] 55/402 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 6.20s 3 subtests passed [05:28:07.017] 56/402 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 7.52s 1 subtests passed [05:28:07.717] 57/402 postgresql:recovery / recovery/045_archive_restartpoint OK 8.74s 1 subtests passed [05:28:07.845] 58/402 postgresql:recovery / recovery/035_standby_logical_decoding OK 30.58s 89 subtests passed [05:28:09.557] 59/402 postgresql:recovery / recovery/050_redo_segment_missing OK 3.79s 2 subtests passed [05:28:09.946] 60/402 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 10.68s 2 subtests passed [05:28:11.497] 61/402 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 3.78s 4 subtests passed [05:28:11.699] 62/402 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 26.63s 38 subtests passed [05:28:13.132] 63/402 postgresql:recovery / recovery/053_standby_login_event_trigger OK 5.28s 6 subtests passed [05:28:14.814] 64/402 postgresql:plpgsql / plpgsql/regress OK 4.87s 13 subtests passed [05:28:15.777] 65/402 postgresql:plperl / plperl/regress OK 4.28s 14 subtests passed [05:28:17.047] 66/402 postgresql:pltcl / pltcl/regress OK 3.91s 8 subtests passed [05:28:17.271] 67/402 postgresql:plpython / plpython/regress OK 5.57s 23 subtests passed [05:28:17.970] 68/402 postgresql:kerberos / kerberos/001_auth OK 8.41s 142 subtests passed [05:28:19.004] 69/402 postgresql:auto_explain / auto_explain/regress OK 3.22s 2 subtests passed [05:28:19.991] 70/402 postgresql:basic_archive / basic_archive/regress OK 2.94s 1 subtests passed [05:28:20.556] 71/402 postgresql:bloom / bloom/regress OK 3.28s 1 subtests passed [05:28:20.725] 72/402 postgresql:bool_plperl / bool_plperl/regress OK 2.75s 2 subtests passed [05:28:21.389] 73/402 postgresql:recovery / recovery/051_effective_wal_level OK 14.37s 33 subtests passed [05:28:25.152] 74/402 postgresql:cube / cube/regress OK 4.43s 2 subtests passed [05:28:25.231] 75/402 postgresql:btree_gin / btree_gin/regress OK 6.23s 30 subtests passed [05:28:25.768] 76/402 postgresql:dblink / dblink/regress OK 4.38s 1 subtests passed [05:28:25.844] 77/402 postgresql:citext / citext/regress OK 5.29s 3 subtests passed [05:28:26.887] 78/402 postgresql:btree_gist / btree_gist/regress OK 6.89s 32 subtests passed [05:28:27.794] 79/402 postgresql:dict_int / dict_int/regress OK 2.64s 1 subtests passed [05:28:29.192] 80/402 postgresql:dict_xsyn / dict_xsyn/regress OK 3.96s 1 subtests passed [05:28:29.857] 81/402 postgresql:file_fdw / file_fdw/regress OK 4.01s 1 subtests passed [05:28:30.938] 82/402 postgresql:earthdistance / earthdistance/regress OK 5.17s 1 subtests passed [05:28:31.707] 83/402 postgresql:amcheck / amcheck/regress OK 16.89s 4 subtests passed [05:28:31.726] 84/402 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 4.84s 2 subtests passed [05:28:33.516] 85/402 postgresql:hstore_plpython / hstore_plpython/regress OK 3.66s 1 subtests passed [05:28:34.328] 86/402 postgresql:hstore_plperl / hstore_plperl/regress OK 5.13s 3 subtests passed [05:28:34.886] 87/402 postgresql:isn / isn/regress OK 3.18s 1 subtests passed [05:28:34.994] 88/402 postgresql:hstore / hstore/regress OK 7.20s 2 subtests passed [05:28:35.310] 89/402 postgresql:jsonb_plperl / jsonb_plperl/regress OK 3.58s 2 subtests passed [05:28:36.727] 90/402 postgresql:recovery / recovery/049_wait_for_lsn OK 36.00s 57 subtests passed [05:28:36.746] 91/402 postgresql:lo / lo/regress OK 2.42s 1 subtests passed [05:28:36.845] 92/402 postgresql:jsonb_plpython / jsonb_plpython/regress OK 3.33s 1 subtests passed [05:28:39.155] 93/402 postgresql:ltree_plpython / ltree_plpython/regress OK 4.16s 1 subtests passed [05:28:40.178] 94/402 postgresql:pageinspect / pageinspect/regress OK 4.87s 8 subtests passed [05:28:40.990] 95/402 postgresql:ltree / ltree/regress OK 6.10s 1 subtests passed [05:28:41.665] 96/402 postgresql:passwordcheck / passwordcheck/regress OK 4.93s 1 subtests passed [05:28:42.445] 97/402 postgresql:pg_buffercache / pg_buffercache/regress OK 5.70s 2 subtests passed [05:28:44.115] 98/402 postgresql:pg_freespacemap / pg_freespacemap/regress OK 4.96s 1 subtests passed [05:28:44.746] 99/402 postgresql:pgcrypto / pgcrypto/regress OK 7.90s 25 subtests passed [05:28:45.178] 100/402 postgresql:pg_overexplain / pg_overexplain/regress OK 4.19s 1 subtests passed [05:28:45.187] 101/402 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 5.01s 1 subtests passed [05:28:46.000] 102/402 postgresql:pg_prewarm / pg_prewarm/regress OK 3.55s 1 subtests passed [05:28:46.603] 103/402 postgresql:intarray / intarray/regress OK 15.66s 1 subtests passed [05:28:47.650] 104/402 postgresql:pgrowlocks / pgrowlocks/isolation OK 3.53s 1 subtests passed [05:28:48.936] 105/402 postgresql:pgstattuple / pgstattuple/regress OK 3.74s 1 subtests passed [05:28:49.386] 106/402 postgresql:pg_surgery / pg_surgery/regress OK 3.38s 1 subtests passed [05:28:50.455] 107/402 postgresql:pg_visibility / pg_visibility/regress OK 2.80s 1 subtests passed [05:28:50.566] 108/402 postgresql:pg_stat_statements / pg_stat_statements/regress OK 5.39s 16 subtests passed [05:28:51.323] 109/402 postgresql:pg_stash_advice / pg_stash_advice/regress OK 6.58s 2 subtests passed [05:28:52.490] 110/402 postgresql:pg_walinspect / pg_walinspect/regress OK 3.55s 2 subtests passed [05:28:52.954] 111/402 postgresql:pg_trgm / pg_trgm/regress OK 6.35s 4 subtests passed [05:28:53.872] 112/402 postgresql:seg / seg/regress OK 3.30s 3 subtests passed [05:28:53.913] ▶ 113/402 - regression tests pass FAIL [05:28:53.924] 114/402 postgresql:postgres_fdw / postgres_fdw/isolation OK 3.47s 1 subtests passed [05:28:54.190] 115/402 postgresql:pg_plan_advice / pg_plan_advice/regress OK 12.52s 9 subtests passed [05:28:55.010] 116/402 postgresql:spi / spi/regress OK 3.69s 2 subtests passed [05:28:55.606] 117/402 postgresql:tablefunc / tablefunc/regress OK 3.11s 1 subtests passed [05:28:56.094] 118/402 postgresql:tcn / tcn/isolation OK 3.14s 1 subtests passed [05:28:57.386] 119/402 postgresql:tsm_system_rows / tsm_system_rows/regress OK 3.19s 1 subtests passed [05:28:57.502] 120/402 postgresql:tsm_system_time / tsm_system_time/regress OK 2.49s 1 subtests passed [05:28:58.797] 121/402 postgresql:unaccent / unaccent/regress OK 3.19s 1 subtests passed [05:28:59.057] 122/402 postgresql:uuid-ossp / uuid-ossp/regress OK 2.96s 1 subtests passed [05:29:00.462] 123/402 postgresql:xml2 / xml2/regress OK 3.08s 1 subtests passed [05:29:00.999] 124/402 postgresql:brin / brin/isolation OK 3.50s 1 subtests passed [05:29:01.048] 125/402 postgresql:test_decoding / test_decoding/isolation OK 7.12s 14 subtests passed [05:29:01.726] 126/402 postgresql:commit_ts / commit_ts/regress OK 2.93s 1 subtests passed [05:29:02.730] 127/402 postgresql:delay_execution / delay_execution/isolation OK 3.67s 2 subtests passed [05:29:03.814] 128/402 postgresql:postgres_fdw / postgres_fdw/regress OK 14.43s 2 subtests passed [05:29:04.058] 129/402 postgresql:dummy_index_am / dummy_index_am/regress OK 3.59s 1 subtests passed [05:29:04.266] 130/402 postgresql:dummy_seclabel / dummy_seclabel/regress OK 3.27s 1 subtests passed [05:29:04.690] 131/402 postgresql:gin / gin/regress OK 3.64s 1 subtests passed [05:29:05.879] 132/402 postgresql:injection_points / injection_points/regress OK 3.15s 4 subtests passed [05:29:06.012] 133/402 postgresql:index / index/isolation OK 4.29s 1 subtests passed [05:29:06.058] 134/402 postgresql:test_decoding / test_decoding/regress OK 12.19s 20 subtests passed [05:29:07.550] 135/402 postgresql:spgist_name_ops / spgist_name_ops/regress OK 2.86s 1 subtests passed [05:29:07.567] 136/402 postgresql:plsample / plsample/regress OK 3.30s 1 subtests passed [05:29:09.050] 137/402 postgresql:test_bloomfilter / test_bloomfilter/regress OK 2.99s 1 subtests passed [05:29:09.113] 138/402 postgresql:test_bitmapset / test_bitmapset/regress OK 3.10s 1 subtests passed [05:29:09.137] 139/402 postgresql:test_binaryheap / test_binaryheap/regress OK 3.26s 1 subtests passed [05:29:10.469] 140/402 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 2.92s 1 subtests passed [05:29:10.696] 141/402 postgresql:test_cplusplusext / test_cplusplusext/regress OK 3.13s 1 subtests passed [05:29:11.825] 142/402 postgresql:test_custom_types / test_custom_types/regress OK 2.77s 1 subtests passed [05:29:11.873] 143/402 postgresql:injection_points / injection_points/isolation OK 8.06s 8 subtests passed [05:29:11.994] 144/402 postgresql:test_dsa / test_dsa/regress OK 2.86s 1 subtests passed [05:29:13.382] 145/402 postgresql:test_dsm_registry / test_dsm_registry/regress OK 2.91s 1 subtests passed [05:29:13.471] 146/402 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 4.36s 22 subtests passed [05:29:14.245] 147/402 postgresql:test_extensions / test_extensions/regress OK 3.55s 2 subtests passed [05:29:14.775] 148/402 postgresql:test_lfind / test_lfind/regress OK 2.78s 1 subtests passed [05:29:14.864] 149/402 postgresql:nbtree / nbtree/regress OK 10.81s 2 subtests passed [05:29:15.067] 150/402 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 3.24s 1 subtests passed [05:29:16.190] 151/402 postgresql:test_oat_hooks / test_oat_hooks/regress OK 2.72s 2 subtests passed [05:29:16.334] 152/402 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 2.95s 1 subtests passed [05:29:17.356] 153/402 postgresql:test_parser / test_parser/regress OK 3.11s 1 subtests passed [05:29:18.070] 154/402 postgresql:test_pg_dump / test_pg_dump/regress OK 3.29s 1 subtests passed [05:29:18.111] 155/402 postgresql:test_predtest / test_predtest/regress OK 3.25s 1 subtests passed [05:29:18.643] 156/402 postgresql:test_radixtree / test_radixtree/regress OK 3.57s 1 subtests passed [05:29:19.215] 157/402 postgresql:test_rbtree / test_rbtree/regress OK 3.02s 1 subtests passed [05:29:19.443] 158/402 postgresql:test_regex / test_regex/regress OK 3.11s 2 subtests passed [05:29:20.829] 159/402 postgresql:test_resowner / test_resowner/regress OK 3.47s 1 subtests passed [05:29:20.908] 113/402 postgresql:recovery / recovery/027_stream_regress ERROR 118.55s exit status 1 [05:29:20.908] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 enable_injection_points=yes INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MALLOC_PERTURB_=88 top_builddir=/tmp/cirrus-ci-build/build 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 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 /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 [05:29:20.908] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [05:29:20.908] stderr: [05:29:20.908] # Failed test 'regression tests pass' [05:29:20.908] # at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 74. [05:29:20.908] # ---------- command failed ---------- [05:29:20.908] # /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --dlpath=/tmp/cirrus-ci-build/build/src/test/regress --bindir= --host=/tmp/Chb2u5nPHj --port=31771 --schedule=../regress/parallel_schedule --max-concurrent-tests=20 --inputdir=../regress --outputdir=/tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data [05:29:20.908] # -------------- stdout -------------- [05:29:20.908] # # using postmaster on /tmp/Chb2u5nPHj, port 31771 [05:29:20.908] # ok 1 - test_setup 942 ms [05:29:20.908] # # parallel group (20 tests): oid varchar int4 text char txid name int2 pg_lsn money boolean float4 regproc float8 int8 bit uuid enum numeric rangetypes [05:29:20.908] # ok 2 + boolean 313 ms [05:29:20.908] # ok 3 + char 205 ms [05:29:20.908] # ok 4 + name 214 ms [05:29:20.908] # ok 5 + varchar 152 ms [05:29:20.908] # ok 6 + text 202 ms [05:29:20.908] # ok 7 + int2 213 ms [05:29:20.908] # ok 8 + int4 189 ms [05:29:20.908] # ok 9 + int8 380 ms [05:29:20.908] # ok 10 + oid 139 ms [05:29:20.908] # ok 11 + float4 303 ms [05:29:20.908] # ok 12 + float8 377 ms [05:29:20.908] # ok 13 + bit 461 ms [05:29:20.908] # ok 14 + numeric 1379 ms [05:29:20.908] # ok 15 + txid 195 ms [05:29:20.908] # ok 16 + uuid 534 ms [05:29:20.908] # ok 17 + enum 536 ms [05:29:20.908] # ok 18 + money 280 ms [05:29:20.908] # ok 19 + rangetypes 1672 ms [05:29:20.908] # ok 20 + pg_lsn 221 ms [05:29:20.908] # ok 21 + regproc 308 ms [05:29:20.908] # # parallel group (20 tests): md5 path lseg line circle timetz date time macaddr point macaddr8 numerology inet interval timestamp timestamptz strings box polygon multirangetypes [05:29:20.908] # ok 22 + strings 987 ms [05:29:20.908] # ok 23 + md5 92 ms [05:29:20.908] # ok 24 + numerology 341 ms [05:29:20.908] # ok 25 + point 331 ms [05:29:20.908] # ok 26 + lseg 150 ms [05:29:20.908] # ok 27 + line 168 ms [05:29:20.908] # ... 207 lines omitted ... [05:29:20.908] # ok 220 + partition_merge 5334 ms [05:29:20.908] # ok 221 + partition_split 6544 ms [05:29:20.908] # ok 222 + partition_join 7175 ms [05:29:20.908] # ok 223 + partition_prune 7675 ms [05:29:20.908] # ok 224 + reloptions 296 ms [05:29:20.908] # ok 225 + hash_part 294 ms [05:29:20.908] # ok 226 + indexing 8625 ms [05:29:20.908] # ok 227 + partition_aggregate 4183 ms [05:29:20.908] # ok 228 + partition_info 1046 ms [05:29:20.908] # ok 229 + tuplesort 4435 ms [05:29:20.908] # ok 230 + explain 651 ms [05:29:20.908] # ok 231 + memoize 3657 ms [05:29:20.908] # ok 232 + stats 5715 ms [05:29:20.908] # ok 233 + predicate 548 ms [05:29:20.908] # ok 234 + numa 127 ms [05:29:20.908] # ok 235 + eager_aggregate 2092 ms [05:29:20.908] # ok 236 + graph_table_rls 838 ms [05:29:20.908] # ok 237 + planner_est 150 ms [05:29:20.908] # # parallel group (4 tests): compression_pglz compression_lz4 compression cluster [05:29:20.908] # ok 238 + compression 702 ms [05:29:20.908] # ok 239 + compression_lz4 649 ms [05:29:20.908] # ok 240 + compression_pglz 68 ms [05:29:20.908] # ok 241 + cluster 1364 ms [05:29:20.908] # # parallel group (2 tests): oidjoins event_trigger [05:29:20.908] # ok 242 + oidjoins 1959 ms [05:29:20.908] # ok 243 + event_trigger 2080 ms [05:29:20.908] # ok 244 - event_trigger_login 96 ms [05:29:20.908] # ok 245 - fast_default 750 ms [05:29:20.908] # ok 246 - tablespace 2689 ms [05:29:20.908] # 1..246 [05:29:20.908] # -------------- stderr -------------- [05:29:20.908] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/incremental_matview.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/incremental_matview.out [05:29:20.908] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/incremental_matview.out 2026-05-31 05:21:18.581622911 +0000 [05:29:20.908] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/incremental_matview.out 2026-05-31 05:28:07.704354063 +0000 [05:29:20.908] # # @@ -544,7 +544,7 @@ [05:29:20.908] # # ROLLBACK; [05:29:20.908] # # BEGIN; [05:29:20.908] # # CREATE INCREMENTAL MATERIALIZED VIEW mv_ivm_agg(a,b,c) AS SELECT i, SUM(j) FROM mv_base_a GROUP BY i; [05:29:20.908] # # -ERROR: too many column names were specified [05:29:20.908] # # +NOTICE: created index "mv_ivm_agg_index" on materialized view "mv_ivm_agg" [05:29:20.908] # # ROLLBACK; [05:29:20.908] # # -- support self join view and multiple change on the same table [05:29:20.908] # # BEGIN; [05:29:20.908] # # 1 of 246 tests failed. [05:29:20.908] # # 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". [05:29:20.908] # # 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". [05:29:20.908] # ------------------------------------ [05:29:20.908] # Looks like you failed 1 test of 11. [05:29:20.908] [05:29:20.908] (test program exited with status code 1) [05:29:20.908] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [05:29:20.908] [05:29:21.146] 160/402 postgresql:test_rls_hooks / test_rls_hooks/regress OK 3.07s 1 subtests passed [05:29:21.159] 161/402 postgresql:test_saslprep / test_saslprep/regress OK 3.05s 1 subtests passed [05:29:22.050] 162/402 postgresql:test_slru / test_slru/regress OK 2.83s 1 subtests passed [05:29:22.334] 163/402 postgresql:libpq / libpq/002_api OK 0.28s 1 subtests passed [05:29:22.450] 164/402 postgresql:libpq / libpq/001_uri OK 1.29s 63 subtests passed [05:29:22.885] 165/402 postgresql:test_integerset / test_integerset/regress OK 11.01s 1 subtests passed [05:29:23.147] 166/402 postgresql:test_tidstore / test_tidstore/regress OK 3.70s 1 subtests passed [05:29:24.338] 167/402 postgresql:typcache / typcache/regress OK 3.51s 1 subtests passed [05:29:24.628] 168/402 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.29s 55 subtests passed [05:29:25.022] 169/402 postgresql:unsafe_tests / unsafe_tests/regress OK 4.11s 4 subtests passed [05:29:25.333] 170/402 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.31s 9 subtests passed [05:29:25.895] 171/402 postgresql:test_shm_mq / test_shm_mq/regress OK 7.25s 1 subtests passed [05:29:28.693] 172/402 postgresql:libpq / libpq/006_service OK 5.54s 47 subtests passed [05:29:29.749] 173/402 postgresql:ecpg / ecpg/ecpg OK 8.60s 67 subtests passed [05:29:31.854] 174/402 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 6.52s 107 subtests passed [05:29:32.273] 175/402 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.42s 51 subtests passed [05:29:33.759] 176/402 postgresql:libpq / libpq/003_load_balance_host_list OK 11.42s 127 subtests passed [05:29:34.186] 177/402 postgresql:libpq / libpq/004_load_balance_dns OK 11.73s 125 subtests passed [05:29:34.646] 178/402 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.94s 32 subtests passed [05:29:35.112] 179/402 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 5.36s 10 subtests passed [05:29:36.847] 180/402 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 3.09s 3 subtests passed [05:29:37.184] 181/402 postgresql:pg_checksums / pg_checksums/001_basic OK 0.34s 9 subtests passed [05:29:37.235] 182/402 postgresql:libpq / libpq/005_negotiate_encryption OK 14.35s 249 subtests passed [05:29:37.650] 183/402 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.41s 13 subtests passed [05:29:40.117] 184/402 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 5.93s 43 subtests passed [05:29:41.259] 185/402 postgresql:pg_amcheck / pg_amcheck/003_check OK 15.36s 75 subtests passed [05:29:42.599] 186/402 postgresql:pg_checksums / pg_checksums/002_actions OK 5.41s 66 subtests passed [05:29:44.691] 187/402 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 10.04s 29 subtests passed [05:29:44.862] 188/402 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 4.74s 7 subtests passed [05:29:45.225] 189/402 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 3.96s 11 subtests passed [05:29:45.880] 190/402 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 8.23s 6 subtests passed [05:29:48.926] 191/402 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.04s 4 subtests passed [05:29:49.080] 192/402 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 4.22s 3 subtests passed [05:29:49.313] 193/402 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.62s 4 subtests passed [05:29:49.542] 194/402 postgresql:pg_config / pg_config/001_pg_config OK 0.23s 21 subtests passed [05:29:49.795] 195/402 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 7.19s 22 subtests passed [05:29:50.301] 196/402 postgresql:initdb / initdb/001_initdb OK 25.67s 57 subtests passed [05:29:51.741] 197/402 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.51s 2 subtests passed [05:29:52.092] 198/402 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.55s 18 subtests passed [05:29:53.150] 199/402 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 4.07s 5 subtests passed [05:29:53.207] 200/402 postgresql:pg_ctl / pg_ctl/002_status OK 2.91s 3 subtests passed [05:29:53.456] 201/402 postgresql:pg_ctl / pg_ctl/001_start_stop OK 3.66s 25 subtests passed [05:29:54.000] 202/402 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 21.73s 200 subtests passed [05:29:54.171] 203/402 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.24s 4 subtests passed [05:29:54.426] 204/402 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 19.31s 60 subtests passed [05:29:54.733] 205/402 postgresql:pg_dump / pg_dump/001_basic OK 1.58s 135 subtests passed [05:29:56.176] 206/402 postgresql:pg_ctl / pg_ctl/003_promote OK 4.43s 12 subtests passed [05:29:57.036] 207/402 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 3.58s 3 subtests passed [05:29:57.524] 208/402 postgresql:pg_ctl / pg_ctl/004_logrotate OK 5.43s 14 subtests passed [05:29:58.490] 209/402 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.49s 4 subtests passed [05:30:00.831] 210/402 postgresql:pg_resetwal / pg_resetwal/001_basic OK 3.79s 83 subtests passed [05:30:00.864] 211/402 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 3.34s 9 subtests passed [05:30:01.928] 212/402 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 7.50s 98 subtests passed [05:30:05.026] 213/402 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 10.85s 108 subtests passed [05:30:09.470] 214/402 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 4.44s 1 subtests passed [05:30:09.895] 215/402 postgresql:pg_rewind / pg_rewind/006_options OK 0.42s 13 subtests passed [05:30:10.082] 216/402 postgresql:pg_dump / pg_dump/010_dump_connstr OK 13.90s 13 subtests passed [05:30:10.255] 217/402 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 9.39s 6 subtests passed [05:30:11.769] 218/402 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 9.84s 10 subtests passed [05:30:14.009] 219/402 postgresql:pg_rewind / pg_rewind/002_databases OK 13.18s 12 subtests passed [05:30:14.633] 220/402 postgresql:pg_rewind / pg_rewind/009_growing_files OK 4.38s 3 subtests passed [05:30:14.953] 221/402 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.32s 13 subtests passed [05:30:16.154] 222/402 postgresql:pg_rewind / pg_rewind/007_standby_source OK 6.26s 7 subtests passed [05:30:16.528] 223/402 postgresql:pg_rewind / pg_rewind/001_basic OK 18.04s 57 subtests passed [05:30:16.552] 224/402 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.40s 17 subtests passed [05:30:16.816] 225/402 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 6.73s 3 subtests passed [05:30:18.190] 226/402 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.18s 12 subtests passed [05:30:18.334] 227/402 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.38s 18 subtests passed [05:30:18.703] 228/402 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 6.93s 1 subtests passed [05:30:19.219] 229/402 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 1.03s 60 subtests passed [05:30:20.851] 230/402 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 4.03s 32 subtests passed [05:30:21.911] 231/402 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.58s 5 subtests passed [05:30:23.290] 232/402 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 4.58s 11 subtests passed [05:30:24.302] 233/402 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 7.77s 38 subtests passed [05:30:26.661] 234/402 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 7.44s 18 subtests passed [05:30:26.913] 235/402 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.25s 11 subtests passed [05:30:27.584] 236/402 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 6.73s 10 subtests passed [05:30:27.683] 237/402 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.38s 5 subtests passed [05:30:29.170] 238/402 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.49s 207 subtests passed [05:30:29.770] 239/402 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 7.86s 21 subtests passed [05:30:30.050] 240/402 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 13.50s 92 subtests passed [05:30:30.875] 241/402 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 3.96s 7 subtests passed [05:30:34.157] 242/402 postgresql:psql / psql/020_cancel OK 4.11s 2 subtests passed [05:30:34.670] 243/402 postgresql:psql / psql/010_tab_completion OK 4.90s 101 subtests passed [05:30:34.834] 244/402 postgresql:psql / psql/001_basic OK 5.66s 129 subtests passed [05:30:35.254] 245/402 postgresql:psql / psql/030_pager OK 4.38s 4 subtests passed [05:30:37.937] 246/402 postgresql:scripts / scripts/010_clusterdb OK 3.78s 16 subtests passed [05:30:38.303] 247/402 postgresql:scripts / scripts/011_clusterdb_all OK 3.63s 7 subtests passed [05:30:38.808] 248/402 postgresql:pg_dump / pg_dump/002_pg_dump OK 45.58s 12167 subtests passed [05:30:39.324] 249/402 postgresql:scripts / scripts/040_createuser OK 4.07s 37 subtests passed [05:30:39.817] 250/402 postgresql:pg_waldump / pg_waldump/001_basic OK 16.53s 212 subtests passed [05:30:41.458] 251/402 postgresql:scripts / scripts/050_dropdb OK 3.52s 16 subtests passed [05:30:42.258] 252/402 postgresql:scripts / scripts/070_dropuser OK 3.95s 13 subtests passed [05:30:42.542] 253/402 postgresql:scripts / scripts/080_pg_isready OK 3.39s 11 subtests passed [05:30:44.389] 254/402 postgresql:scripts / scripts/020_createdb OK 9.55s 64 subtests passed [05:30:44.415] 255/402 postgresql:scripts / scripts/091_reindexdb_all OK 4.59s 13 subtests passed [05:30:44.818] 256/402 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.40s 27 subtests passed [05:30:45.137] 257/402 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.32s 4 subtests passed [05:30:45.274] 258/402 postgresql:pgbench / pgbench/001_pgbench_with_server OK 17.69s 474 subtests passed [05:30:45.597] 259/402 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.46s 39 subtests passed [05:30:45.910] 260/402 postgresql:scripts / scripts/101_vacuumdb_all OK 3.65s 5 subtests passed [05:30:46.015] 261/402 postgresql:scripts / scripts/090_reindexdb OK 6.69s 64 subtests passed [05:30:48.164] 262/402 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 53.43s 60 subtests passed [05:30:49.526] 263/402 postgresql:amcheck / amcheck/002_cic OK 3.93s 4 subtests passed [05:30:49.541] 264/402 postgresql:scripts / scripts/102_vacuumdb_stages OK 7.00s 4 subtests passed [05:30:50.006] 265/402 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.99s 6 subtests passed [05:30:50.291] 266/402 postgresql:amcheck / amcheck/003_cic_2pc OK 4.38s 7 subtests passed [05:30:50.434] 267/402 postgresql:scripts / scripts/200_connstr OK 6.04s 3 subtests passed [05:30:50.902] 268/402 postgresql:scripts / scripts/100_vacuumdb OK 9.44s 113 subtests passed [05:30:51.161] 269/402 postgresql:oid2name / oid2name/001_basic OK 0.26s 9 subtests passed [05:30:52.807] 270/402 postgresql:amcheck / amcheck/005_pitr OK 4.64s 3 subtests passed [05:30:53.606] 271/402 postgresql:auto_explain / auto_explain/001_auto_explain OK 4.06s 22 subtests passed [05:30:54.915] 272/402 postgresql:pg_prewarm / pg_prewarm/001_basic OK 3.75s 11 subtests passed [05:30:55.388] 273/402 postgresql:amcheck / amcheck/006_verify_gin OK 5.86s 6 subtests passed [05:30:55.897] 274/402 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 5.60s 16 subtests passed [05:30:56.969] 275/402 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 4.16s 6 subtests passed [05:30:57.610] 276/402 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 4.00s 3 subtests passed [05:30:57.928] 277/402 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.32s [05:30:58.704] 278/402 postgresql:amcheck / amcheck/001_verify_heapam OK 13.42s 272 subtests passed [05:30:59.001] 279/402 postgresql:vacuumlo / vacuumlo/001_basic OK 0.29s 9 subtests passed [05:30:59.126] 280/402 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 3.74s 3 subtests passed [05:30:59.276] 281/402 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.36s 2 subtests passed [05:31:00.097] 282/402 postgresql:dblink / dblink/001_auth_scram OK 9.66s 14 subtests passed [05:31:02.133] 283/402 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.20s 6 subtests passed [05:31:02.452] 284/402 postgresql:authentication / authentication/005_sspi SKIP 0.32s [05:31:02.871] 285/402 postgresql:authentication / authentication/002_saslprep OK 3.74s 20 subtests passed [05:31:03.236] 286/402 postgresql:authentication / authentication/004_file_inclusion OK 3.14s 2 subtests passed [05:31:03.571] 287/402 postgresql:postmaster / postmaster/001_basic OK 0.33s 9 subtests passed [05:31:04.130] 288/402 postgresql:authentication / authentication/003_peer OK 4.85s 53 subtests passed [05:31:04.490] 289/402 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 7.52s 4 subtests passed [05:31:05.578] 290/402 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 9.68s 9 subtests passed [05:31:05.899] 291/402 postgresql:authentication / authentication/006_login_trigger OK 3.45s 32 subtests passed [05:31:06.115] 292/402 postgresql:authentication / authentication/007_pre_auth OK 3.24s 2 subtests passed [05:31:07.065] 293/402 postgresql:authentication / authentication/001_password OK 8.06s 207 subtests passed [05:31:07.341] 294/402 postgresql:postmaster / postmaster/002_connection_limits OK 3.77s 30 subtests passed [05:31:07.622] 295/402 postgresql:postmaster / postmaster/004_negotiate OK 3.13s 3 subtests passed [05:31:07.887] 296/402 postgresql:postmaster / postmaster/003_start_stop OK 3.76s 25 subtests passed [05:31:13.366] 297/402 postgresql:subscription / subscription/005_encoding OK 6.02s 1 subtests passed [05:31:13.510] 298/402 postgresql:bloom / bloom/001_wal OK 23.50s 31 subtests passed [05:31:13.834] 299/402 postgresql:subscription / subscription/003_constraints OK 7.72s 6 subtests passed [05:31:14.046] 300/402 postgresql:subscription / subscription/002_types OK 8.15s 4 subtests passed [05:31:14.434] 301/402 postgresql:subscription / subscription/006_rewrite OK 6.81s 2 subtests passed [05:31:16.816] 302/402 postgresql:subscription / subscription/004_sync OK 9.75s 9 subtests passed [05:31:16.930] 303/402 postgresql:subscription / subscription/007_ddl OK 9.04s 8 subtests passed [05:31:20.556] 304/402 postgresql:subscription / subscription/009_matviews OK 7.05s 1 subtests passed [05:31:20.767] 305/402 postgresql:subscription / subscription/008_diff_schema OK 7.40s 5 subtests passed [05:31:21.010] 306/402 postgresql:subscription / subscription/001_rep_changes OK 15.43s 38 subtests passed [05:31:21.518] 307/402 postgresql:subscription / subscription/012_collation OK 7.08s 2 subtests passed [05:31:23.863] 308/402 postgresql:subscription / subscription/010_truncate OK 10.03s 14 subtests passed [05:31:24.318] 309/402 postgresql:subscription / subscription/011_generated OK 10.27s 11 subtests passed [05:31:27.589] 310/402 postgresql:subscription / subscription/014_binary OK 10.66s 8 subtests passed [05:31:28.246] 311/402 postgresql:subscription / subscription/016_stream_subxact OK 7.48s 3 subtests passed [05:31:28.358] 312/402 postgresql:subscription / subscription/017_stream_ddl OK 7.35s 3 subtests passed [05:31:30.493] 313/402 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 6.63s 2 subtests passed [05:31:31.026] 314/402 postgresql:subscription / subscription/018_stream_subxact_abort OK 9.51s 9 subtests passed [05:31:31.122] 315/402 postgresql:subscription / subscription/020_messages OK 6.80s 5 subtests passed [05:31:38.544] 316/402 postgresql:subscription / subscription/015_stream OK 17.99s 10 subtests passed [05:31:38.775] 317/402 postgresql:subscription / subscription/013_partition OK 21.96s 74 subtests passed [05:31:39.307] 318/402 postgresql:subscription / subscription/024_add_drop_pub OK 8.81s 4 subtests passed [05:31:40.262] 319/402 postgresql:subscription / subscription/025_rep_changes_for_schema OK 9.23s 13 subtests passed [05:31:42.114] 320/402 postgresql:subscription / subscription/021_twophase OK 14.52s 31 subtests passed [05:31:43.051] 321/402 postgresql:subscription / subscription/023_twophase_stream OK 14.69s 34 subtests passed [05:31:43.404] 322/402 postgresql:subscription / subscription/022_twophase_cascade OK 15.16s 41 subtests passed [05:31:45.198] 323/402 postgresql:subscription / subscription/026_stats OK 14.07s 13 subtests passed [05:31:47.376] 324/402 postgresql:subscription / subscription/029_on_error OK 8.07s 5 subtests passed [05:31:52.754] 325/402 postgresql:subscription / subscription/033_run_as_table_owner OK 9.35s 10 subtests passed [05:31:52.983] 326/402 postgresql:subscription / subscription/028_row_filter OK 14.21s 26 subtests passed [05:31:54.353] 327/402 postgresql:subscription / subscription/030_origin OK 14.09s 13 subtests passed [05:31:56.869] 328/402 postgresql:subscription / subscription/027_nosuperuser OK 18.32s 19 subtests passed [05:31:58.258] 329/402 postgresql:subscription / subscription/032_subscribe_use_index OK 15.21s 15 subtests passed [05:31:59.673] 330/402 postgresql:subscription / subscription/034_temporal OK 14.47s 37 subtests passed [05:32:00.174] 331/402 postgresql:subscription / subscription/031_column_list OK 18.06s 36 subtests passed [05:32:01.114] 332/402 postgresql:subscription / subscription/035_conflicts OK 13.74s 29 subtests passed [05:32:01.490] 333/402 postgresql:subscription / subscription/036_sequences OK 8.73s 9 subtests passed [05:32:02.590] 334/402 postgresql:brin / brin/01_workitems OK 4.33s 4 subtests passed [05:32:03.854] 335/402 postgresql:subscription / subscription/037_except OK 10.87s 17 subtests passed [05:32:03.977] 336/402 postgresql:brin / brin/02_wal_consistency OK 4.30s 2 subtests passed [05:32:04.250] 337/402 postgresql:commit_ts / commit_ts/001_base OK 4.07s 2 subtests passed [05:32:04.326] 338/402 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 9.97s 4 subtests passed [05:32:05.850] 339/402 postgresql:commit_ts / commit_ts/002_standby OK 4.73s 4 subtests passed [05:32:06.833] 340/402 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.34s 4 subtests passed [05:32:07.379] 341/402 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.52s 4 subtests passed [05:32:07.528] 342/402 postgresql:commit_ts / commit_ts/004_restart OK 4.94s 16 subtests passed [05:32:07.636] 343/402 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.66s 23 subtests passed [05:32:08.626] 344/402 postgresql:oauth_validator / oauth_validator/002_client OK 4.30s 20 subtests passed [05:32:09.398] 345/402 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.55s 7 subtests passed [05:32:11.082] 346/402 postgresql:test_aio / test_aio/002_io_workers OK 3.70s 22 subtests passed [05:32:13.069] 347/402 postgresql:test_aio / test_aio/004_read_stream OK 5.43s 31 subtests passed [05:32:13.400] 348/402 postgresql:test_checksums / test_checksums/001_basic OK 4.00s 9 subtests passed [05:32:13.654] 349/402 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 5.03s 2 subtests passed [05:32:14.649] 350/402 postgresql:test_checksums / test_checksums/002_restarts OK 3.57s 5 subtests passed [05:32:14.948] 351/402 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.30s [05:32:15.265] 352/402 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.32s [05:32:15.474] 353/402 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.21s [05:32:15.496] 354/402 postgresql:test_aio / test_aio/003_initdb OK 7.97s 6 subtests passed [05:32:16.958] 355/402 postgresql:test_checksums / test_checksums/005_injection OK 3.30s 3 subtests passed [05:32:17.937] 356/402 postgresql:test_checksums / test_checksums/004_offline OK 4.54s 8 subtests passed [05:32:18.903] 357/402 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 3.41s 2 subtests passed [05:32:21.357] 358/402 postgresql:oauth_validator / oauth_validator/001_server OK 17.11s 170 subtests passed [05:32:21.476] 359/402 postgresql:test_escape / test_escape/001_test_escape OK 3.54s 1218 subtests passed [05:32:21.618] 360/402 postgresql:test_checksums / test_checksums/003_standby_restarts OK 8.55s 29 subtests passed [05:32:21.818] 361/402 postgresql:test_int128 / test_int128/001_test_int128 OK 0.46s 2 subtests passed [05:32:21.932] 362/402 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 4.97s 15 subtests passed [05:32:22.177] 363/402 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.36s 12 subtests passed [05:32:22.215] 364/402 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.28s 2 subtests passed [05:32:22.671] 365/402 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.77s 11 subtests passed [05:32:23.249] 366/402 postgresql:test_aio / test_aio/001_aio OK 16.41s 826 subtests passed [05:32:23.351] 367/402 postgresql:subscription / subscription/100_bugs OK 26.48s 17 subtests passed [05:32:25.454] 368/402 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 3.96s 516 subtests passed [05:32:25.616] 369/402 postgresql:test_json_parser / test_json_parser/002_inline OK 3.99s 3712 subtests passed [05:32:26.259] 370/402 postgresql:test_misc / test_misc/003_check_guc OK 3.59s 4 subtests passed [05:32:26.319] 371/402 postgresql:test_misc / test_misc/002_tablespace OK 4.10s 20 subtests passed [05:32:26.910] 372/402 postgresql:test_misc / test_misc/005_timeouts OK 3.56s 2 subtests passed [05:32:26.931] 373/402 postgresql:test_misc / test_misc/001_constraint_validation OK 4.75s 42 subtests passed [05:32:27.213] 374/402 postgresql:test_misc / test_misc/004_io_direct OK 3.90s 3 subtests passed [05:32:29.247] 375/402 postgresql:test_misc / test_misc/007_catcache_inval OK 3.58s 2 subtests passed [05:32:29.418] 376/402 postgresql:test_misc / test_misc/006_signal_autovacuum OK 3.96s 2 subtests passed [05:32:30.350] 377/402 postgresql:test_misc / test_misc/009_log_temp_files OK 4.02s 11 subtests passed [05:32:30.471] 378/402 postgresql:test_misc / test_misc/008_replslot_single_user OK 4.21s 10 subtests passed [05:32:30.630] 379/402 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.28s [05:32:31.465] 380/402 postgresql:test_misc / test_misc/011_lock_stats OK 4.53s 7 subtests passed [05:32:31.680] 381/402 postgresql:test_misc / test_misc/012_ddlutils OK 4.47s 43 subtests passed [05:32:34.029] 382/402 postgresql:test_misc / test_misc/013_temp_obj_multisession OK 4.78s 19 subtests passed [05:32:34.289] 383/402 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 3.82s 2 subtests passed [05:32:34.401] 384/402 postgresql:test_slru / test_slru/001_multixact OK 3.77s 2 subtests passed [05:32:34.618] 385/402 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.33s [05:32:34.650] 386/402 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.25s [05:32:34.694] 387/402 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 7.78s 73 subtests passed [05:32:34.976] 388/402 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.36s [05:32:35.724] 389/402 postgresql:test_slru / test_slru/002_multixact_wraparound OK 4.26s 18 subtests passed [05:32:36.711] 390/402 postgresql:worker_spi / worker_spi/001_worker_spi OK 5.03s 8 subtests passed [05:32:38.074] 391/402 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 3.42s [05:32:39.502] 392/402 postgresql:worker_spi / worker_spi/002_worker_terminate OK 5.47s 11 subtests passed [05:32:40.172] 393/402 postgresql:test_pg_dump / test_pg_dump/001_base OK 10.75s 1044 subtests passed [05:32:40.764] 394/402 postgresql:ssl / ssl/002_scram OK 5.79s 28 subtests passed [05:32:40.885] 395/402 postgresql:test_checksums / test_checksums/009_fpi OK 25.41s 7 subtests passed [05:32:41.354] 396/402 postgresql:ssl / ssl/003_sslinfo OK 5.63s 21 subtests passed [05:32:42.774] 397/402 postgresql:ldap / ldap/002_bindpasswd OK 3.27s 3 subtests passed [05:32:43.286] 398/402 postgresql:icu / icu/010_database OK 2.52s 8 subtests passed [05:32:44.028] 399/402 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 3.84s 26 subtests passed [05:32:44.340] 400/402 postgresql:ssl / ssl/004_sni OK 7.63s 102 subtests passed [05:32:44.696] 401/402 postgresql:ldap / ldap/001_auth OK 6.62s 47 subtests passed [05:32:47.785] 402/402 postgresql:ssl / ssl/001_ssltests OK 13.09s 272 subtests passed [05:32:47.891] [05:32:47.891] Summary of Failures: [05:32:47.891] [05:32:47.891] 11/402 postgresql:regress / regress/regress ERROR 96.21s exit status 1 [05:32:47.891] 30/402 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 101.45s exit status 1 [05:32:47.891] 44/402 postgresql:isolation / isolation/isolation ERROR 94.39s exit status 2 [05:32:47.891] 27/402 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 142.12s exit status 1 [05:32:47.891] 113/402 postgresql:recovery / recovery/027_stream_regress ERROR 118.55s exit status 1 [05:32:47.891] [05:32:47.891] Ok: 387 [05:32:47.891] Expected Fail: 0 [05:32:47.891] Fail: 5 [05:32:47.891] Unexpected Pass: 0 [05:32:47.891] Skipped: 10 [05:32:47.891] Timeout: 0 [05:32:47.891] [05:32:47.891] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [05:32:47.989] [05:32:47.989] Exit status: 5