[11:05:30.738] su postgres <<-EOF [11:05:30.738] set -e [11:05:30.738] ulimit -c unlimited [11:05:30.738] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [11:05:30.738] EOF [11:05:31.891] 1/402 postgresql:setup / tmp_install OK 0.67s [11:05:31.943] 2/402 postgresql:setup / install_test_files OK 0.05s [11:05:33.543] 3/402 postgresql:setup / initdb_cache OK 1.60s [11:05:33.751] 4/402 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.19s 9 subtests passed [11:05:48.076] 5/402 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 14.48s 16 subtests passed [11:06:01.886] 6/402 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 28.31s 13 subtests passed [11:06:06.432] 7/402 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 18.36s 5 subtests passed [11:06:08.563] 8/402 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 34.81s 3 subtests passed [11:06:09.934] 9/402 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 36.35s 19 subtests passed [11:06:18.223] 10/402 postgresql:recovery / recovery/002_archiving OK 9.66s 12 subtests passed [11:06:26.049] 11/402 postgresql:recovery / recovery/003_recovery_targets OK 16.11s 15 subtests passed [11:06:26.807] 12/402 postgresql:recovery / recovery/001_stream_rep OK 20.37s 64 subtests passed [11:06:31.205] 13/402 postgresql:recovery / recovery/004_timeline_switch OK 12.98s 6 subtests passed [11:06:33.513] 14/402 postgresql:recovery / recovery/006_logical_decoding OK 6.70s 20 subtests passed [11:06:35.618] 15/402 postgresql:recovery / recovery/005_replay_delay OK 9.57s 3 subtests passed [11:06:40.124] 16/402 postgresql:recovery / recovery/007_sync_rep OK 8.92s 11 subtests passed [11:06:48.097] 17/402 postgresql:recovery / recovery/010_logical_decoding_timelines OK 7.97s 13 subtests passed [11:06:50.791] 18/402 postgresql:recovery / recovery/008_fsm_truncation OK 17.28s 1 subtests passed [11:06:51.548] 19/402 postgresql:recovery / recovery/009_twophase OK 15.93s 30 subtests passed [11:06:58.078] ▶ 20/402 + indexing 7437 ms FAIL [11:06:59.406] 21/402 postgresql:recovery / recovery/014_unlogged_reinit OK 7.85s 23 subtests passed [11:06:59.497] 22/402 postgresql:recovery / recovery/013_crash_restart OK 8.70s 20 subtests passed [11:07:00.355] 23/402 postgresql:recovery / recovery/012_subtransactions OK 12.26s 12 subtests passed [11:07:03.854] 20/402 postgresql:regress / regress/regress ERROR 90.30s exit status 1 [11:07:03.854] >>> PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress top_builddir=/tmp/cirrus-ci-build/build INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MALLOC_PERTURB_=46 MESON_TEST_ITERATION=1 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/test/regress:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu /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 [11:07:03.854] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [11:07:03.854] stderr: [11:07:03.854] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out [11:07:03.854] # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-05-24 11:01:14.759560371 +0000 [11:07:03.854] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out 2026-05-24 11:06:58.038831805 +0000 [11:07:03.854] # @@ -559,13 +559,14 @@ [11:07:03.854] # ERROR: division by zero [11:07:03.854] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [11:07:03.854] # where relname like 'idxpart%' order by relname; [11:07:03.854] # - relname | indisvalid [11:07:03.854] # ---------------------+------------ [11:07:03.854] # - idxpart11_expr_idx | f [11:07:03.854] # - idxpart1_expr_idx | f [11:07:03.854] # - idxpart2_expr_idx | t [11:07:03.854] # - idxpart_expr_idx | f [11:07:03.854] # -(4 rows) [11:07:03.854] # + relname | indisvalid [11:07:03.854] # +--------------------------+------------ [11:07:03.854] # + idxpart11_expr_idx | f [11:07:03.854] # + idxpart11_expr_idx_ccaux | f [11:07:03.854] # + idxpart1_expr_idx | f [11:07:03.854] # + idxpart2_expr_idx | t [11:07:03.854] # + idxpart_expr_idx | f [11:07:03.854] # +(5 rows) [11:07:03.854] # [11:07:03.854] # -- attach the indexes; parents stay invalid [11:07:03.854] # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [11:07:03.854] # @@ -573,13 +574,14 @@ [11:07:03.854] # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [11:07:03.854] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [11:07:03.854] # where relname like 'idxpart%' order by relname; [11:07:03.854] # - relname | indisvalid [11:07:03.854] # ---------------------+------------ [11:07:03.854] # - idxpart11_expr_idx | f [11:07:03.854] # - idxpart1_expr_idx | f [11:07:03.854] # - idxpart2_expr_idx | t [11:07:03.854] # - idxpart_expr_idx | f [11:07:03.854] # -(4 rows) [11:07:03.854] # + relname | indisvalid [11:07:03.854] # +--------------------------+------------ [11:07:03.854] # + idxpart11_expr_idx | f [11:07:03.854] # + idxpart11_expr_idx_ccaux | f [11:07:03.854] # + idxpart1_expr_idx | f [11:07:03.854] # + idxpart2_expr_idx | t [11:07:03.854] # + idxpart_expr_idx | f [11:07:03.854] # +(5 rows) [11:07:03.854] # [11:07:03.854] # -- fix the index on the leaf partition [11:07:03.854] # delete from idxpart11 where b = 0; [11:07:03.854] # @@ -612,24 +614,28 @@ [11:07:03.854] # ERROR: division by zero [11:07:03.854] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [11:07:03.854] # where relname like 'idxpart%' order by relname; [11:07:03.854] # - relname | indisvalid [11:07:03.854] # --------------------+------------ [11:07:03.854] # - idxpart1_expr_idx | f [11:07:03.854] # - idxpart2_expr_idx | f [11:07:03.854] # - idxpart_expr_idx | f [11:07:03.854] # -(3 rows) [11:07:03.854] # + relname | indisvalid [11:07:03.854] # +-------------------------+------------ [11:07:03.854] # + idxpart1_expr_idx | f [11:07:03.854] # + idxpart1_expr_idx_ccaux | f [11:07:03.854] # + idxpart2_expr_idx | f [11:07:03.854] # + idxpart2_expr_idx_ccaux | f [11:07:03.854] # + idxpart_expr_idx | f [11:07:03.854] # +(5 rows) [11:07:03.854] # [11:07:03.854] # -- attach both; parent stays invalid [11:07:03.854] # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [11:07:03.854] # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [11:07:03.854] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [11:07:03.854] # where relname like 'idxpart%' order by relname; [11:07:03.854] # - relname | indisvalid [11:07:03.854] # --------------------+------------ [11:07:03.854] # - idxpart1_expr_idx | f [11:07:03.854] # - idxpart2_expr_idx | f [11:07:03.854] # - idxpart_expr_idx | f [11:07:03.854] # -(3 rows) [11:07:03.854] # + relname | indisvalid [11:07:03.854] # +-------------------------+------------ [11:07:03.854] # + idxpart1_expr_idx | f [11:07:03.854] # (diff output truncated and silencing output for further failing tests...) [11:07:03.854] # 1 of 245 tests failed. [11:07:03.854] # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.diffs". [11:07:03.854] # 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". [11:07:03.854] [11:07:03.854] (test program exited with status code 1) [11:07:03.854] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [11:07:03.854] [11:07:04.174] ▶ 24/402 - regression tests in old instance FAIL [11:07:06.272] 25/402 postgresql:recovery / recovery/016_min_consistency OK 6.77s 1 subtests passed [11:07:06.548] 26/402 postgresql:recovery / recovery/015_promotion_pages OK 7.14s 1 subtests passed [11:07:07.253] 27/402 postgresql:recovery / recovery/017_shm OK 6.90s 4 subtests passed [11:07:10.154] ▶ 28/402 - regression tests pass FAIL [11:07:10.303] 28/402 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 96.75s exit status 1 [11:07:10.303] >>> PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib top_builddir=/tmp/cirrus-ci-build/build INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/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 MESON_TEST_ITERATION=1 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MALLOC_PERTURB_=69 /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 [11:07:10.303] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [11:07:10.303] stderr: [11:07:10.303] # Failed test 'regression tests pass' [11:07:10.303] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 66. [11:07:10.303] # got: '256' [11:07:10.303] # expected: '0' [11:07:10.303] # Looks like you failed 1 test of 1. [11:07:10.303] [11:07:10.303] (test program exited with status code 1) [11:07:10.303] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [11:07:10.303] [11:07:11.749] 29/402 postgresql:recovery / recovery/021_row_visibility OK 4.50s 10 subtests passed [11:07:12.260] 30/402 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 98.65s 50 subtests passed [11:07:13.753] 31/402 postgresql:recovery / recovery/022_crash_temp_files OK 3.45s 11 subtests passed [11:07:14.622] 32/402 postgresql:recovery / recovery/020_archive_status OK 8.07s 19 subtests passed [11:07:15.595] 33/402 postgresql:recovery / recovery/023_pitr_prepared_xact OK 3.84s 1 subtests passed [11:07:16.407] 34/402 postgresql:recovery / recovery/024_archive_recovery OK 4.15s 2 subtests passed [11:07:18.855] 35/402 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 5.10s 1 subtests passed [11:07:22.852] 36/402 postgresql:recovery / recovery/028_pitr_timelines OK 6.44s 3 subtests passed [11:07:23.777] 37/402 postgresql:recovery / recovery/026_overwrite_contrecord OK 9.15s 3 subtests passed [11:07:25.724] 38/402 postgresql:recovery / recovery/018_wal_optimize OK 21.87s 38 subtests passed [11:07:27.510] 39/402 postgresql:recovery / recovery/029_stats_restart OK 8.65s 44 subtests passed [11:07:29.237] 40/402 postgresql:recovery / recovery/019_replslot_limit OK 22.96s 26 subtests passed [11:07:30.625] 41/402 postgresql:recovery / recovery/031_recovery_conflict OK 6.85s 18 subtests passed [11:07:30.857] 42/402 postgresql:recovery / recovery/030_stats_cleanup_replica OK 8.00s 11 subtests passed [11:07:34.340] 43/402 postgresql:recovery / recovery/034_create_database OK 5.10s 2 subtests passed [11:07:36.076] 44/402 postgresql:recovery / recovery/032_relfilenode_reuse OK 10.35s 14 subtests passed [11:07:36.378] 45/402 postgresql:isolation / isolation/isolation OK 94.49s 128 subtests passed [11:07:36.941] 46/402 postgresql:recovery / recovery/036_truncated_dropped OK 6.08s 8 subtests passed [11:07:37.929] 47/402 postgresql:recovery / recovery/037_invalid_database OK 3.59s 10 subtests passed [11:07:44.079] 48/402 postgresql:recovery / recovery/041_checkpoint_at_promote OK 6.15s 6 subtests passed [11:07:44.412] 49/402 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 8.33s 2 subtests passed [11:07:44.995] 50/402 postgresql:recovery / recovery/033_replay_tsp_drops OK 17.48s 3 subtests passed [11:07:49.147] 24/402 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 135.58s exit status 1 [11:07:49.147] >>> PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib with_icu=yes top_builddir=/tmp/cirrus-ci-build/build MALLOC_PERTURB_=128 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 TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so MESON_TEST_ITERATION=1 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 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 /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 [11:07:49.147] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [11:07:49.147] Listing only the last 100 lines from a long log. [11:07:49.147] # ok 25 + point 226 ms [11:07:49.147] # ok 26 + lseg 174 ms [11:07:49.147] # ok 27 + line 213 ms [11:07:49.147] # ... 206 lines omitted ... [11:07:49.147] # ok 219 + partition_merge 3840 ms [11:07:49.147] # ok 220 + partition_split 4601 ms [11:07:49.147] # ok 221 + partition_join 5755 ms [11:07:49.147] # ok 222 + partition_prune 5706 ms [11:07:49.147] # ok 223 + reloptions 530 ms [11:07:49.147] # ok 224 + hash_part 327 ms [11:07:49.147] # not ok 225 + indexing 6686 ms [11:07:49.147] # ok 226 + partition_aggregate 5162 ms [11:07:49.147] # ok 227 + partition_info 726 ms [11:07:49.147] # ok 228 + tuplesort 5551 ms [11:07:49.147] # ok 229 + explain 700 ms [11:07:49.147] # ok 230 + memoize 1713 ms [11:07:49.147] # ok 231 + stats 4600 ms [11:07:49.147] # ok 232 + predicate 831 ms [11:07:49.147] # ok 233 + numa 354 ms [11:07:49.147] # ok 234 + eager_aggregate 2187 ms [11:07:49.147] # ok 235 + graph_table_rls 844 ms [11:07:49.147] # ok 236 + planner_est 299 ms [11:07:49.147] # # parallel group (4 tests): compression_pglz compression compression_lz4 cluster [11:07:49.147] # ok 237 + compression 319 ms [11:07:49.147] # ok 238 + compression_lz4 407 ms [11:07:49.147] # ok 239 + compression_pglz 70 ms [11:07:49.147] # ok 240 + cluster 834 ms [11:07:49.147] # # parallel group (2 tests): oidjoins event_trigger [11:07:49.147] # ok 241 + oidjoins 683 ms [11:07:49.147] # ok 242 + event_trigger 759 ms [11:07:49.147] # ok 243 - event_trigger_login 101 ms [11:07:49.147] # ok 244 - fast_default 699 ms [11:07:49.147] # ok 245 - tablespace 3310 ms [11:07:49.147] # 1..245 [11:07:49.147] # -------------- stderr -------------- [11:07:49.147] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out [11:07:49.147] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-05-24 11:01:14.759560371 +0000 [11:07:49.147] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out 2026-05-24 11:06:58.310831594 +0000 [11:07:49.147] # # @@ -559,13 +559,14 @@ [11:07:49.147] # # ERROR: division by zero [11:07:49.147] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [11:07:49.147] # # where relname like 'idxpart%' order by relname; [11:07:49.147] # # - relname | indisvalid [11:07:49.147] # # ---------------------+------------ [11:07:49.147] # # - idxpart11_expr_idx | f [11:07:49.147] # # - idxpart1_expr_idx | f [11:07:49.147] # # - idxpart2_expr_idx | t [11:07:49.147] # # - idxpart_expr_idx | f [11:07:49.147] # # -(4 rows) [11:07:49.147] # # + relname | indisvalid [11:07:49.147] # # +--------------------------+------------ [11:07:49.147] # # + idxpart11_expr_idx | f [11:07:49.147] # # + idxpart11_expr_idx_ccaux | f [11:07:49.147] # # + idxpart1_expr_idx | f [11:07:49.147] # # + idxpart2_expr_idx | t [11:07:49.147] # # + idxpart_expr_idx | f [11:07:49.147] # # +(5 rows) [11:07:49.147] # # [11:07:49.147] # # -- attach the indexes; parents stay invalid [11:07:49.147] # # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [11:07:49.147] # # @@ -573,13 +574,14 @@ [11:07:49.147] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [11:07:49.147] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [11:07:49.147] # # where relname like 'idxpart%' order by relname; [11:07:49.147] # # - relname | indisvalid [11:07:49.147] # ... 24 lines omitted ... [11:07:49.147] # # - idxpart2_expr_idx | f [11:07:49.147] # # - idxpart_expr_idx | f [11:07:49.147] # # -(3 rows) [11:07:49.147] # # + relname | indisvalid [11:07:49.147] # # +-------------------------+------------ [11:07:49.147] # # + idxpart1_expr_idx | f [11:07:49.147] # # + idxpart1_expr_idx_ccaux | f [11:07:49.147] # # + idxpart2_expr_idx | f [11:07:49.147] # # + idxpart2_expr_idx_ccaux | f [11:07:49.147] # # + idxpart_expr_idx | f [11:07:49.147] # # +(5 rows) [11:07:49.147] # # [11:07:49.147] # # -- attach both; parent stays invalid [11:07:49.147] # # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [11:07:49.147] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [11:07:49.147] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [11:07:49.147] # # where relname like 'idxpart%' order by relname; [11:07:49.147] # # - relname | indisvalid [11:07:49.147] # # --------------------+------------ [11:07:49.147] # # - idxpart1_expr_idx | f [11:07:49.147] # # - idxpart2_expr_idx | f [11:07:49.147] # # - idxpart_expr_idx | f [11:07:49.147] # # -(3 rows) [11:07:49.147] # # + relname | indisvalid [11:07:49.147] # # +-------------------------+------------ [11:07:49.147] # # + idxpart1_expr_idx | f [11:07:49.147] # # (diff output truncated and silencing output for further failing tests...) [11:07:49.147] # # 1 of 245 tests failed. [11:07:49.147] # # 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". [11:07:49.147] # # 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". [11:07:49.147] # ------------------------------------ [11:07:49.147] # Looks like you failed 1 test of 20. [11:07:49.147] [11:07:49.147] (test program exited with status code 1) [11:07:49.147] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [11:07:49.147] [11:07:50.503] 51/402 postgresql:recovery / recovery/039_end_of_wal OK 14.12s 14 subtests passed [11:07:51.487] 52/402 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 6.49s 1 subtests passed [11:07:51.982] 53/402 postgresql:recovery / recovery/042_low_level_backup OK 7.90s 4 subtests passed [11:07:52.315] 54/402 postgresql:recovery / recovery/043_no_contrecord_switch OK 7.90s 1 subtests passed [11:07:57.485] 55/402 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 5.50s 3 subtests passed [11:07:58.370] 56/402 postgresql:recovery / recovery/045_archive_restartpoint OK 9.22s 1 subtests passed [11:07:58.737] 57/402 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 7.25s 1 subtests passed [11:08:00.608] 58/402 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 10.10s 2 subtests passed [11:08:01.436] 59/402 postgresql:recovery / recovery/035_standby_logical_decoding OK 30.81s 89 subtests passed [11:08:01.623] 60/402 postgresql:recovery / recovery/050_redo_segment_missing OK 4.13s 2 subtests passed [11:08:01.798] 61/402 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 24.86s 38 subtests passed [11:08:02.792] 62/402 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 4.05s 4 subtests passed [11:08:05.423] 63/402 postgresql:plperl / plperl/regress OK 3.80s 14 subtests passed [11:08:06.593] 64/402 postgresql:pltcl / pltcl/regress OK 3.80s 8 subtests passed [11:08:06.699] 65/402 postgresql:plpgsql / plpgsql/regress OK 5.26s 13 subtests passed [11:08:07.013] 66/402 postgresql:plpython / plpython/regress OK 5.21s 23 subtests passed [11:08:09.217] 67/402 postgresql:kerberos / kerberos/001_auth OK 8.61s 142 subtests passed [11:08:09.626] 68/402 postgresql:auto_explain / auto_explain/regress OK 3.03s 2 subtests passed [11:08:10.011] 69/402 postgresql:basic_archive / basic_archive/regress OK 3.31s 1 subtests passed [11:08:10.291] 70/402 postgresql:recovery / recovery/051_effective_wal_level OK 11.92s 31 subtests passed [11:08:10.347] 71/402 postgresql:bloom / bloom/regress OK 3.33s 1 subtests passed [11:08:12.356] 72/402 postgresql:bool_plperl / bool_plperl/regress OK 3.14s 2 subtests passed [11:08:14.460] 73/402 postgresql:citext / citext/regress OK 4.17s 3 subtests passed [11:08:14.663] 74/402 postgresql:cube / cube/regress OK 4.31s 2 subtests passed [11:08:15.991] 75/402 postgresql:btree_gin / btree_gin/regress OK 6.36s 30 subtests passed [11:08:16.577] 76/402 postgresql:btree_gist / btree_gist/regress OK 6.56s 32 subtests passed [11:08:16.668] 77/402 postgresql:dblink / dblink/regress OK 4.31s 1 subtests passed [11:08:17.690] 78/402 postgresql:dict_int / dict_int/regress OK 3.23s 1 subtests passed [11:08:18.325] 79/402 postgresql:dict_xsyn / dict_xsyn/regress OK 3.66s 1 subtests passed [11:08:19.234] 80/402 postgresql:earthdistance / earthdistance/regress OK 3.24s 1 subtests passed [11:08:19.378] 81/402 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 2.71s 2 subtests passed [11:08:20.062] 82/402 postgresql:file_fdw / file_fdw/regress OK 3.48s 1 subtests passed [11:08:20.631] 83/402 postgresql:amcheck / amcheck/regress OK 15.21s 4 subtests passed [11:08:22.532] 84/402 postgresql:hstore_plpython / hstore_plpython/regress OK 3.30s 1 subtests passed [11:08:23.062] 85/402 postgresql:hstore_plperl / hstore_plperl/regress OK 4.74s 3 subtests passed [11:08:24.804] 86/402 postgresql:hstore / hstore/regress OK 7.11s 2 subtests passed [11:08:25.041] 87/402 postgresql:jsonb_plperl / jsonb_plperl/regress OK 4.41s 2 subtests passed [11:08:25.135] 88/402 postgresql:isn / isn/regress OK 5.07s 1 subtests passed [11:08:26.126] 89/402 postgresql:jsonb_plpython / jsonb_plpython/regress OK 3.59s 1 subtests passed [11:08:26.216] 90/402 postgresql:lo / lo/regress OK 3.15s 1 subtests passed [11:08:28.363] 91/402 postgresql:ltree_plpython / ltree_plpython/regress OK 3.32s 1 subtests passed [11:08:28.917] 92/402 postgresql:passwordcheck / passwordcheck/regress OK 2.79s 1 subtests passed [11:08:29.116] 93/402 postgresql:recovery / recovery/049_wait_for_lsn OK 36.79s 57 subtests passed [11:08:29.725] 94/402 postgresql:ltree / ltree/regress OK 4.92s 1 subtests passed [11:08:29.758] 95/402 postgresql:pageinspect / pageinspect/regress OK 4.62s 8 subtests passed [11:08:29.924] 96/402 postgresql:pg_buffercache / pg_buffercache/regress OK 3.70s 2 subtests passed [11:08:33.154] 97/402 postgresql:pg_freespacemap / pg_freespacemap/regress OK 4.24s 1 subtests passed [11:08:33.426] 98/402 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 4.31s 1 subtests passed [11:08:33.957] 99/402 postgresql:pg_prewarm / pg_prewarm/regress OK 4.03s 1 subtests passed [11:08:35.009] 100/402 postgresql:pg_overexplain / pg_overexplain/regress OK 5.28s 1 subtests passed [11:08:35.653] 101/402 postgresql:intarray / intarray/regress OK 16.27s 1 subtests passed [11:08:36.095] 102/402 postgresql:pgcrypto / pgcrypto/regress OK 7.73s 25 subtests passed [11:08:37.337] 103/402 postgresql:pgrowlocks / pgrowlocks/isolation OK 4.18s 1 subtests passed [11:08:38.908] 104/402 postgresql:pg_surgery / pg_surgery/regress OK 3.25s 1 subtests passed [11:08:39.001] 105/402 postgresql:pgstattuple / pgstattuple/regress OK 3.99s 1 subtests passed [11:08:39.165] 106/402 postgresql:pg_stat_statements / pg_stat_statements/regress OK 5.21s 16 subtests passed [11:08:40.233] 107/402 postgresql:pg_stash_advice / pg_stash_advice/regress OK 6.81s 2 subtests passed [11:08:40.694] 108/402 postgresql:pg_visibility / pg_visibility/regress OK 3.36s 1 subtests passed [11:08:42.313] 109/402 postgresql:pg_trgm / pg_trgm/regress OK 6.22s 4 subtests passed [11:08:42.426] 110/402 postgresql:pg_walinspect / pg_walinspect/regress OK 3.52s 2 subtests passed [11:08:42.615] 111/402 postgresql:postgres_fdw / postgres_fdw/isolation OK 3.45s 1 subtests passed [11:08:43.308] 112/402 postgresql:pg_plan_advice / pg_plan_advice/regress OK 13.55s 9 subtests passed [11:08:43.653] 113/402 postgresql:seg / seg/regress OK 3.42s 3 subtests passed [11:08:43.869] 114/402 postgresql:spi / spi/regress OK 3.17s 2 subtests passed [11:08:45.167] 115/402 postgresql:tablefunc / tablefunc/regress OK 2.85s 1 subtests passed [11:08:45.650] 116/402 postgresql:tcn / tcn/isolation OK 3.22s 1 subtests passed [11:08:46.449] ▶ 117/402 - regression tests pass FAIL [11:08:46.797] 118/402 postgresql:tsm_system_time / tsm_system_time/regress OK 2.93s 1 subtests passed [11:08:47.003] 119/402 postgresql:tsm_system_rows / tsm_system_rows/regress OK 3.35s 1 subtests passed [11:08:47.946] 120/402 postgresql:unaccent / unaccent/regress OK 2.78s 1 subtests passed [11:08:48.898] 121/402 postgresql:uuid-ossp / uuid-ossp/regress OK 3.25s 1 subtests passed [11:08:49.512] 122/402 postgresql:xml2 / xml2/regress OK 2.71s 1 subtests passed [11:08:49.756] 123/402 postgresql:brin / brin/isolation OK 2.75s 1 subtests passed [11:08:49.778] 124/402 postgresql:test_decoding / test_decoding/isolation OK 6.47s 14 subtests passed [11:08:51.054] 125/402 postgresql:commit_ts / commit_ts/regress OK 3.11s 1 subtests passed [11:08:52.297] 126/402 postgresql:postgres_fdw / postgres_fdw/regress OK 13.29s 2 subtests passed [11:08:52.370] 127/402 postgresql:delay_execution / delay_execution/isolation OK 3.47s 2 subtests passed [11:08:52.439] 128/402 postgresql:dummy_seclabel / dummy_seclabel/regress OK 2.68s 1 subtests passed [11:08:52.501] 129/402 postgresql:dummy_index_am / dummy_index_am/regress OK 2.99s 1 subtests passed [11:08:53.407] 130/402 postgresql:gin / gin/regress OK 3.62s 1 subtests passed [11:08:55.038] 131/402 postgresql:index / index/isolation OK 3.98s 1 subtests passed [11:08:55.551] 132/402 postgresql:injection_points / injection_points/regress OK 3.25s 4 subtests passed [11:08:55.586] 133/402 postgresql:plsample / plsample/regress OK 3.08s 1 subtests passed [11:08:56.285] 134/402 postgresql:test_decoding / test_decoding/regress OK 13.67s 20 subtests passed [11:08:56.817] 135/402 postgresql:spgist_name_ops / spgist_name_ops/regress OK 3.41s 1 subtests passed [11:08:57.889] 136/402 postgresql:test_binaryheap / test_binaryheap/regress OK 2.85s 1 subtests passed [11:08:58.301] 137/402 postgresql:test_bitmapset / test_bitmapset/regress OK 2.75s 1 subtests passed [11:08:58.599] 138/402 postgresql:test_bloomfilter / test_bloomfilter/regress OK 3.01s 1 subtests passed [11:08:59.149] 139/402 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 2.86s 1 subtests passed [11:08:59.547] 140/402 postgresql:test_cplusplusext / test_cplusplusext/regress OK 2.73s 1 subtests passed [11:09:00.691] 141/402 postgresql:injection_points / injection_points/isolation OK 8.32s 8 subtests passed [11:09:01.030] 142/402 postgresql:test_custom_types / test_custom_types/regress OK 3.14s 1 subtests passed [11:09:01.811] 143/402 postgresql:test_dsa / test_dsa/regress OK 3.21s 1 subtests passed [11:09:01.993] 144/402 postgresql:test_extensions / test_extensions/regress OK 2.44s 2 subtests passed [11:09:02.201] 145/402 postgresql:test_dsm_registry / test_dsm_registry/regress OK 3.05s 1 subtests passed [11:09:02.237] 146/402 postgresql:nbtree / nbtree/regress OK 9.80s 2 subtests passed [11:09:02.322] 147/402 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 4.02s 22 subtests passed [11:09:03.547] 148/402 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 2.85s 1 subtests passed [11:09:04.319] 149/402 postgresql:test_lfind / test_lfind/regress OK 2.51s 1 subtests passed [11:09:05.061] 150/402 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 3.07s 1 subtests passed [11:09:05.082] 151/402 postgresql:test_parser / test_parser/regress OK 2.84s 1 subtests passed [11:09:05.490] 152/402 postgresql:test_oat_hooks / test_oat_hooks/regress OK 3.29s 2 subtests passed [11:09:05.778] 153/402 postgresql:test_pg_dump / test_pg_dump/regress OK 3.45s 1 subtests passed [11:09:06.388] 154/402 postgresql:test_predtest / test_predtest/regress OK 2.84s 1 subtests passed [11:09:07.458] 155/402 postgresql:test_radixtree / test_radixtree/regress OK 3.14s 1 subtests passed [11:09:08.065] 156/402 postgresql:test_rbtree / test_rbtree/regress OK 3.00s 1 subtests passed [11:09:08.314] 157/402 postgresql:test_resowner / test_resowner/regress OK 2.82s 1 subtests passed [11:09:08.662] 158/402 postgresql:test_rls_hooks / test_rls_hooks/regress OK 2.88s 1 subtests passed [11:09:09.219] 159/402 postgresql:test_saslprep / test_saslprep/regress OK 2.83s 1 subtests passed [11:09:09.330] 160/402 postgresql:test_regex / test_regex/regress OK 4.25s 2 subtests passed [11:09:10.380] 117/402 postgresql:recovery / recovery/027_stream_regress ERROR 114.78s exit status 1 [11:09:10.381] >>> PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress MALLOC_PERTURB_=241 share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib top_builddir=/tmp/cirrus-ci-build/build INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/test/recovery:/tmp/cirrus-ci-build/build/src/test/recovery/test:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 enable_injection_points=yes LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu /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 [11:09:10.381] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [11:09:10.381] Listing only the last 100 lines from a long log. [11:09:10.381] # ok 25 + point 273 ms [11:09:10.381] # ok 26 + lseg 145 ms [11:09:10.381] # ok 27 + line 127 ms [11:09:10.381] # ... 206 lines omitted ... [11:09:10.381] # ok 219 + partition_merge 5908 ms [11:09:10.381] # ok 220 + partition_split 6690 ms [11:09:10.381] # ok 221 + partition_join 7176 ms [11:09:10.381] # ok 222 + partition_prune 7702 ms [11:09:10.381] # ok 223 + reloptions 493 ms [11:09:10.381] # ok 224 + hash_part 204 ms [11:09:10.381] # not ok 225 + indexing 9024 ms [11:09:10.381] # ok 226 + partition_aggregate 4480 ms [11:09:10.381] # ok 227 + partition_info 991 ms [11:09:10.381] # ok 228 + tuplesort 4175 ms [11:09:10.381] # ok 229 + explain 693 ms [11:09:10.381] # ok 230 + memoize 3630 ms [11:09:10.381] # ok 231 + stats 6416 ms [11:09:10.381] # ok 232 + predicate 481 ms [11:09:10.381] # ok 233 + numa 155 ms [11:09:10.381] # ok 234 + eager_aggregate 2013 ms [11:09:10.381] # ok 235 + graph_table_rls 788 ms [11:09:10.381] # ok 236 + planner_est 237 ms [11:09:10.381] # # parallel group (4 tests): compression_pglz compression compression_lz4 cluster [11:09:10.381] # ok 237 + compression 628 ms [11:09:10.381] # ok 238 + compression_lz4 823 ms [11:09:10.381] # ok 239 + compression_pglz 52 ms [11:09:10.381] # ok 240 + cluster 1527 ms [11:09:10.381] # # parallel group (2 tests): oidjoins event_trigger [11:09:10.381] # ok 241 + oidjoins 1547 ms [11:09:10.381] # ok 242 + event_trigger 1899 ms [11:09:10.381] # ok 243 - event_trigger_login 140 ms [11:09:10.381] # ok 244 - fast_default 755 ms [11:09:10.381] # ok 245 - tablespace 2571 ms [11:09:10.381] # 1..245 [11:09:10.381] # -------------- stderr -------------- [11:09:10.381] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out [11:09:10.381] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-05-24 11:01:14.759560371 +0000 [11:09:10.381] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out 2026-05-24 11:08:39.354762962 +0000 [11:09:10.381] # # @@ -559,13 +559,14 @@ [11:09:10.381] # # ERROR: division by zero [11:09:10.381] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [11:09:10.381] # # where relname like 'idxpart%' order by relname; [11:09:10.381] # # - relname | indisvalid [11:09:10.381] # # ---------------------+------------ [11:09:10.381] # # - idxpart11_expr_idx | f [11:09:10.381] # # - idxpart1_expr_idx | f [11:09:10.381] # # - idxpart2_expr_idx | t [11:09:10.381] # # - idxpart_expr_idx | f [11:09:10.381] # # -(4 rows) [11:09:10.381] # # + relname | indisvalid [11:09:10.381] # # +--------------------------+------------ [11:09:10.381] # # + idxpart11_expr_idx | f [11:09:10.381] # # + idxpart11_expr_idx_ccaux | f [11:09:10.381] # # + idxpart1_expr_idx | f [11:09:10.381] # # + idxpart2_expr_idx | t [11:09:10.381] # # + idxpart_expr_idx | f [11:09:10.381] # # +(5 rows) [11:09:10.381] # # [11:09:10.381] # # -- attach the indexes; parents stay invalid [11:09:10.381] # # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [11:09:10.381] # # @@ -573,13 +574,14 @@ [11:09:10.381] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [11:09:10.381] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [11:09:10.381] # # where relname like 'idxpart%' order by relname; [11:09:10.381] # # - relname | indisvalid [11:09:10.381] # ... 24 lines omitted ... [11:09:10.381] # # - idxpart2_expr_idx | f [11:09:10.381] # # - idxpart_expr_idx | f [11:09:10.381] # # -(3 rows) [11:09:10.381] # # + relname | indisvalid [11:09:10.381] # # +-------------------------+------------ [11:09:10.381] # # + idxpart1_expr_idx | f [11:09:10.381] # # + idxpart1_expr_idx_ccaux | f [11:09:10.381] # # + idxpart2_expr_idx | f [11:09:10.381] # # + idxpart2_expr_idx_ccaux | f [11:09:10.381] # # + idxpart_expr_idx | f [11:09:10.381] # # +(5 rows) [11:09:10.381] # # [11:09:10.381] # # -- attach both; parent stays invalid [11:09:10.381] # # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [11:09:10.381] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [11:09:10.381] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [11:09:10.381] # # where relname like 'idxpart%' order by relname; [11:09:10.381] # # - relname | indisvalid [11:09:10.381] # # --------------------+------------ [11:09:10.381] # # - idxpart1_expr_idx | f [11:09:10.381] # # - idxpart2_expr_idx | f [11:09:10.381] # # - idxpart_expr_idx | f [11:09:10.381] # # -(3 rows) [11:09:10.381] # # + relname | indisvalid [11:09:10.381] # # +-------------------------+------------ [11:09:10.381] # # + idxpart1_expr_idx | f [11:09:10.381] # # (diff output truncated and silencing output for further failing tests...) [11:09:10.381] # # 1 of 245 tests failed. [11:09:10.381] # # 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". [11:09:10.381] # # 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". [11:09:10.381] # ------------------------------------ [11:09:10.381] # Looks like you failed 1 test of 11. [11:09:10.381] [11:09:10.381] (test program exited with status code 1) [11:09:10.381] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [11:09:10.381] [11:09:11.295] 161/402 postgresql:test_slru / test_slru/regress OK 3.23s 1 subtests passed [11:09:11.453] 162/402 postgresql:typcache / typcache/regress OK 2.79s 1 subtests passed [11:09:11.537] 163/402 postgresql:libpq / libpq/002_api OK 0.24s 1 subtests passed [11:09:11.629] 164/402 postgresql:libpq / libpq/001_uri OK 1.25s 63 subtests passed [11:09:11.642] 165/402 postgresql:test_tidstore / test_tidstore/regress OK 3.33s 1 subtests passed [11:09:11.716] 166/402 postgresql:test_integerset / test_integerset/regress OK 10.68s 1 subtests passed [11:09:12.061] 167/402 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.34s 55 subtests passed [11:09:12.861] 168/402 postgresql:unsafe_tests / unsafe_tests/regress OK 3.64s 4 subtests passed [11:09:13.192] 169/402 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.33s 9 subtests passed [11:09:14.204] 170/402 postgresql:test_shm_mq / test_shm_mq/regress OK 6.74s 1 subtests passed [11:09:17.707] 171/402 postgresql:ecpg / ecpg/ecpg OK 8.38s 67 subtests passed [11:09:18.114] 172/402 postgresql:libpq / libpq/006_service OK 6.47s 47 subtests passed [11:09:19.557] 173/402 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 6.37s 107 subtests passed [11:09:22.509] 174/402 postgresql:libpq / libpq/004_load_balance_dns OK 10.97s 125 subtests passed [11:09:22.766] 175/402 postgresql:libpq / libpq/003_load_balance_host_list OK 11.31s 127 subtests passed [11:09:22.900] 176/402 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 4.78s 10 subtests passed [11:09:22.930] 177/402 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.22s 32 subtests passed [11:09:23.233] 178/402 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.72s 51 subtests passed [11:09:29.174] 179/402 postgresql:libpq / libpq/005_negotiate_encryption OK 17.54s 249 subtests passed [11:09:31.188] 180/402 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 8.28s 3 subtests passed [11:09:31.498] 181/402 postgresql:pg_checksums / pg_checksums/001_basic OK 0.31s 9 subtests passed [11:09:33.725] 182/402 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 10.79s 43 subtests passed [11:09:34.487] 183/402 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.76s 13 subtests passed [11:09:37.728] 184/402 postgresql:pg_amcheck / pg_amcheck/003_check OK 23.52s 75 subtests passed [11:09:38.030] 185/402 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 14.80s 29 subtests passed [11:09:41.409] 186/402 postgresql:pg_amcheck / pg_amcheck/006_cic OK 21.85s 12 subtests passed [11:09:41.928] 187/402 postgresql:pg_checksums / pg_checksums/002_actions OK 10.43s 66 subtests passed [11:09:43.579] 188/402 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 5.55s 11 subtests passed [11:09:44.784] 189/402 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 7.05s 7 subtests passed [11:09:45.850] 190/402 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 11.36s 6 subtests passed [11:09:46.573] 191/402 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.64s 4 subtests passed [11:09:47.210] 192/402 postgresql:initdb / initdb/001_initdb OK 35.15s 57 subtests passed [11:09:47.506] 193/402 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 3.93s 3 subtests passed [11:09:47.903] 194/402 postgresql:pg_config / pg_config/001_pg_config OK 0.40s 21 subtests passed [11:09:49.073] 195/402 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.22s 4 subtests passed [11:09:49.186] 196/402 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 7.78s 22 subtests passed [11:09:49.961] 197/402 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.06s 18 subtests passed [11:09:51.017] 198/402 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 3.80s 5 subtests passed [11:09:51.321] 199/402 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.54s 2 subtests passed [11:09:51.558] 200/402 postgresql:pg_ctl / pg_ctl/002_status OK 2.37s 3 subtests passed [11:09:52.042] 201/402 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.47s 4 subtests passed [11:09:52.370] 202/402 postgresql:pg_ctl / pg_ctl/001_start_stop OK 3.30s 25 subtests passed [11:09:52.962] 203/402 postgresql:pg_dump / pg_dump/001_basic OK 1.64s 135 subtests passed [11:09:53.300] 204/402 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 24.12s 60 subtests passed [11:09:53.586] 205/402 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 30.82s 200 subtests passed [11:09:54.289] 206/402 postgresql:pg_ctl / pg_ctl/003_promote OK 4.33s 12 subtests passed [11:09:55.728] 207/402 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 3.68s 3 subtests passed [11:09:55.876] 208/402 postgresql:pg_ctl / pg_ctl/004_logrotate OK 4.86s 14 subtests passed [11:09:56.831] 209/402 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.46s 4 subtests passed [11:09:58.145] 210/402 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 2.27s 9 subtests passed [11:10:00.071] 211/402 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 6.77s 98 subtests passed [11:10:00.323] 212/402 postgresql:pg_resetwal / pg_resetwal/001_basic OK 4.59s 83 subtests passed [11:10:03.398] 213/402 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 10.43s 108 subtests passed [11:10:07.437] 214/402 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 4.04s 1 subtests passed [11:10:07.754] 215/402 postgresql:pg_rewind / pg_rewind/006_options OK 0.32s 13 subtests passed [11:10:08.181] 216/402 postgresql:pg_dump / pg_dump/010_dump_connstr OK 13.89s 13 subtests passed [11:10:09.085] 217/402 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 9.01s 6 subtests passed [11:10:09.571] 218/402 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 9.25s 10 subtests passed [11:10:11.311] 219/402 postgresql:pg_rewind / pg_rewind/002_databases OK 13.16s 12 subtests passed [11:10:13.297] 220/402 postgresql:pg_rewind / pg_rewind/007_standby_source OK 5.54s 7 subtests passed [11:10:13.489] 221/402 postgresql:pg_rewind / pg_rewind/009_growing_files OK 4.40s 3 subtests passed [11:10:13.590] 222/402 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.29s 13 subtests passed [11:10:13.925] 223/402 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.33s 17 subtests passed [11:10:14.727] 224/402 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 6.54s 3 subtests passed [11:10:14.746] 225/402 postgresql:pg_rewind / pg_rewind/001_basic OK 17.91s 57 subtests passed [11:10:15.520] 226/402 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.21s 12 subtests passed [11:10:16.274] 227/402 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 0.75s 60 subtests passed [11:10:16.683] 228/402 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.19s 18 subtests passed [11:10:17.096] 229/402 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 7.52s 1 subtests passed [11:10:18.177] 230/402 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 3.43s 32 subtests passed [11:10:20.050] 231/402 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.77s 5 subtests passed [11:10:20.861] 232/402 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 6.93s 38 subtests passed [11:10:21.329] 233/402 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 4.64s 11 subtests passed [11:10:23.865] 234/402 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 5.69s 10 subtests passed [11:10:24.180] 235/402 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.31s 11 subtests passed [11:10:24.664] 236/402 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.33s 5 subtests passed [11:10:24.769] 237/402 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 7.67s 18 subtests passed [11:10:26.293] 238/402 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.52s 207 subtests passed [11:10:27.426] 239/402 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 7.37s 21 subtests passed [11:10:27.584] 240/402 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 12.86s 92 subtests passed [11:10:27.870] 241/402 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 3.69s 7 subtests passed [11:10:31.737] 242/402 postgresql:psql / psql/020_cancel OK 4.15s 2 subtests passed [11:10:31.756] 243/402 postgresql:psql / psql/030_pager OK 3.88s 4 subtests passed [11:10:31.862] 244/402 postgresql:psql / psql/010_tab_completion OK 4.43s 101 subtests passed [11:10:31.975] 245/402 postgresql:psql / psql/001_basic OK 5.67s 129 subtests passed [11:10:35.013] 246/402 postgresql:scripts / scripts/011_clusterdb_all OK 3.26s 7 subtests passed [11:10:35.149] 247/402 postgresql:scripts / scripts/010_clusterdb OK 3.41s 16 subtests passed [11:10:35.593] 248/402 postgresql:pg_dump / pg_dump/002_pg_dump OK 44.02s 12122 subtests passed [11:10:36.019] 249/402 postgresql:scripts / scripts/040_createuser OK 4.04s 37 subtests passed [11:10:37.085] 250/402 postgresql:pg_waldump / pg_waldump/001_basic OK 16.22s 212 subtests passed [11:10:38.426] 251/402 postgresql:scripts / scripts/070_dropuser OK 3.28s 13 subtests passed [11:10:39.275] 252/402 postgresql:scripts / scripts/050_dropdb OK 4.26s 16 subtests passed [11:10:39.449] 253/402 postgresql:scripts / scripts/080_pg_isready OK 3.58s 11 subtests passed [11:10:41.296] 254/402 postgresql:scripts / scripts/020_createdb OK 9.43s 64 subtests passed [11:10:41.530] 255/402 postgresql:scripts / scripts/091_reindexdb_all OK 4.44s 13 subtests passed [11:10:41.818] 256/402 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.29s 27 subtests passed [11:10:42.122] 257/402 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.30s 4 subtests passed [11:10:42.606] 258/402 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.48s 39 subtests passed [11:10:42.897] 259/402 postgresql:scripts / scripts/090_reindexdb OK 6.88s 64 subtests passed [11:10:43.150] 260/402 postgresql:pgbench / pgbench/001_pgbench_with_server OK 18.48s 474 subtests passed [11:10:43.277] 261/402 postgresql:scripts / scripts/101_vacuumdb_all OK 4.00s 5 subtests passed [11:10:45.418] 262/402 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 51.83s 60 subtests passed [11:10:46.137] 263/402 postgresql:amcheck / amcheck/002_cic OK 3.24s 4 subtests passed [11:10:46.742] 264/402 postgresql:scripts / scripts/102_vacuumdb_stages OK 7.29s 4 subtests passed [11:10:47.115] 265/402 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.84s 6 subtests passed [11:10:47.225] 266/402 postgresql:scripts / scripts/200_connstr OK 5.93s 3 subtests passed [11:10:47.360] 267/402 postgresql:scripts / scripts/100_vacuumdb OK 8.93s 113 subtests passed [11:10:47.749] 268/402 postgresql:amcheck / amcheck/003_cic_2pc OK 4.60s 7 subtests passed [11:10:48.081] 269/402 postgresql:oid2name / oid2name/001_basic OK 0.33s 9 subtests passed [11:10:50.065] 270/402 postgresql:amcheck / amcheck/005_pitr OK 4.65s 3 subtests passed [11:10:50.816] 271/402 postgresql:auto_explain / auto_explain/001_auto_explain OK 4.07s 22 subtests passed [11:10:51.317] 272/402 postgresql:pg_prewarm / pg_prewarm/001_basic OK 3.23s 11 subtests passed [11:10:52.540] 273/402 postgresql:amcheck / amcheck/006_verify_gin OK 6.40s 6 subtests passed [11:10:52.556] 274/402 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 5.33s 16 subtests passed [11:10:54.315] 275/402 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 4.25s 6 subtests passed [11:10:54.686] 276/402 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 3.87s 3 subtests passed [11:10:54.970] 277/402 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.28s [11:10:55.594] 278/402 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.28s 2 subtests passed [11:10:55.649] 279/402 postgresql:amcheck / amcheck/001_verify_heapam OK 13.04s 272 subtests passed [11:10:55.859] 280/402 postgresql:vacuumlo / vacuumlo/001_basic OK 0.26s 9 subtests passed [11:10:56.418] 281/402 postgresql:dblink / dblink/001_auth_scram OK 9.06s 12 subtests passed [11:10:56.458] 282/402 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 3.92s 3 subtests passed [11:10:59.205] 283/402 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.23s 6 subtests passed [11:10:59.454] 284/402 postgresql:authentication / authentication/005_sspi SKIP 0.25s [11:10:59.518] 285/402 postgresql:authentication / authentication/002_saslprep OK 3.66s 20 subtests passed [11:10:59.593] 286/402 postgresql:authentication / authentication/004_file_inclusion OK 3.13s 2 subtests passed [11:10:59.907] 287/402 postgresql:postmaster / postmaster/001_basic OK 0.31s 9 subtests passed [11:11:00.344] 288/402 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 7.79s 7 subtests passed [11:11:00.650] 289/402 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 6.33s 4 subtests passed [11:11:01.019] 290/402 postgresql:authentication / authentication/003_peer OK 4.60s 53 subtests passed [11:11:02.752] 291/402 postgresql:authentication / authentication/007_pre_auth OK 3.23s 2 subtests passed [11:11:03.085] 292/402 postgresql:authentication / authentication/006_login_trigger OK 3.63s 32 subtests passed [11:11:03.533] 293/402 postgresql:authentication / authentication/001_password OK 7.88s 207 subtests passed [11:11:03.598] 294/402 postgresql:postmaster / postmaster/003_start_stop OK 3.25s 25 subtests passed [11:11:03.608] 295/402 postgresql:postmaster / postmaster/002_connection_limits OK 3.70s 30 subtests passed [11:11:03.611] 296/402 postgresql:postmaster / postmaster/004_negotiate OK 2.96s 3 subtests passed [11:11:09.419] 297/402 postgresql:subscription / subscription/003_constraints OK 6.33s 6 subtests passed [11:11:10.102] 298/402 postgresql:bloom / bloom/001_wal OK 22.98s 31 subtests passed [11:11:10.388] 299/402 postgresql:subscription / subscription/005_encoding OK 6.79s 1 subtests passed [11:11:10.424] 300/402 postgresql:subscription / subscription/002_types OK 7.67s 4 subtests passed [11:11:10.843] 301/402 postgresql:subscription / subscription/006_rewrite OK 7.23s 2 subtests passed [11:11:11.781] 302/402 postgresql:subscription / subscription/007_ddl OK 8.15s 8 subtests passed [11:11:11.931] 303/402 postgresql:subscription / subscription/004_sync OK 8.40s 9 subtests passed [11:11:15.972] 304/402 postgresql:subscription / subscription/001_rep_changes OK 14.95s 38 subtests passed [11:11:16.481] 305/402 postgresql:subscription / subscription/009_matviews OK 6.38s 1 subtests passed [11:11:17.197] 306/402 postgresql:subscription / subscription/012_collation OK 6.35s 2 subtests passed [11:11:17.293] 307/402 postgresql:subscription / subscription/008_diff_schema OK 7.87s 5 subtests passed [11:11:20.131] 308/402 postgresql:subscription / subscription/011_generated OK 9.71s 11 subtests passed [11:11:20.443] 309/402 postgresql:subscription / subscription/010_truncate OK 10.05s 14 subtests passed [11:11:22.151] 310/402 postgresql:subscription / subscription/014_binary OK 10.22s 8 subtests passed [11:11:24.066] 311/402 postgresql:subscription / subscription/016_stream_subxact OK 7.58s 3 subtests passed [11:11:24.263] 312/402 postgresql:subscription / subscription/017_stream_ddl OK 7.06s 3 subtests passed [11:11:26.510] 313/402 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 6.38s 2 subtests passed [11:11:26.793] 314/402 postgresql:subscription / subscription/018_stream_subxact_abort OK 9.50s 9 subtests passed [11:11:27.278] 315/402 postgresql:subscription / subscription/020_messages OK 6.83s 5 subtests passed [11:11:33.278] 316/402 postgresql:subscription / subscription/015_stream OK 17.30s 10 subtests passed [11:11:33.403] 317/402 postgresql:subscription / subscription/013_partition OK 21.62s 74 subtests passed [11:11:34.603] 318/402 postgresql:subscription / subscription/024_add_drop_pub OK 8.09s 4 subtests passed [11:11:35.010] 319/402 postgresql:subscription / subscription/021_twophase OK 12.86s 31 subtests passed [11:11:36.185] 320/402 postgresql:subscription / subscription/025_rep_changes_for_schema OK 9.39s 13 subtests passed [11:11:38.522] 321/402 postgresql:subscription / subscription/023_twophase_stream OK 14.26s 34 subtests passed [11:11:39.304] 322/402 postgresql:subscription / subscription/022_twophase_cascade OK 15.23s 41 subtests passed [11:11:40.706] 323/402 postgresql:subscription / subscription/026_stats OK 13.43s 13 subtests passed [11:11:42.268] 324/402 postgresql:subscription / subscription/029_on_error OK 7.66s 5 subtests passed [11:11:48.014] 325/402 postgresql:subscription / subscription/028_row_filter OK 14.61s 26 subtests passed [11:11:48.148] 326/402 postgresql:subscription / subscription/030_origin OK 13.14s 13 subtests passed [11:11:48.458] 327/402 postgresql:subscription / subscription/033_run_as_table_owner OK 9.15s 10 subtests passed [11:11:49.917] 328/402 postgresql:subscription / subscription/027_nosuperuser OK 16.64s 19 subtests passed [11:11:52.480] 329/402 postgresql:subscription / subscription/032_subscribe_use_index OK 13.96s 15 subtests passed [11:11:54.196] 330/402 postgresql:subscription / subscription/031_column_list OK 18.01s 36 subtests passed [11:11:54.537] 331/402 postgresql:subscription / subscription/035_conflicts OK 12.27s 29 subtests passed [11:11:54.658] 332/402 postgresql:subscription / subscription/034_temporal OK 13.95s 37 subtests passed [11:11:56.532] 333/402 postgresql:brin / brin/01_workitems OK 4.05s 4 subtests passed [11:11:56.832] 334/402 postgresql:subscription / subscription/036_sequences OK 8.82s 9 subtests passed [11:11:58.032] 335/402 postgresql:brin / brin/02_wal_consistency OK 3.83s 2 subtests passed [11:11:58.301] 336/402 postgresql:commit_ts / commit_ts/001_base OK 3.76s 2 subtests passed [11:11:58.382] 337/402 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 9.92s 4 subtests passed [11:11:58.588] 338/402 postgresql:subscription / subscription/037_except OK 10.44s 17 subtests passed [11:11:58.700] 339/402 postgresql:commit_ts / commit_ts/002_standby OK 4.04s 4 subtests passed [11:12:01.477] 340/402 postgresql:commit_ts / commit_ts/004_restart OK 4.64s 16 subtests passed [11:12:01.879] 341/402 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.34s 4 subtests passed [11:12:02.005] 342/402 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.97s 4 subtests passed [11:12:02.100] 343/402 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.79s 23 subtests passed [11:12:02.110] 344/402 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.41s 7 subtests passed [11:12:02.941] 345/402 postgresql:oauth_validator / oauth_validator/002_client OK 4.35s 20 subtests passed [11:12:05.612] 346/402 postgresql:test_aio / test_aio/002_io_workers OK 3.73s 22 subtests passed [11:12:07.090] 347/402 postgresql:test_checksums / test_checksums/001_basic OK 4.15s 9 subtests passed [11:12:07.395] 348/402 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 5.28s 2 subtests passed [11:12:07.489] 349/402 postgresql:test_aio / test_aio/004_read_stream OK 5.39s 31 subtests passed [11:12:09.144] 350/402 postgresql:test_checksums / test_checksums/002_restarts OK 3.53s 5 subtests passed [11:12:09.382] 351/402 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.24s [11:12:09.475] 352/402 postgresql:test_aio / test_aio/003_initdb OK 7.47s 6 subtests passed [11:12:09.629] 353/402 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.25s [11:12:09.837] 354/402 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.36s [11:12:10.889] 355/402 postgresql:test_checksums / test_checksums/005_injection OK 3.40s 3 subtests passed [11:12:11.771] 356/402 postgresql:test_checksums / test_checksums/004_offline OK 4.37s 8 subtests passed [11:12:13.079] 357/402 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 3.24s 2 subtests passed [11:12:13.238] 358/402 postgresql:test_checksums / test_checksums/003_standby_restarts OK 6.15s 24 subtests passed [11:12:13.737] 359/402 postgresql:test_int128 / test_int128/001_test_int128 OK 0.50s 2 subtests passed [11:12:15.082] 360/402 postgresql:oauth_validator / oauth_validator/001_server OK 16.70s 170 subtests passed [11:12:15.272] 361/402 postgresql:subscription / subscription/100_bugs OK 25.35s 17 subtests passed [11:12:15.378] 362/402 postgresql:test_escape / test_escape/001_test_escape OK 3.61s 1218 subtests passed [11:12:15.623] 363/402 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.35s 12 subtests passed [11:12:15.701] 364/402 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.30s 2 subtests passed [11:12:15.813] 365/402 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 4.92s 15 subtests passed [11:12:16.539] 366/402 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.46s 11 subtests passed [11:12:17.511] 367/402 postgresql:test_aio / test_aio/001_aio OK 16.03s 826 subtests passed [11:12:17.747] 368/402 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 4.01s 516 subtests passed [11:12:18.969] 369/402 postgresql:test_misc / test_misc/003_check_guc OK 3.15s 4 subtests passed [11:12:19.059] 370/402 postgresql:test_json_parser / test_json_parser/002_inline OK 3.97s 3712 subtests passed [11:12:19.480] 371/402 postgresql:test_misc / test_misc/002_tablespace OK 3.78s 20 subtests passed [11:12:20.223] 372/402 postgresql:test_misc / test_misc/001_constraint_validation OK 4.60s 42 subtests passed [11:12:20.538] 373/402 postgresql:test_misc / test_misc/004_io_direct OK 4.00s 3 subtests passed [11:12:20.936] 374/402 postgresql:test_misc / test_misc/005_timeouts OK 3.39s 2 subtests passed [11:12:21.785] 375/402 postgresql:test_misc / test_misc/006_signal_autovacuum OK 4.04s 2 subtests passed [11:12:22.603] 376/402 postgresql:test_misc / test_misc/008_replslot_single_user OK 3.49s 10 subtests passed [11:12:22.705] 377/402 postgresql:test_misc / test_misc/007_catcache_inval OK 3.73s 2 subtests passed [11:12:23.037] 378/402 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.33s [11:12:23.214] 379/402 postgresql:test_misc / test_misc/009_log_temp_files OK 3.73s 11 subtests passed [11:12:24.748] 380/402 postgresql:test_misc / test_misc/011_lock_stats OK 4.21s 7 subtests passed [11:12:25.351] 381/402 postgresql:test_misc / test_misc/012_ddlutils OK 4.41s 43 subtests passed [11:12:26.565] 382/402 postgresql:test_misc / test_misc/013_temp_obj_multisession OK 4.78s 19 subtests passed [11:12:26.672] 383/402 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 3.63s 2 subtests passed [11:12:26.898] 384/402 postgresql:test_slru / test_slru/001_multixact OK 3.68s 2 subtests passed [11:12:26.998] 385/402 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.33s [11:12:27.129] 386/402 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.23s [11:12:27.318] 387/402 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.32s [11:12:28.257] 388/402 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 8.03s 73 subtests passed [11:12:28.805] 389/402 postgresql:test_slru / test_slru/002_multixact_wraparound OK 4.06s 18 subtests passed [11:12:30.177] 390/402 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 3.05s [11:12:30.773] 391/402 postgresql:worker_spi / worker_spi/001_worker_spi OK 5.42s 8 subtests passed [11:12:31.562] 392/402 postgresql:worker_spi / worker_spi/002_worker_terminate OK 5.00s 11 subtests passed [11:12:32.764] 393/402 postgresql:test_pg_dump / test_pg_dump/001_base OK 10.16s 1044 subtests passed [11:12:33.405] 394/402 postgresql:ssl / ssl/002_scram OK 5.15s 28 subtests passed [11:12:34.412] 395/402 postgresql:ssl / ssl/003_sslinfo OK 5.61s 21 subtests passed [11:12:34.838] 396/402 postgresql:test_checksums / test_checksums/009_fpi OK 25.21s 7 subtests passed [11:12:35.227] 397/402 postgresql:ldap / ldap/002_bindpasswd OK 3.66s 3 subtests passed [11:12:36.100] 398/402 postgresql:icu / icu/010_database OK 2.69s 8 subtests passed [11:12:36.594] 399/402 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 3.82s 26 subtests passed [11:12:37.785] 400/402 postgresql:ldap / ldap/001_auth OK 7.01s 47 subtests passed [11:12:37.879] 401/402 postgresql:ssl / ssl/004_sni OK 7.70s 102 subtests passed [11:12:40.204] 402/402 postgresql:ssl / ssl/001_ssltests OK 12.88s 272 subtests passed [11:12:40.300] [11:12:40.300] Summary of Failures: [11:12:40.300] [11:12:40.300] 20/402 postgresql:regress / regress/regress ERROR 90.30s exit status 1 [11:12:40.300] 28/402 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 96.75s exit status 1 [11:12:40.300] 24/402 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 135.58s exit status 1 [11:12:40.300] 117/402 postgresql:recovery / recovery/027_stream_regress ERROR 114.78s exit status 1 [11:12:40.300] [11:12:40.300] Ok: 388 [11:12:40.300] Expected Fail: 0 [11:12:40.300] Fail: 4 [11:12:40.300] Unexpected Pass: 0 [11:12:40.300] Skipped: 10 [11:12:40.300] Timeout: 0 [11:12:40.300] [11:12:40.300] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [11:12:40.382] [11:12:40.382] Exit status: 4