[08:39:07.351] su postgres <<-EOF [08:39:07.351] set -e [08:39:07.351] ulimit -c unlimited [08:39:07.351] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [08:39:07.351] EOF [08:39:08.398] 1/399 postgresql:setup / tmp_install OK 0.68s [08:39:08.451] 2/399 postgresql:setup / install_test_files OK 0.05s [08:39:10.016] 3/399 postgresql:setup / initdb_cache OK 1.56s [08:39:10.337] 4/399 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.30s 9 subtests passed [08:39:24.636] 5/399 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 14.56s 16 subtests passed [08:39:41.098] 6/399 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 31.05s 13 subtests passed [08:39:43.934] 7/399 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 19.30s 5 subtests passed [08:39:45.105] 8/399 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 35.04s 19 subtests passed [08:39:46.463] 9/399 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 36.13s 3 subtests passed [08:39:54.999] 10/399 postgresql:recovery / recovery/002_archiving OK 9.90s 12 subtests passed [08:40:02.246] 11/399 postgresql:recovery / recovery/003_recovery_targets OK 15.78s 15 subtests passed [08:40:03.554] 12/399 postgresql:recovery / recovery/001_stream_rep OK 19.62s 64 subtests passed [08:40:07.626] 13/399 postgresql:recovery / recovery/004_timeline_switch OK 12.63s 5 subtests passed [08:40:10.126] 14/399 postgresql:recovery / recovery/006_logical_decoding OK 6.57s 20 subtests passed [08:40:12.998] 15/399 postgresql:recovery / recovery/005_replay_delay OK 10.75s 3 subtests passed [08:40:17.024] 16/399 postgresql:recovery / recovery/007_sync_rep OK 9.40s 11 subtests passed [08:40:26.304] 17/399 postgresql:recovery / recovery/010_logical_decoding_timelines OK 9.28s 13 subtests passed [08:40:27.828] 18/399 postgresql:recovery / recovery/008_fsm_truncation OK 17.70s 1 subtests passed [08:40:29.822] 19/399 postgresql:recovery / recovery/009_twophase OK 16.82s 30 subtests passed [08:40:34.141] ▶ 20/399 + indexing 7965 ms FAIL [08:40:35.674] 21/399 postgresql:recovery / recovery/014_unlogged_reinit OK 5.85s 23 subtests passed [08:40:36.713] 22/399 postgresql:recovery / recovery/013_crash_restart OK 8.88s 20 subtests passed [08:40:39.156] 23/399 postgresql:recovery / recovery/012_subtransactions OK 12.85s 12 subtests passed [08:40:40.343] ▶ 24/399 - regression tests in old instance FAIL [08:40:40.465] 20/399 postgresql:regress / regress/regress ERROR 90.44s exit status 1 [08:40:40.465] >>> 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/regress:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress top_builddir=/tmp/cirrus-ci-build/build REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MALLOC_PERTURB_=88 /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:40:40.465] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [08:40:40.465] stderr: [08:40:40.465] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out [08:40:40.465] # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-05-08 08:35:11.974003127 +0000 [08:40:40.465] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out 2026-05-08 08:40:34.106520147 +0000 [08:40:40.465] # @@ -559,41 +559,46 @@ [08:40:40.465] # ERROR: division by zero [08:40:40.465] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:40:40.465] # where relname like 'idxpart%' order by relname; [08:40:40.465] # - relname | indisvalid [08:40:40.465] # ---------------------+------------ [08:40:40.465] # - idxpart11_expr_idx | f [08:40:40.465] # - idxpart1_expr_idx | f [08:40:40.465] # - idxpart2_expr_idx | t [08:40:40.465] # - idxpart_expr_idx | f [08:40:40.465] # + relname | indisvalid [08:40:40.465] # +-------------------+------------ [08:40:40.465] # + idxpart11_a_b_idx | f [08:40:40.465] # + idxpart1_a_b_idx | f [08:40:40.465] # + idxpart2_a_b_idx | t [08:40:40.465] # + idxpart_a_b_idx | f [08:40:40.465] # (4 rows) [08:40:40.465] # [08:40:40.465] # -- attach the indexes; parents stay invalid [08:40:40.465] # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [08:40:40.465] # +ERROR: relation "idxpart1_expr_idx" does not exist [08:40:40.465] # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [08:40:40.465] # +ERROR: relation "idxpart_expr_idx" does not exist [08:40:40.465] # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [08:40:40.465] # +ERROR: relation "idxpart_expr_idx" does not exist [08:40:40.465] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:40:40.465] # where relname like 'idxpart%' order by relname; [08:40:40.465] # - relname | indisvalid [08:40:40.465] # ---------------------+------------ [08:40:40.465] # - idxpart11_expr_idx | f [08:40:40.465] # - idxpart1_expr_idx | f [08:40:40.465] # - idxpart2_expr_idx | t [08:40:40.465] # - idxpart_expr_idx | f [08:40:40.465] # + relname | indisvalid [08:40:40.465] # +-------------------+------------ [08:40:40.465] # + idxpart11_a_b_idx | f [08:40:40.465] # + idxpart1_a_b_idx | f [08:40:40.465] # + idxpart2_a_b_idx | t [08:40:40.465] # + idxpart_a_b_idx | f [08:40:40.465] # (4 rows) [08:40:40.465] # [08:40:40.465] # -- fix the index on the leaf partition [08:40:40.465] # delete from idxpart11 where b = 0; [08:40:40.465] # reindex index concurrently idxpart11_expr_idx; [08:40:40.465] # +ERROR: relation "idxpart11_expr_idx" does not exist [08:40:40.465] # -- reattach the leaf partition index; parents should now be valid [08:40:40.465] # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [08:40:40.465] # +ERROR: relation "idxpart1_expr_idx" does not exist [08:40:40.465] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:40:40.465] # where relname like 'idxpart%' order by relname; [08:40:40.465] # - relname | indisvalid [08:40:40.465] # ---------------------+------------ [08:40:40.465] # - idxpart11_expr_idx | t [08:40:40.465] # - idxpart1_expr_idx | t [08:40:40.465] # - idxpart2_expr_idx | t [08:40:40.465] # - idxpart_expr_idx | t [08:40:40.465] # + relname | indisvalid [08:40:40.465] # +-------------------+------------ [08:40:40.465] # + idxpart11_a_b_idx | f [08:40:40.465] # + idxpart1_a_b_idx | f [08:40:40.465] # + idxpart2_a_b_idx | t [08:40:40.465] # + idxpart_a_b_idx | f [08:40:40.465] # (4 rows) [08:40:40.465] # [08:40:40.465] # drop table idxpart; [08:40:40.465] # @@ -612,37 +617,41 @@ [08:40:40.465] # ERROR: division by zero [08:40:40.465] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:40:40.465] # where relname like 'idxpart%' order by relname; [08:40:40.465] # - relname | indisvalid [08:40:40.465] # --------------------+------------ [08:40:40.465] # - idxpart1_expr_idx | f [08:40:40.465] # - idxpart2_expr_idx | f [08:40:40.465] # - idxpart_expr_idx | f [08:40:40.465] # + relname | indisvalid [08:40:40.465] # +------------------+------------ [08:40:40.465] # + idxpart1_a_b_idx | f [08:40:40.465] # (diff output truncated and silencing output for further failing tests...) [08:40:40.465] # 1 of 245 tests failed. [08:40:40.465] # 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:40:40.465] # 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:40:40.465] [08:40:40.465] (test program exited with status code 1) [08:40:40.465] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [08:40:40.465] [08:40:42.987] 25/399 postgresql:recovery / recovery/015_promotion_pages OK 7.31s 1 subtests passed [08:40:43.566] 26/399 postgresql:recovery / recovery/016_min_consistency OK 6.85s 1 subtests passed [08:40:44.437] 27/399 postgresql:recovery / recovery/017_shm OK 5.28s 4 subtests passed [08:40:45.849] ▶ 28/399 - regression tests pass FAIL [08:40:45.986] 28/399 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 95.96s exit status 1 [08:40:45.986] >>> 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 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 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress top_builddir=/tmp/cirrus-ci-build/build MALLOC_PERTURB_=51 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/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:40:45.986] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [08:40:45.986] stderr: [08:40:45.986] # Failed test 'regression tests pass' [08:40:45.986] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 64. [08:40:45.986] # got: '256' [08:40:45.986] # expected: '0' [08:40:45.986] # Looks like you failed 1 test of 1. [08:40:45.986] [08:40:45.986] (test program exited with status code 1) [08:40:45.986] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [08:40:45.986] [08:40:48.523] 29/399 postgresql:recovery / recovery/021_row_visibility OK 4.09s 10 subtests passed [08:40:48.613] 30/399 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 98.53s 50 subtests passed [08:40:49.594] 31/399 postgresql:recovery / recovery/022_crash_temp_files OK 3.61s 11 subtests passed [08:40:51.021] 32/399 postgresql:recovery / recovery/020_archive_status OK 7.45s 19 subtests passed [08:40:52.570] 33/399 postgresql:recovery / recovery/023_pitr_prepared_xact OK 4.04s 1 subtests passed [08:40:52.980] 34/399 postgresql:recovery / recovery/024_archive_recovery OK 4.37s 2 subtests passed [08:40:54.387] 35/399 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 4.79s 1 subtests passed [08:40:59.403] 36/399 postgresql:recovery / recovery/028_pitr_timelines OK 6.42s 3 subtests passed [08:40:59.721] 37/399 postgresql:recovery / recovery/026_overwrite_contrecord OK 8.70s 3 subtests passed [08:41:01.383] 38/399 postgresql:recovery / recovery/018_wal_optimize OK 20.91s 38 subtests passed [08:41:02.497] 39/399 postgresql:recovery / recovery/029_stats_restart OK 8.11s 44 subtests passed [08:41:05.603] 40/399 postgresql:recovery / recovery/019_replslot_limit OK 22.61s 26 subtests passed [08:41:07.707] 41/399 postgresql:recovery / recovery/030_stats_cleanup_replica OK 8.30s 11 subtests passed [08:41:08.283] 42/399 postgresql:recovery / recovery/031_recovery_conflict OK 8.56s 18 subtests passed [08:41:10.201] 43/399 postgresql:recovery / recovery/034_create_database OK 4.60s 2 subtests passed [08:41:12.066] 44/399 postgresql:recovery / recovery/032_relfilenode_reuse OK 10.68s 14 subtests passed [08:41:14.776] 45/399 postgresql:recovery / recovery/037_invalid_database OK 4.58s 10 subtests passed [08:41:15.138] 46/399 postgresql:isolation / isolation/isolation OK 94.04s 128 subtests passed [08:41:15.298] 47/399 postgresql:recovery / recovery/036_truncated_dropped OK 7.01s 8 subtests passed [08:41:20.062] 24/399 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 130.02s exit status 1 [08:41:20.063] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template 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 MESON_TEST_ITERATION=1 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress MALLOC_PERTURB_=121 TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so top_builddir=/tmp/cirrus-ci-build/build with_icu=yes 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 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 /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:41:20.063] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [08:41:20.063] Listing only the last 100 lines from a long log. [08:41:20.063] # ok 25 + point 446 ms [08:41:20.063] # ok 26 + lseg 250 ms [08:41:20.063] # ok 27 + line 264 ms [08:41:20.063] # ... 206 lines omitted ... [08:41:20.063] # ok 219 + partition_merge 4188 ms [08:41:20.063] # ok 220 + partition_split 4676 ms [08:41:20.063] # ok 221 + partition_join 6060 ms [08:41:20.063] # ok 222 + partition_prune 5841 ms [08:41:20.063] # ok 223 + reloptions 529 ms [08:41:20.063] # ok 224 + hash_part 363 ms [08:41:20.063] # not ok 225 + indexing 6680 ms [08:41:20.063] # ok 226 + partition_aggregate 5016 ms [08:41:20.063] # ok 227 + partition_info 682 ms [08:41:20.063] # ok 228 + tuplesort 6008 ms [08:41:20.063] # ok 229 + explain 716 ms [08:41:20.063] # ok 230 + memoize 1648 ms [08:41:20.063] # ok 231 + stats 4577 ms [08:41:20.063] # ok 232 + predicate 803 ms [08:41:20.063] # ok 233 + numa 445 ms [08:41:20.063] # ok 234 + eager_aggregate 2523 ms [08:41:20.063] # ok 235 + graph_table_rls 968 ms [08:41:20.063] # ok 236 + planner_est 304 ms [08:41:20.063] # # parallel group (4 tests): compression_pglz compression compression_lz4 cluster [08:41:20.063] # ok 237 + compression 347 ms [08:41:20.063] # ok 238 + compression_lz4 440 ms [08:41:20.063] # ok 239 + compression_pglz 65 ms [08:41:20.063] # ok 240 + cluster 891 ms [08:41:20.063] # # parallel group (2 tests): oidjoins event_trigger [08:41:20.063] # ok 241 + oidjoins 703 ms [08:41:20.063] # ok 242 + event_trigger 1006 ms [08:41:20.063] # ok 243 - event_trigger_login 204 ms [08:41:20.063] # ok 244 - fast_default 1117 ms [08:41:20.063] # ok 245 - tablespace 2574 ms [08:41:20.063] # 1..245 [08:41:20.063] # -------------- stderr -------------- [08:41:20.063] # # 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:41:20.063] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-05-08 08:35:11.974003127 +0000 [08:41:20.063] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out 2026-05-08 08:40:34.370521416 +0000 [08:41:20.063] # # @@ -559,41 +559,46 @@ [08:41:20.063] # # ERROR: division by zero [08:41:20.063] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:41:20.063] # # where relname like 'idxpart%' order by relname; [08:41:20.063] # # - relname | indisvalid [08:41:20.063] # # ---------------------+------------ [08:41:20.063] # # - idxpart11_expr_idx | f [08:41:20.063] # # - idxpart1_expr_idx | f [08:41:20.063] # # - idxpart2_expr_idx | t [08:41:20.063] # # - idxpart_expr_idx | f [08:41:20.063] # # + relname | indisvalid [08:41:20.063] # # +-------------------+------------ [08:41:20.063] # # + idxpart11_a_b_idx | f [08:41:20.063] # # + idxpart1_a_b_idx | f [08:41:20.063] # # + idxpart2_a_b_idx | t [08:41:20.063] # # + idxpart_a_b_idx | f [08:41:20.063] # # (4 rows) [08:41:20.063] # # [08:41:20.063] # # -- attach the indexes; parents stay invalid [08:41:20.063] # # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [08:41:20.063] # # +ERROR: relation "idxpart1_expr_idx" does not exist [08:41:20.063] # # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [08:41:20.063] # # +ERROR: relation "idxpart_expr_idx" does not exist [08:41:20.063] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [08:41:20.063] # # +ERROR: relation "idxpart_expr_idx" does not exist [08:41:20.063] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:41:20.063] # # where relname like 'idxpart%' order by relname; [08:41:20.063] # ... 24 lines omitted ... [08:41:20.063] # # ---------------------+------------ [08:41:20.063] # # - idxpart11_expr_idx | t [08:41:20.063] # # - idxpart1_expr_idx | t [08:41:20.063] # # - idxpart2_expr_idx | t [08:41:20.063] # # - idxpart_expr_idx | t [08:41:20.063] # # + relname | indisvalid [08:41:20.063] # # +-------------------+------------ [08:41:20.063] # # + idxpart11_a_b_idx | f [08:41:20.063] # # + idxpart1_a_b_idx | f [08:41:20.063] # # + idxpart2_a_b_idx | t [08:41:20.063] # # + idxpart_a_b_idx | f [08:41:20.063] # # (4 rows) [08:41:20.063] # # [08:41:20.063] # # drop table idxpart; [08:41:20.063] # # @@ -612,37 +617,41 @@ [08:41:20.063] # # ERROR: division by zero [08:41:20.063] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:41:20.063] # # where relname like 'idxpart%' order by relname; [08:41:20.063] # # - relname | indisvalid [08:41:20.063] # # --------------------+------------ [08:41:20.063] # # - idxpart1_expr_idx | f [08:41:20.063] # # - idxpart2_expr_idx | f [08:41:20.063] # # - idxpart_expr_idx | f [08:41:20.063] # # + relname | indisvalid [08:41:20.063] # # +------------------+------------ [08:41:20.063] # # + idxpart1_a_b_idx | f [08:41:20.063] # # (diff output truncated and silencing output for further failing tests...) [08:41:20.063] # # 1 of 245 tests failed. [08:41:20.063] # # 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:41:20.063] # # 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:41:20.063] # ------------------------------------ [08:41:20.063] # Looks like you failed 1 test of 20. [08:41:20.063] [08:41:20.063] (test program exited with status code 1) [08:41:20.063] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [08:41:20.063] [08:41:20.200] 48/399 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 8.13s 2 subtests passed [08:41:20.371] 49/399 postgresql:recovery / recovery/033_replay_tsp_drops OK 17.87s 3 subtests passed [08:41:20.658] 50/399 postgresql:recovery / recovery/041_checkpoint_at_promote OK 5.36s 6 subtests passed [08:41:25.343] 51/399 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 4.97s 1 subtests passed [08:41:28.129] 52/399 postgresql:recovery / recovery/042_low_level_backup OK 8.06s 4 subtests passed [08:41:29.151] 53/399 postgresql:recovery / recovery/043_no_contrecord_switch OK 8.95s 1 subtests passed [08:41:29.514] 54/399 postgresql:recovery / recovery/039_end_of_wal OK 14.73s 14 subtests passed [08:41:31.271] 55/399 postgresql:recovery / recovery/045_archive_restartpoint OK 10.61s 1 subtests passed [08:41:34.942] 56/399 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 5.79s 3 subtests passed [08:41:35.420] 57/399 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 7.29s 1 subtests passed [08:41:35.479] 58/399 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 10.13s 2 subtests passed [08:41:35.890] 59/399 postgresql:recovery / recovery/050_redo_segment_missing OK 4.62s 2 subtests passed [08:41:38.415] 60/399 postgresql:recovery / recovery/035_standby_logical_decoding OK 30.71s 89 subtests passed [08:41:39.052] 61/399 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 3.63s 4 subtests passed [08:41:39.500] 62/399 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 24.36s 38 subtests passed [08:41:41.206] 63/399 postgresql:plpgsql / plpgsql/regress OK 5.31s 13 subtests passed [08:41:42.410] 64/399 postgresql:plperl / plperl/regress OK 3.99s 14 subtests passed [08:41:43.395] 65/399 postgresql:pltcl / pltcl/regress OK 3.89s 8 subtests passed [08:41:44.246] 66/399 postgresql:kerberos / kerberos/001_auth OK 8.77s 142 subtests passed [08:41:44.436] 67/399 postgresql:plpython / plpython/regress OK 5.38s 23 subtests passed [08:41:45.581] 68/399 postgresql:auto_explain / auto_explain/regress OK 3.17s 2 subtests passed [08:41:46.315] 69/399 postgresql:basic_archive / basic_archive/regress OK 2.92s 1 subtests passed [08:41:47.062] 70/399 postgresql:bool_plperl / bool_plperl/regress OK 2.62s 2 subtests passed [08:41:47.483] 71/399 postgresql:bloom / bloom/regress OK 3.23s 1 subtests passed [08:41:48.378] 72/399 postgresql:recovery / recovery/051_effective_wal_level OK 13.43s 31 subtests passed [08:41:51.215] 73/399 postgresql:btree_gin / btree_gin/regress OK 5.64s 30 subtests passed [08:41:52.054] 74/399 postgresql:citext / citext/regress OK 4.99s 3 subtests passed [08:41:52.167] 75/399 postgresql:btree_gist / btree_gist/regress OK 5.85s 32 subtests passed [08:41:52.202] 76/399 postgresql:cube / cube/regress OK 4.72s 2 subtests passed [08:41:52.877] 77/399 postgresql:dblink / dblink/regress OK 4.50s 1 subtests passed [08:41:53.950] 78/399 postgresql:dict_int / dict_int/regress OK 2.73s 1 subtests passed [08:41:55.056] 79/399 postgresql:earthdistance / earthdistance/regress OK 2.89s 1 subtests passed [08:41:55.222] 80/399 postgresql:dict_xsyn / dict_xsyn/regress OK 3.17s 1 subtests passed [08:41:55.773] 81/399 postgresql:amcheck / amcheck/regress OK 14.57s 4 subtests passed [08:41:55.837] 82/399 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 2.96s 2 subtests passed [08:41:55.851] 83/399 postgresql:file_fdw / file_fdw/regress OK 3.65s 1 subtests passed [08:41:59.979] 84/399 postgresql:hstore_plperl / hstore_plperl/regress OK 4.92s 3 subtests passed [08:42:00.059] 85/399 postgresql:hstore_plpython / hstore_plpython/regress OK 4.84s 1 subtests passed [08:42:00.481] 86/399 postgresql:jsonb_plperl / jsonb_plperl/regress OK 4.63s 2 subtests passed [08:42:00.609] 87/399 postgresql:isn / isn/regress OK 4.77s 1 subtests passed [08:42:01.167] 88/399 postgresql:hstore / hstore/regress OK 7.22s 2 subtests passed [08:42:03.171] 89/399 postgresql:jsonb_plpython / jsonb_plpython/regress OK 3.19s 1 subtests passed [08:42:03.405] 90/399 postgresql:lo / lo/regress OK 3.34s 1 subtests passed [08:42:04.320] 91/399 postgresql:ltree_plpython / ltree_plpython/regress OK 3.71s 1 subtests passed [08:42:05.051] 92/399 postgresql:ltree / ltree/regress OK 4.57s 1 subtests passed [08:42:05.449] 93/399 postgresql:pageinspect / pageinspect/regress OK 4.28s 8 subtests passed [08:42:06.590] 94/399 postgresql:passwordcheck / passwordcheck/regress OK 3.42s 1 subtests passed [08:42:07.158] 95/399 postgresql:recovery / recovery/049_wait_for_lsn OK 37.64s 57 subtests passed [08:42:08.593] 96/399 postgresql:pg_buffercache / pg_buffercache/regress OK 5.18s 2 subtests passed [08:42:09.043] 97/399 postgresql:pg_freespacemap / pg_freespacemap/regress OK 3.99s 1 subtests passed [08:42:10.527] 98/399 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 5.08s 1 subtests passed [08:42:11.476] 99/399 postgresql:pg_overexplain / pg_overexplain/regress OK 4.88s 1 subtests passed [08:42:12.370] 100/399 postgresql:pgcrypto / pgcrypto/regress OK 8.05s 25 subtests passed [08:42:12.530] 101/399 postgresql:pg_prewarm / pg_prewarm/regress OK 3.94s 1 subtests passed [08:42:12.723] 102/399 postgresql:intarray / intarray/regress OK 16.95s 1 subtests passed [08:42:13.202] 103/399 postgresql:pgrowlocks / pgrowlocks/isolation OK 4.16s 1 subtests passed [08:42:15.333] 104/399 postgresql:pg_surgery / pg_surgery/regress OK 2.80s 1 subtests passed [08:42:15.460] 105/399 postgresql:pgstattuple / pgstattuple/regress OK 3.09s 1 subtests passed [08:42:16.446] 106/399 postgresql:pg_stat_statements / pg_stat_statements/regress OK 4.97s 16 subtests passed [08:42:16.926] 107/399 postgresql:pg_visibility / pg_visibility/regress OK 3.72s 1 subtests passed [08:42:16.950] 108/399 postgresql:pg_stash_advice / pg_stash_advice/regress OK 6.42s 2 subtests passed [08:42:18.479] 109/399 postgresql:pg_walinspect / pg_walinspect/regress OK 3.15s 2 subtests passed [08:42:18.597] 110/399 postgresql:pg_trgm / pg_trgm/regress OK 5.87s 4 subtests passed [08:42:19.311] 111/399 postgresql:postgres_fdw / postgres_fdw/isolation OK 2.86s 1 subtests passed [08:42:20.090] 112/399 postgresql:spi / spi/regress OK 3.14s 2 subtests passed [08:42:20.220] 113/399 postgresql:seg / seg/regress OK 3.29s 3 subtests passed [08:42:20.446] 114/399 postgresql:pg_plan_advice / pg_plan_advice/regress OK 13.29s 9 subtests passed [08:42:21.731] 115/399 postgresql:tablefunc / tablefunc/regress OK 3.25s 1 subtests passed [08:42:21.890] 116/399 postgresql:tcn / tcn/isolation OK 3.29s 1 subtests passed [08:42:22.035] ▶ 117/399 - regression tests pass FAIL [08:42:23.307] 118/399 postgresql:tsm_system_time / tsm_system_time/regress OK 2.86s 1 subtests passed [08:42:23.532] 119/399 postgresql:tsm_system_rows / tsm_system_rows/regress OK 3.31s 1 subtests passed [08:42:24.630] 120/399 postgresql:unaccent / unaccent/regress OK 2.90s 1 subtests passed [08:42:25.021] 121/399 postgresql:uuid-ossp / uuid-ossp/regress OK 3.13s 1 subtests passed [08:42:26.258] 122/399 postgresql:xml2 / xml2/regress OK 2.95s 1 subtests passed [08:42:26.309] 123/399 postgresql:test_decoding / test_decoding/isolation OK 6.22s 14 subtests passed [08:42:26.318] 124/399 postgresql:brin / brin/isolation OK 2.79s 1 subtests passed [08:42:27.634] 125/399 postgresql:commit_ts / commit_ts/regress OK 3.00s 1 subtests passed [08:42:28.508] 126/399 postgresql:delay_execution / delay_execution/isolation OK 3.49s 2 subtests passed [08:42:28.878] 127/399 postgresql:dummy_index_am / dummy_index_am/regress OK 2.62s 1 subtests passed [08:42:29.133] 128/399 postgresql:dummy_seclabel / dummy_seclabel/regress OK 2.82s 1 subtests passed [08:42:29.607] 129/399 postgresql:postgres_fdw / postgres_fdw/regress OK 14.15s 2 subtests passed [08:42:30.353] 130/399 postgresql:gin / gin/regress OK 4.03s 1 subtests passed [08:42:31.408] 131/399 postgresql:index / index/isolation OK 3.77s 1 subtests passed [08:42:31.511] 132/399 postgresql:test_decoding / test_decoding/regress OK 12.20s 20 subtests passed [08:42:31.536] 133/399 postgresql:injection_points / injection_points/regress OK 3.03s 4 subtests passed [08:42:32.374] 134/399 postgresql:plsample / plsample/regress OK 2.77s 1 subtests passed [08:42:33.913] 135/399 postgresql:spgist_name_ops / spgist_name_ops/regress OK 3.56s 1 subtests passed [08:42:33.954] 136/399 postgresql:test_binaryheap / test_binaryheap/regress OK 2.54s 1 subtests passed [08:42:34.414] 137/399 postgresql:test_bitmapset / test_bitmapset/regress OK 2.90s 1 subtests passed [08:42:34.605] 138/399 postgresql:test_bloomfilter / test_bloomfilter/regress OK 3.07s 1 subtests passed [08:42:35.015] 139/399 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 2.64s 1 subtests passed [08:42:36.243] 140/399 postgresql:injection_points / injection_points/isolation OK 7.36s 6 subtests passed [08:42:36.680] 141/399 postgresql:test_cplusplusext / test_cplusplusext/regress OK 2.77s 1 subtests passed [08:42:36.818] 142/399 postgresql:test_custom_types / test_custom_types/regress OK 2.86s 1 subtests passed [08:42:37.482] 143/399 postgresql:test_dsm_registry / test_dsm_registry/regress OK 2.47s 1 subtests passed [08:42:37.628] 144/399 postgresql:test_dsa / test_dsa/regress OK 3.02s 1 subtests passed [08:42:38.656] 145/399 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 4.24s 22 subtests passed [08:42:39.139] 146/399 postgresql:test_extensions / test_extensions/regress OK 2.89s 2 subtests passed [08:42:39.298] 147/399 postgresql:nbtree / nbtree/regress OK 10.16s 2 subtests passed [08:42:39.480] 148/399 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 2.80s 1 subtests passed [08:42:40.237] 149/399 postgresql:test_lfind / test_lfind/regress OK 2.75s 1 subtests passed [08:42:40.530] 150/399 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 2.90s 1 subtests passed [08:42:41.658] 151/399 postgresql:test_oat_hooks / test_oat_hooks/regress OK 3.00s 2 subtests passed [08:42:42.150] 152/399 postgresql:test_predtest / test_predtest/regress OK 2.67s 1 subtests passed [08:42:42.374] 153/399 postgresql:test_parser / test_parser/regress OK 3.23s 1 subtests passed [08:42:42.583] 154/399 postgresql:test_pg_dump / test_pg_dump/regress OK 3.28s 1 subtests passed [08:42:43.126] 155/399 postgresql:test_radixtree / test_radixtree/regress OK 2.89s 1 subtests passed [08:42:43.246] 156/399 postgresql:test_rbtree / test_rbtree/regress OK 2.71s 1 subtests passed [08:42:44.947] 157/399 postgresql:test_saslprep / test_saslprep/regress OK 2.36s 1 subtests passed [08:42:45.305] 158/399 postgresql:test_rls_hooks / test_rls_hooks/regress OK 2.93s 1 subtests passed [08:42:45.568] 159/399 postgresql:test_resowner / test_resowner/regress OK 3.42s 1 subtests passed [08:42:45.608] 160/399 postgresql:test_regex / test_regex/regress OK 3.95s 2 subtests passed [08:42:46.388] 161/399 postgresql:test_slru / test_slru/regress OK 3.14s 1 subtests passed [08:42:47.232] 162/399 postgresql:libpq / libpq/001_uri OK 0.84s 63 subtests passed [08:42:47.367] 163/399 postgresql:libpq / libpq/002_api OK 0.13s 1 subtests passed [08:42:48.004] 164/399 postgresql:test_integerset / test_integerset/regress OK 11.18s 1 subtests passed [08:42:48.470] 117/399 postgresql:recovery / recovery/027_stream_regress ERROR 115.90s exit status 1 [08:42:48.470] >>> 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 MALLOC_PERTURB_=67 LD_LIBRARY_PATH=/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 MESON_TEST_ITERATION=1 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress top_builddir=/tmp/cirrus-ci-build/build 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 enable_injection_points=yes /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:42:48.470] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [08:42:48.470] Listing only the last 100 lines from a long log. [08:42:48.470] # ok 25 + point 234 ms [08:42:48.470] # ok 26 + lseg 116 ms [08:42:48.470] # ok 27 + line 142 ms [08:42:48.470] # ... 206 lines omitted ... [08:42:48.470] # ok 219 + partition_merge 5521 ms [08:42:48.470] # ok 220 + partition_split 6508 ms [08:42:48.470] # ok 221 + partition_join 7176 ms [08:42:48.470] # ok 222 + partition_prune 7267 ms [08:42:48.470] # ok 223 + reloptions 477 ms [08:42:48.470] # ok 224 + hash_part 214 ms [08:42:48.470] # not ok 225 + indexing 8703 ms [08:42:48.470] # ok 226 + partition_aggregate 4280 ms [08:42:48.470] # ok 227 + partition_info 953 ms [08:42:48.470] # ok 228 + tuplesort 4052 ms [08:42:48.470] # ok 229 + explain 621 ms [08:42:48.470] # ok 230 + memoize 3258 ms [08:42:48.470] # ok 231 + stats 6165 ms [08:42:48.470] # ok 232 + predicate 659 ms [08:42:48.470] # ok 233 + numa 133 ms [08:42:48.470] # ok 234 + eager_aggregate 2038 ms [08:42:48.470] # ok 235 + graph_table_rls 862 ms [08:42:48.470] # ok 236 + planner_est 155 ms [08:42:48.470] # # parallel group (4 tests): compression_pglz compression compression_lz4 cluster [08:42:48.470] # ok 237 + compression 621 ms [08:42:48.470] # ok 238 + compression_lz4 629 ms [08:42:48.470] # ok 239 + compression_pglz 52 ms [08:42:48.470] # ok 240 + cluster 1386 ms [08:42:48.470] # # parallel group (2 tests): oidjoins event_trigger [08:42:48.470] # ok 241 + oidjoins 2461 ms [08:42:48.470] # ok 242 + event_trigger 2660 ms [08:42:48.470] # ok 243 - event_trigger_login 139 ms [08:42:48.470] # ok 244 - fast_default 823 ms [08:42:48.470] # ok 245 - tablespace 2523 ms [08:42:48.470] # 1..245 [08:42:48.470] # -------------- stderr -------------- [08:42:48.470] # # 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:42:48.470] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-05-08 08:35:11.974003127 +0000 [08:42:48.470] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out 2026-05-08 08:42:14.327199019 +0000 [08:42:48.470] # # @@ -559,41 +559,46 @@ [08:42:48.470] # # ERROR: division by zero [08:42:48.470] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:42:48.470] # # where relname like 'idxpart%' order by relname; [08:42:48.470] # # - relname | indisvalid [08:42:48.470] # # ---------------------+------------ [08:42:48.470] # # - idxpart11_expr_idx | f [08:42:48.470] # # - idxpart1_expr_idx | f [08:42:48.470] # # - idxpart2_expr_idx | t [08:42:48.470] # # - idxpart_expr_idx | f [08:42:48.470] # # + relname | indisvalid [08:42:48.470] # # +-------------------+------------ [08:42:48.470] # # + idxpart11_a_b_idx | f [08:42:48.470] # # + idxpart1_a_b_idx | f [08:42:48.470] # # + idxpart2_a_b_idx | t [08:42:48.470] # # + idxpart_a_b_idx | f [08:42:48.470] # # (4 rows) [08:42:48.470] # # [08:42:48.470] # # -- attach the indexes; parents stay invalid [08:42:48.470] # # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [08:42:48.470] # # +ERROR: relation "idxpart1_expr_idx" does not exist [08:42:48.470] # # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [08:42:48.470] # # +ERROR: relation "idxpart_expr_idx" does not exist [08:42:48.470] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [08:42:48.470] # # +ERROR: relation "idxpart_expr_idx" does not exist [08:42:48.470] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:42:48.470] # # where relname like 'idxpart%' order by relname; [08:42:48.470] # ... 24 lines omitted ... [08:42:48.470] # # ---------------------+------------ [08:42:48.470] # # - idxpart11_expr_idx | t [08:42:48.470] # # - idxpart1_expr_idx | t [08:42:48.470] # # - idxpart2_expr_idx | t [08:42:48.470] # # - idxpart_expr_idx | t [08:42:48.470] # # + relname | indisvalid [08:42:48.470] # # +-------------------+------------ [08:42:48.470] # # + idxpart11_a_b_idx | f [08:42:48.470] # # + idxpart1_a_b_idx | f [08:42:48.470] # # + idxpart2_a_b_idx | t [08:42:48.470] # # + idxpart_a_b_idx | f [08:42:48.470] # # (4 rows) [08:42:48.470] # # [08:42:48.470] # # drop table idxpart; [08:42:48.470] # # @@ -612,37 +617,41 @@ [08:42:48.470] # # ERROR: division by zero [08:42:48.470] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:42:48.470] # # where relname like 'idxpart%' order by relname; [08:42:48.470] # # - relname | indisvalid [08:42:48.470] # # --------------------+------------ [08:42:48.470] # # - idxpart1_expr_idx | f [08:42:48.470] # # - idxpart2_expr_idx | f [08:42:48.470] # # - idxpart_expr_idx | f [08:42:48.470] # # + relname | indisvalid [08:42:48.470] # # +------------------+------------ [08:42:48.470] # # + idxpart1_a_b_idx | f [08:42:48.470] # # (diff output truncated and silencing output for further failing tests...) [08:42:48.470] # # 1 of 245 tests failed. [08:42:48.470] # # 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:42:48.470] # # 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:42:48.470] # ------------------------------------ [08:42:48.470] # Looks like you failed 1 test of 11. [08:42:48.470] [08:42:48.470] (test program exited with status code 1) [08:42:48.470] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [08:42:48.470] [08:42:48.604] 165/399 postgresql:typcache / typcache/regress OK 3.30s 1 subtests passed [08:42:48.716] 166/399 postgresql:test_tidstore / test_tidstore/regress OK 3.77s 1 subtests passed [08:42:48.733] 167/399 postgresql:test_shm_mq / test_shm_mq/regress OK 5.61s 1 subtests passed [08:42:48.992] 168/399 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.27s 55 subtests passed [08:42:49.244] 169/399 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.25s 9 subtests passed [08:42:49.413] 170/399 postgresql:unsafe_tests / unsafe_tests/regress OK 3.84s 4 subtests passed [08:42:53.642] 171/399 postgresql:ecpg / ecpg/ecpg OK 8.03s 67 subtests passed [08:42:54.647] 172/399 postgresql:libpq / libpq/006_service OK 6.04s 47 subtests passed [08:42:55.038] 173/399 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 5.79s 107 subtests passed [08:42:55.451] 174/399 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.41s 51 subtests passed [08:42:58.094] 175/399 postgresql:libpq / libpq/003_load_balance_host_list OK 10.73s 127 subtests passed [08:42:58.833] 176/399 postgresql:libpq / libpq/004_load_balance_dns OK 10.83s 125 subtests passed [08:42:59.035] 177/399 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.39s 32 subtests passed [08:42:59.719] 178/399 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 5.07s 10 subtests passed [08:43:01.357] 179/399 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 3.26s 3 subtests passed [08:43:01.651] 180/399 postgresql:pg_checksums / pg_checksums/001_basic OK 0.29s 9 subtests passed [08:43:01.990] 181/399 postgresql:libpq / libpq/005_negotiate_encryption OK 13.52s 249 subtests passed [08:43:02.366] 182/399 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.37s 13 subtests passed [08:43:04.280] 183/399 postgresql:pg_amcheck / pg_amcheck/003_check OK 14.87s 75 subtests passed [08:43:04.375] 184/399 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 5.54s 43 subtests passed [08:43:07.103] 185/399 postgresql:pg_checksums / pg_checksums/002_actions OK 5.45s 66 subtests passed [08:43:07.829] 186/399 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 8.79s 27 subtests passed [08:43:08.006] 187/399 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 3.63s 11 subtests passed [08:43:09.310] 188/399 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 5.03s 7 subtests passed [08:43:09.925] 189/399 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 7.56s 6 subtests passed [08:43:11.961] 190/399 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.13s 4 subtests passed [08:43:11.990] 191/399 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 3.98s 3 subtests passed [08:43:12.314] 192/399 postgresql:initdb / initdb/001_initdb OK 23.58s 57 subtests passed [08:43:12.638] 193/399 postgresql:pg_config / pg_config/001_pg_config OK 0.32s 21 subtests passed [08:43:12.998] 194/399 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.07s 4 subtests passed [08:43:14.098] 195/399 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 6.99s 22 subtests passed [08:43:15.176] 196/399 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.54s 18 subtests passed [08:43:15.779] 197/399 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.47s 2 subtests passed [08:43:15.922] 198/399 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 20.47s 200 subtests passed [08:43:16.038] 199/399 postgresql:pg_ctl / pg_ctl/001_start_stop OK 3.04s 25 subtests passed [08:43:16.115] 200/399 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 4.12s 5 subtests passed [08:43:16.578] 201/399 postgresql:pg_ctl / pg_ctl/002_status OK 2.48s 3 subtests passed [08:43:17.330] 202/399 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 17.61s 60 subtests passed [08:43:17.450] 203/399 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.49s 4 subtests passed [08:43:17.481] 204/399 postgresql:pg_dump / pg_dump/001_basic OK 1.56s 135 subtests passed [08:43:19.135] 205/399 postgresql:pg_ctl / pg_ctl/003_promote OK 3.96s 12 subtests passed [08:43:19.949] 206/399 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 3.83s 3 subtests passed [08:43:20.930] 207/399 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.35s 4 subtests passed [08:43:21.331] 208/399 postgresql:pg_ctl / pg_ctl/004_logrotate OK 5.55s 14 subtests passed [08:43:23.841] 209/399 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 2.91s 9 subtests passed [08:43:24.114] 210/399 postgresql:pg_resetwal / pg_resetwal/001_basic OK 4.16s 83 subtests passed [08:43:24.235] 211/399 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 6.78s 98 subtests passed [08:43:27.489] 212/399 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 10.16s 108 subtests passed [08:43:31.614] 213/399 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 4.12s 1 subtests passed [08:43:31.907] 214/399 postgresql:pg_rewind / pg_rewind/006_options OK 0.29s 13 subtests passed [08:43:32.005] 215/399 postgresql:pg_dump / pg_dump/010_dump_connstr OK 12.87s 13 subtests passed [08:43:32.569] 216/399 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 8.45s 6 subtests passed [08:43:32.955] 217/399 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 8.72s 10 subtests passed [08:43:36.410] 218/399 postgresql:pg_rewind / pg_rewind/002_databases OK 12.57s 12 subtests passed [08:43:36.745] 219/399 postgresql:pg_rewind / pg_rewind/009_growing_files OK 4.17s 3 subtests passed [08:43:37.067] 220/399 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.32s 13 subtests passed [08:43:37.465] 221/399 postgresql:pg_rewind / pg_rewind/007_standby_source OK 5.56s 7 subtests passed [08:43:37.684] 222/399 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 5.68s 3 subtests passed [08:43:37.810] 223/399 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.34s 17 subtests passed [08:43:39.246] 224/399 postgresql:pg_rewind / pg_rewind/001_basic OK 17.91s 57 subtests passed [08:43:40.351] 225/399 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.28s 18 subtests passed [08:43:40.542] 226/399 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 7.59s 1 subtests passed [08:43:40.587] 227/399 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.17s 12 subtests passed [08:43:41.306] 228/399 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 0.95s 60 subtests passed [08:43:43.330] 229/399 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 4.08s 32 subtests passed [08:43:43.700] 230/399 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.16s 5 subtests passed [08:43:44.741] 231/399 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 7.06s 38 subtests passed [08:43:45.186] 232/399 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 4.60s 11 subtests passed [08:43:48.190] 233/399 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.00s 5 subtests passed [08:43:48.429] 234/399 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 7.12s 18 subtests passed [08:43:48.526] 235/399 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.34s 11 subtests passed [08:43:49.295] 236/399 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 5.96s 10 subtests passed [08:43:50.455] 237/399 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 12.64s 92 subtests passed [08:43:50.626] 238/399 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.33s 207 subtests passed [08:43:50.954] 239/399 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 7.25s 21 subtests passed [08:43:52.197] 240/399 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 3.77s 7 subtests passed [08:43:54.558] 241/399 postgresql:psql / psql/010_tab_completion OK 3.93s 89 subtests passed [08:43:54.907] 242/399 postgresql:psql / psql/020_cancel OK 3.95s 2 subtests passed [08:43:55.873] 243/399 postgresql:psql / psql/030_pager OK 3.67s 4 subtests passed [08:43:56.011] 244/399 postgresql:psql / psql/001_basic OK 5.55s 126 subtests passed [08:43:57.898] 245/399 postgresql:scripts / scripts/010_clusterdb OK 3.34s 16 subtests passed [08:43:58.539] 246/399 postgresql:scripts / scripts/011_clusterdb_all OK 3.63s 7 subtests passed [08:43:59.193] 247/399 postgresql:pg_dump / pg_dump/002_pg_dump OK 43.14s 12122 subtests passed [08:43:59.428] 248/399 postgresql:scripts / scripts/040_createuser OK 3.41s 37 subtests passed [08:44:00.806] 249/399 postgresql:pg_waldump / pg_waldump/001_basic OK 16.06s 212 subtests passed [08:44:01.722] 250/399 postgresql:scripts / scripts/050_dropdb OK 3.82s 16 subtests passed [08:44:01.796] 251/399 postgresql:scripts / scripts/070_dropuser OK 3.26s 13 subtests passed [08:44:02.981] 252/399 postgresql:scripts / scripts/080_pg_isready OK 3.57s 11 subtests passed [08:44:05.035] 253/399 postgresql:scripts / scripts/020_createdb OK 9.16s 64 subtests passed [08:44:05.226] 254/399 postgresql:scripts / scripts/091_reindexdb_all OK 4.42s 13 subtests passed [08:44:05.543] 255/399 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.32s 27 subtests passed [08:44:05.634] 256/399 postgresql:scripts / scripts/101_vacuumdb_all OK 3.83s 5 subtests passed [08:44:05.800] 257/399 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.26s 4 subtests passed [08:44:06.099] 258/399 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.46s 39 subtests passed [08:44:06.162] 259/399 postgresql:scripts / scripts/090_reindexdb OK 6.73s 64 subtests passed [08:44:06.850] 260/399 postgresql:pgbench / pgbench/001_pgbench_with_server OK 18.32s 474 subtests passed [08:44:07.609] 261/399 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 50.13s 60 subtests passed [08:44:09.732] 262/399 postgresql:scripts / scripts/102_vacuumdb_stages OK 6.75s 4 subtests passed [08:44:09.866] 263/399 postgresql:amcheck / amcheck/002_cic OK 3.77s 4 subtests passed [08:44:09.944] 264/399 postgresql:amcheck / amcheck/003_cic_2pc OK 3.78s 7 subtests passed [08:44:10.306] 265/399 postgresql:scripts / scripts/100_vacuumdb OK 8.58s 113 subtests passed [08:44:10.694] 266/399 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.84s 6 subtests passed [08:44:10.711] 267/399 postgresql:scripts / scripts/200_connstr OK 5.67s 3 subtests passed [08:44:11.076] 268/399 postgresql:oid2name / oid2name/001_basic OK 0.36s 9 subtests passed [08:44:12.102] 269/399 postgresql:amcheck / amcheck/005_pitr OK 4.49s 3 subtests passed [08:44:13.549] 270/399 postgresql:auto_explain / auto_explain/001_auto_explain OK 3.68s 22 subtests passed [08:44:14.834] 271/399 postgresql:pg_prewarm / pg_prewarm/001_basic OK 3.76s 11 subtests passed [08:44:15.237] 272/399 postgresql:amcheck / amcheck/006_verify_gin OK 5.50s 6 subtests passed [08:44:15.434] 273/399 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 5.13s 16 subtests passed [08:44:16.257] 274/399 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 4.15s 6 subtests passed [08:44:17.166] 275/399 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 3.62s 3 subtests passed [08:44:17.440] 276/399 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.27s [08:44:18.596] 277/399 postgresql:amcheck / amcheck/001_verify_heapam OK 12.80s 272 subtests passed [08:44:18.830] 278/399 postgresql:vacuumlo / vacuumlo/001_basic OK 0.23s 9 subtests passed [08:44:19.144] 279/399 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 3.91s 3 subtests passed [08:44:19.268] 280/399 postgresql:dblink / dblink/001_auth_scram OK 8.57s 12 subtests passed [08:44:19.509] 281/399 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.67s 2 subtests passed [08:44:21.730] 282/399 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.29s 6 subtests passed [08:44:21.995] 283/399 postgresql:authentication / authentication/005_sspi SKIP 0.26s [08:44:22.459] 284/399 postgresql:authentication / authentication/004_file_inclusion OK 2.95s 2 subtests passed [08:44:22.546] 285/399 postgresql:authentication / authentication/002_saslprep OK 3.40s 20 subtests passed [08:44:22.568] 286/399 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 6.31s 4 subtests passed [08:44:22.928] 287/399 postgresql:postmaster / postmaster/001_basic OK 0.38s 9 subtests passed [08:44:23.235] 288/399 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 7.80s 7 subtests passed [08:44:23.727] 289/399 postgresql:authentication / authentication/003_peer OK 4.46s 53 subtests passed [08:44:25.217] 290/399 postgresql:authentication / authentication/006_login_trigger OK 3.22s 32 subtests passed [08:44:25.671] 291/399 postgresql:authentication / authentication/007_pre_auth OK 3.21s 2 subtests passed [08:44:26.259] 292/399 postgresql:postmaster / postmaster/002_connection_limits OK 3.69s 30 subtests passed [08:44:26.378] 293/399 postgresql:authentication / authentication/001_password OK 7.55s 207 subtests passed [08:44:26.417] 294/399 postgresql:postmaster / postmaster/003_start_stop OK 3.49s 25 subtests passed [08:44:30.892] 295/399 postgresql:subscription / subscription/002_types OK 7.16s 4 subtests passed [08:44:31.561] 296/399 postgresql:bloom / bloom/001_wal OK 21.61s 31 subtests passed [08:44:32.133] 297/399 postgresql:subscription / subscription/003_constraints OK 6.91s 6 subtests passed [08:44:32.473] 298/399 postgresql:subscription / subscription/006_rewrite OK 6.09s 2 subtests passed [08:44:32.838] 299/399 postgresql:subscription / subscription/005_encoding OK 6.58s 1 subtests passed [08:44:34.590] 300/399 postgresql:subscription / subscription/004_sync OK 8.92s 9 subtests passed [08:44:35.533] 301/399 postgresql:subscription / subscription/007_ddl OK 9.11s 8 subtests passed [08:44:37.626] 302/399 postgresql:subscription / subscription/009_matviews OK 6.06s 1 subtests passed [08:44:37.968] 303/399 postgresql:subscription / subscription/001_rep_changes OK 14.73s 38 subtests passed [08:44:38.303] 304/399 postgresql:subscription / subscription/008_diff_schema OK 7.41s 5 subtests passed [08:44:38.998] 305/399 postgresql:subscription / subscription/012_collation OK 6.16s 2 subtests passed [08:44:42.114] 306/399 postgresql:subscription / subscription/011_generated OK 9.64s 11 subtests passed [08:44:42.159] 307/399 postgresql:subscription / subscription/010_truncate OK 10.02s 14 subtests passed [08:44:45.117] 308/399 postgresql:subscription / subscription/014_binary OK 9.58s 8 subtests passed [08:44:45.264] 309/399 postgresql:subscription / subscription/017_stream_ddl OK 6.96s 3 subtests passed [08:44:45.412] 310/399 postgresql:subscription / subscription/016_stream_subxact OK 7.44s 3 subtests passed [08:44:47.942] 311/399 postgresql:subscription / subscription/018_stream_subxact_abort OK 8.94s 9 subtests passed [08:44:48.530] 312/399 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 6.41s 2 subtests passed [08:44:48.805] 313/399 postgresql:subscription / subscription/020_messages OK 6.64s 5 subtests passed [08:44:54.748] 314/399 postgresql:subscription / subscription/015_stream OK 17.12s 10 subtests passed [08:44:55.026] 315/399 postgresql:subscription / subscription/013_partition OK 20.44s 74 subtests passed [08:44:57.086] 316/399 postgresql:subscription / subscription/024_add_drop_pub OK 9.14s 4 subtests passed [08:44:57.500] 317/399 postgresql:subscription / subscription/025_rep_changes_for_schema OK 8.97s 13 subtests passed [08:44:58.035] 318/399 postgresql:subscription / subscription/021_twophase OK 12.91s 31 subtests passed [08:44:59.173] 319/399 postgresql:subscription / subscription/022_twophase_cascade OK 13.91s 41 subtests passed [08:44:59.387] 320/399 postgresql:subscription / subscription/023_twophase_stream OK 13.97s 34 subtests passed [08:45:02.179] 321/399 postgresql:subscription / subscription/026_stats OK 13.37s 13 subtests passed [08:45:04.985] 322/399 postgresql:subscription / subscription/029_on_error OK 7.90s 5 subtests passed [08:45:08.531] 323/399 postgresql:subscription / subscription/033_run_as_table_owner OK 9.14s 10 subtests passed [08:45:08.830] 324/399 postgresql:subscription / subscription/028_row_filter OK 13.80s 26 subtests passed [08:45:09.751] 325/399 postgresql:subscription / subscription/030_origin OK 12.25s 13 subtests passed [08:45:11.883] 326/399 postgresql:subscription / subscription/027_nosuperuser OK 17.13s 19 subtests passed [08:45:12.456] 327/399 postgresql:subscription / subscription/032_subscribe_use_index OK 13.28s 15 subtests passed [08:45:14.688] 328/399 postgresql:subscription / subscription/034_temporal OK 12.51s 37 subtests passed [08:45:15.467] 329/399 postgresql:subscription / subscription/031_column_list OK 17.43s 36 subtests passed [08:45:16.738] 330/399 postgresql:subscription / subscription/036_sequences OK 8.21s 9 subtests passed [08:45:16.805] 331/399 postgresql:brin / brin/01_workitems OK 4.35s 4 subtests passed [08:45:17.356] 332/399 postgresql:subscription / subscription/035_conflicts OK 12.37s 29 subtests passed [08:45:18.377] 333/399 postgresql:subscription / subscription/037_except OK 9.55s 17 subtests passed [08:45:18.536] 334/399 postgresql:brin / brin/02_wal_consistency OK 3.85s 2 subtests passed [08:45:19.164] 335/399 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 9.41s 4 subtests passed [08:45:19.191] 336/399 postgresql:commit_ts / commit_ts/001_base OK 3.72s 2 subtests passed [08:45:21.559] 337/399 postgresql:commit_ts / commit_ts/004_restart OK 4.20s 16 subtests passed [08:45:21.785] 338/399 postgresql:commit_ts / commit_ts/002_standby OK 5.05s 4 subtests passed [08:45:22.002] 339/399 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.62s 4 subtests passed [08:45:22.022] 340/399 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.21s 4 subtests passed [08:45:22.032] 341/399 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.49s 23 subtests passed [08:45:23.282] 342/399 postgresql:oauth_validator / oauth_validator/002_client OK 4.09s 20 subtests passed [08:45:24.901] 343/399 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.34s 7 subtests passed [08:45:25.662] 344/399 postgresql:test_aio / test_aio/002_io_workers OK 3.66s 22 subtests passed [08:45:26.927] 345/399 postgresql:test_aio / test_aio/004_read_stream OK 4.89s 31 subtests passed [08:45:28.014] 346/399 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 4.73s 2 subtests passed [08:45:28.731] 347/399 postgresql:test_checksums / test_checksums/002_restarts OK 3.07s 5 subtests passed [08:45:28.850] 348/399 postgresql:test_checksums / test_checksums/001_basic OK 3.95s 9 subtests passed [08:45:29.135] 349/399 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.28s [08:45:29.369] 350/399 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.23s [08:45:29.547] 351/399 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.18s [08:45:29.596] 352/399 postgresql:test_aio / test_aio/003_initdb OK 7.57s 6 subtests passed [08:45:32.190] 353/399 postgresql:test_checksums / test_checksums/004_offline OK 4.17s 8 subtests passed [08:45:32.210] 354/399 postgresql:test_checksums / test_checksums/005_injection OK 3.48s 3 subtests passed [08:45:32.897] 355/399 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 3.30s 2 subtests passed [08:45:33.213] 356/399 postgresql:test_checksums / test_checksums/003_standby_restarts OK 6.28s 24 subtests passed [08:45:33.614] 357/399 postgresql:test_int128 / test_int128/001_test_int128 OK 0.40s 2 subtests passed [08:45:35.355] 358/399 postgresql:test_escape / test_escape/001_test_escape OK 3.14s 1218 subtests passed [08:45:35.606] 359/399 postgresql:oauth_validator / oauth_validator/001_server OK 16.44s 170 subtests passed [08:45:35.920] 360/399 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.31s 12 subtests passed [08:45:36.146] 361/399 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.22s 2 subtests passed [08:45:36.304] 362/399 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.41s 11 subtests passed [08:45:36.825] 363/399 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 4.63s 15 subtests passed [08:45:37.074] 364/399 postgresql:subscription / subscription/100_bugs OK 25.19s 17 subtests passed [08:45:37.187] 365/399 postgresql:test_aio / test_aio/001_aio OK 15.40s 826 subtests passed [08:45:37.482] 366/399 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 3.87s 516 subtests passed [08:45:39.111] 367/399 postgresql:test_json_parser / test_json_parser/002_inline OK 3.74s 3712 subtests passed [08:45:39.712] 368/399 postgresql:test_misc / test_misc/003_check_guc OK 2.89s 4 subtests passed [08:45:40.134] 369/399 postgresql:test_misc / test_misc/001_constraint_validation OK 3.98s 42 subtests passed [08:45:40.307] 370/399 postgresql:test_misc / test_misc/002_tablespace OK 4.00s 20 subtests passed [08:45:40.606] 371/399 postgresql:test_misc / test_misc/004_io_direct OK 3.53s 3 subtests passed [08:45:40.880] 372/399 postgresql:test_misc / test_misc/005_timeouts OK 3.65s 2 subtests passed [08:45:41.659] 373/399 postgresql:test_misc / test_misc/006_signal_autovacuum OK 4.17s 2 subtests passed [08:45:42.367] 374/399 postgresql:test_misc / test_misc/007_catcache_inval OK 3.21s 2 subtests passed [08:45:42.622] 375/399 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.25s [08:45:43.668] 376/399 postgresql:test_misc / test_misc/009_log_temp_files OK 3.53s 11 subtests passed [08:45:43.676] 377/399 postgresql:test_misc / test_misc/008_replslot_single_user OK 3.96s 10 subtests passed [08:45:44.898] 378/399 postgresql:test_misc / test_misc/011_lock_stats OK 4.29s 7 subtests passed [08:45:45.554] 379/399 postgresql:test_misc / test_misc/012_ddlutils OK 4.67s 43 subtests passed [08:45:45.842] 380/399 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 3.22s 2 subtests passed [08:45:46.246] 381/399 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.40s [08:45:46.523] 382/399 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.28s [08:45:46.812] 383/399 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.29s [08:45:47.462] 384/399 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 7.15s 73 subtests passed [08:45:47.568] 385/399 postgresql:test_slru / test_slru/001_multixact OK 3.90s 2 subtests passed [08:45:48.089] 386/399 postgresql:test_slru / test_slru/002_multixact_wraparound OK 4.41s 18 subtests passed [08:45:49.454] 387/399 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 2.64s [08:45:49.586] 388/399 postgresql:worker_spi / worker_spi/001_worker_spi OK 4.69s 8 subtests passed [08:45:50.771] 389/399 postgresql:worker_spi / worker_spi/002_worker_terminate OK 5.22s 11 subtests passed [08:45:51.783] 390/399 postgresql:test_pg_dump / test_pg_dump/001_base OK 10.12s 1044 subtests passed [08:45:52.930] 391/399 postgresql:ssl / ssl/002_scram OK 5.36s 28 subtests passed [08:45:53.750] 392/399 postgresql:ssl / ssl/003_sslinfo OK 5.66s 21 subtests passed [08:45:54.195] 393/399 postgresql:ldap / ldap/002_bindpasswd OK 3.42s 3 subtests passed [08:45:54.472] 394/399 postgresql:test_checksums / test_checksums/009_fpi OK 24.92s 7 subtests passed [08:45:55.520] 395/399 postgresql:icu / icu/010_database OK 2.59s 8 subtests passed [08:45:55.776] 396/399 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 3.98s 26 subtests passed [08:45:56.076] 397/399 postgresql:ldap / ldap/001_auth OK 6.49s 47 subtests passed [08:45:57.211] 398/399 postgresql:ssl / ssl/004_sni OK 7.76s 102 subtests passed [08:46:00.152] 399/399 postgresql:ssl / ssl/001_ssltests OK 12.69s 272 subtests passed [08:46:00.248] [08:46:00.248] Summary of Failures: [08:46:00.248] [08:46:00.248] 20/399 postgresql:regress / regress/regress ERROR 90.44s exit status 1 [08:46:00.248] 28/399 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 95.96s exit status 1 [08:46:00.248] 24/399 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 130.02s exit status 1 [08:46:00.248] 117/399 postgresql:recovery / recovery/027_stream_regress ERROR 115.90s exit status 1 [08:46:00.248] [08:46:00.248] Ok: 385 [08:46:00.248] Expected Fail: 0 [08:46:00.248] Fail: 4 [08:46:00.248] Unexpected Pass: 0 [08:46:00.248] Skipped: 10 [08:46:00.248] Timeout: 0 [08:46:00.248] [08:46:00.248] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [08:46:00.341] [08:46:00.341] Exit status: 4