[08:23:13.014] su postgres <<-EOF [08:23:13.014] set -e [08:23:13.014] ulimit -c unlimited [08:23:13.014] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [08:23:13.014] EOF [08:23:14.096] 1/399 postgresql:setup / tmp_install OK 0.70s [08:23:14.150] 2/399 postgresql:setup / install_test_files OK 0.05s [08:23:15.698] 3/399 postgresql:setup / initdb_cache OK 1.55s [08:23:16.052] 4/399 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.33s 9 subtests passed [08:23:31.920] 5/399 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 16.17s 16 subtests passed [08:23:49.063] 6/399 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 33.33s 13 subtests passed [08:23:50.628] 7/399 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 18.71s 5 subtests passed [08:23:53.325] 8/399 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 37.59s 19 subtests passed [08:23:53.602] 9/399 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 37.55s 3 subtests passed [08:24:04.649] 10/399 postgresql:recovery / recovery/002_archiving OK 11.32s 12 subtests passed [08:24:11.738] 11/399 postgresql:recovery / recovery/003_recovery_targets OK 18.13s 15 subtests passed [08:24:12.237] 12/399 postgresql:recovery / recovery/001_stream_rep OK 21.61s 64 subtests passed [08:24:18.805] 13/399 postgresql:recovery / recovery/004_timeline_switch OK 14.15s 5 subtests passed [08:24:19.134] 14/399 postgresql:recovery / recovery/006_logical_decoding OK 6.90s 20 subtests passed [08:24:22.376] 15/399 postgresql:recovery / recovery/005_replay_delay OK 10.64s 3 subtests passed [08:24:28.743] 16/399 postgresql:recovery / recovery/007_sync_rep OK 9.94s 11 subtests passed [08:24:35.615] 17/399 postgresql:recovery / recovery/008_fsm_truncation OK 16.48s 1 subtests passed [08:24:37.192] 18/399 postgresql:recovery / recovery/010_logical_decoding_timelines OK 8.45s 13 subtests passed [08:24:39.739] 19/399 postgresql:recovery / recovery/009_twophase OK 17.36s 30 subtests passed [08:24:43.946] 20/399 postgresql:recovery / recovery/013_crash_restart OK 6.75s 20 subtests passed [08:24:46.520] 21/399 postgresql:recovery / recovery/014_unlogged_reinit OK 6.78s 23 subtests passed [08:24:48.106] 22/399 postgresql:recovery / recovery/012_subtransactions OK 12.49s 12 subtests passed [08:24:50.739] ▶ 23/399 + indexing 6263 ms FAIL [08:24:54.059] 24/399 postgresql:recovery / recovery/015_promotion_pages OK 10.11s 1 subtests passed [08:24:55.152] 25/399 postgresql:recovery / recovery/016_min_consistency OK 8.63s 1 subtests passed [08:24:55.490] 26/399 postgresql:recovery / recovery/017_shm OK 7.38s 4 subtests passed [08:24:55.687] ▶ 27/399 - regression tests in old instance FAIL [08:24:56.668] 23/399 postgresql:regress / regress/regress ERROR 100.96s exit status 1 [08:24:56.669] >>> LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MALLOC_PERTURB_=83 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 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 MESON_TEST_ITERATION=1 top_builddir=/tmp/cirrus-ci-build/build /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:24:56.669] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [08:24:56.669] stderr: [08:24:56.669] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out [08:24:56.669] # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-04-30 08:18:59.665736913 +0000 [08:24:56.669] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out 2026-04-30 08:24:50.679176842 +0000 [08:24:56.669] # @@ -559,41 +559,46 @@ [08:24:56.669] # ERROR: division by zero [08:24:56.669] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:24:56.669] # where relname like 'idxpart%' order by relname; [08:24:56.669] # - relname | indisvalid [08:24:56.669] # ---------------------+------------ [08:24:56.669] # - idxpart11_expr_idx | f [08:24:56.669] # - idxpart1_expr_idx | f [08:24:56.669] # - idxpart2_expr_idx | t [08:24:56.669] # - idxpart_expr_idx | f [08:24:56.669] # + relname | indisvalid [08:24:56.669] # +-------------------+------------ [08:24:56.669] # + idxpart11_a_b_idx | f [08:24:56.669] # + idxpart1_a_b_idx | f [08:24:56.669] # + idxpart2_a_b_idx | t [08:24:56.669] # + idxpart_a_b_idx | f [08:24:56.669] # (4 rows) [08:24:56.669] # [08:24:56.669] # -- attach the indexes; parents stay invalid [08:24:56.669] # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [08:24:56.669] # +ERROR: relation "idxpart1_expr_idx" does not exist [08:24:56.669] # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [08:24:56.669] # +ERROR: relation "idxpart_expr_idx" does not exist [08:24:56.669] # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [08:24:56.669] # +ERROR: relation "idxpart_expr_idx" does not exist [08:24:56.669] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:24:56.669] # where relname like 'idxpart%' order by relname; [08:24:56.669] # - relname | indisvalid [08:24:56.669] # ---------------------+------------ [08:24:56.669] # - idxpart11_expr_idx | f [08:24:56.669] # - idxpart1_expr_idx | f [08:24:56.669] # - idxpart2_expr_idx | t [08:24:56.669] # - idxpart_expr_idx | f [08:24:56.669] # + relname | indisvalid [08:24:56.669] # +-------------------+------------ [08:24:56.669] # + idxpart11_a_b_idx | f [08:24:56.669] # + idxpart1_a_b_idx | f [08:24:56.669] # + idxpart2_a_b_idx | t [08:24:56.669] # + idxpart_a_b_idx | f [08:24:56.669] # (4 rows) [08:24:56.669] # [08:24:56.669] # -- fix the index on the leaf partition [08:24:56.669] # delete from idxpart11 where b = 0; [08:24:56.669] # reindex index concurrently idxpart11_expr_idx; [08:24:56.669] # +ERROR: relation "idxpart11_expr_idx" does not exist [08:24:56.669] # -- reattach the leaf partition index; parents should now be valid [08:24:56.669] # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [08:24:56.669] # +ERROR: relation "idxpart1_expr_idx" does not exist [08:24:56.669] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:24:56.669] # where relname like 'idxpart%' order by relname; [08:24:56.669] # - relname | indisvalid [08:24:56.669] # ---------------------+------------ [08:24:56.669] # - idxpart11_expr_idx | t [08:24:56.669] # - idxpart1_expr_idx | t [08:24:56.669] # - idxpart2_expr_idx | t [08:24:56.669] # - idxpart_expr_idx | t [08:24:56.669] # + relname | indisvalid [08:24:56.669] # +-------------------+------------ [08:24:56.669] # + idxpart11_a_b_idx | f [08:24:56.669] # + idxpart1_a_b_idx | f [08:24:56.669] # + idxpart2_a_b_idx | t [08:24:56.669] # + idxpart_a_b_idx | f [08:24:56.669] # (4 rows) [08:24:56.669] # [08:24:56.669] # drop table idxpart; [08:24:56.669] # @@ -612,37 +617,41 @@ [08:24:56.669] # ERROR: division by zero [08:24:56.669] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:24:56.669] # where relname like 'idxpart%' order by relname; [08:24:56.669] # - relname | indisvalid [08:24:56.669] # --------------------+------------ [08:24:56.669] # - idxpart1_expr_idx | f [08:24:56.669] # - idxpart2_expr_idx | f [08:24:56.669] # - idxpart_expr_idx | f [08:24:56.669] # + relname | indisvalid [08:24:56.669] # +------------------+------------ [08:24:56.669] # + idxpart1_a_b_idx | f [08:24:56.669] # (diff output truncated and silencing output for further failing tests...) [08:24:56.669] # 1 of 245 tests failed. [08:24:56.669] # 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:24:56.669] # 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:24:56.669] [08:24:56.669] (test program exited with status code 1) [08:24:56.669] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [08:24:56.669] [08:25:00.512] ▶ 28/399 - regression tests pass FAIL [08:25:00.526] 29/399 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 104.76s 50 subtests passed [08:25:00.663] 28/399 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 104.95s exit status 1 [08:25:00.663] >>> LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib 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_=101 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 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 MESON_TEST_ITERATION=1 top_builddir=/tmp/cirrus-ci-build/build /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:25:00.663] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [08:25:00.663] stderr: [08:25:00.663] # Failed test 'regression tests pass' [08:25:00.663] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 64. [08:25:00.663] # got: '256' [08:25:00.663] # expected: '0' [08:25:00.663] # Looks like you failed 1 test of 1. [08:25:00.663] [08:25:00.663] (test program exited with status code 1) [08:25:00.663] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [08:25:00.663] [08:25:00.793] 30/399 postgresql:recovery / recovery/021_row_visibility OK 4.12s 10 subtests passed [08:25:03.698] 31/399 postgresql:recovery / recovery/020_archive_status OK 8.21s 19 subtests passed [08:25:04.009] 32/399 postgresql:recovery / recovery/022_crash_temp_files OK 3.48s 11 subtests passed [08:25:04.619] 33/399 postgresql:recovery / recovery/023_pitr_prepared_xact OK 3.95s 1 subtests passed [08:25:04.877] 34/399 postgresql:recovery / recovery/024_archive_recovery OK 4.08s 2 subtests passed [08:25:08.971] 35/399 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 5.27s 1 subtests passed [08:25:11.040] 36/399 postgresql:recovery / recovery/028_pitr_timelines OK 6.16s 3 subtests passed [08:25:14.201] 37/399 postgresql:recovery / recovery/026_overwrite_contrecord OK 10.19s 3 subtests passed [08:25:17.900] 38/399 postgresql:recovery / recovery/029_stats_restart OK 8.93s 44 subtests passed [08:25:18.235] 39/399 postgresql:recovery / recovery/018_wal_optimize OK 24.17s 38 subtests passed [08:25:19.282] 40/399 postgresql:recovery / recovery/030_stats_cleanup_replica OK 8.24s 11 subtests passed [08:25:20.147] 41/399 postgresql:recovery / recovery/019_replslot_limit OK 24.99s 26 subtests passed [08:25:22.855] 42/399 postgresql:recovery / recovery/031_recovery_conflict OK 8.65s 18 subtests passed [08:25:24.564] 43/399 postgresql:recovery / recovery/034_create_database OK 5.28s 2 subtests passed [08:25:28.573] 44/399 postgresql:recovery / recovery/037_invalid_database OK 4.00s 10 subtests passed [08:25:28.686] 45/399 postgresql:recovery / recovery/032_relfilenode_reuse OK 10.78s 14 subtests passed [08:25:28.860] 46/399 postgresql:recovery / recovery/036_truncated_dropped OK 6.00s 8 subtests passed [08:25:30.022] 47/399 postgresql:isolation / isolation/isolation OK 100.96s 128 subtests passed [08:25:36.113] 48/399 postgresql:recovery / recovery/041_checkpoint_at_promote OK 6.09s 6 subtests passed [08:25:37.027] 49/399 postgresql:recovery / recovery/033_replay_tsp_drops OK 18.79s 3 subtests passed [08:25:38.626] 50/399 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 10.05s 2 subtests passed [08:25:43.717] 51/399 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 5.08s 1 subtests passed [08:25:44.607] 52/399 postgresql:recovery / recovery/039_end_of_wal OK 15.92s 14 subtests passed [08:25:44.628] 53/399 postgresql:recovery / recovery/042_low_level_backup OK 8.51s 4 subtests passed [08:25:44.730] 54/399 postgresql:recovery / recovery/043_no_contrecord_switch OK 7.70s 1 subtests passed [08:25:45.627] 27/399 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 149.90s exit status 1 [08:25:45.628] >>> PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/bin/pg_upgrade:/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade:/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib top_builddir=/tmp/cirrus-ci-build/build REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MALLOC_PERTURB_=155 with_icu=yes TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so 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 MESON_TEST_ITERATION=1 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress /usr/bin/python3 /tmp/cirrus-ci-build/build/../src/tools/testwrap --basedir /tmp/cirrus-ci-build/build --srcdir /tmp/cirrus-ci-build/src/bin/pg_upgrade --pg-test-extra '' --testgroup pg_upgrade --testname 002_pg_upgrade -- /usr/bin/perl -I /tmp/cirrus-ci-build/src/test/perl -I /tmp/cirrus-ci-build/src/bin/pg_upgrade /tmp/cirrus-ci-build/src/bin/pg_upgrade/t/002_pg_upgrade.pl [08:25:45.628] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [08:25:45.628] Listing only the last 100 lines from a long log. [08:25:45.628] # ok 25 + point 285 ms [08:25:45.628] # ok 26 + lseg 180 ms [08:25:45.628] # ok 27 + line 180 ms [08:25:45.628] # ... 206 lines omitted ... [08:25:45.628] # ok 219 + partition_merge 3666 ms [08:25:45.628] # ok 220 + partition_split 4588 ms [08:25:45.628] # ok 221 + partition_join 6027 ms [08:25:45.628] # ok 222 + partition_prune 6086 ms [08:25:45.628] # ok 223 + reloptions 478 ms [08:25:45.628] # ok 224 + hash_part 449 ms [08:25:45.628] # not ok 225 + indexing 7337 ms [08:25:45.628] # ok 226 + partition_aggregate 4216 ms [08:25:45.628] # ok 227 + partition_info 636 ms [08:25:45.628] # ok 228 + tuplesort 5791 ms [08:25:45.628] # ok 229 + explain 540 ms [08:25:45.628] # ok 230 + memoize 1334 ms [08:25:45.628] # ok 231 + stats 4592 ms [08:25:45.628] # ok 232 + predicate 696 ms [08:25:45.628] # ok 233 + numa 267 ms [08:25:45.628] # ok 234 + eager_aggregate 1943 ms [08:25:45.628] # ok 235 + graph_table_rls 696 ms [08:25:45.628] # ok 236 + planner_est 195 ms [08:25:45.628] # # parallel group (4 tests): compression_pglz compression compression_lz4 cluster [08:25:45.628] # ok 237 + compression 485 ms [08:25:45.628] # ok 238 + compression_lz4 511 ms [08:25:45.628] # ok 239 + compression_pglz 60 ms [08:25:45.628] # ok 240 + cluster 1349 ms [08:25:45.628] # # parallel group (2 tests): oidjoins event_trigger [08:25:45.628] # ok 241 + oidjoins 1825 ms [08:25:45.628] # ok 242 + event_trigger 2044 ms [08:25:45.628] # ok 243 - event_trigger_login 200 ms [08:25:45.628] # ok 244 - fast_default 1067 ms [08:25:45.628] # ok 245 - tablespace 1767 ms [08:25:45.628] # 1..245 [08:25:45.628] # -------------- stderr -------------- [08:25:45.628] # # 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:25:45.628] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-04-30 08:18:59.665736913 +0000 [08:25:45.628] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out 2026-04-30 08:24:49.095168775 +0000 [08:25:45.628] # # @@ -559,41 +559,46 @@ [08:25:45.628] # # ERROR: division by zero [08:25:45.628] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:25:45.628] # # where relname like 'idxpart%' order by relname; [08:25:45.628] # # - relname | indisvalid [08:25:45.628] # # ---------------------+------------ [08:25:45.628] # # - idxpart11_expr_idx | f [08:25:45.628] # # - idxpart1_expr_idx | f [08:25:45.628] # # - idxpart2_expr_idx | t [08:25:45.628] # # - idxpart_expr_idx | f [08:25:45.628] # # + relname | indisvalid [08:25:45.628] # # +-------------------+------------ [08:25:45.628] # # + idxpart11_a_b_idx | f [08:25:45.628] # # + idxpart1_a_b_idx | f [08:25:45.628] # # + idxpart2_a_b_idx | t [08:25:45.628] # # + idxpart_a_b_idx | f [08:25:45.628] # # (4 rows) [08:25:45.628] # # [08:25:45.628] # # -- attach the indexes; parents stay invalid [08:25:45.628] # # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [08:25:45.628] # # +ERROR: relation "idxpart1_expr_idx" does not exist [08:25:45.628] # # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [08:25:45.628] # # +ERROR: relation "idxpart_expr_idx" does not exist [08:25:45.628] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [08:25:45.628] # # +ERROR: relation "idxpart_expr_idx" does not exist [08:25:45.628] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:25:45.628] # # where relname like 'idxpart%' order by relname; [08:25:45.628] # ... 24 lines omitted ... [08:25:45.628] # # ---------------------+------------ [08:25:45.628] # # - idxpart11_expr_idx | t [08:25:45.628] # # - idxpart1_expr_idx | t [08:25:45.628] # # - idxpart2_expr_idx | t [08:25:45.628] # # - idxpart_expr_idx | t [08:25:45.628] # # + relname | indisvalid [08:25:45.628] # # +-------------------+------------ [08:25:45.628] # # + idxpart11_a_b_idx | f [08:25:45.628] # # + idxpart1_a_b_idx | f [08:25:45.628] # # + idxpart2_a_b_idx | t [08:25:45.628] # # + idxpart_a_b_idx | f [08:25:45.628] # # (4 rows) [08:25:45.628] # # [08:25:45.628] # # drop table idxpart; [08:25:45.628] # # @@ -612,37 +617,41 @@ [08:25:45.628] # # ERROR: division by zero [08:25:45.628] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:25:45.628] # # where relname like 'idxpart%' order by relname; [08:25:45.628] # # - relname | indisvalid [08:25:45.628] # # --------------------+------------ [08:25:45.628] # # - idxpart1_expr_idx | f [08:25:45.628] # # - idxpart2_expr_idx | f [08:25:45.628] # # - idxpart_expr_idx | f [08:25:45.628] # # + relname | indisvalid [08:25:45.628] # # +------------------+------------ [08:25:45.628] # # + idxpart1_a_b_idx | f [08:25:45.628] # # (diff output truncated and silencing output for further failing tests...) [08:25:45.628] # # 1 of 245 tests failed. [08:25:45.628] # # 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:25:45.628] # # 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:25:45.628] # ------------------------------------ [08:25:45.628] # Looks like you failed 1 test of 20. [08:25:45.628] [08:25:45.628] (test program exited with status code 1) [08:25:45.628] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [08:25:45.628] [08:25:51.777] 55/399 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 7.04s 3 subtests passed [08:25:51.898] 56/399 postgresql:recovery / recovery/035_standby_logical_decoding OK 31.75s 89 subtests passed [08:25:52.641] 57/399 postgresql:recovery / recovery/045_archive_restartpoint OK 8.92s 1 subtests passed [08:25:52.828] 58/399 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 8.20s 1 subtests passed [08:25:55.751] 59/399 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 11.14s 2 subtests passed [08:25:56.134] 60/399 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 3.49s 4 subtests passed [08:25:56.390] 61/399 postgresql:recovery / recovery/050_redo_segment_missing OK 4.61s 2 subtests passed [08:25:57.041] 62/399 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 28.18s 38 subtests passed [08:26:00.346] 63/399 postgresql:plperl / plperl/regress OK 4.21s 14 subtests passed [08:26:00.986] 64/399 postgresql:plpgsql / plpgsql/regress OK 5.23s 13 subtests passed [08:26:01.249] 65/399 postgresql:pltcl / pltcl/regress OK 4.21s 8 subtests passed [08:26:02.381] 66/399 postgresql:plpython / plpython/regress OK 5.99s 23 subtests passed [08:26:02.515] 67/399 postgresql:kerberos / kerberos/001_auth OK 9.68s 142 subtests passed [08:26:03.617] 68/399 postgresql:recovery / recovery/049_wait_for_lsn OK 17.99s 35 subtests passed [08:26:04.032] 69/399 postgresql:auto_explain / auto_explain/regress OK 3.05s 2 subtests passed [08:26:04.509] 70/399 postgresql:basic_archive / basic_archive/regress OK 3.26s 1 subtests passed [08:26:05.188] 71/399 postgresql:recovery / recovery/051_effective_wal_level OK 13.29s 31 subtests passed [08:26:07.282] 72/399 postgresql:bool_plperl / bool_plperl/regress OK 4.75s 2 subtests passed [08:26:07.483] 73/399 postgresql:bloom / bloom/regress OK 5.10s 1 subtests passed [08:26:09.501] 74/399 postgresql:citext / citext/regress OK 4.99s 3 subtests passed [08:26:09.706] 75/399 postgresql:btree_gin / btree_gin/regress OK 6.09s 30 subtests passed [08:26:09.742] 76/399 postgresql:cube / cube/regress OK 4.55s 2 subtests passed [08:26:10.752] 77/399 postgresql:dict_int / dict_int/regress OK 3.27s 1 subtests passed [08:26:11.425] 78/399 postgresql:btree_gist / btree_gist/regress OK 7.39s 32 subtests passed [08:26:11.477] 79/399 postgresql:dblink / dblink/regress OK 4.20s 1 subtests passed [08:26:13.184] 80/399 postgresql:dict_xsyn / dict_xsyn/regress OK 3.68s 1 subtests passed [08:26:14.595] 81/399 postgresql:file_fdw / file_fdw/regress OK 4.85s 1 subtests passed [08:26:14.622] 82/399 postgresql:earthdistance / earthdistance/regress OK 4.91s 1 subtests passed [08:26:15.746] 83/399 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 4.99s 2 subtests passed [08:26:16.891] 84/399 postgresql:hstore_plperl / hstore_plperl/regress OK 5.41s 3 subtests passed [08:26:17.034] 85/399 postgresql:amcheck / amcheck/regress OK 16.69s 4 subtests passed [08:26:18.324] 86/399 postgresql:hstore_plpython / hstore_plpython/regress OK 5.14s 1 subtests passed [08:26:18.548] 87/399 postgresql:isn / isn/regress OK 3.92s 1 subtests passed [08:26:19.380] 88/399 postgresql:jsonb_plperl / jsonb_plperl/regress OK 3.63s 2 subtests passed [08:26:20.162] 89/399 postgresql:hstore / hstore/regress OK 8.74s 2 subtests passed [08:26:20.251] 90/399 postgresql:lo / lo/regress OK 3.22s 1 subtests passed [08:26:20.318] 91/399 postgresql:jsonb_plpython / jsonb_plpython/regress OK 3.43s 1 subtests passed [08:26:21.545] 92/399 postgresql:ltree_plpython / ltree_plpython/regress OK 2.99s 1 subtests passed [08:26:21.651] 93/399 postgresql:ltree / ltree/regress OK 3.33s 1 subtests passed [08:26:24.123] 94/399 postgresql:passwordcheck / passwordcheck/regress OK 3.96s 1 subtests passed [08:26:25.176] 95/399 postgresql:pg_buffercache / pg_buffercache/regress OK 4.92s 2 subtests passed [08:26:26.594] 96/399 postgresql:pageinspect / pageinspect/regress OK 7.21s 8 subtests passed [08:26:26.899] 97/399 postgresql:pg_freespacemap / pg_freespacemap/regress OK 5.35s 1 subtests passed [08:26:27.349] 98/399 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 5.69s 1 subtests passed [08:26:27.781] 99/399 postgresql:pgcrypto / pgcrypto/regress OK 7.46s 25 subtests passed [08:26:29.927] 100/399 postgresql:pg_overexplain / pg_overexplain/regress OK 5.80s 1 subtests passed [08:26:30.855] 101/399 postgresql:pg_prewarm / pg_prewarm/regress OK 4.26s 1 subtests passed [08:26:31.253] 102/399 postgresql:pgrowlocks / pgrowlocks/isolation OK 4.35s 1 subtests passed [08:26:32.851] 103/399 postgresql:intarray / intarray/regress OK 18.25s 1 subtests passed [08:26:33.995] 104/399 postgresql:pgstattuple / pgstattuple/regress OK 4.07s 1 subtests passed [08:26:34.137] 105/399 postgresql:pg_stash_advice / pg_stash_advice/regress OK 6.79s 2 subtests passed [08:26:34.286] 106/399 postgresql:pg_stat_statements / pg_stat_statements/regress OK 6.50s 16 subtests passed [08:26:34.387] 107/399 postgresql:pg_surgery / pg_surgery/regress OK 3.53s 1 subtests passed [08:26:36.126] 108/399 postgresql:pg_visibility / pg_visibility/regress OK 3.27s 1 subtests passed [08:26:37.679] 109/399 postgresql:pg_trgm / pg_trgm/regress OK 6.43s 4 subtests passed [08:26:37.734] 110/399 postgresql:pg_walinspect / pg_walinspect/regress OK 3.74s 2 subtests passed [08:26:38.038] 111/399 postgresql:postgres_fdw / postgres_fdw/isolation OK 3.75s 1 subtests passed [08:26:38.340] 112/399 postgresql:seg / seg/regress OK 3.95s 3 subtests passed [08:26:39.319] 113/399 postgresql:pg_plan_advice / pg_plan_advice/regress OK 14.14s 9 subtests passed [08:26:39.426] 114/399 postgresql:spi / spi/regress OK 3.30s 2 subtests passed [08:26:40.747] 115/399 postgresql:tcn / tcn/isolation OK 3.01s 1 subtests passed [08:26:40.853] 116/399 postgresql:tablefunc / tablefunc/regress OK 3.17s 1 subtests passed [08:26:41.216] ▶ 117/399 - regression tests pass FAIL [08:26:42.176] 118/399 postgresql:tsm_system_rows / tsm_system_rows/regress OK 2.85s 1 subtests passed [08:26:42.341] 119/399 postgresql:tsm_system_time / tsm_system_time/regress OK 2.91s 1 subtests passed [08:26:43.536] 120/399 postgresql:unaccent / unaccent/regress OK 2.79s 1 subtests passed [08:26:44.404] 121/399 postgresql:uuid-ossp / uuid-ossp/regress OK 3.55s 1 subtests passed [08:26:44.982] 122/399 postgresql:test_decoding / test_decoding/isolation OK 6.64s 14 subtests passed [08:26:45.274] 123/399 postgresql:xml2 / xml2/regress OK 3.10s 1 subtests passed [08:26:46.002] 124/399 postgresql:brin / brin/isolation OK 3.66s 1 subtests passed [08:26:46.440] 125/399 postgresql:commit_ts / commit_ts/regress OK 2.90s 1 subtests passed [08:26:47.785] 126/399 postgresql:dummy_index_am / dummy_index_am/regress OK 2.80s 1 subtests passed [08:26:48.523] 127/399 postgresql:delay_execution / delay_execution/isolation OK 4.12s 2 subtests passed [08:26:48.670] 128/399 postgresql:dummy_seclabel / dummy_seclabel/regress OK 3.39s 1 subtests passed [08:26:49.145] 129/399 postgresql:postgres_fdw / postgres_fdw/regress OK 15.01s 2 subtests passed [08:26:49.989] 130/399 postgresql:gin / gin/regress OK 3.98s 1 subtests passed [08:26:50.140] 131/399 postgresql:index / index/isolation OK 3.70s 1 subtests passed [08:26:51.282] 132/399 postgresql:injection_points / injection_points/regress OK 3.50s 4 subtests passed [08:26:51.973] 133/399 postgresql:plsample / plsample/regress OK 2.83s 1 subtests passed [08:26:52.361] 134/399 postgresql:test_decoding / test_decoding/regress OK 14.32s 20 subtests passed [08:26:53.356] 135/399 postgresql:spgist_name_ops / spgist_name_ops/regress OK 3.37s 1 subtests passed [08:26:53.381] 136/399 postgresql:test_binaryheap / test_binaryheap/regress OK 3.24s 1 subtests passed [08:26:54.665] 137/399 postgresql:test_bitmapset / test_bitmapset/regress OK 3.38s 1 subtests passed [08:26:55.137] 138/399 postgresql:test_bloomfilter / test_bloomfilter/regress OK 3.16s 1 subtests passed [08:26:55.337] 139/399 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 2.97s 1 subtests passed [08:26:55.922] 140/399 postgresql:injection_points / injection_points/isolation OK 7.40s 6 subtests passed [08:26:56.469] 141/399 postgresql:test_custom_types / test_custom_types/regress OK 3.08s 1 subtests passed [08:26:56.576] 142/399 postgresql:test_cplusplusext / test_cplusplusext/regress OK 3.22s 1 subtests passed [08:26:58.440] 143/399 postgresql:test_dsm_registry / test_dsm_registry/regress OK 3.10s 1 subtests passed [08:26:58.497] 144/399 postgresql:test_dsa / test_dsa/regress OK 3.36s 1 subtests passed [08:26:58.611] 145/399 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 3.94s 22 subtests passed [08:26:59.159] 146/399 postgresql:nbtree / nbtree/regress OK 10.49s 2 subtests passed [08:26:59.462] 147/399 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 2.99s 1 subtests passed [08:26:59.589] 148/399 postgresql:test_extensions / test_extensions/regress OK 3.67s 2 subtests passed [08:27:01.525] 149/399 postgresql:test_lfind / test_lfind/regress OK 3.08s 1 subtests passed [08:27:01.723] 150/399 postgresql:test_oat_hooks / test_oat_hooks/regress OK 3.11s 2 subtests passed [08:27:01.789] 151/399 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 3.29s 1 subtests passed [08:27:02.472] 152/399 postgresql:test_parser / test_parser/regress OK 3.31s 1 subtests passed [08:27:02.660] 153/399 postgresql:test_pg_dump / test_pg_dump/regress OK 3.20s 1 subtests passed [08:27:02.748] 154/399 postgresql:test_predtest / test_predtest/regress OK 3.16s 1 subtests passed [08:27:04.825] 155/399 postgresql:test_rbtree / test_rbtree/regress OK 3.10s 1 subtests passed [08:27:04.865] 156/399 postgresql:test_radixtree / test_radixtree/regress OK 3.34s 1 subtests passed [08:27:05.736] 157/399 postgresql:test_regex / test_regex/regress OK 3.95s 2 subtests passed [08:27:05.801] 158/399 postgresql:test_resowner / test_resowner/regress OK 3.33s 1 subtests passed [08:27:06.014] 159/399 postgresql:test_saslprep / test_saslprep/regress OK 3.26s 1 subtests passed [08:27:06.202] 160/399 postgresql:test_rls_hooks / test_rls_hooks/regress OK 3.54s 1 subtests passed [08:27:06.665] 161/399 postgresql:test_integerset / test_integerset/regress OK 10.09s 1 subtests passed [08:27:07.913] 162/399 postgresql:libpq / libpq/001_uri OK 1.25s 63 subtests passed [08:27:08.105] 163/399 postgresql:libpq / libpq/002_api OK 0.19s 1 subtests passed [08:27:08.121] 164/399 postgresql:test_slru / test_slru/regress OK 3.26s 1 subtests passed [08:27:08.894] 165/399 postgresql:test_tidstore / test_tidstore/regress OK 3.16s 1 subtests passed [08:27:09.158] 166/399 postgresql:typcache / typcache/regress OK 3.36s 1 subtests passed [08:27:10.084] 167/399 postgresql:unsafe_tests / unsafe_tests/regress OK 4.07s 4 subtests passed [08:27:10.420] 168/399 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.33s 55 subtests passed [08:27:11.549] 169/399 postgresql:test_shm_mq / test_shm_mq/regress OK 6.72s 1 subtests passed [08:27:11.933] 170/399 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.38s 9 subtests passed [08:27:12.377] 117/399 postgresql:recovery / recovery/027_stream_regress ERROR 127.76s exit status 1 [08:27:12.377] >>> enable_injection_points=yes LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MALLOC_PERTURB_=53 share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib top_builddir=/tmp/cirrus-ci-build/build REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/test/recovery:/tmp/cirrus-ci-build/build/src/test/recovery/test:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 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 /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:27:12.377] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [08:27:12.377] Listing only the last 100 lines from a long log. [08:27:12.377] # ok 25 + point 313 ms [08:27:12.377] # ok 26 + lseg 164 ms [08:27:12.377] # ok 27 + line 176 ms [08:27:12.377] # ... 206 lines omitted ... [08:27:12.377] # ok 219 + partition_merge 6257 ms [08:27:12.377] # ok 220 + partition_split 6859 ms [08:27:12.377] # ok 221 + partition_join 7751 ms [08:27:12.377] # ok 222 + partition_prune 7858 ms [08:27:12.377] # ok 223 + reloptions 488 ms [08:27:12.377] # ok 224 + hash_part 352 ms [08:27:12.377] # not ok 225 + indexing 9606 ms [08:27:12.377] # ok 226 + partition_aggregate 4962 ms [08:27:12.377] # ok 227 + partition_info 1201 ms [08:27:12.377] # ok 228 + tuplesort 4794 ms [08:27:12.377] # ok 229 + explain 756 ms [08:27:12.377] # ok 230 + memoize 3570 ms [08:27:12.377] # ok 231 + stats 6685 ms [08:27:12.377] # ok 232 + predicate 779 ms [08:27:12.377] # ok 233 + numa 176 ms [08:27:12.377] # ok 234 + eager_aggregate 2333 ms [08:27:12.377] # ok 235 + graph_table_rls 1026 ms [08:27:12.377] # ok 236 + planner_est 200 ms [08:27:12.377] # # parallel group (4 tests): compression_pglz compression_lz4 compression cluster [08:27:12.377] # ok 237 + compression 782 ms [08:27:12.377] # ok 238 + compression_lz4 718 ms [08:27:12.377] # ok 239 + compression_pglz 54 ms [08:27:12.377] # ok 240 + cluster 1525 ms [08:27:12.377] # # parallel group (2 tests): oidjoins event_trigger [08:27:12.377] # ok 241 + oidjoins 1490 ms [08:27:12.377] # ok 242 + event_trigger 1812 ms [08:27:12.377] # ok 243 - event_trigger_login 146 ms [08:27:12.377] # ok 244 - fast_default 655 ms [08:27:12.377] # ok 245 - tablespace 4312 ms [08:27:12.377] # 1..245 [08:27:12.377] # -------------- stderr -------------- [08:27:12.377] # # 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:27:12.377] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-04-30 08:18:59.665736913 +0000 [08:27:12.377] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out 2026-04-30 08:26:32.587769066 +0000 [08:27:12.377] # # @@ -559,41 +559,46 @@ [08:27:12.377] # # ERROR: division by zero [08:27:12.377] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:27:12.377] # # where relname like 'idxpart%' order by relname; [08:27:12.377] # # - relname | indisvalid [08:27:12.377] # # ---------------------+------------ [08:27:12.377] # # - idxpart11_expr_idx | f [08:27:12.377] # # - idxpart1_expr_idx | f [08:27:12.377] # # - idxpart2_expr_idx | t [08:27:12.377] # # - idxpart_expr_idx | f [08:27:12.377] # # + relname | indisvalid [08:27:12.377] # # +-------------------+------------ [08:27:12.377] # # + idxpart11_a_b_idx | f [08:27:12.377] # # + idxpart1_a_b_idx | f [08:27:12.377] # # + idxpart2_a_b_idx | t [08:27:12.377] # # + idxpart_a_b_idx | f [08:27:12.377] # # (4 rows) [08:27:12.377] # # [08:27:12.377] # # -- attach the indexes; parents stay invalid [08:27:12.377] # # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [08:27:12.377] # # +ERROR: relation "idxpart1_expr_idx" does not exist [08:27:12.377] # # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [08:27:12.377] # # +ERROR: relation "idxpart_expr_idx" does not exist [08:27:12.377] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [08:27:12.377] # # +ERROR: relation "idxpart_expr_idx" does not exist [08:27:12.377] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:27:12.377] # # where relname like 'idxpart%' order by relname; [08:27:12.377] # ... 24 lines omitted ... [08:27:12.377] # # ---------------------+------------ [08:27:12.377] # # - idxpart11_expr_idx | t [08:27:12.377] # # - idxpart1_expr_idx | t [08:27:12.377] # # - idxpart2_expr_idx | t [08:27:12.377] # # - idxpart_expr_idx | t [08:27:12.377] # # + relname | indisvalid [08:27:12.377] # # +-------------------+------------ [08:27:12.377] # # + idxpart11_a_b_idx | f [08:27:12.377] # # + idxpart1_a_b_idx | f [08:27:12.377] # # + idxpart2_a_b_idx | t [08:27:12.377] # # + idxpart_a_b_idx | f [08:27:12.377] # # (4 rows) [08:27:12.377] # # [08:27:12.377] # # drop table idxpart; [08:27:12.377] # # @@ -612,37 +617,41 @@ [08:27:12.377] # # ERROR: division by zero [08:27:12.377] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [08:27:12.377] # # where relname like 'idxpart%' order by relname; [08:27:12.377] # # - relname | indisvalid [08:27:12.377] # # --------------------+------------ [08:27:12.377] # # - idxpart1_expr_idx | f [08:27:12.377] # # - idxpart2_expr_idx | f [08:27:12.377] # # - idxpart_expr_idx | f [08:27:12.377] # # + relname | indisvalid [08:27:12.377] # # +------------------+------------ [08:27:12.377] # # + idxpart1_a_b_idx | f [08:27:12.377] # # (diff output truncated and silencing output for further failing tests...) [08:27:12.377] # # 1 of 245 tests failed. [08:27:12.377] # # 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:27:12.377] # # 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:27:12.377] # ------------------------------------ [08:27:12.377] # Looks like you failed 1 test of 11. [08:27:12.377] [08:27:12.377] (test program exited with status code 1) [08:27:12.377] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [08:27:12.377] [08:27:14.289] 171/399 postgresql:ecpg / ecpg/ecpg OK 8.09s 66 subtests passed [08:27:15.761] 172/399 postgresql:libpq / libpq/006_service OK 6.60s 47 subtests passed [08:27:18.395] 173/399 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 6.46s 107 subtests passed [08:27:18.816] 174/399 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.42s 51 subtests passed [08:27:19.686] 175/399 postgresql:libpq / libpq/003_load_balance_host_list OK 11.58s 127 subtests passed [08:27:20.202] 176/399 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.91s 32 subtests passed [08:27:20.231] 177/399 postgresql:libpq / libpq/004_load_balance_dns OK 12.11s 125 subtests passed [08:27:21.397] 178/399 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 5.64s 10 subtests passed [08:27:23.399] 179/399 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 3.71s 3 subtests passed [08:27:23.728] 180/399 postgresql:pg_checksums / pg_checksums/001_basic OK 0.33s 9 subtests passed [08:27:24.027] 181/399 postgresql:libpq / libpq/005_negotiate_encryption OK 15.13s 249 subtests passed [08:27:24.368] 182/399 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.34s 13 subtests passed [08:27:25.942] 183/399 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 5.74s 43 subtests passed [08:27:27.578] 184/399 postgresql:pg_amcheck / pg_amcheck/003_check OK 15.20s 75 subtests passed [08:27:29.719] 185/399 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 9.48s 27 subtests passed [08:27:29.780] 186/399 postgresql:pg_checksums / pg_checksums/002_actions OK 6.05s 66 subtests passed [08:27:31.169] 187/399 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 5.22s 7 subtests passed [08:27:31.361] 188/399 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 3.78s 11 subtests passed [08:27:32.980] 189/399 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 8.61s 6 subtests passed [08:27:34.668] 190/399 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.88s 4 subtests passed [08:27:35.537] 191/399 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 4.37s 3 subtests passed [08:27:36.235] 192/399 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.25s 4 subtests passed [08:27:36.509] 193/399 postgresql:pg_config / pg_config/001_pg_config OK 0.27s 21 subtests passed [08:27:36.882] 194/399 postgresql:initdb / initdb/001_initdb OK 26.46s 57 subtests passed [08:27:37.251] 195/399 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 7.53s 22 subtests passed [08:27:38.278] 196/399 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.92s 2 subtests passed [08:27:38.777] 197/399 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.27s 18 subtests passed [08:27:39.909] 198/399 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 4.37s 5 subtests passed [08:27:40.030] 199/399 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.36s 4 subtests passed [08:27:40.178] 200/399 postgresql:pg_ctl / pg_ctl/002_status OK 2.93s 3 subtests passed [08:27:40.763] 201/399 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 19.36s 60 subtests passed [08:27:41.002] 202/399 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 22.18s 200 subtests passed [08:27:41.018] 203/399 postgresql:pg_ctl / pg_ctl/001_start_stop OK 4.13s 25 subtests passed [08:27:41.570] 204/399 postgresql:pg_dump / pg_dump/001_basic OK 1.66s 135 subtests passed [08:27:43.105] 205/399 postgresql:pg_ctl / pg_ctl/003_promote OK 4.83s 12 subtests passed [08:27:43.970] 206/399 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 3.79s 3 subtests passed [08:27:44.035] 207/399 postgresql:pg_ctl / pg_ctl/004_logrotate OK 5.26s 14 subtests passed [08:27:45.533] 208/399 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.77s 4 subtests passed [08:27:47.465] 209/399 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 3.43s 9 subtests passed [08:27:47.879] 210/399 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 6.85s 98 subtests passed [08:27:48.335] 211/399 postgresql:pg_resetwal / pg_resetwal/001_basic OK 4.36s 83 subtests passed [08:27:51.593] 212/399 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 10.59s 108 subtests passed [08:27:55.995] 213/399 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 4.40s 1 subtests passed [08:27:56.368] 214/399 postgresql:pg_rewind / pg_rewind/006_options OK 0.37s 13 subtests passed [08:27:56.892] 215/399 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 9.01s 6 subtests passed [08:27:58.437] 216/399 postgresql:pg_dump / pg_dump/010_dump_connstr OK 15.33s 13 subtests passed [08:27:58.937] 217/399 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 10.60s 10 subtests passed [08:28:01.571] 218/399 postgresql:pg_rewind / pg_rewind/002_databases OK 14.10s 12 subtests passed [08:28:02.384] 219/399 postgresql:pg_rewind / pg_rewind/007_standby_source OK 6.01s 7 subtests passed [08:28:02.756] 220/399 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.37s 13 subtests passed [08:28:03.489] 221/399 postgresql:pg_rewind / pg_rewind/009_growing_files OK 5.05s 3 subtests passed [08:28:03.767] 222/399 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 6.87s 3 subtests passed [08:28:03.897] 223/399 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.41s 17 subtests passed [08:28:04.158] 224/399 postgresql:pg_rewind / pg_rewind/001_basic OK 18.62s 57 subtests passed [08:28:05.835] 225/399 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.26s 12 subtests passed [08:28:06.095] 226/399 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.34s 18 subtests passed [08:28:06.429] 227/399 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 7.49s 1 subtests passed [08:28:06.725] 228/399 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 0.89s 60 subtests passed [08:28:08.565] 229/399 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 4.41s 32 subtests passed [08:28:09.462] 230/399 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.37s 5 subtests passed [08:28:11.368] 231/399 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 4.94s 11 subtests passed [08:28:11.832] 232/399 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 8.06s 38 subtests passed [08:28:14.610] 233/399 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 7.88s 18 subtests passed [08:28:14.816] 234/399 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.21s 11 subtests passed [08:28:15.316] 235/399 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 6.75s 10 subtests passed [08:28:15.593] 236/399 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.76s 5 subtests passed [08:28:17.183] 237/399 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.59s 207 subtests passed [08:28:17.822] 238/399 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 13.92s 92 subtests passed [08:28:17.855] 239/399 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 8.39s 21 subtests passed [08:28:18.905] 240/399 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 4.09s 7 subtests passed [08:28:22.405] 241/399 postgresql:psql / psql/020_cancel OK 4.55s 2 subtests passed [08:28:23.074] 242/399 postgresql:psql / psql/010_tab_completion OK 5.25s 89 subtests passed [08:28:23.105] 243/399 postgresql:psql / psql/001_basic OK 5.92s 126 subtests passed [08:28:23.771] 244/399 postgresql:psql / psql/030_pager OK 4.86s 4 subtests passed [08:28:26.534] 245/399 postgresql:scripts / scripts/010_clusterdb OK 4.13s 16 subtests passed [08:28:27.061] 246/399 postgresql:scripts / scripts/011_clusterdb_all OK 3.99s 7 subtests passed [08:28:27.939] 247/399 postgresql:scripts / scripts/040_createuser OK 4.17s 37 subtests passed [08:28:28.243] 248/399 postgresql:pg_waldump / pg_waldump/001_basic OK 16.87s 212 subtests passed [08:28:29.758] 249/399 postgresql:pg_dump / pg_dump/002_pg_dump OK 49.71s 12122 subtests passed [08:28:31.016] 250/399 postgresql:scripts / scripts/050_dropdb OK 4.48s 16 subtests passed [08:28:31.192] 251/399 postgresql:scripts / scripts/070_dropuser OK 4.13s 13 subtests passed [08:28:31.454] 252/399 postgresql:scripts / scripts/080_pg_isready OK 3.51s 11 subtests passed [08:28:33.738] 253/399 postgresql:scripts / scripts/020_createdb OK 10.63s 64 subtests passed [08:28:34.361] 254/399 postgresql:scripts / scripts/091_reindexdb_all OK 4.33s 13 subtests passed [08:28:34.682] 255/399 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.32s 27 subtests passed [08:28:34.953] 256/399 postgresql:pgbench / pgbench/001_pgbench_with_server OK 19.63s 474 subtests passed [08:28:34.979] 257/399 postgresql:scripts / scripts/101_vacuumdb_all OK 3.78s 5 subtests passed [08:28:35.006] 258/399 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.32s 4 subtests passed [08:28:35.617] 259/399 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.65s 39 subtests passed [08:28:36.122] 260/399 postgresql:scripts / scripts/090_reindexdb OK 7.88s 64 subtests passed [08:28:37.100] 261/399 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 55.53s 60 subtests passed [08:28:38.460] 262/399 postgresql:scripts / scripts/102_vacuumdb_stages OK 7.00s 4 subtests passed [08:28:39.125] 263/399 postgresql:amcheck / amcheck/002_cic OK 4.12s 4 subtests passed [08:28:40.020] 264/399 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.90s 6 subtests passed [08:28:40.230] 265/399 postgresql:amcheck / amcheck/003_cic_2pc OK 4.61s 7 subtests passed [08:28:40.346] 266/399 postgresql:scripts / scripts/100_vacuumdb OK 9.33s 113 subtests passed [08:28:41.079] 267/399 postgresql:scripts / scripts/200_connstr OK 7.34s 3 subtests passed [08:28:41.384] 268/399 postgresql:oid2name / oid2name/001_basic OK 0.30s 9 subtests passed [08:28:41.911] 269/399 postgresql:amcheck / amcheck/005_pitr OK 4.81s 3 subtests passed [08:28:43.234] 270/399 postgresql:auto_explain / auto_explain/001_auto_explain OK 4.11s 22 subtests passed [08:28:45.248] 271/399 postgresql:amcheck / amcheck/006_verify_gin OK 6.79s 6 subtests passed [08:28:45.509] 272/399 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 5.28s 16 subtests passed [08:28:45.531] 273/399 postgresql:pg_prewarm / pg_prewarm/001_basic OK 4.14s 11 subtests passed [08:28:46.663] 274/399 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 4.75s 6 subtests passed [08:28:47.170] 275/399 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 3.94s 3 subtests passed [08:28:47.469] 276/399 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.29s [08:28:49.828] 277/399 postgresql:amcheck / amcheck/001_verify_heapam OK 14.85s 272 subtests passed [08:28:49.971] 278/399 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 4.46s 3 subtests passed [08:28:50.116] 279/399 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.87s 2 subtests passed [08:28:50.153] 280/399 postgresql:vacuumlo / vacuumlo/001_basic OK 0.32s 9 subtests passed [08:28:50.405] 281/399 postgresql:dblink / dblink/001_auth_scram OK 10.06s 12 subtests passed [08:28:52.552] 282/399 postgresql:test_decoding / test_decoding/001_repl_stats OK 5.08s 6 subtests passed [08:28:52.757] 283/399 postgresql:authentication / authentication/005_sspi SKIP 0.20s [08:28:53.909] 284/399 postgresql:authentication / authentication/004_file_inclusion OK 3.50s 2 subtests passed [08:28:53.974] 285/399 postgresql:authentication / authentication/002_saslprep OK 3.86s 20 subtests passed [08:28:54.285] 286/399 postgresql:postmaster / postmaster/001_basic OK 0.31s 9 subtests passed [08:28:54.323] 287/399 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 7.66s 4 subtests passed [08:28:54.576] 288/399 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 9.04s 7 subtests passed [08:28:55.156] 289/399 postgresql:authentication / authentication/003_peer OK 5.00s 53 subtests passed [08:28:56.428] 290/399 postgresql:authentication / authentication/006_login_trigger OK 3.67s 32 subtests passed [08:28:57.782] 291/399 postgresql:authentication / authentication/007_pre_auth OK 3.87s 2 subtests passed [08:28:58.399] 292/399 postgresql:postmaster / postmaster/003_start_stop OK 4.07s 25 subtests passed [08:28:58.531] 293/399 postgresql:postmaster / postmaster/002_connection_limits OK 4.25s 30 subtests passed [08:28:58.873] 294/399 postgresql:authentication / authentication/001_password OK 8.90s 207 subtests passed [08:29:03.693] 295/399 postgresql:subscription / subscription/002_types OK 8.54s 4 subtests passed [08:29:04.213] 296/399 postgresql:subscription / subscription/003_constraints OK 7.78s 6 subtests passed [08:29:04.852] 297/399 postgresql:bloom / bloom/001_wal OK 24.83s 31 subtests passed [08:29:05.534] 298/399 postgresql:subscription / subscription/005_encoding OK 7.13s 1 subtests passed [08:29:06.284] 299/399 postgresql:subscription / subscription/006_rewrite OK 7.75s 2 subtests passed [08:29:07.578] 300/399 postgresql:subscription / subscription/004_sync OK 9.80s 9 subtests passed [08:29:08.475] 301/399 postgresql:subscription / subscription/007_ddl OK 9.60s 8 subtests passed [08:29:11.334] 302/399 postgresql:subscription / subscription/009_matviews OK 7.12s 1 subtests passed [08:29:11.489] 303/399 postgresql:subscription / subscription/001_rep_changes OK 16.91s 38 subtests passed [08:29:11.830] 304/399 postgresql:subscription / subscription/008_diff_schema OK 8.13s 5 subtests passed [08:29:14.032] 305/399 postgresql:subscription / subscription/012_collation OK 7.75s 2 subtests passed [08:29:15.762] 306/399 postgresql:subscription / subscription/010_truncate OK 10.91s 14 subtests passed [08:29:15.927] 307/399 postgresql:subscription / subscription/011_generated OK 10.39s 11 subtests passed [08:29:18.846] 308/399 postgresql:subscription / subscription/017_stream_ddl OK 7.02s 3 subtests passed [08:29:19.058] 309/399 postgresql:subscription / subscription/014_binary OK 10.58s 8 subtests passed [08:29:19.358] 310/399 postgresql:subscription / subscription/016_stream_subxact OK 7.87s 3 subtests passed [08:29:23.028] 311/399 postgresql:subscription / subscription/020_messages OK 7.10s 5 subtests passed [08:29:23.301] 312/399 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 7.54s 2 subtests passed [08:29:24.371] 313/399 postgresql:subscription / subscription/018_stream_subxact_abort OK 10.34s 9 subtests passed [08:29:31.309] 314/399 postgresql:subscription / subscription/013_partition OK 23.73s 74 subtests passed [08:29:31.665] 315/399 postgresql:subscription / subscription/015_stream OK 20.33s 10 subtests passed [08:29:31.951] 316/399 postgresql:subscription / subscription/024_add_drop_pub OK 8.92s 4 subtests passed [08:29:33.201] 317/399 postgresql:subscription / subscription/021_twophase OK 14.35s 31 subtests passed [08:29:33.656] 318/399 postgresql:subscription / subscription/025_rep_changes_for_schema OK 10.35s 13 subtests passed [08:29:34.745] 319/399 postgresql:subscription / subscription/023_twophase_stream OK 15.39s 34 subtests passed [08:29:35.399] 320/399 postgresql:subscription / subscription/022_twophase_cascade OK 16.34s 41 subtests passed [08:29:38.694] 321/399 postgresql:subscription / subscription/026_stats OK 14.32s 13 subtests passed [08:29:40.497] 322/399 postgresql:subscription / subscription/029_on_error OK 8.54s 5 subtests passed [08:29:45.012] 323/399 postgresql:subscription / subscription/033_run_as_table_owner OK 9.61s 10 subtests passed [08:29:46.750] 324/399 postgresql:subscription / subscription/030_origin OK 13.55s 13 subtests passed [08:29:47.236] 325/399 postgresql:subscription / subscription/028_row_filter OK 15.57s 26 subtests passed [08:29:49.976] 326/399 postgresql:subscription / subscription/032_subscribe_use_index OK 15.23s 15 subtests passed [08:29:50.781] 327/399 postgresql:subscription / subscription/027_nosuperuser OK 19.47s 19 subtests passed [08:29:53.225] 328/399 postgresql:subscription / subscription/034_temporal OK 14.53s 37 subtests passed [08:29:53.801] 329/399 postgresql:subscription / subscription/031_column_list OK 20.14s 36 subtests passed [08:29:54.315] 330/399 postgresql:subscription / subscription/035_conflicts OK 13.82s 29 subtests passed [08:29:54.351] 331/399 postgresql:subscription / subscription/036_sequences OK 9.34s 9 subtests passed [08:29:55.338] 332/399 postgresql:brin / brin/01_workitems OK 4.56s 4 subtests passed [08:29:57.133] 333/399 postgresql:brin / brin/02_wal_consistency OK 3.91s 2 subtests passed [08:29:57.606] 334/399 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 10.37s 4 subtests passed [08:29:58.200] 335/399 postgresql:commit_ts / commit_ts/001_base OK 4.40s 2 subtests passed [08:29:59.162] 336/399 postgresql:commit_ts / commit_ts/002_standby OK 4.84s 4 subtests passed [08:29:59.942] 337/399 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.59s 4 subtests passed [08:30:00.136] 338/399 postgresql:commit_ts / commit_ts/004_restart OK 4.80s 16 subtests passed [08:30:00.388] 339/399 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.25s 4 subtests passed [08:30:00.553] 340/399 postgresql:subscription / subscription/037_except OK 13.80s 17 subtests passed [08:30:01.105] 341/399 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.50s 23 subtests passed [08:30:03.393] 342/399 postgresql:oauth_validator / oauth_validator/002_client OK 4.23s 20 subtests passed [08:30:03.902] 343/399 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.96s 7 subtests passed [08:30:04.470] 344/399 postgresql:test_aio / test_aio/002_io_workers OK 4.08s 22 subtests passed [08:30:06.881] 345/399 postgresql:test_aio / test_aio/004_read_stream OK 5.77s 31 subtests passed [08:30:07.862] 346/399 postgresql:test_checksums / test_checksums/002_restarts OK 3.39s 5 subtests passed [08:30:07.926] 347/399 postgresql:test_checksums / test_checksums/001_basic OK 4.02s 9 subtests passed [08:30:08.562] 348/399 postgresql:test_aio / test_aio/003_initdb OK 8.01s 6 subtests passed [08:30:08.841] 349/399 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.28s [08:30:09.137] 350/399 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.29s [08:30:09.286] 351/399 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 5.89s 2 subtests passed [08:30:09.347] 352/399 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.21s [08:30:11.268] 353/399 postgresql:test_checksums / test_checksums/005_injection OK 3.34s 3 subtests passed [08:30:12.027] 354/399 postgresql:test_checksums / test_checksums/003_standby_restarts OK 5.14s 12 subtests passed [08:30:12.788] 355/399 postgresql:test_checksums / test_checksums/004_offline OK 4.92s 8 subtests passed [08:30:13.066] 356/399 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 3.72s 2 subtests passed [08:30:13.507] 357/399 postgresql:test_int128 / test_int128/001_test_int128 OK 0.44s 2 subtests passed [08:30:15.769] 358/399 postgresql:test_escape / test_escape/001_test_escape OK 3.74s 1218 subtests passed [08:30:15.806] 359/399 postgresql:oauth_validator / oauth_validator/001_server OK 17.60s 170 subtests passed [08:30:16.219] 360/399 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.41s 12 subtests passed [08:30:16.490] 361/399 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 5.22s 15 subtests passed [08:30:16.517] 362/399 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.30s 2 subtests passed [08:30:16.757] 363/399 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.97s 11 subtests passed [08:30:16.966] 364/399 postgresql:subscription / subscription/100_bugs OK 26.99s 17 subtests passed [08:30:17.969] 365/399 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 4.46s 516 subtests passed [08:30:18.031] 366/399 postgresql:test_aio / test_aio/001_aio OK 17.89s 826 subtests passed [08:30:19.911] 367/399 postgresql:test_json_parser / test_json_parser/002_inline OK 4.12s 3712 subtests passed [08:30:20.235] 368/399 postgresql:test_misc / test_misc/003_check_guc OK 3.48s 4 subtests passed [08:30:20.983] 369/399 postgresql:test_misc / test_misc/002_tablespace OK 4.46s 20 subtests passed [08:30:21.000] 370/399 postgresql:test_misc / test_misc/004_io_direct OK 4.03s 3 subtests passed [08:30:21.671] 371/399 postgresql:test_misc / test_misc/001_constraint_validation OK 5.18s 42 subtests passed [08:30:21.941] 372/399 postgresql:test_misc / test_misc/005_timeouts OK 3.97s 2 subtests passed [08:30:22.209] 373/399 postgresql:test_misc / test_misc/006_signal_autovacuum OK 4.13s 2 subtests passed [08:30:23.561] 374/399 postgresql:test_misc / test_misc/007_catcache_inval OK 3.60s 2 subtests passed [08:30:23.914] 375/399 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.35s [08:30:24.470] 376/399 postgresql:test_misc / test_misc/009_log_temp_files OK 3.49s 11 subtests passed [08:30:24.718] 377/399 postgresql:test_misc / test_misc/008_replslot_single_user OK 4.48s 10 subtests passed [08:30:25.941] 378/399 postgresql:test_misc / test_misc/011_lock_stats OK 4.27s 7 subtests passed [08:30:26.361] 379/399 postgresql:test_misc / test_misc/012_ddlutils OK 4.42s 43 subtests passed [08:30:28.033] 380/399 postgresql:test_slru / test_slru/001_multixact OK 3.56s 2 subtests passed [08:30:28.154] 381/399 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 4.24s 2 subtests passed [08:30:28.393] 382/399 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.36s [08:30:28.532] 383/399 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.38s [08:30:28.797] 384/399 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.40s [08:30:29.288] 385/399 postgresql:test_slru / test_slru/002_multixact_wraparound OK 4.57s 18 subtests passed [08:30:29.923] 386/399 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 8.92s 73 subtests passed [08:30:31.295] 387/399 postgresql:worker_spi / worker_spi/001_worker_spi OK 5.35s 8 subtests passed [08:30:31.409] 388/399 postgresql:worker_spi / worker_spi/002_worker_terminate OK 5.05s 11 subtests passed [08:30:31.431] 389/399 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 2.90s [08:30:34.625] 390/399 postgresql:test_pg_dump / test_pg_dump/001_base OK 12.41s 1044 subtests passed [08:30:35.417] 391/399 postgresql:ldap / ldap/002_bindpasswd OK 3.98s 3 subtests passed [08:30:35.439] 392/399 postgresql:ssl / ssl/002_scram OK 6.15s 28 subtests passed [08:30:36.385] 393/399 postgresql:ssl / ssl/003_sslinfo OK 6.46s 21 subtests passed [08:30:36.663] 394/399 postgresql:test_checksums / test_checksums/009_fpi OK 27.38s 7 subtests passed [08:30:38.244] 395/399 postgresql:icu / icu/010_database OK 2.83s 8 subtests passed [08:30:38.861] 396/399 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 4.22s 26 subtests passed [08:30:38.986] 397/399 postgresql:ldap / ldap/001_auth OK 7.58s 47 subtests passed [08:30:39.323] 398/399 postgresql:ssl / ssl/004_sni OK 8.03s 102 subtests passed [08:30:42.922] 399/399 postgresql:ssl / ssl/001_ssltests OK 14.12s 272 subtests passed [08:30:43.033] [08:30:43.033] Summary of Failures: [08:30:43.033] [08:30:43.033] 23/399 postgresql:regress / regress/regress ERROR 100.96s exit status 1 [08:30:43.033] 28/399 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 104.95s exit status 1 [08:30:43.033] 27/399 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 149.90s exit status 1 [08:30:43.033] 117/399 postgresql:recovery / recovery/027_stream_regress ERROR 127.76s exit status 1 [08:30:43.033] [08:30:43.033] Ok: 385 [08:30:43.033] Expected Fail: 0 [08:30:43.033] Fail: 4 [08:30:43.033] Unexpected Pass: 0 [08:30:43.033] Skipped: 10 [08:30:43.033] Timeout: 0 [08:30:43.033] [08:30:43.033] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [08:30:43.185] [08:30:43.185] Exit status: 4