[08:47:36.710] su postgres <<-EOF [08:47:36.710] set -e [08:47:36.710] ulimit -c unlimited [08:47:36.710] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [08:47:36.710] EOF [08:47:37.738] 1/401 postgresql:setup / tmp_install OK 0.65s [08:47:37.788] 2/401 postgresql:setup / install_test_files OK 0.05s [08:47:39.354] 3/401 postgresql:setup / initdb_cache OK 1.56s [08:47:39.592] 4/401 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.22s 9 subtests passed [08:47:53.749] 5/401 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 14.34s 16 subtests passed [08:48:07.039] 6/401 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 27.66s 13 subtests passed [08:48:11.291] 7/401 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 17.54s 5 subtests passed [08:48:11.999] 8/401 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 32.41s 3 subtests passed [08:48:13.894] 9/401 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 34.50s 19 subtests passed [08:48:21.674] 10/401 postgresql:recovery / recovery/002_archiving OK 9.67s 12 subtests passed [08:48:29.052] 11/401 postgresql:recovery / recovery/003_recovery_targets OK 15.16s 15 subtests passed [08:48:30.772] 12/401 postgresql:recovery / recovery/001_stream_rep OK 19.48s 64 subtests passed [08:48:34.895] 13/401 postgresql:recovery / recovery/004_timeline_switch OK 13.22s 6 subtests passed [08:48:36.388] 14/401 postgresql:recovery / recovery/006_logical_decoding OK 5.61s 20 subtests passed [08:48:38.385] 15/401 postgresql:recovery / recovery/005_replay_delay OK 9.33s 3 subtests passed [08:48:43.668] 16/401 postgresql:recovery / recovery/007_sync_rep OK 8.77s 11 subtests passed [08:48:51.803] 17/401 postgresql:recovery / recovery/010_logical_decoding_timelines OK 8.13s 13 subtests passed [08:48:52.948] 18/401 postgresql:recovery / recovery/008_fsm_truncation OK 16.56s 1 subtests passed [08:48:53.822] 19/401 postgresql:recovery / recovery/009_twophase OK 15.44s 30 subtests passed [08:48:59.628] ▶ 20/401 + indexing 6587 ms FAIL [08:49:00.612] 21/401 postgresql:recovery / recovery/013_crash_restart OK 7.66s 20 subtests passed [08:49:01.439] 22/401 postgresql:recovery / recovery/014_unlogged_reinit OK 7.62s 23 subtests passed [08:49:03.665] 23/401 postgresql:recovery / recovery/012_subtransactions OK 11.86s 12 subtests passed [08:49:05.694] 20/401 postgresql:regress / regress/regress ERROR 86.33s exit status 1 [08:49:05.695] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MALLOC_PERTURB_=188 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 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 /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 [08:49:05.695] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [08:49:05.695] stderr: [08:49:05.695] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out [08:49:05.695] # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-05-24 08:43:44.838754761 +0000 [08:49:05.695] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out 2026-05-24 08:48:59.576098630 +0000 [08:49:05.695] # @@ -559,41 +559,46 @@ [08:49:05.695] # ERROR: division by zero [08:49:05.695] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:49:05.695] # where relname like 'idxpart%' order by relname; [08:49:05.695] # - relname | indisvalid [08:49:05.695] # ---------------------+------------ [08:49:05.695] # - idxpart11_expr_idx | f [08:49:05.695] # - idxpart1_expr_idx | f [08:49:05.695] # - idxpart2_expr_idx | t [08:49:05.695] # - idxpart_expr_idx | f [08:49:05.695] # + relname | indisvalid [08:49:05.695] # +-------------------+------------ [08:49:05.695] # + idxpart11_a_b_idx | f [08:49:05.695] # + idxpart1_a_b_idx | f [08:49:05.695] # + idxpart2_a_b_idx | t [08:49:05.695] # + idxpart_a_b_idx | f [08:49:05.695] # (4 rows) [08:49:05.695] # [08:49:05.695] # -- attach the indexes; parents stay invalid [08:49:05.695] # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [08:49:05.695] # +ERROR: relation "idxpart1_expr_idx" does not exist [08:49:05.695] # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [08:49:05.695] # +ERROR: relation "idxpart_expr_idx" does not exist [08:49:05.695] # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [08:49:05.695] # +ERROR: relation "idxpart_expr_idx" does not exist [08:49:05.695] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:49:05.695] # where relname like 'idxpart%' order by relname; [08:49:05.695] # - relname | indisvalid [08:49:05.695] # ---------------------+------------ [08:49:05.695] # - idxpart11_expr_idx | f [08:49:05.695] # - idxpart1_expr_idx | f [08:49:05.695] # - idxpart2_expr_idx | t [08:49:05.695] # - idxpart_expr_idx | f [08:49:05.695] # + relname | indisvalid [08:49:05.695] # +-------------------+------------ [08:49:05.695] # + idxpart11_a_b_idx | f [08:49:05.695] # + idxpart1_a_b_idx | f [08:49:05.695] # + idxpart2_a_b_idx | t [08:49:05.695] # + idxpart_a_b_idx | f [08:49:05.695] # (4 rows) [08:49:05.695] # [08:49:05.695] # -- fix the index on the leaf partition [08:49:05.695] # delete from idxpart11 where b = 0; [08:49:05.695] # reindex index concurrently idxpart11_expr_idx; [08:49:05.695] # +ERROR: relation "idxpart11_expr_idx" does not exist [08:49:05.695] # -- reattach the leaf partition index; parents should now be valid [08:49:05.695] # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [08:49:05.695] # +ERROR: relation "idxpart1_expr_idx" does not exist [08:49:05.695] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:49:05.695] # where relname like 'idxpart%' order by relname; [08:49:05.695] # - relname | indisvalid [08:49:05.695] # ---------------------+------------ [08:49:05.695] # - idxpart11_expr_idx | t [08:49:05.695] # - idxpart1_expr_idx | t [08:49:05.695] # - idxpart2_expr_idx | t [08:49:05.695] # - idxpart_expr_idx | t [08:49:05.695] # + relname | indisvalid [08:49:05.695] # +-------------------+------------ [08:49:05.695] # + idxpart11_a_b_idx | f [08:49:05.695] # + idxpart1_a_b_idx | f [08:49:05.695] # + idxpart2_a_b_idx | t [08:49:05.695] # + idxpart_a_b_idx | f [08:49:05.695] # (4 rows) [08:49:05.695] # [08:49:05.695] # drop table idxpart; [08:49:05.695] # @@ -612,37 +617,41 @@ [08:49:05.695] # ERROR: division by zero [08:49:05.695] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:49:05.695] # where relname like 'idxpart%' order by relname; [08:49:05.695] # - relname | indisvalid [08:49:05.695] # --------------------+------------ [08:49:05.695] # - idxpart1_expr_idx | f [08:49:05.695] # - idxpart2_expr_idx | f [08:49:05.695] # - idxpart_expr_idx | f [08:49:05.695] # + relname | indisvalid [08:49:05.695] # +------------------+------------ [08:49:05.695] # + idxpart1_a_b_idx | f [08:49:05.695] # (diff output truncated and silencing output for further failing tests...) [08:49:05.695] # 1 of 245 tests failed. [08:49:05.695] # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.diffs". [08:49:05.695] # 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". [08:49:05.695] [08:49:05.695] (test program exited with status code 1) [08:49:05.695] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [08:49:05.695] [08:49:06.282] ▶ 24/401 - regression tests in old instance FAIL [08:49:07.789] 25/401 postgresql:recovery / recovery/015_promotion_pages OK 7.18s 1 subtests passed [08:49:08.034] 26/401 postgresql:recovery / recovery/016_min_consistency OK 6.59s 1 subtests passed [08:49:09.094] 27/401 postgresql:recovery / recovery/017_shm OK 5.43s 4 subtests passed [08:49:10.547] ▶ 28/401 - regression tests pass FAIL [08:49:10.679] 28/401 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 91.31s exit status 1 [08:49:10.679] >>> 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/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 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 MALLOC_PERTURB_=244 share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib /usr/bin/python3 /tmp/cirrus-ci-build/build/../src/tools/testwrap --basedir /tmp/cirrus-ci-build/build --srcdir /tmp/cirrus-ci-build/src/test/modules/test_plan_advice --pg-test-extra '' --testgroup test_plan_advice --testname 001_replan_regress -- /usr/bin/perl -I /tmp/cirrus-ci-build/src/test/perl -I /tmp/cirrus-ci-build/src/test/modules/test_plan_advice /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl [08:49:10.679] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [08:49:10.679] stderr: [08:49:10.679] # Failed test 'regression tests pass' [08:49:10.679] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 66. [08:49:10.679] # got: '256' [08:49:10.679] # expected: '0' [08:49:10.679] # Looks like you failed 1 test of 1. [08:49:10.679] [08:49:10.679] (test program exited with status code 1) [08:49:10.679] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [08:49:10.679] [08:49:12.896] 29/401 postgresql:recovery / recovery/021_row_visibility OK 3.80s 10 subtests passed [08:49:13.150] 30/401 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 93.73s 50 subtests passed [08:49:14.239] 31/401 postgresql:recovery / recovery/022_crash_temp_files OK 3.56s 11 subtests passed [08:49:15.993] 32/401 postgresql:recovery / recovery/020_archive_status OK 7.96s 19 subtests passed [08:49:16.555] 33/401 postgresql:recovery / recovery/023_pitr_prepared_xact OK 3.66s 1 subtests passed [08:49:17.296] 34/401 postgresql:recovery / recovery/024_archive_recovery OK 4.14s 2 subtests passed [08:49:18.654] 35/401 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 4.41s 1 subtests passed [08:49:23.174] 36/401 postgresql:recovery / recovery/028_pitr_timelines OK 5.88s 3 subtests passed [08:49:25.543] 37/401 postgresql:recovery / recovery/026_overwrite_contrecord OK 9.55s 3 subtests passed [08:49:25.680] 38/401 postgresql:recovery / recovery/018_wal_optimize OK 19.98s 38 subtests passed [08:49:26.858] 39/401 postgresql:recovery / recovery/029_stats_restart OK 8.20s 44 subtests passed [08:49:29.318] 40/401 postgresql:recovery / recovery/019_replslot_limit OK 21.53s 26 subtests passed [08:49:30.916] 41/401 postgresql:recovery / recovery/030_stats_cleanup_replica OK 7.74s 11 subtests passed [08:49:34.190] 42/401 postgresql:recovery / recovery/031_recovery_conflict OK 8.65s 18 subtests passed [08:49:34.263] 43/401 postgresql:recovery / recovery/034_create_database OK 4.94s 2 subtests passed [08:49:35.699] 44/401 postgresql:recovery / recovery/032_relfilenode_reuse OK 10.02s 14 subtests passed [08:49:37.223] 45/401 postgresql:isolation / isolation/isolation OK 90.18s 128 subtests passed [08:49:38.250] 46/401 postgresql:recovery / recovery/037_invalid_database OK 3.99s 10 subtests passed [08:49:39.875] 47/401 postgresql:recovery / recovery/036_truncated_dropped OK 5.68s 8 subtests passed [08:49:43.774] 24/401 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 124.40s exit status 1 [08:49:43.774] >>> 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 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 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 TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 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 with_icu=yes share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib MALLOC_PERTURB_=39 /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 [08:49:43.774] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [08:49:43.774] Listing only the last 100 lines from a long log. [08:49:43.774] # ok 25 + point 131 ms [08:49:43.774] # ok 26 + lseg 94 ms [08:49:43.774] # ok 27 + line 117 ms [08:49:43.774] # ... 206 lines omitted ... [08:49:43.774] # ok 219 + partition_merge 3654 ms [08:49:43.774] # ok 220 + partition_split 3891 ms [08:49:43.774] # ok 221 + partition_join 4703 ms [08:49:43.774] # ok 222 + partition_prune 4664 ms [08:49:43.774] # ok 223 + reloptions 414 ms [08:49:43.774] # ok 224 + hash_part 331 ms [08:49:43.774] # not ok 225 + indexing 5205 ms [08:49:43.774] # ok 226 + partition_aggregate 4347 ms [08:49:43.774] # ok 227 + partition_info 638 ms [08:49:43.774] # ok 228 + tuplesort 4627 ms [08:49:43.774] # ok 229 + explain 611 ms [08:49:43.774] # ok 230 + memoize 1436 ms [08:49:43.774] # ok 231 + stats 3813 ms [08:49:43.774] # ok 232 + predicate 723 ms [08:49:43.774] # ok 233 + numa 352 ms [08:49:43.774] # ok 234 + eager_aggregate 2307 ms [08:49:43.774] # ok 235 + graph_table_rls 852 ms [08:49:43.774] # ok 236 + planner_est 244 ms [08:49:43.774] # # parallel group (4 tests): compression_pglz compression compression_lz4 cluster [08:49:43.774] # ok 237 + compression 301 ms [08:49:43.774] # ok 238 + compression_lz4 413 ms [08:49:43.774] # ok 239 + compression_pglz 63 ms [08:49:43.774] # ok 240 + cluster 1083 ms [08:49:43.774] # # parallel group (2 tests): oidjoins event_trigger [08:49:43.774] # ok 241 + oidjoins 1348 ms [08:49:43.774] # ok 242 + event_trigger 1570 ms [08:49:43.774] # ok 243 - event_trigger_login 191 ms [08:49:43.774] # ok 244 - fast_default 1007 ms [08:49:43.774] # ok 245 - tablespace 1870 ms [08:49:43.774] # 1..245 [08:49:43.774] # -------------- stderr -------------- [08:49:43.774] # # 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 [08:49:43.774] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-05-24 08:43:44.838754761 +0000 [08:49:43.774] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out 2026-05-24 08:49:00.380089319 +0000 [08:49:43.774] # # @@ -559,41 +559,46 @@ [08:49:43.774] # # ERROR: division by zero [08:49:43.774] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:49:43.774] # # where relname like 'idxpart%' order by relname; [08:49:43.774] # # - relname | indisvalid [08:49:43.774] # # ---------------------+------------ [08:49:43.774] # # - idxpart11_expr_idx | f [08:49:43.774] # # - idxpart1_expr_idx | f [08:49:43.774] # # - idxpart2_expr_idx | t [08:49:43.774] # # - idxpart_expr_idx | f [08:49:43.774] # # + relname | indisvalid [08:49:43.774] # # +-------------------+------------ [08:49:43.774] # # + idxpart11_a_b_idx | f [08:49:43.774] # # + idxpart1_a_b_idx | f [08:49:43.774] # # + idxpart2_a_b_idx | t [08:49:43.774] # # + idxpart_a_b_idx | f [08:49:43.774] # # (4 rows) [08:49:43.774] # # [08:49:43.774] # # -- attach the indexes; parents stay invalid [08:49:43.774] # # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [08:49:43.774] # # +ERROR: relation "idxpart1_expr_idx" does not exist [08:49:43.774] # # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [08:49:43.774] # # +ERROR: relation "idxpart_expr_idx" does not exist [08:49:43.774] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [08:49:43.774] # # +ERROR: relation "idxpart_expr_idx" does not exist [08:49:43.774] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:49:43.774] # # where relname like 'idxpart%' order by relname; [08:49:43.774] # ... 24 lines omitted ... [08:49:43.774] # # ---------------------+------------ [08:49:43.774] # # - idxpart11_expr_idx | t [08:49:43.774] # # - idxpart1_expr_idx | t [08:49:43.774] # # - idxpart2_expr_idx | t [08:49:43.774] # # - idxpart_expr_idx | t [08:49:43.774] # # + relname | indisvalid [08:49:43.774] # # +-------------------+------------ [08:49:43.774] # # + idxpart11_a_b_idx | f [08:49:43.774] # # + idxpart1_a_b_idx | f [08:49:43.774] # # + idxpart2_a_b_idx | t [08:49:43.774] # # + idxpart_a_b_idx | f [08:49:43.774] # # (4 rows) [08:49:43.774] # # [08:49:43.774] # # drop table idxpart; [08:49:43.774] # # @@ -612,37 +617,41 @@ [08:49:43.774] # # ERROR: division by zero [08:49:43.774] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:49:43.774] # # where relname like 'idxpart%' order by relname; [08:49:43.774] # # - relname | indisvalid [08:49:43.774] # # --------------------+------------ [08:49:43.774] # # - idxpart1_expr_idx | f [08:49:43.774] # # - idxpart2_expr_idx | f [08:49:43.774] # # - idxpart_expr_idx | f [08:49:43.774] # # + relname | indisvalid [08:49:43.774] # # +------------------+------------ [08:49:43.774] # # + idxpart1_a_b_idx | f [08:49:43.774] # # (diff output truncated and silencing output for further failing tests...) [08:49:43.774] # # 1 of 245 tests failed. [08:49:43.774] # # 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". [08:49:43.774] # # 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". [08:49:43.774] # ------------------------------------ [08:49:43.774] # Looks like you failed 1 test of 20. [08:49:43.774] [08:49:43.774] (test program exited with status code 1) [08:49:43.774] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [08:49:43.774] [08:49:44.435] 48/401 postgresql:recovery / recovery/033_replay_tsp_drops OK 17.58s 3 subtests passed [08:49:44.707] 49/401 postgresql:recovery / recovery/041_checkpoint_at_promote OK 4.83s 6 subtests passed [08:49:44.729] 50/401 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 9.03s 2 subtests passed [08:49:49.992] 51/401 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 5.28s 1 subtests passed [08:49:51.632] 52/401 postgresql:recovery / recovery/039_end_of_wal OK 14.41s 14 subtests passed [08:49:51.755] 53/401 postgresql:recovery / recovery/042_low_level_backup OK 7.98s 4 subtests passed [08:49:52.199] 54/401 postgresql:recovery / recovery/043_no_contrecord_switch OK 7.76s 1 subtests passed [08:49:54.797] 55/401 postgresql:recovery / recovery/045_archive_restartpoint OK 10.06s 1 subtests passed [08:49:57.231] 56/401 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 5.48s 3 subtests passed [08:49:58.881] 57/401 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 7.25s 1 subtests passed [08:49:59.272] 58/401 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 9.28s 2 subtests passed [08:49:59.516] 59/401 postgresql:recovery / recovery/050_redo_segment_missing OK 4.72s 2 subtests passed [08:50:00.346] 60/401 postgresql:recovery / recovery/035_standby_logical_decoding OK 29.43s 89 subtests passed [08:50:02.281] 61/401 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 3.40s 4 subtests passed [08:50:02.587] 62/401 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 24.34s 38 subtests passed [08:50:04.431] 63/401 postgresql:plperl / plperl/regress OK 4.08s 14 subtests passed [08:50:04.444] 64/401 postgresql:plpgsql / plpgsql/regress OK 4.93s 13 subtests passed [08:50:06.142] 65/401 postgresql:pltcl / pltcl/regress OK 3.55s 8 subtests passed [08:50:07.142] 66/401 postgresql:plpython / plpython/regress OK 4.86s 23 subtests passed [08:50:07.169] 67/401 postgresql:auto_explain / auto_explain/regress OK 2.72s 2 subtests passed [08:50:08.290] 68/401 postgresql:kerberos / kerberos/001_auth OK 9.02s 142 subtests passed [08:50:09.115] 69/401 postgresql:basic_archive / basic_archive/regress OK 2.97s 1 subtests passed [08:50:10.473] 70/401 postgresql:bool_plperl / bool_plperl/regress OK 3.30s 2 subtests passed [08:50:11.160] 71/401 postgresql:bloom / bloom/regress OK 4.02s 1 subtests passed [08:50:11.181] 72/401 postgresql:recovery / recovery/051_effective_wal_level OK 13.94s 31 subtests passed [08:50:14.159] 73/401 postgresql:cube / cube/regress OK 3.00s 2 subtests passed [08:50:14.558] 74/401 postgresql:btree_gin / btree_gin/regress OK 6.27s 30 subtests passed [08:50:14.801] 75/401 postgresql:dblink / dblink/regress OK 3.62s 1 subtests passed [08:50:14.950] 76/401 postgresql:citext / citext/regress OK 4.48s 3 subtests passed [08:50:16.072] 77/401 postgresql:btree_gist / btree_gist/regress OK 6.95s 32 subtests passed [08:50:17.865] 78/401 postgresql:dict_int / dict_int/regress OK 3.70s 1 subtests passed [08:50:18.554] 79/401 postgresql:dict_xsyn / dict_xsyn/regress OK 3.99s 1 subtests passed [08:50:18.953] 80/401 postgresql:file_fdw / file_fdw/regress OK 4.00s 1 subtests passed [08:50:19.426] 81/401 postgresql:earthdistance / earthdistance/regress OK 4.62s 1 subtests passed [08:50:19.554] 82/401 postgresql:amcheck / amcheck/regress OK 15.12s 4 subtests passed [08:50:19.856] 83/401 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 3.79s 2 subtests passed [08:50:22.325] 84/401 postgresql:hstore_plpython / hstore_plpython/regress OK 3.37s 1 subtests passed [08:50:22.772] 85/401 postgresql:hstore_plperl / hstore_plperl/regress OK 4.22s 3 subtests passed [08:50:22.862] 86/401 postgresql:isn / isn/regress OK 3.31s 1 subtests passed [08:50:23.091] 87/401 postgresql:jsonb_plperl / jsonb_plperl/regress OK 3.23s 2 subtests passed [08:50:23.998] 88/401 postgresql:hstore / hstore/regress OK 6.13s 2 subtests passed [08:50:25.299] 89/401 postgresql:jsonb_plpython / jsonb_plpython/regress OK 2.97s 1 subtests passed [08:50:26.035] 90/401 postgresql:lo / lo/regress OK 3.26s 1 subtests passed [08:50:27.297] 91/401 postgresql:ltree_plpython / ltree_plpython/regress OK 4.20s 1 subtests passed [08:50:28.613] 92/401 postgresql:ltree / ltree/regress OK 5.75s 1 subtests passed [08:50:28.946] 93/401 postgresql:recovery / recovery/049_wait_for_lsn OK 36.75s 57 subtests passed [08:50:29.760] 94/401 postgresql:passwordcheck / passwordcheck/regress OK 4.46s 1 subtests passed [08:50:30.302] 95/401 postgresql:pageinspect / pageinspect/regress OK 6.30s 8 subtests passed [08:50:31.486] 96/401 postgresql:pg_buffercache / pg_buffercache/regress OK 5.45s 2 subtests passed [08:50:32.639] 97/401 postgresql:pg_freespacemap / pg_freespacemap/regress OK 4.02s 1 subtests passed [08:50:33.252] 98/401 postgresql:pg_overexplain / pg_overexplain/regress OK 3.49s 1 subtests passed [08:50:33.643] 99/401 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 4.69s 1 subtests passed [08:50:33.798] 100/401 postgresql:pgcrypto / pgcrypto/regress OK 6.50s 25 subtests passed [08:50:34.918] 101/401 postgresql:pg_prewarm / pg_prewarm/regress OK 3.43s 1 subtests passed [08:50:35.964] 102/401 postgresql:intarray / intarray/regress OK 16.54s 1 subtests passed [08:50:36.188] 103/401 postgresql:pgrowlocks / pgrowlocks/isolation OK 3.55s 1 subtests passed [08:50:37.274] 104/401 postgresql:pgstattuple / pgstattuple/regress OK 3.47s 1 subtests passed [08:50:37.658] 105/401 postgresql:pg_surgery / pg_surgery/regress OK 2.74s 1 subtests passed [08:50:37.778] 106/401 postgresql:pg_stat_statements / pg_stat_statements/regress OK 4.13s 16 subtests passed [08:50:38.092] 107/401 postgresql:pg_stash_advice / pg_stash_advice/regress OK 4.84s 2 subtests passed [08:50:39.423] 108/401 postgresql:pg_visibility / pg_visibility/regress OK 3.23s 1 subtests passed [08:50:40.394] 109/401 postgresql:pg_walinspect / pg_walinspect/regress OK 3.12s 2 subtests passed [08:50:41.314] 110/401 postgresql:postgres_fdw / postgres_fdw/isolation OK 3.53s 1 subtests passed [08:50:41.334] 111/401 postgresql:seg / seg/regress OK 3.24s 3 subtests passed [08:50:41.350] ▶ 112/401 - regression tests pass FAIL [08:50:41.408] 113/401 postgresql:pg_trgm / pg_trgm/regress OK 5.44s 4 subtests passed [08:50:42.272] 114/401 postgresql:pg_plan_advice / pg_plan_advice/regress OK 11.97s 9 subtests passed [08:50:42.302] 115/401 postgresql:spi / spi/regress OK 2.88s 2 subtests passed [08:50:43.107] 116/401 postgresql:tablefunc / tablefunc/regress OK 2.71s 1 subtests passed [08:50:44.421] 117/401 postgresql:tcn / tcn/isolation OK 3.11s 1 subtests passed [08:50:44.540] 118/401 postgresql:tsm_system_time / tsm_system_time/regress OK 2.24s 1 subtests passed [08:50:45.258] 119/401 postgresql:tsm_system_rows / tsm_system_rows/regress OK 2.98s 1 subtests passed [08:50:45.677] 120/401 postgresql:unaccent / unaccent/regress OK 2.57s 1 subtests passed [08:50:47.050] 121/401 postgresql:xml2 / xml2/regress OK 2.51s 1 subtests passed [08:50:47.458] 122/401 postgresql:uuid-ossp / uuid-ossp/regress OK 3.04s 1 subtests passed [08:50:48.023] 123/401 postgresql:brin / brin/isolation OK 2.76s 1 subtests passed [08:50:48.098] 124/401 postgresql:test_decoding / test_decoding/isolation OK 6.69s 14 subtests passed [08:50:48.259] 125/401 postgresql:commit_ts / commit_ts/regress OK 2.58s 1 subtests passed [08:50:49.998] 126/401 postgresql:dummy_index_am / dummy_index_am/regress OK 2.54s 1 subtests passed [08:50:50.359] 127/401 postgresql:delay_execution / delay_execution/isolation OK 3.31s 2 subtests passed [08:50:50.756] 128/401 postgresql:dummy_seclabel / dummy_seclabel/regress OK 2.73s 1 subtests passed [08:50:51.274] 129/401 postgresql:postgres_fdw / postgres_fdw/regress OK 13.61s 2 subtests passed [08:50:51.793] 130/401 postgresql:index / index/isolation OK 3.53s 1 subtests passed [08:50:52.554] 131/401 postgresql:gin / gin/regress OK 4.45s 1 subtests passed [08:50:53.364] 132/401 postgresql:injection_points / injection_points/regress OK 3.36s 4 subtests passed [08:50:53.816] 133/401 postgresql:plsample / plsample/regress OK 2.54s 1 subtests passed [08:50:55.010] 134/401 postgresql:test_decoding / test_decoding/regress OK 13.67s 20 subtests passed [08:50:55.023] 135/401 postgresql:spgist_name_ops / spgist_name_ops/regress OK 3.23s 1 subtests passed [08:50:55.053] 136/401 postgresql:test_binaryheap / test_binaryheap/regress OK 2.50s 1 subtests passed [08:50:55.782] 137/401 postgresql:test_bitmapset / test_bitmapset/regress OK 2.42s 1 subtests passed [08:50:56.959] 138/401 postgresql:test_bloomfilter / test_bloomfilter/regress OK 3.14s 1 subtests passed [08:50:57.440] 139/401 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 2.43s 1 subtests passed [08:50:57.838] 140/401 postgresql:test_custom_types / test_custom_types/regress OK 2.78s 1 subtests passed [08:50:57.963] 141/401 postgresql:test_cplusplusext / test_cplusplusext/regress OK 2.94s 1 subtests passed [08:50:58.506] 142/401 postgresql:injection_points / injection_points/isolation OK 8.15s 8 subtests passed [08:50:59.687] 143/401 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 3.90s 22 subtests passed [08:51:00.187] 144/401 postgresql:test_dsa / test_dsa/regress OK 3.23s 1 subtests passed [08:51:00.245] 145/401 postgresql:nbtree / nbtree/regress OK 9.49s 2 subtests passed [08:51:00.299] 146/401 postgresql:test_dsm_registry / test_dsm_registry/regress OK 2.86s 1 subtests passed [08:51:00.793] 147/401 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 2.83s 1 subtests passed [08:51:01.446] 148/401 postgresql:test_extensions / test_extensions/regress OK 3.61s 2 subtests passed [08:51:02.681] 149/401 postgresql:test_lfind / test_lfind/regress OK 2.99s 1 subtests passed [08:51:03.014] 150/401 postgresql:test_oat_hooks / test_oat_hooks/regress OK 2.77s 2 subtests passed [08:51:03.182] 151/401 postgresql:test_parser / test_parser/regress OK 2.88s 1 subtests passed [08:51:03.376] 152/401 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 3.19s 1 subtests passed [08:51:03.786] 153/401 postgresql:test_pg_dump / test_pg_dump/regress OK 2.99s 1 subtests passed [08:51:04.235] 154/401 postgresql:test_predtest / test_predtest/regress OK 2.79s 1 subtests passed [08:51:04.258] 112/401 postgresql:recovery / recovery/027_stream_regress ERROR 107.70s exit status 1 [08:51:04.258] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=231 enable_injection_points=yes INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu top_builddir=/tmp/cirrus-ci-build/build PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/test/recovery:/tmp/cirrus-ci-build/build/src/test/recovery/test:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib /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 [08:51:04.258] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [08:51:04.258] Listing only the last 100 lines from a long log. [08:51:04.258] # ok 25 + point 272 ms [08:51:04.258] # ok 26 + lseg 112 ms [08:51:04.258] # ok 27 + line 127 ms [08:51:04.258] # ... 206 lines omitted ... [08:51:04.258] # ok 219 + partition_merge 5803 ms [08:51:04.258] # ok 220 + partition_split 6832 ms [08:51:04.258] # ok 221 + partition_join 7116 ms [08:51:04.258] # ok 222 + partition_prune 7272 ms [08:51:04.258] # ok 223 + reloptions 501 ms [08:51:04.258] # ok 224 + hash_part 224 ms [08:51:04.258] # not ok 225 + indexing 8599 ms [08:51:04.258] # ok 226 + partition_aggregate 4734 ms [08:51:04.258] # ok 227 + partition_info 1029 ms [08:51:04.258] # ok 228 + tuplesort 3923 ms [08:51:04.258] # ok 229 + explain 624 ms [08:51:04.258] # ok 230 + memoize 4117 ms [08:51:04.258] # ok 231 + stats 6383 ms [08:51:04.258] # ok 232 + predicate 637 ms [08:51:04.258] # ok 233 + numa 128 ms [08:51:04.258] # ok 234 + eager_aggregate 2008 ms [08:51:04.258] # ok 235 + graph_table_rls 888 ms [08:51:04.258] # ok 236 + planner_est 114 ms [08:51:04.258] # # parallel group (4 tests): compression_pglz compression_lz4 compression cluster [08:51:04.258] # ok 237 + compression 806 ms [08:51:04.258] # ok 238 + compression_lz4 666 ms [08:51:04.258] # ok 239 + compression_pglz 76 ms [08:51:04.258] # ok 240 + cluster 1474 ms [08:51:04.258] # # parallel group (2 tests): oidjoins event_trigger [08:51:04.258] # ok 241 + oidjoins 1911 ms [08:51:04.258] # ok 242 + event_trigger 2094 ms [08:51:04.258] # ok 243 - event_trigger_login 124 ms [08:51:04.258] # ok 244 - fast_default 642 ms [08:51:04.258] # ok 245 - tablespace 2949 ms [08:51:04.258] # 1..245 [08:51:04.258] # -------------- stderr -------------- [08:51:04.258] # # 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 [08:51:04.258] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-05-24 08:43:44.838754761 +0000 [08:51:04.258] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out 2026-05-24 08:50:33.907268322 +0000 [08:51:04.258] # # @@ -559,41 +559,46 @@ [08:51:04.258] # # ERROR: division by zero [08:51:04.258] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:51:04.258] # # where relname like 'idxpart%' order by relname; [08:51:04.258] # # - relname | indisvalid [08:51:04.258] # # ---------------------+------------ [08:51:04.258] # # - idxpart11_expr_idx | f [08:51:04.258] # # - idxpart1_expr_idx | f [08:51:04.258] # # - idxpart2_expr_idx | t [08:51:04.258] # # - idxpart_expr_idx | f [08:51:04.258] # # + relname | indisvalid [08:51:04.258] # # +-------------------+------------ [08:51:04.258] # # + idxpart11_a_b_idx | f [08:51:04.258] # # + idxpart1_a_b_idx | f [08:51:04.258] # # + idxpart2_a_b_idx | t [08:51:04.258] # # + idxpart_a_b_idx | f [08:51:04.258] # # (4 rows) [08:51:04.258] # # [08:51:04.258] # # -- attach the indexes; parents stay invalid [08:51:04.258] # # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [08:51:04.258] # # +ERROR: relation "idxpart1_expr_idx" does not exist [08:51:04.258] # # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [08:51:04.258] # # +ERROR: relation "idxpart_expr_idx" does not exist [08:51:04.258] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [08:51:04.258] # # +ERROR: relation "idxpart_expr_idx" does not exist [08:51:04.258] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:51:04.258] # # where relname like 'idxpart%' order by relname; [08:51:04.258] # ... 24 lines omitted ... [08:51:04.258] # # ---------------------+------------ [08:51:04.258] # # - idxpart11_expr_idx | t [08:51:04.258] # # - idxpart1_expr_idx | t [08:51:04.258] # # - idxpart2_expr_idx | t [08:51:04.258] # # - idxpart_expr_idx | t [08:51:04.258] # # + relname | indisvalid [08:51:04.258] # # +-------------------+------------ [08:51:04.258] # # + idxpart11_a_b_idx | f [08:51:04.258] # # + idxpart1_a_b_idx | f [08:51:04.258] # # + idxpart2_a_b_idx | t [08:51:04.258] # # + idxpart_a_b_idx | f [08:51:04.258] # # (4 rows) [08:51:04.258] # # [08:51:04.258] # # drop table idxpart; [08:51:04.258] # # @@ -612,37 +617,41 @@ [08:51:04.258] # # ERROR: division by zero [08:51:04.258] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:51:04.258] # # where relname like 'idxpart%' order by relname; [08:51:04.258] # # - relname | indisvalid [08:51:04.258] # # --------------------+------------ [08:51:04.258] # # - idxpart1_expr_idx | f [08:51:04.258] # # - idxpart2_expr_idx | f [08:51:04.258] # # - idxpart_expr_idx | f [08:51:04.258] # # + relname | indisvalid [08:51:04.258] # # +------------------+------------ [08:51:04.258] # # + idxpart1_a_b_idx | f [08:51:04.258] # # (diff output truncated and silencing output for further failing tests...) [08:51:04.258] # # 1 of 245 tests failed. [08:51:04.258] # # 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". [08:51:04.258] # # 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". [08:51:04.258] # ------------------------------------ [08:51:04.258] # Looks like you failed 1 test of 11. [08:51:04.258] [08:51:04.258] (test program exited with status code 1) [08:51:04.258] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [08:51:04.258] [08:51:05.840] 155/401 postgresql:test_radixtree / test_radixtree/regress OK 3.16s 1 subtests passed [08:51:05.886] 156/401 postgresql:test_rbtree / test_rbtree/regress OK 2.87s 1 subtests passed [08:51:06.661] 157/401 postgresql:test_resowner / test_resowner/regress OK 3.28s 1 subtests passed [08:51:06.718] 158/401 postgresql:test_rls_hooks / test_rls_hooks/regress OK 2.93s 1 subtests passed [08:51:06.796] 159/401 postgresql:test_regex / test_regex/regress OK 3.61s 2 subtests passed [08:51:07.659] 160/401 postgresql:test_saslprep / test_saslprep/regress OK 3.42s 1 subtests passed [08:51:08.098] 161/401 postgresql:test_integerset / test_integerset/regress OK 9.59s 1 subtests passed [08:51:08.382] 162/401 postgresql:libpq / libpq/002_api OK 0.28s 1 subtests passed [08:51:08.515] 163/401 postgresql:test_slru / test_slru/regress OK 2.67s 1 subtests passed [08:51:08.998] 164/401 postgresql:libpq / libpq/001_uri OK 1.34s 63 subtests passed [08:51:09.330] 165/401 postgresql:test_tidstore / test_tidstore/regress OK 3.44s 1 subtests passed [08:51:09.452] 166/401 postgresql:typcache / typcache/regress OK 2.79s 1 subtests passed [08:51:09.714] 167/401 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.26s 55 subtests passed [08:51:10.420] 168/401 postgresql:test_shm_mq / test_shm_mq/regress OK 6.16s 1 subtests passed [08:51:10.522] 169/401 postgresql:unsafe_tests / unsafe_tests/regress OK 3.80s 4 subtests passed [08:51:10.609] 170/401 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.19s 9 subtests passed [08:51:14.727] 171/401 postgresql:ecpg / ecpg/ecpg OK 7.93s 67 subtests passed [08:51:15.826] 172/401 postgresql:libpq / libpq/006_service OK 6.49s 47 subtests passed [08:51:16.002] 173/401 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 5.48s 107 subtests passed [08:51:16.413] 174/401 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.41s 51 subtests passed [08:51:18.687] 175/401 postgresql:libpq / libpq/003_load_balance_host_list OK 10.30s 127 subtests passed [08:51:18.847] 176/401 postgresql:libpq / libpq/004_load_balance_dns OK 10.33s 125 subtests passed [08:51:19.873] 177/401 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.14s 32 subtests passed [08:51:20.474] 178/401 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 4.65s 10 subtests passed [08:51:21.898] 179/401 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 3.21s 3 subtests passed [08:51:22.191] 180/401 postgresql:pg_checksums / pg_checksums/001_basic OK 0.29s 9 subtests passed [08:51:22.410] 181/401 postgresql:libpq / libpq/005_negotiate_encryption OK 13.41s 249 subtests passed [08:51:22.755] 182/401 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.34s 13 subtests passed [08:51:24.643] 183/401 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 5.79s 43 subtests passed [08:51:25.301] 184/401 postgresql:pg_amcheck / pg_amcheck/003_check OK 14.69s 75 subtests passed [08:51:27.530] 185/401 postgresql:pg_checksums / pg_checksums/002_actions OK 5.34s 66 subtests passed [08:51:28.678] 186/401 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 3.37s 11 subtests passed [08:51:29.110] 187/401 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 9.24s 29 subtests passed [08:51:29.459] 188/401 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 4.81s 7 subtests passed [08:51:30.850] 189/401 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 8.09s 6 subtests passed [08:51:32.875] 190/401 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.20s 4 subtests passed [08:51:33.211] 191/401 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 4.10s 3 subtests passed [08:51:33.332] 192/401 postgresql:initdb / initdb/001_initdb OK 23.62s 57 subtests passed [08:51:33.543] 193/401 postgresql:pg_config / pg_config/001_pg_config OK 0.21s 21 subtests passed [08:51:33.938] 194/401 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 6.41s 22 subtests passed [08:51:33.952] 195/401 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.10s 4 subtests passed [08:51:35.700] 196/401 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.16s 18 subtests passed [08:51:35.918] 197/401 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.46s 2 subtests passed [08:51:36.411] 198/401 postgresql:pg_ctl / pg_ctl/002_status OK 2.46s 3 subtests passed [08:51:36.638] 199/401 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 3.43s 5 subtests passed [08:51:37.039] 200/401 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 20.62s 200 subtests passed [08:51:37.513] 201/401 postgresql:pg_ctl / pg_ctl/001_start_stop OK 3.57s 25 subtests passed [08:51:37.858] 202/401 postgresql:pg_dump / pg_dump/001_basic OK 1.45s 135 subtests passed [08:51:38.109] 203/401 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.23s 4 subtests passed [08:51:39.350] 204/401 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 18.87s 60 subtests passed [08:51:39.657] 205/401 postgresql:pg_ctl / pg_ctl/003_promote OK 3.96s 12 subtests passed [08:51:39.816] 206/401 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 2.77s 3 subtests passed [08:51:40.547] 207/401 postgresql:pg_ctl / pg_ctl/004_logrotate OK 4.63s 14 subtests passed [08:51:42.147] 208/401 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.63s 4 subtests passed [08:51:43.527] 209/401 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 2.98s 9 subtests passed [08:51:44.030] 210/401 postgresql:pg_resetwal / pg_resetwal/001_basic OK 4.21s 83 subtests passed [08:51:45.310] 211/401 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 7.20s 98 subtests passed [08:51:48.038] 212/401 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 10.18s 108 subtests passed [08:51:51.872] 213/401 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 3.83s 1 subtests passed [08:51:52.162] 214/401 postgresql:pg_rewind / pg_rewind/006_options OK 0.29s 13 subtests passed [08:51:52.491] 215/401 postgresql:pg_dump / pg_dump/010_dump_connstr OK 12.83s 13 subtests passed [08:51:53.071] 216/401 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 9.04s 6 subtests passed [08:51:54.808] 217/401 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 9.50s 10 subtests passed [08:51:56.681] 218/401 postgresql:pg_rewind / pg_rewind/002_databases OK 13.15s 12 subtests passed [08:51:57.169] 219/401 postgresql:pg_rewind / pg_rewind/009_growing_files OK 4.10s 3 subtests passed [08:51:57.516] 220/401 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.35s 13 subtests passed [08:51:58.206] 221/401 postgresql:pg_rewind / pg_rewind/007_standby_source OK 6.04s 7 subtests passed [08:51:58.550] 222/401 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.34s 17 subtests passed [08:51:59.066] 223/401 postgresql:pg_rewind / pg_rewind/001_basic OK 16.92s 57 subtests passed [08:51:59.227] 224/401 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 6.73s 3 subtests passed [08:52:00.713] 225/401 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.03s 12 subtests passed [08:52:00.803] 226/401 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.29s 18 subtests passed [08:52:01.544] 227/401 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 0.83s 60 subtests passed [08:52:02.028] 228/401 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 7.22s 1 subtests passed [08:52:02.661] 229/401 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 3.43s 32 subtests passed [08:52:04.177] 230/401 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.37s 5 subtests passed [08:52:05.611] 231/401 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 7.06s 38 subtests passed [08:52:06.014] 232/401 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 4.47s 11 subtests passed [08:52:08.839] 233/401 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 6.18s 10 subtests passed [08:52:09.023] 234/401 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.01s 5 subtests passed [08:52:09.142] 235/401 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.30s 11 subtests passed [08:52:09.277] 236/401 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 7.25s 18 subtests passed [08:52:10.606] 237/401 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.33s 207 subtests passed [08:52:11.328] 238/401 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 7.15s 21 subtests passed [08:52:11.469] 239/401 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 12.40s 92 subtests passed [08:52:12.693] 240/401 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 3.67s 7 subtests passed [08:52:15.361] 241/401 postgresql:psql / psql/020_cancel OK 3.89s 2 subtests passed [08:52:15.534] 242/401 postgresql:psql / psql/010_tab_completion OK 4.20s 101 subtests passed [08:52:16.025] 243/401 postgresql:psql / psql/001_basic OK 5.42s 129 subtests passed [08:52:16.653] 244/401 postgresql:psql / psql/030_pager OK 3.96s 4 subtests passed [08:52:18.166] 245/401 postgresql:pg_dump / pg_dump/002_pg_dump OK 41.52s 12122 subtests passed [08:52:19.399] 246/401 postgresql:scripts / scripts/010_clusterdb OK 4.04s 16 subtests passed [08:52:19.511] 247/401 postgresql:scripts / scripts/011_clusterdb_all OK 3.97s 7 subtests passed [08:52:20.492] 248/401 postgresql:scripts / scripts/040_createuser OK 3.84s 37 subtests passed [08:52:21.930] 249/401 postgresql:pg_waldump / pg_waldump/001_basic OK 16.32s 212 subtests passed [08:52:22.107] 250/401 postgresql:scripts / scripts/050_dropdb OK 3.65s 16 subtests passed [08:52:22.549] 251/401 postgresql:scripts / scripts/070_dropuser OK 3.15s 13 subtests passed [08:52:22.666] 252/401 postgresql:scripts / scripts/080_pg_isready OK 3.15s 11 subtests passed [08:52:24.924] 253/401 postgresql:scripts / scripts/020_createdb OK 8.90s 64 subtests passed [08:52:26.174] 254/401 postgresql:scripts / scripts/091_reindexdb_all OK 4.24s 13 subtests passed [08:52:26.247] 255/401 postgresql:scripts / scripts/101_vacuumdb_all OK 3.70s 5 subtests passed [08:52:26.506] 256/401 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.33s 27 subtests passed [08:52:26.523] 257/401 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.27s 4 subtests passed [08:52:26.998] 258/401 postgresql:pgbench / pgbench/001_pgbench_with_server OK 17.86s 474 subtests passed [08:52:27.038] 259/401 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.53s 39 subtests passed [08:52:27.625] 260/401 postgresql:scripts / scripts/090_reindexdb OK 7.13s 64 subtests passed [08:52:29.178] 261/401 postgresql:scripts / scripts/102_vacuumdb_stages OK 6.51s 4 subtests passed [08:52:29.847] 262/401 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 50.50s 60 subtests passed [08:52:30.386] 263/401 postgresql:scripts / scripts/100_vacuumdb OK 8.28s 113 subtests passed [08:52:30.758] 264/401 postgresql:amcheck / amcheck/002_cic OK 3.75s 4 subtests passed [08:52:30.874] 265/401 postgresql:amcheck / amcheck/003_cic_2pc OK 3.83s 7 subtests passed [08:52:31.113] 266/401 postgresql:scripts / scripts/200_connstr OK 6.19s 3 subtests passed [08:52:31.185] 267/401 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.56s 6 subtests passed [08:52:31.461] 268/401 postgresql:oid2name / oid2name/001_basic OK 0.27s 9 subtests passed [08:52:33.578] 269/401 postgresql:amcheck / amcheck/005_pitr OK 4.40s 3 subtests passed [08:52:33.931] 270/401 postgresql:auto_explain / auto_explain/001_auto_explain OK 3.54s 22 subtests passed [08:52:34.877] 271/401 postgresql:pg_prewarm / pg_prewarm/001_basic OK 3.41s 11 subtests passed [08:52:35.724] 272/401 postgresql:amcheck / amcheck/006_verify_gin OK 5.88s 6 subtests passed [08:52:36.275] 273/401 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 5.40s 16 subtests passed [08:52:37.716] 274/401 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 3.78s 3 subtests passed [08:52:37.822] 275/401 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 4.24s 6 subtests passed [08:52:38.086] 276/401 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.26s [08:52:39.034] 277/401 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.16s 2 subtests passed [08:52:39.142] 278/401 postgresql:amcheck / amcheck/001_verify_heapam OK 12.62s 272 subtests passed [08:52:39.247] 279/401 postgresql:vacuumlo / vacuumlo/001_basic OK 0.21s 9 subtests passed [08:52:39.422] 280/401 postgresql:dblink / dblink/001_auth_scram OK 8.31s 12 subtests passed [08:52:39.452] 281/401 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 3.73s 3 subtests passed [08:52:42.266] 282/401 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.18s 6 subtests passed [08:52:42.489] 283/401 postgresql:authentication / authentication/005_sspi SKIP 0.22s [08:52:42.741] 284/401 postgresql:authentication / authentication/004_file_inclusion OK 3.29s 2 subtests passed [08:52:42.793] 285/401 postgresql:authentication / authentication/002_saslprep OK 3.54s 20 subtests passed [08:52:43.245] 286/401 postgresql:postmaster / postmaster/001_basic OK 0.45s 9 subtests passed [08:52:43.719] 287/401 postgresql:authentication / authentication/003_peer OK 4.30s 53 subtests passed [08:52:44.121] 288/401 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 6.40s 4 subtests passed [08:52:44.138] 289/401 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 7.86s 7 subtests passed [08:52:45.718] 290/401 postgresql:authentication / authentication/007_pre_auth OK 2.98s 2 subtests passed [08:52:45.739] 291/401 postgresql:authentication / authentication/006_login_trigger OK 3.25s 32 subtests passed [08:52:47.004] 292/401 postgresql:postmaster / postmaster/002_connection_limits OK 3.76s 30 subtests passed [08:52:47.090] 293/401 postgresql:authentication / authentication/001_password OK 7.95s 207 subtests passed [08:52:47.110] 294/401 postgresql:postmaster / postmaster/004_negotiate OK 2.99s 3 subtests passed [08:52:47.214] 295/401 postgresql:postmaster / postmaster/003_start_stop OK 3.49s 25 subtests passed [08:52:52.541] 296/401 postgresql:subscription / subscription/003_constraints OK 6.80s 6 subtests passed [08:52:52.675] 297/401 postgresql:bloom / bloom/001_wal OK 21.92s 31 subtests passed [08:52:53.235] 298/401 postgresql:subscription / subscription/002_types OK 7.52s 4 subtests passed [08:52:53.334] 299/401 postgresql:subscription / subscription/005_encoding OK 6.24s 1 subtests passed [08:52:54.126] 300/401 postgresql:subscription / subscription/006_rewrite OK 7.01s 2 subtests passed [08:52:55.710] 301/401 postgresql:subscription / subscription/007_ddl OK 8.49s 8 subtests passed [08:52:56.103] 302/401 postgresql:subscription / subscription/004_sync OK 9.10s 9 subtests passed [08:52:57.838] 303/401 postgresql:subscription / subscription/001_rep_changes OK 13.70s 38 subtests passed [08:52:59.008] 304/401 postgresql:subscription / subscription/009_matviews OK 6.33s 1 subtests passed [08:52:59.934] 305/401 postgresql:subscription / subscription/008_diff_schema OK 7.39s 5 subtests passed [08:53:00.371] 306/401 postgresql:subscription / subscription/012_collation OK 6.24s 2 subtests passed [08:53:02.494] 307/401 postgresql:subscription / subscription/011_generated OK 9.16s 11 subtests passed [08:53:03.108] 308/401 postgresql:subscription / subscription/010_truncate OK 9.87s 14 subtests passed [08:53:06.086] 309/401 postgresql:subscription / subscription/016_stream_subxact OK 7.08s 3 subtests passed [08:53:06.251] 310/401 postgresql:subscription / subscription/014_binary OK 10.15s 8 subtests passed [08:53:06.913] 311/401 postgresql:subscription / subscription/017_stream_ddl OK 6.98s 3 subtests passed [08:53:09.126] 312/401 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 6.63s 2 subtests passed [08:53:09.422] 313/401 postgresql:subscription / subscription/020_messages OK 6.31s 5 subtests passed [08:53:10.364] 314/401 postgresql:subscription / subscription/018_stream_subxact_abort OK 9.99s 9 subtests passed [08:53:15.728] 315/401 postgresql:subscription / subscription/015_stream OK 17.89s 10 subtests passed [08:53:15.963] 316/401 postgresql:subscription / subscription/013_partition OK 20.25s 74 subtests passed [08:53:16.947] 317/401 postgresql:subscription / subscription/024_add_drop_pub OK 7.82s 4 subtests passed [08:53:18.270] 318/401 postgresql:subscription / subscription/025_rep_changes_for_schema OK 8.85s 13 subtests passed [08:53:18.323] 319/401 postgresql:subscription / subscription/021_twophase OK 12.24s 31 subtests passed [08:53:20.181] 320/401 postgresql:subscription / subscription/022_twophase_cascade OK 13.93s 41 subtests passed [08:53:20.702] 321/401 postgresql:subscription / subscription/023_twophase_stream OK 13.79s 34 subtests passed [08:53:23.718] 322/401 postgresql:subscription / subscription/026_stats OK 13.35s 13 subtests passed [08:53:24.037] 323/401 postgresql:subscription / subscription/029_on_error OK 7.09s 5 subtests passed [08:53:28.374] 324/401 postgresql:subscription / subscription/028_row_filter OK 12.41s 26 subtests passed [08:53:29.583] 325/401 postgresql:subscription / subscription/033_run_as_table_owner OK 8.88s 10 subtests passed [08:53:31.091] 326/401 postgresql:subscription / subscription/030_origin OK 12.82s 13 subtests passed [08:53:32.265] 327/401 postgresql:subscription / subscription/027_nosuperuser OK 16.53s 19 subtests passed [08:53:33.590] 328/401 postgresql:subscription / subscription/032_subscribe_use_index OK 13.41s 15 subtests passed [08:53:35.555] 329/401 postgresql:subscription / subscription/031_column_list OK 17.23s 36 subtests passed [08:53:36.383] 330/401 postgresql:subscription / subscription/035_conflicts OK 12.34s 29 subtests passed [08:53:36.486] 331/401 postgresql:subscription / subscription/034_temporal OK 12.77s 37 subtests passed [08:53:36.734] 332/401 postgresql:subscription / subscription/036_sequences OK 8.36s 9 subtests passed [08:53:37.538] 333/401 postgresql:brin / brin/01_workitems OK 3.95s 4 subtests passed [08:53:39.864] 334/401 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 8.77s 4 subtests passed [08:53:39.944] 335/401 postgresql:brin / brin/02_wal_consistency OK 4.39s 2 subtests passed [08:53:40.188] 336/401 postgresql:subscription / subscription/037_except OK 10.60s 17 subtests passed [08:53:40.226] 337/401 postgresql:commit_ts / commit_ts/001_base OK 3.84s 2 subtests passed [08:53:41.139] 338/401 postgresql:commit_ts / commit_ts/002_standby OK 4.65s 4 subtests passed [08:53:42.074] 339/401 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.34s 4 subtests passed [08:53:42.434] 340/401 postgresql:commit_ts / commit_ts/004_restart OK 4.90s 16 subtests passed [08:53:43.157] 341/401 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.29s 4 subtests passed [08:53:43.321] 342/401 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.38s 23 subtests passed [08:53:44.281] 343/401 postgresql:oauth_validator / oauth_validator/002_client OK 4.05s 20 subtests passed [08:53:44.394] 344/401 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.25s 7 subtests passed [08:53:46.373] 345/401 postgresql:test_aio / test_aio/002_io_workers OK 3.94s 22 subtests passed [08:53:47.908] 346/401 postgresql:test_aio / test_aio/004_read_stream OK 4.59s 31 subtests passed [08:53:48.371] 347/401 postgresql:test_checksums / test_checksums/001_basic OK 3.98s 9 subtests passed [08:53:48.907] 348/401 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 4.62s 2 subtests passed [08:53:49.578] 349/401 postgresql:test_checksums / test_checksums/002_restarts OK 3.20s 5 subtests passed [08:53:49.850] 350/401 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.27s [08:53:50.122] 351/401 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.27s [08:53:50.298] 352/401 postgresql:test_aio / test_aio/003_initdb OK 7.14s 6 subtests passed [08:53:50.383] 353/401 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.26s [08:53:51.953] 354/401 postgresql:test_checksums / test_checksums/005_injection OK 3.05s 3 subtests passed [08:53:52.403] 355/401 postgresql:test_checksums / test_checksums/004_offline OK 4.03s 8 subtests passed [08:53:53.263] 356/401 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 2.88s 2 subtests passed [08:53:54.175] 357/401 postgresql:test_checksums / test_checksums/003_standby_restarts OK 6.26s 24 subtests passed [08:53:54.633] 358/401 postgresql:test_int128 / test_int128/001_test_int128 OK 0.46s 2 subtests passed [08:53:55.715] 359/401 postgresql:test_escape / test_escape/001_test_escape OK 3.31s 1218 subtests passed [08:53:56.459] 360/401 postgresql:oauth_validator / oauth_validator/001_server OK 16.27s 170 subtests passed [08:53:56.598] 361/401 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.33s 11 subtests passed [08:53:56.664] 362/401 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 4.71s 15 subtests passed [08:53:56.726] 363/401 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.26s 12 subtests passed [08:53:56.827] 364/401 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.23s 2 subtests passed [08:53:56.948] 365/401 postgresql:subscription / subscription/100_bugs OK 24.68s 17 subtests passed [08:53:57.633] 366/401 postgresql:test_aio / test_aio/001_aio OK 15.56s 826 subtests passed [08:53:58.036] 367/401 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 3.40s 516 subtests passed [08:53:59.358] 368/401 postgresql:test_json_parser / test_json_parser/002_inline OK 3.63s 3712 subtests passed [08:54:00.078] 369/401 postgresql:test_misc / test_misc/003_check_guc OK 3.24s 4 subtests passed [08:54:00.709] 370/401 postgresql:test_misc / test_misc/004_io_direct OK 3.76s 3 subtests passed [08:54:00.724] 371/401 postgresql:test_misc / test_misc/002_tablespace OK 4.00s 20 subtests passed [08:54:01.103] 372/401 postgresql:test_misc / test_misc/001_constraint_validation OK 4.44s 42 subtests passed [08:54:01.171] 373/401 postgresql:test_misc / test_misc/005_timeouts OK 3.50s 2 subtests passed [08:54:01.782] 374/401 postgresql:test_misc / test_misc/006_signal_autovacuum OK 3.74s 2 subtests passed [08:54:02.461] 375/401 postgresql:test_misc / test_misc/007_catcache_inval OK 3.06s 2 subtests passed [08:54:03.859] 376/401 postgresql:test_misc / test_misc/008_replslot_single_user OK 3.78s 10 subtests passed [08:54:03.995] 377/401 postgresql:test_misc / test_misc/009_log_temp_files OK 3.28s 11 subtests passed [08:54:04.180] 378/401 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.32s [08:54:04.955] 379/401 postgresql:test_misc / test_misc/011_lock_stats OK 3.85s 7 subtests passed [08:54:05.733] 380/401 postgresql:test_misc / test_misc/012_ddlutils OK 4.55s 43 subtests passed [08:54:06.310] 381/401 postgresql:test_misc / test_misc/013_temp_obj_multisession OK 4.53s 19 subtests passed [08:54:07.362] 382/401 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 3.37s 2 subtests passed [08:54:07.383] 383/401 postgresql:test_slru / test_slru/001_multixact OK 3.20s 2 subtests passed [08:54:07.654] 384/401 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.27s [08:54:07.682] 385/401 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.32s [08:54:07.919] 386/401 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.26s [08:54:08.249] 387/401 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 7.52s 73 subtests passed [08:54:08.757] 388/401 postgresql:test_slru / test_slru/002_multixact_wraparound OK 3.80s 18 subtests passed [08:54:10.344] 389/401 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 2.66s [08:54:10.480] 390/401 postgresql:worker_spi / worker_spi/001_worker_spi OK 4.74s 8 subtests passed [08:54:11.326] 391/401 postgresql:worker_spi / worker_spi/002_worker_terminate OK 5.01s 11 subtests passed [08:54:12.658] 392/401 postgresql:test_pg_dump / test_pg_dump/001_base OK 10.20s 1044 subtests passed [08:54:13.482] 393/401 postgresql:ssl / ssl/002_scram OK 5.23s 28 subtests passed [08:54:14.010] 394/401 postgresql:test_checksums / test_checksums/009_fpi OK 23.71s 7 subtests passed [08:54:14.076] 395/401 postgresql:ssl / ssl/003_sslinfo OK 5.32s 21 subtests passed [08:54:14.608] 396/401 postgresql:ldap / ldap/002_bindpasswd OK 3.28s 3 subtests passed [08:54:15.912] 397/401 postgresql:icu / icu/010_database OK 2.43s 8 subtests passed [08:54:16.363] 398/401 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 3.69s 26 subtests passed [08:54:17.246] 399/401 postgresql:ldap / ldap/001_auth OK 6.76s 47 subtests passed [08:54:17.631] 400/401 postgresql:ssl / ssl/004_sni OK 7.28s 102 subtests passed [08:54:20.528] 401/401 postgresql:ssl / ssl/001_ssltests OK 12.61s 272 subtests passed [08:54:20.625] [08:54:20.625] Summary of Failures: [08:54:20.625] [08:54:20.625] 20/401 postgresql:regress / regress/regress ERROR 86.33s exit status 1 [08:54:20.625] 28/401 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 91.31s exit status 1 [08:54:20.625] 24/401 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 124.40s exit status 1 [08:54:20.625] 112/401 postgresql:recovery / recovery/027_stream_regress ERROR 107.70s exit status 1 [08:54:20.625] [08:54:20.625] Ok: 387 [08:54:20.625] Expected Fail: 0 [08:54:20.625] Fail: 4 [08:54:20.625] Unexpected Pass: 0 [08:54:20.625] Skipped: 10 [08:54:20.625] Timeout: 0 [08:54:20.625] [08:54:20.625] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [08:54:20.707] [08:54:20.707] Exit status: 4