[10:35:07.702] su postgres <<-EOF [10:35:07.702] set -e [10:35:07.702] ulimit -c unlimited [10:35:07.702] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [10:35:07.702] EOF [10:35:08.762] 1/400 postgresql:setup / tmp_install OK 0.69s [10:35:08.815] 2/400 postgresql:setup / install_test_files OK 0.05s [10:35:10.315] 3/400 postgresql:setup / initdb_cache OK 1.50s [10:35:10.548] 4/400 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.21s 9 subtests passed [10:35:25.798] 5/400 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 15.43s 16 subtests passed [10:35:39.631] 6/400 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 29.29s 13 subtests passed [10:35:42.682] 7/400 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 32.13s 3 subtests passed [10:35:44.979] 8/400 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 19.18s 5 subtests passed [10:35:47.639] 9/400 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 37.29s 19 subtests passed [10:35:56.648] 10/400 postgresql:recovery / recovery/002_archiving OK 11.67s 12 subtests passed [10:36:03.361] 11/400 postgresql:recovery / recovery/003_recovery_targets OK 15.72s 15 subtests passed [10:36:03.729] 12/400 postgresql:recovery / recovery/001_stream_rep OK 21.05s 64 subtests passed [10:36:09.420] 13/400 postgresql:recovery / recovery/004_timeline_switch OK 12.77s 5 subtests passed [10:36:10.207] 14/400 postgresql:recovery / recovery/006_logical_decoding OK 6.48s 20 subtests passed [10:36:13.929] 15/400 postgresql:recovery / recovery/005_replay_delay OK 10.57s 3 subtests passed [10:36:19.599] 16/400 postgresql:recovery / recovery/007_sync_rep OK 10.18s 11 subtests passed [10:36:27.012] 17/400 postgresql:recovery / recovery/008_fsm_truncation OK 16.80s 1 subtests passed [10:36:28.210] 18/400 postgresql:recovery / recovery/010_logical_decoding_timelines OK 8.61s 13 subtests passed [10:36:30.572] 19/400 postgresql:recovery / recovery/009_twophase OK 16.64s 30 subtests passed [10:36:34.990] ▶ 20/400 + indexing 6844 ms FAIL [10:36:36.957] 21/400 postgresql:recovery / recovery/013_crash_restart OK 8.75s 20 subtests passed [10:36:37.646] 22/400 postgresql:recovery / recovery/014_unlogged_reinit OK 7.07s 23 subtests passed [10:36:39.074] 23/400 postgresql:recovery / recovery/012_subtransactions OK 12.06s 12 subtests passed [10:36:41.021] ▶ 24/400 - regression tests in old instance FAIL [10:36:41.498] 20/400 postgresql:regress / regress/regress ERROR 91.18s exit status 1 [10:36:41.499] >>> top_builddir=/tmp/cirrus-ci-build/build MESON_TEST_ITERATION=1 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress 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/test/regress:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin MALLOC_PERTURB_=38 /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 [10:36:41.499] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [10:36:41.499] stderr: [10:36:41.499] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out [10:36:41.499] # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-04-30 10:30:53.227906548 +0000 [10:36:41.499] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out 2026-04-30 10:36:34.939260555 +0000 [10:36:41.499] # @@ -559,13 +559,14 @@ [10:36:41.499] # ERROR: division by zero [10:36:41.499] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:36:41.499] # where relname like 'idxpart%' order by relname; [10:36:41.499] # - relname | indisvalid [10:36:41.499] # ---------------------+------------ [10:36:41.499] # - idxpart11_expr_idx | f [10:36:41.499] # - idxpart1_expr_idx | f [10:36:41.499] # - idxpart2_expr_idx | t [10:36:41.499] # - idxpart_expr_idx | f [10:36:41.499] # -(4 rows) [10:36:41.499] # + relname | indisvalid [10:36:41.499] # +--------------------------+------------ [10:36:41.499] # + idxpart11_expr_idx | f [10:36:41.499] # + idxpart11_expr_idx_ccaux | f [10:36:41.499] # + idxpart1_expr_idx | f [10:36:41.499] # + idxpart2_expr_idx | t [10:36:41.499] # + idxpart_expr_idx | f [10:36:41.499] # +(5 rows) [10:36:41.499] # [10:36:41.499] # -- attach the indexes; parents stay invalid [10:36:41.499] # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [10:36:41.499] # @@ -573,13 +574,14 @@ [10:36:41.499] # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [10:36:41.499] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:36:41.499] # where relname like 'idxpart%' order by relname; [10:36:41.499] # - relname | indisvalid [10:36:41.499] # ---------------------+------------ [10:36:41.499] # - idxpart11_expr_idx | f [10:36:41.499] # - idxpart1_expr_idx | f [10:36:41.499] # - idxpart2_expr_idx | t [10:36:41.499] # - idxpart_expr_idx | f [10:36:41.499] # -(4 rows) [10:36:41.499] # + relname | indisvalid [10:36:41.499] # +--------------------------+------------ [10:36:41.499] # + idxpart11_expr_idx | f [10:36:41.499] # + idxpart11_expr_idx_ccaux | f [10:36:41.499] # + idxpart1_expr_idx | f [10:36:41.499] # + idxpart2_expr_idx | t [10:36:41.499] # + idxpart_expr_idx | f [10:36:41.499] # +(5 rows) [10:36:41.499] # [10:36:41.499] # -- fix the index on the leaf partition [10:36:41.499] # delete from idxpart11 where b = 0; [10:36:41.499] # @@ -612,24 +614,28 @@ [10:36:41.499] # ERROR: division by zero [10:36:41.499] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:36:41.499] # where relname like 'idxpart%' order by relname; [10:36:41.499] # - relname | indisvalid [10:36:41.499] # --------------------+------------ [10:36:41.499] # - idxpart1_expr_idx | f [10:36:41.499] # - idxpart2_expr_idx | f [10:36:41.499] # - idxpart_expr_idx | f [10:36:41.499] # -(3 rows) [10:36:41.499] # + relname | indisvalid [10:36:41.499] # +-------------------------+------------ [10:36:41.499] # + idxpart1_expr_idx | f [10:36:41.499] # + idxpart1_expr_idx_ccaux | f [10:36:41.499] # + idxpart2_expr_idx | f [10:36:41.499] # + idxpart2_expr_idx_ccaux | f [10:36:41.499] # + idxpart_expr_idx | f [10:36:41.499] # +(5 rows) [10:36:41.499] # [10:36:41.499] # -- attach both; parent stays invalid [10:36:41.499] # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [10:36:41.499] # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [10:36:41.499] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:36:41.499] # where relname like 'idxpart%' order by relname; [10:36:41.499] # - relname | indisvalid [10:36:41.499] # --------------------+------------ [10:36:41.499] # - idxpart1_expr_idx | f [10:36:41.499] # - idxpart2_expr_idx | f [10:36:41.499] # - idxpart_expr_idx | f [10:36:41.499] # -(3 rows) [10:36:41.499] # + relname | indisvalid [10:36:41.499] # +-------------------------+------------ [10:36:41.499] # + idxpart1_expr_idx | f [10:36:41.499] # (diff output truncated and silencing output for further failing tests...) [10:36:41.499] # 1 of 245 tests failed. [10:36:41.499] # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.diffs". [10:36:41.499] # 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". [10:36:41.499] [10:36:41.499] (test program exited with status code 1) [10:36:41.499] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [10:36:41.499] [10:36:42.936] 25/400 postgresql:recovery / recovery/015_promotion_pages OK 5.98s 1 subtests passed [10:36:43.549] 26/400 postgresql:recovery / recovery/016_min_consistency OK 5.90s 1 subtests passed [10:36:44.038] 27/400 postgresql:recovery / recovery/017_shm OK 4.96s 4 subtests passed [10:36:45.270] ▶ 28/400 - regression tests pass FAIL [10:36:45.402] 28/400 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 95.07s exit status 1 [10:36:45.403] >>> top_builddir=/tmp/cirrus-ci-build/build MESON_TEST_ITERATION=1 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/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress 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/test/modules/test_plan_advice:/tmp/cirrus-ci-build/build/src/test/modules/test_plan_advice/test:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin MALLOC_PERTURB_=31 /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 [10:36:45.403] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [10:36:45.403] stderr: [10:36:45.403] # Failed test 'regression tests pass' [10:36:45.403] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 64. [10:36:45.403] # got: '256' [10:36:45.403] # expected: '0' [10:36:45.403] # Looks like you failed 1 test of 1. [10:36:45.403] [10:36:45.403] (test program exited with status code 1) [10:36:45.403] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [10:36:45.403] [10:36:47.816] 29/400 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 97.44s 50 subtests passed [10:36:48.109] 30/400 postgresql:recovery / recovery/021_row_visibility OK 4.07s 10 subtests passed [10:36:49.069] 31/400 postgresql:recovery / recovery/022_crash_temp_files OK 3.66s 11 subtests passed [10:36:51.327] 32/400 postgresql:recovery / recovery/020_archive_status OK 7.78s 19 subtests passed [10:36:51.694] 33/400 postgresql:recovery / recovery/023_pitr_prepared_xact OK 3.88s 1 subtests passed [10:36:52.125] 34/400 postgresql:recovery / recovery/024_archive_recovery OK 4.01s 2 subtests passed [10:36:53.765] 35/400 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 4.70s 1 subtests passed [10:36:58.469] 36/400 postgresql:recovery / recovery/028_pitr_timelines OK 6.34s 3 subtests passed [10:37:01.163] 37/400 postgresql:recovery / recovery/026_overwrite_contrecord OK 9.83s 3 subtests passed [10:37:02.037] 38/400 postgresql:recovery / recovery/029_stats_restart OK 8.27s 44 subtests passed [10:37:02.677] 39/400 postgresql:recovery / recovery/018_wal_optimize OK 21.18s 38 subtests passed [10:37:05.672] 40/400 postgresql:recovery / recovery/019_replslot_limit OK 22.73s 26 subtests passed [10:37:06.454] 41/400 postgresql:recovery / recovery/030_stats_cleanup_replica OK 7.98s 11 subtests passed [10:37:09.517] 42/400 postgresql:recovery / recovery/031_recovery_conflict OK 8.35s 18 subtests passed [10:37:10.127] 43/400 postgresql:recovery / recovery/034_create_database OK 4.45s 2 subtests passed [10:37:12.634] 44/400 postgresql:recovery / recovery/032_relfilenode_reuse OK 10.60s 14 subtests passed [10:37:14.941] 45/400 postgresql:recovery / recovery/037_invalid_database OK 4.81s 10 subtests passed [10:37:15.238] 46/400 postgresql:isolation / isolation/isolation OK 95.61s 128 subtests passed [10:37:15.634] 47/400 postgresql:recovery / recovery/036_truncated_dropped OK 6.12s 8 subtests passed [10:37:21.001] 48/400 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 8.37s 2 subtests passed [10:37:21.047] 49/400 postgresql:recovery / recovery/033_replay_tsp_drops OK 18.37s 3 subtests passed [10:37:21.289] 50/400 postgresql:recovery / recovery/041_checkpoint_at_promote OK 5.65s 6 subtests passed [10:37:23.404] 24/400 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 133.06s exit status 1 [10:37:23.404] >>> 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 top_builddir=/tmp/cirrus-ci-build/build with_icu=yes MESON_TEST_ITERATION=1 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 TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade:/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MALLOC_PERTURB_=34 /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 [10:37:23.404] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [10:37:23.404] Listing only the last 100 lines from a long log. [10:37:23.404] # ok 25 + point 352 ms [10:37:23.404] # ok 26 + lseg 138 ms [10:37:23.404] # ok 27 + line 154 ms [10:37:23.404] # ... 206 lines omitted ... [10:37:23.404] # ok 219 + partition_merge 4452 ms [10:37:23.404] # ok 220 + partition_split 5041 ms [10:37:23.404] # ok 221 + partition_join 6115 ms [10:37:23.404] # ok 222 + partition_prune 6232 ms [10:37:23.404] # ok 223 + reloptions 413 ms [10:37:23.404] # ok 224 + hash_part 263 ms [10:37:23.404] # not ok 225 + indexing 7227 ms [10:37:23.404] # ok 226 + partition_aggregate 4584 ms [10:37:23.404] # ok 227 + partition_info 452 ms [10:37:23.404] # ok 228 + tuplesort 5569 ms [10:37:23.404] # ok 229 + explain 540 ms [10:37:23.404] # ok 230 + memoize 1659 ms [10:37:23.404] # ok 231 + stats 4589 ms [10:37:23.404] # ok 232 + predicate 609 ms [10:37:23.404] # ok 233 + numa 305 ms [10:37:23.404] # ok 234 + eager_aggregate 2602 ms [10:37:23.404] # ok 235 + graph_table_rls 888 ms [10:37:23.404] # ok 236 + planner_est 198 ms [10:37:23.404] # # parallel group (4 tests): compression_pglz compression_lz4 compression cluster [10:37:23.404] # ok 237 + compression 570 ms [10:37:23.404] # ok 238 + compression_lz4 323 ms [10:37:23.404] # ok 239 + compression_pglz 78 ms [10:37:23.404] # ok 240 + cluster 2110 ms [10:37:23.404] # # parallel group (2 tests): oidjoins event_trigger [10:37:23.404] # ok 241 + oidjoins 1551 ms [10:37:23.404] # ok 242 + event_trigger 1707 ms [10:37:23.404] # ok 243 - event_trigger_login 90 ms [10:37:23.404] # ok 244 - fast_default 728 ms [10:37:23.404] # ok 245 - tablespace 1521 ms [10:37:23.404] # 1..245 [10:37:23.404] # -------------- stderr -------------- [10:37:23.404] # # 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 [10:37:23.404] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-04-30 10:30:53.227906548 +0000 [10:37:23.404] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out 2026-04-30 10:36:34.659260762 +0000 [10:37:23.404] # # @@ -559,13 +559,14 @@ [10:37:23.404] # # ERROR: division by zero [10:37:23.404] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:37:23.404] # # where relname like 'idxpart%' order by relname; [10:37:23.404] # # - relname | indisvalid [10:37:23.404] # # ---------------------+------------ [10:37:23.404] # # - idxpart11_expr_idx | f [10:37:23.404] # # - idxpart1_expr_idx | f [10:37:23.404] # # - idxpart2_expr_idx | t [10:37:23.404] # # - idxpart_expr_idx | f [10:37:23.404] # # -(4 rows) [10:37:23.404] # # + relname | indisvalid [10:37:23.404] # # +--------------------------+------------ [10:37:23.404] # # + idxpart11_expr_idx | f [10:37:23.404] # # + idxpart11_expr_idx_ccaux | f [10:37:23.404] # # + idxpart1_expr_idx | f [10:37:23.404] # # + idxpart2_expr_idx | t [10:37:23.404] # # + idxpart_expr_idx | f [10:37:23.404] # # +(5 rows) [10:37:23.404] # # [10:37:23.404] # # -- attach the indexes; parents stay invalid [10:37:23.404] # # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [10:37:23.404] # # @@ -573,13 +574,14 @@ [10:37:23.404] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [10:37:23.404] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:37:23.404] # # where relname like 'idxpart%' order by relname; [10:37:23.404] # # - relname | indisvalid [10:37:23.404] # ... 24 lines omitted ... [10:37:23.404] # # - idxpart2_expr_idx | f [10:37:23.404] # # - idxpart_expr_idx | f [10:37:23.404] # # -(3 rows) [10:37:23.404] # # + relname | indisvalid [10:37:23.404] # # +-------------------------+------------ [10:37:23.404] # # + idxpart1_expr_idx | f [10:37:23.404] # # + idxpart1_expr_idx_ccaux | f [10:37:23.404] # # + idxpart2_expr_idx | f [10:37:23.404] # # + idxpart2_expr_idx_ccaux | f [10:37:23.404] # # + idxpart_expr_idx | f [10:37:23.404] # # +(5 rows) [10:37:23.404] # # [10:37:23.404] # # -- attach both; parent stays invalid [10:37:23.404] # # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [10:37:23.404] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [10:37:23.404] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:37:23.404] # # where relname like 'idxpart%' order by relname; [10:37:23.404] # # - relname | indisvalid [10:37:23.404] # # --------------------+------------ [10:37:23.404] # # - idxpart1_expr_idx | f [10:37:23.404] # # - idxpart2_expr_idx | f [10:37:23.404] # # - idxpart_expr_idx | f [10:37:23.404] # # -(3 rows) [10:37:23.404] # # + relname | indisvalid [10:37:23.404] # # +-------------------------+------------ [10:37:23.404] # # + idxpart1_expr_idx | f [10:37:23.404] # # (diff output truncated and silencing output for further failing tests...) [10:37:23.404] # # 1 of 245 tests failed. [10:37:23.404] # # 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". [10:37:23.404] # # 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". [10:37:23.404] # ------------------------------------ [10:37:23.404] # Looks like you failed 1 test of 20. [10:37:23.404] [10:37:23.404] (test program exited with status code 1) [10:37:23.404] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [10:37:23.404] [10:37:26.965] 51/400 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 5.67s 1 subtests passed [10:37:28.363] 52/400 postgresql:recovery / recovery/039_end_of_wal OK 13.42s 14 subtests passed [10:37:28.528] 53/400 postgresql:recovery / recovery/043_no_contrecord_switch OK 7.47s 1 subtests passed [10:37:29.349] 54/400 postgresql:recovery / recovery/042_low_level_backup OK 8.35s 4 subtests passed [10:37:33.119] 55/400 postgresql:recovery / recovery/045_archive_restartpoint OK 9.71s 1 subtests passed [10:37:34.215] 56/400 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 5.69s 3 subtests passed [10:37:35.286] 57/400 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 6.92s 1 subtests passed [10:37:35.953] 58/400 postgresql:recovery / recovery/035_standby_logical_decoding OK 29.50s 89 subtests passed [10:37:36.535] 59/400 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 9.57s 2 subtests passed [10:37:36.765] 60/400 postgresql:recovery / recovery/050_redo_segment_missing OK 3.64s 2 subtests passed [10:37:38.613] 61/400 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 3.33s 4 subtests passed [10:37:40.240] 62/400 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 25.00s 38 subtests passed [10:37:40.676] 63/400 postgresql:plperl / plperl/regress OK 3.91s 14 subtests passed [10:37:41.272] 64/400 postgresql:plpgsql / plpgsql/regress OK 4.74s 13 subtests passed [10:37:43.777] 65/400 postgresql:plpython / plpython/regress OK 5.16s 23 subtests passed [10:37:43.926] 66/400 postgresql:pltcl / pltcl/regress OK 3.69s 8 subtests passed [10:37:44.231] 67/400 postgresql:auto_explain / auto_explain/regress OK 2.96s 2 subtests passed [10:37:44.571] 68/400 postgresql:kerberos / kerberos/001_auth OK 8.62s 142 subtests passed [10:37:46.628] 69/400 postgresql:recovery / recovery/049_wait_for_lsn OK 17.28s 35 subtests passed [10:37:46.663] 70/400 postgresql:basic_archive / basic_archive/regress OK 2.88s 1 subtests passed [10:37:46.721] 71/400 postgresql:bloom / bloom/regress OK 2.79s 1 subtests passed [10:37:47.725] 72/400 postgresql:bool_plperl / bool_plperl/regress OK 3.49s 2 subtests passed [10:37:48.323] 73/400 postgresql:recovery / recovery/051_effective_wal_level OK 14.11s 31 subtests passed [10:37:50.516] 74/400 postgresql:btree_gin / btree_gin/regress OK 5.94s 30 subtests passed [10:37:50.652] 75/400 postgresql:cube / cube/regress OK 3.93s 2 subtests passed [10:37:51.676] 76/400 postgresql:citext / citext/regress OK 5.01s 3 subtests passed [10:37:51.770] 77/400 postgresql:dict_int / dict_int/regress OK 3.44s 1 subtests passed [10:37:52.349] 78/400 postgresql:dblink / dblink/regress OK 4.62s 1 subtests passed [10:37:53.734] 79/400 postgresql:btree_gist / btree_gist/regress OK 7.10s 32 subtests passed [10:37:53.832] 80/400 postgresql:dict_xsyn / dict_xsyn/regress OK 3.32s 1 subtests passed [10:37:54.021] 81/400 postgresql:earthdistance / earthdistance/regress OK 3.37s 1 subtests passed [10:37:56.193] 82/400 postgresql:file_fdw / file_fdw/regress OK 4.52s 1 subtests passed [10:37:56.255] 83/400 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 4.48s 2 subtests passed [10:37:56.273] 84/400 postgresql:amcheck / amcheck/regress OK 15.59s 4 subtests passed [10:37:58.966] 85/400 postgresql:hstore_plpython / hstore_plpython/regress OK 5.13s 1 subtests passed [10:37:59.282] 86/400 postgresql:hstore_plperl / hstore_plperl/regress OK 5.55s 3 subtests passed [10:37:59.485] 87/400 postgresql:jsonb_plperl / jsonb_plperl/regress OK 3.23s 2 subtests passed [10:37:59.915] 88/400 postgresql:hstore / hstore/regress OK 7.57s 2 subtests passed [10:37:59.949] 89/400 postgresql:isn / isn/regress OK 3.75s 1 subtests passed [10:38:00.044] 90/400 postgresql:jsonb_plpython / jsonb_plpython/regress OK 3.77s 1 subtests passed [10:38:02.153] 91/400 postgresql:lo / lo/regress OK 3.19s 1 subtests passed [10:38:02.754] 92/400 postgresql:ltree / ltree/regress OK 3.47s 1 subtests passed [10:38:02.833] 93/400 postgresql:ltree_plpython / ltree_plpython/regress OK 3.35s 1 subtests passed [10:38:03.571] 94/400 postgresql:pg_buffercache / pg_buffercache/regress OK 3.53s 2 subtests passed [10:38:04.128] 95/400 postgresql:passwordcheck / passwordcheck/regress OK 4.18s 1 subtests passed [10:38:05.318] 96/400 postgresql:pageinspect / pageinspect/regress OK 5.40s 8 subtests passed [10:38:07.932] 97/400 postgresql:pg_freespacemap / pg_freespacemap/regress OK 5.18s 1 subtests passed [10:38:08.484] 98/400 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 5.65s 1 subtests passed [10:38:08.661] 99/400 postgresql:pg_overexplain / pg_overexplain/regress OK 5.09s 1 subtests passed [10:38:09.877] 100/400 postgresql:pg_prewarm / pg_prewarm/regress OK 4.56s 1 subtests passed [10:38:09.941] 101/400 postgresql:pgcrypto / pgcrypto/regress OK 7.79s 25 subtests passed [10:38:10.022] 102/400 postgresql:intarray / intarray/regress OK 16.00s 1 subtests passed [10:38:11.174] 103/400 postgresql:pgrowlocks / pgrowlocks/isolation OK 3.24s 1 subtests passed [10:38:13.026] 104/400 postgresql:pg_surgery / pg_surgery/regress OK 3.08s 1 subtests passed [10:38:13.557] 105/400 postgresql:pgstattuple / pgstattuple/regress OK 3.68s 1 subtests passed [10:38:13.645] 106/400 postgresql:pg_stash_advice / pg_stash_advice/regress OK 5.16s 2 subtests passed [10:38:14.020] 107/400 postgresql:pg_stat_statements / pg_stat_statements/regress OK 5.36s 16 subtests passed [10:38:14.377] 108/400 postgresql:pg_visibility / pg_visibility/regress OK 3.20s 1 subtests passed [10:38:15.471] 109/400 postgresql:pg_trgm / pg_trgm/regress OK 5.45s 4 subtests passed [10:38:16.026] 110/400 postgresql:pg_walinspect / pg_walinspect/regress OK 3.00s 2 subtests passed [10:38:17.223] 111/400 postgresql:spi / spi/regress OK 2.84s 2 subtests passed [10:38:17.317] 112/400 postgresql:seg / seg/regress OK 3.29s 3 subtests passed [10:38:17.494] 113/400 postgresql:pg_plan_advice / pg_plan_advice/regress OK 13.36s 9 subtests passed [10:38:17.618] 114/400 postgresql:postgres_fdw / postgres_fdw/isolation OK 3.97s 1 subtests passed [10:38:17.867] 115/400 postgresql:tablefunc / tablefunc/regress OK 2.39s 1 subtests passed [10:38:19.053] 116/400 postgresql:tcn / tcn/isolation OK 3.03s 1 subtests passed [10:38:19.844] ▶ 117/400 - regression tests pass FAIL [10:38:20.637] 118/400 postgresql:tsm_system_time / tsm_system_time/regress OK 3.02s 1 subtests passed [10:38:20.650] 119/400 postgresql:tsm_system_rows / tsm_system_rows/regress OK 3.15s 1 subtests passed [10:38:20.831] 120/400 postgresql:unaccent / unaccent/regress OK 2.96s 1 subtests passed [10:38:22.085] 121/400 postgresql:uuid-ossp / uuid-ossp/regress OK 3.03s 1 subtests passed [10:38:23.399] 122/400 postgresql:brin / brin/isolation OK 2.75s 1 subtests passed [10:38:23.469] 123/400 postgresql:commit_ts / commit_ts/regress OK 2.64s 1 subtests passed [10:38:23.756] 124/400 postgresql:test_decoding / test_decoding/isolation OK 6.44s 14 subtests passed [10:38:23.858] 125/400 postgresql:xml2 / xml2/regress OK 3.22s 1 subtests passed [10:38:25.725] 126/400 postgresql:delay_execution / delay_execution/isolation OK 3.64s 2 subtests passed [10:38:26.290] 127/400 postgresql:dummy_seclabel / dummy_seclabel/regress OK 2.82s 1 subtests passed [10:38:26.605] 128/400 postgresql:dummy_index_am / dummy_index_am/regress OK 3.20s 1 subtests passed [10:38:27.037] 129/400 postgresql:postgres_fdw / postgres_fdw/regress OK 13.48s 2 subtests passed [10:38:27.374] 130/400 postgresql:gin / gin/regress OK 3.62s 1 subtests passed [10:38:28.025] 131/400 postgresql:index / index/isolation OK 4.17s 1 subtests passed [10:38:29.187] 132/400 postgresql:injection_points / injection_points/regress OK 3.46s 4 subtests passed [10:38:29.890] 133/400 postgresql:spgist_name_ops / spgist_name_ops/regress OK 2.51s 1 subtests passed [10:38:30.000] 134/400 postgresql:plsample / plsample/regress OK 2.96s 1 subtests passed [10:38:30.522] 135/400 postgresql:test_decoding / test_decoding/regress OK 13.30s 20 subtests passed [10:38:30.815] 136/400 postgresql:test_binaryheap / test_binaryheap/regress OK 2.79s 1 subtests passed [10:38:32.276] 137/400 postgresql:test_bitmapset / test_bitmapset/regress OK 3.09s 1 subtests passed [10:38:32.878] 138/400 postgresql:test_bloomfilter / test_bloomfilter/regress OK 2.99s 1 subtests passed [10:38:32.966] 139/400 postgresql:injection_points / injection_points/isolation OK 6.68s 6 subtests passed [10:38:32.978] 140/400 postgresql:test_cplusplusext / test_cplusplusext/regress OK 2.45s 1 subtests passed [10:38:33.080] 141/400 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 3.08s 1 subtests passed [10:38:33.726] 142/400 postgresql:test_custom_types / test_custom_types/regress OK 2.91s 1 subtests passed [10:38:35.657] 143/400 postgresql:test_dsa / test_dsa/regress OK 2.78s 1 subtests passed [10:38:35.924] 144/400 postgresql:test_dsm_registry / test_dsm_registry/regress OK 2.96s 1 subtests passed [10:38:36.068] 145/400 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 2.99s 1 subtests passed [10:38:36.433] 146/400 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 4.16s 22 subtests passed [10:38:36.576] 147/400 postgresql:test_extensions / test_extensions/regress OK 3.60s 2 subtests passed [10:38:37.301] 148/400 postgresql:nbtree / nbtree/regress OK 10.69s 2 subtests passed [10:38:38.661] 149/400 postgresql:test_lfind / test_lfind/regress OK 3.00s 1 subtests passed [10:38:38.937] 150/400 postgresql:test_oat_hooks / test_oat_hooks/regress OK 2.87s 2 subtests passed [10:38:39.253] 151/400 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 3.33s 1 subtests passed [10:38:39.548] 152/400 postgresql:test_parser / test_parser/regress OK 3.11s 1 subtests passed [10:38:39.982] 153/400 postgresql:test_pg_dump / test_pg_dump/regress OK 3.40s 1 subtests passed [10:38:40.281] 154/400 postgresql:test_predtest / test_predtest/regress OK 2.98s 1 subtests passed [10:38:42.059] 155/400 postgresql:test_radixtree / test_radixtree/regress OK 3.40s 1 subtests passed [10:38:42.084] 156/400 postgresql:test_rbtree / test_rbtree/regress OK 3.15s 1 subtests passed [10:38:42.638] 157/400 postgresql:test_resowner / test_resowner/regress OK 3.09s 1 subtests passed [10:38:42.985] 158/400 postgresql:test_rls_hooks / test_rls_hooks/regress OK 3.00s 1 subtests passed [10:38:43.034] 117/400 postgresql:recovery / recovery/027_stream_regress ERROR 111.34s exit status 1 [10:38:43.034] >>> top_builddir=/tmp/cirrus-ci-build/build MESON_TEST_ITERATION=1 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/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress 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 MALLOC_PERTURB_=6 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 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 [10:38:43.034] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [10:38:43.034] Listing only the last 100 lines from a long log. [10:38:43.034] # ok 25 + point 205 ms [10:38:43.034] # ok 26 + lseg 124 ms [10:38:43.034] # ok 27 + line 233 ms [10:38:43.034] # ... 206 lines omitted ... [10:38:43.034] # ok 219 + partition_merge 5058 ms [10:38:43.034] # ok 220 + partition_split 6187 ms [10:38:43.034] # ok 221 + partition_join 6340 ms [10:38:43.034] # ok 222 + partition_prune 6993 ms [10:38:43.034] # ok 223 + reloptions 465 ms [10:38:43.034] # ok 224 + hash_part 382 ms [10:38:43.034] # not ok 225 + indexing 8909 ms [10:38:43.034] # ok 226 + partition_aggregate 4137 ms [10:38:43.034] # ok 227 + partition_info 811 ms [10:38:43.034] # ok 228 + tuplesort 4481 ms [10:38:43.034] # ok 229 + explain 626 ms [10:38:43.034] # ok 230 + memoize 2466 ms [10:38:43.034] # ok 231 + stats 5778 ms [10:38:43.034] # ok 232 + predicate 698 ms [10:38:43.034] # ok 233 + numa 219 ms [10:38:43.034] # ok 234 + eager_aggregate 1787 ms [10:38:43.034] # ok 235 + graph_table_rls 918 ms [10:38:43.034] # ok 236 + planner_est 207 ms [10:38:43.034] # # parallel group (4 tests): compression_pglz compression compression_lz4 cluster [10:38:43.034] # ok 237 + compression 619 ms [10:38:43.034] # ok 238 + compression_lz4 623 ms [10:38:43.034] # ok 239 + compression_pglz 57 ms [10:38:43.034] # ok 240 + cluster 1623 ms [10:38:43.034] # # parallel group (2 tests): oidjoins event_trigger [10:38:43.034] # ok 241 + oidjoins 2626 ms [10:38:43.034] # ok 242 + event_trigger 2914 ms [10:38:43.034] # ok 243 - event_trigger_login 137 ms [10:38:43.034] # ok 244 - fast_default 713 ms [10:38:43.034] # ok 245 - tablespace 2500 ms [10:38:43.034] # 1..245 [10:38:43.034] # -------------- stderr -------------- [10:38:43.034] # # 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 [10:38:43.034] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-04-30 10:30:53.227906548 +0000 [10:38:43.034] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out 2026-04-30 10:38:11.783179139 +0000 [10:38:43.034] # # @@ -559,13 +559,14 @@ [10:38:43.034] # # ERROR: division by zero [10:38:43.034] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:38:43.034] # # where relname like 'idxpart%' order by relname; [10:38:43.034] # # - relname | indisvalid [10:38:43.034] # # ---------------------+------------ [10:38:43.034] # # - idxpart11_expr_idx | f [10:38:43.034] # # - idxpart1_expr_idx | f [10:38:43.034] # # - idxpart2_expr_idx | t [10:38:43.034] # # - idxpart_expr_idx | f [10:38:43.034] # # -(4 rows) [10:38:43.034] # # + relname | indisvalid [10:38:43.034] # # +--------------------------+------------ [10:38:43.034] # # + idxpart11_expr_idx | f [10:38:43.034] # # + idxpart11_expr_idx_ccaux | f [10:38:43.034] # # + idxpart1_expr_idx | f [10:38:43.034] # # + idxpart2_expr_idx | t [10:38:43.034] # # + idxpart_expr_idx | f [10:38:43.034] # # +(5 rows) [10:38:43.034] # # [10:38:43.034] # # -- attach the indexes; parents stay invalid [10:38:43.034] # # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [10:38:43.034] # # @@ -573,13 +574,14 @@ [10:38:43.034] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [10:38:43.034] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:38:43.034] # # where relname like 'idxpart%' order by relname; [10:38:43.034] # # - relname | indisvalid [10:38:43.034] # ... 24 lines omitted ... [10:38:43.034] # # - idxpart2_expr_idx | f [10:38:43.034] # # - idxpart_expr_idx | f [10:38:43.034] # # -(3 rows) [10:38:43.034] # # + relname | indisvalid [10:38:43.034] # # +-------------------------+------------ [10:38:43.034] # # + idxpart1_expr_idx | f [10:38:43.034] # # + idxpart1_expr_idx_ccaux | f [10:38:43.034] # # + idxpart2_expr_idx | f [10:38:43.034] # # + idxpart2_expr_idx_ccaux | f [10:38:43.034] # # + idxpart_expr_idx | f [10:38:43.034] # # +(5 rows) [10:38:43.034] # # [10:38:43.034] # # -- attach both; parent stays invalid [10:38:43.034] # # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [10:38:43.034] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [10:38:43.034] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:38:43.034] # # where relname like 'idxpart%' order by relname; [10:38:43.034] # # - relname | indisvalid [10:38:43.034] # # --------------------+------------ [10:38:43.034] # # - idxpart1_expr_idx | f [10:38:43.034] # # - idxpart2_expr_idx | f [10:38:43.034] # # - idxpart_expr_idx | f [10:38:43.034] # # -(3 rows) [10:38:43.034] # # + relname | indisvalid [10:38:43.034] # # +-------------------------+------------ [10:38:43.034] # # + idxpart1_expr_idx | f [10:38:43.034] # # (diff output truncated and silencing output for further failing tests...) [10:38:43.034] # # 1 of 245 tests failed. [10:38:43.034] # # 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". [10:38:43.034] # # 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". [10:38:43.034] # ------------------------------------ [10:38:43.034] # Looks like you failed 1 test of 11. [10:38:43.034] [10:38:43.034] (test program exited with status code 1) [10:38:43.034] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [10:38:43.034] [10:38:43.105] 159/400 postgresql:test_regex / test_regex/regress OK 3.85s 2 subtests passed [10:38:43.312] 160/400 postgresql:test_saslprep / test_saslprep/regress OK 3.03s 1 subtests passed [10:38:43.629] 161/400 postgresql:test_integerset / test_integerset/regress OK 9.90s 1 subtests passed [10:38:43.911] 162/400 postgresql:libpq / libpq/002_api OK 0.28s 1 subtests passed [10:38:44.693] 163/400 postgresql:libpq / libpq/001_uri OK 1.38s 63 subtests passed [10:38:45.320] 164/400 postgresql:test_slru / test_slru/regress OK 3.23s 1 subtests passed [10:38:45.631] 165/400 postgresql:test_tidstore / test_tidstore/regress OK 2.99s 1 subtests passed [10:38:45.865] 166/400 postgresql:typcache / typcache/regress OK 2.88s 1 subtests passed [10:38:46.104] 167/400 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.24s 55 subtests passed [10:38:46.592] 168/400 postgresql:unsafe_tests / unsafe_tests/regress OK 3.56s 4 subtests passed [10:38:46.904] 169/400 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.31s 9 subtests passed [10:38:47.852] 170/400 postgresql:test_shm_mq / test_shm_mq/regress OK 5.79s 1 subtests passed [10:38:51.002] 171/400 postgresql:ecpg / ecpg/ecpg OK 7.89s 66 subtests passed [10:38:52.426] 172/400 postgresql:libpq / libpq/006_service OK 6.79s 47 subtests passed [10:38:53.226] 173/400 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 6.32s 107 subtests passed [10:38:55.107] 174/400 postgresql:libpq / libpq/003_load_balance_host_list OK 11.20s 127 subtests passed [10:38:55.524] 175/400 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.41s 51 subtests passed [10:38:56.229] 176/400 postgresql:libpq / libpq/004_load_balance_dns OK 11.53s 125 subtests passed [10:38:56.605] 177/400 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.60s 32 subtests passed [10:39:00.509] 178/400 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 8.08s 10 subtests passed [10:39:02.110] 179/400 postgresql:libpq / libpq/005_negotiate_encryption OK 16.79s 249 subtests passed [10:39:04.050] 180/400 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 7.82s 3 subtests passed [10:39:04.334] 181/400 postgresql:pg_checksums / pg_checksums/001_basic OK 0.28s 9 subtests passed [10:39:07.985] 182/400 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 11.38s 43 subtests passed [10:39:08.217] 183/400 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.23s 13 subtests passed [10:39:10.767] 184/400 postgresql:pg_amcheck / pg_amcheck/003_check OK 22.91s 75 subtests passed [10:39:12.609] 185/400 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 12.10s 27 subtests passed [10:39:14.026] 186/400 postgresql:pg_amcheck / pg_amcheck/006_cic OK 20.80s 12 subtests passed [10:39:14.212] 187/400 postgresql:pg_checksums / pg_checksums/002_actions OK 9.87s 66 subtests passed [10:39:17.162] 188/400 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 4.55s 11 subtests passed [10:39:17.883] 189/400 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 7.12s 7 subtests passed [10:39:18.777] 190/400 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.57s 4 subtests passed [10:39:19.905] 191/400 postgresql:initdb / initdb/001_initdb OK 33.80s 57 subtests passed [10:39:19.924] 192/400 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 11.70s 6 subtests passed [10:39:21.182] 193/400 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 4.02s 3 subtests passed [10:39:21.340] 194/400 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 7.31s 22 subtests passed [10:39:21.422] 195/400 postgresql:pg_config / pg_config/001_pg_config OK 0.23s 21 subtests passed [10:39:22.005] 196/400 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.23s 4 subtests passed [10:39:23.410] 197/400 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.07s 18 subtests passed [10:39:23.837] 198/400 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 3.91s 5 subtests passed [10:39:24.132] 199/400 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.25s 2 subtests passed [10:39:24.577] 200/400 postgresql:pg_ctl / pg_ctl/001_start_stop OK 3.15s 25 subtests passed [10:39:24.619] 201/400 postgresql:pg_ctl / pg_ctl/002_status OK 2.61s 3 subtests passed [10:39:25.401] 202/400 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.49s 4 subtests passed [10:39:25.433] 203/400 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 29.90s 200 subtests passed [10:39:25.676] 204/400 postgresql:pg_dump / pg_dump/001_basic OK 1.54s 135 subtests passed [10:39:26.481] 205/400 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 24.36s 60 subtests passed [10:39:27.465] 206/400 postgresql:pg_ctl / pg_ctl/003_promote OK 4.05s 12 subtests passed [10:39:27.969] 207/400 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 3.35s 3 subtests passed [10:39:29.270] 208/400 postgresql:pg_ctl / pg_ctl/004_logrotate OK 5.43s 14 subtests passed [10:39:29.854] 209/400 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.45s 4 subtests passed [10:39:31.914] 210/400 postgresql:pg_resetwal / pg_resetwal/001_basic OK 3.94s 83 subtests passed [10:39:32.090] 211/400 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 2.82s 9 subtests passed [10:39:32.717] 212/400 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 7.04s 98 subtests passed [10:39:35.059] 213/400 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 9.62s 108 subtests passed [10:39:38.750] 214/400 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 3.69s 1 subtests passed [10:39:39.200] 215/400 postgresql:pg_rewind / pg_rewind/006_options OK 0.45s 13 subtests passed [10:39:40.978] 216/400 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 8.89s 6 subtests passed [10:39:41.031] 217/400 postgresql:pg_dump / pg_dump/010_dump_connstr OK 13.56s 13 subtests passed [10:39:42.329] 218/400 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 9.61s 10 subtests passed [10:39:44.790] 219/400 postgresql:pg_rewind / pg_rewind/002_databases OK 12.87s 12 subtests passed [10:39:45.038] 220/400 postgresql:pg_rewind / pg_rewind/007_standby_source OK 5.84s 7 subtests passed [10:39:45.426] 221/400 postgresql:pg_rewind / pg_rewind/009_growing_files OK 4.39s 3 subtests passed [10:39:45.438] 222/400 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.40s 13 subtests passed [10:39:45.858] 223/400 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.42s 17 subtests passed [10:39:47.529] 224/400 postgresql:pg_rewind / pg_rewind/001_basic OK 17.67s 57 subtests passed [10:39:47.795] 225/400 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 6.82s 3 subtests passed [10:39:48.701] 226/400 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.27s 18 subtests passed [10:39:49.151] 227/400 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.36s 12 subtests passed [10:39:49.523] 228/400 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 0.82s 60 subtests passed [10:39:49.845] 229/400 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 7.51s 1 subtests passed [10:39:51.633] 230/400 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 3.84s 32 subtests passed [10:39:52.661] 231/400 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.51s 5 subtests passed [10:39:53.219] 232/400 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 7.36s 38 subtests passed [10:39:54.320] 233/400 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 4.79s 11 subtests passed [10:39:56.818] 234/400 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 6.97s 18 subtests passed [10:39:57.079] 235/400 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.26s 11 subtests passed [10:39:57.792] 236/400 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.47s 5 subtests passed [10:39:58.139] 237/400 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 6.50s 10 subtests passed [10:39:59.605] 238/400 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.46s 207 subtests passed [10:40:00.093] 239/400 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 12.56s 92 subtests passed [10:40:00.148] 240/400 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 7.49s 21 subtests passed [10:40:00.832] 241/400 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 3.75s 7 subtests passed [10:40:03.497] 242/400 postgresql:psql / psql/020_cancel OK 3.35s 2 subtests passed [10:40:04.487] 243/400 postgresql:psql / psql/010_tab_completion OK 4.39s 89 subtests passed [10:40:05.445] 244/400 postgresql:psql / psql/001_basic OK 5.84s 126 subtests passed [10:40:05.490] 245/400 postgresql:psql / psql/030_pager OK 4.66s 4 subtests passed [10:40:07.251] 246/400 postgresql:scripts / scripts/010_clusterdb OK 3.75s 16 subtests passed [10:40:08.119] 247/400 postgresql:scripts / scripts/011_clusterdb_all OK 3.63s 7 subtests passed [10:40:08.156] 248/400 postgresql:pg_dump / pg_dump/002_pg_dump OK 43.55s 12122 subtests passed [10:40:09.338] 249/400 postgresql:scripts / scripts/040_createuser OK 3.85s 37 subtests passed [10:40:10.765] 250/400 postgresql:pg_waldump / pg_waldump/001_basic OK 17.54s 212 subtests passed [10:40:11.292] 251/400 postgresql:scripts / scripts/070_dropuser OK 3.17s 13 subtests passed [10:40:11.492] 252/400 postgresql:scripts / scripts/050_dropdb OK 4.24s 16 subtests passed [10:40:11.877] 253/400 postgresql:scripts / scripts/080_pg_isready OK 3.48s 11 subtests passed [10:40:14.825] 254/400 postgresql:scripts / scripts/020_createdb OK 9.38s 64 subtests passed [10:40:15.205] 255/400 postgresql:scripts / scripts/091_reindexdb_all OK 4.44s 13 subtests passed [10:40:15.452] 256/400 postgresql:scripts / scripts/101_vacuumdb_all OK 3.96s 5 subtests passed [10:40:15.460] 257/400 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.25s 27 subtests passed [10:40:15.744] 258/400 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.29s 4 subtests passed [10:40:15.957] 259/400 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.49s 39 subtests passed [10:40:16.188] 260/400 postgresql:pgbench / pgbench/001_pgbench_with_server OK 18.39s 474 subtests passed [10:40:16.276] 261/400 postgresql:scripts / scripts/090_reindexdb OK 6.94s 64 subtests passed [10:40:17.474] 262/400 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 50.99s 60 subtests passed [10:40:18.516] 263/400 postgresql:scripts / scripts/102_vacuumdb_stages OK 6.64s 4 subtests passed [10:40:19.333] 264/400 postgresql:amcheck / amcheck/002_cic OK 3.37s 4 subtests passed [10:40:20.210] 265/400 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.93s 6 subtests passed [10:40:20.283] 266/400 postgresql:amcheck / amcheck/003_cic_2pc OK 4.09s 7 subtests passed [10:40:20.404] 267/400 postgresql:scripts / scripts/100_vacuumdb OK 9.11s 113 subtests passed [10:40:21.047] 268/400 postgresql:scripts / scripts/200_connstr OK 6.22s 3 subtests passed [10:40:21.365] 269/400 postgresql:oid2name / oid2name/001_basic OK 0.32s 9 subtests passed [10:40:21.621] 270/400 postgresql:amcheck / amcheck/005_pitr OK 4.15s 3 subtests passed [10:40:22.724] 271/400 postgresql:auto_explain / auto_explain/001_auto_explain OK 3.39s 22 subtests passed [10:40:24.678] 272/400 postgresql:amcheck / amcheck/006_verify_gin OK 6.16s 6 subtests passed [10:40:24.840] 273/400 postgresql:pg_prewarm / pg_prewarm/001_basic OK 3.47s 11 subtests passed [10:40:25.757] 274/400 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 4.13s 6 subtests passed [10:40:26.142] 275/400 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 3.42s 3 subtests passed [10:40:26.382] 276/400 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 6.10s 16 subtests passed [10:40:26.665] 277/400 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.28s [10:40:28.705] 278/400 postgresql:dblink / dblink/001_auth_scram OK 8.30s 12 subtests passed [10:40:28.817] 279/400 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 3.97s 3 subtests passed [10:40:28.921] 280/400 postgresql:amcheck / amcheck/001_verify_heapam OK 13.18s 272 subtests passed [10:40:28.965] 281/400 postgresql:vacuumlo / vacuumlo/001_basic OK 0.26s 9 subtests passed [10:40:29.101] 282/400 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.42s 2 subtests passed [10:40:30.930] 283/400 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.26s 6 subtests passed [10:40:31.245] 284/400 postgresql:authentication / authentication/005_sspi SKIP 0.31s [10:40:32.277] 285/400 postgresql:authentication / authentication/002_saslprep OK 3.34s 20 subtests passed [10:40:32.547] 286/400 postgresql:authentication / authentication/004_file_inclusion OK 3.44s 2 subtests passed [10:40:32.958] 287/400 postgresql:postmaster / postmaster/001_basic OK 0.41s 9 subtests passed [10:40:33.119] 288/400 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 6.98s 4 subtests passed [10:40:33.529] 289/400 postgresql:authentication / authentication/003_peer OK 4.56s 53 subtests passed [10:40:33.992] 290/400 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 8.23s 7 subtests passed [10:40:34.756] 291/400 postgresql:authentication / authentication/006_login_trigger OK 3.51s 32 subtests passed [10:40:35.379] 292/400 postgresql:authentication / authentication/007_pre_auth OK 3.10s 2 subtests passed [10:40:36.502] 293/400 postgresql:authentication / authentication/001_password OK 7.68s 207 subtests passed [10:40:36.662] 294/400 postgresql:postmaster / postmaster/003_start_stop OK 3.54s 25 subtests passed [10:40:36.911] 295/400 postgresql:postmaster / postmaster/002_connection_limits OK 3.95s 30 subtests passed [10:40:41.137] 296/400 postgresql:subscription / subscription/003_constraints OK 6.38s 6 subtests passed [10:40:41.741] 297/400 postgresql:subscription / subscription/002_types OK 7.75s 4 subtests passed [10:40:42.848] 298/400 postgresql:bloom / bloom/001_wal OK 22.63s 31 subtests passed [10:40:43.063] 299/400 postgresql:subscription / subscription/005_encoding OK 6.56s 1 subtests passed [10:40:43.619] 300/400 postgresql:subscription / subscription/006_rewrite OK 6.96s 2 subtests passed [10:40:44.097] 301/400 postgresql:subscription / subscription/004_sync OK 8.72s 9 subtests passed [10:40:45.548] 302/400 postgresql:subscription / subscription/007_ddl OK 8.64s 8 subtests passed [10:40:47.725] 303/400 postgresql:subscription / subscription/009_matviews OK 5.98s 1 subtests passed [10:40:48.969] 304/400 postgresql:subscription / subscription/008_diff_schema OK 7.83s 5 subtests passed [10:40:49.117] 305/400 postgresql:subscription / subscription/001_rep_changes OK 15.59s 38 subtests passed [10:40:50.438] 306/400 postgresql:subscription / subscription/012_collation OK 6.82s 2 subtests passed [10:40:52.596] 307/400 postgresql:subscription / subscription/010_truncate OK 9.75s 14 subtests passed [10:40:52.982] 308/400 postgresql:subscription / subscription/011_generated OK 9.92s 11 subtests passed [10:40:55.089] 309/400 postgresql:subscription / subscription/014_binary OK 9.54s 8 subtests passed [10:40:55.992] 310/400 postgresql:subscription / subscription/017_stream_ddl OK 6.87s 3 subtests passed [10:40:56.223] 311/400 postgresql:subscription / subscription/016_stream_subxact OK 7.25s 3 subtests passed [10:40:59.131] 312/400 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 6.53s 2 subtests passed [10:41:00.227] 313/400 postgresql:subscription / subscription/020_messages OK 7.24s 5 subtests passed [10:41:00.937] 314/400 postgresql:subscription / subscription/018_stream_subxact_abort OK 10.50s 9 subtests passed [10:41:05.217] 315/400 postgresql:subscription / subscription/015_stream OK 17.49s 10 subtests passed [10:41:05.950] 316/400 postgresql:subscription / subscription/013_partition OK 21.85s 74 subtests passed [10:41:07.110] 317/400 postgresql:subscription / subscription/024_add_drop_pub OK 7.98s 4 subtests passed [10:41:08.273] 318/400 postgresql:subscription / subscription/021_twophase OK 13.18s 31 subtests passed [10:41:09.425] 319/400 postgresql:subscription / subscription/025_rep_changes_for_schema OK 9.20s 13 subtests passed [10:41:10.887] 320/400 postgresql:subscription / subscription/023_twophase_stream OK 14.66s 34 subtests passed [10:41:11.686] 321/400 postgresql:subscription / subscription/022_twophase_cascade OK 15.69s 41 subtests passed [10:41:14.399] 322/400 postgresql:subscription / subscription/026_stats OK 13.46s 13 subtests passed [10:41:14.693] 323/400 postgresql:subscription / subscription/029_on_error OK 7.58s 5 subtests passed [10:41:19.758] 324/400 postgresql:subscription / subscription/028_row_filter OK 13.81s 26 subtests passed [10:41:20.658] 325/400 postgresql:subscription / subscription/033_run_as_table_owner OK 8.97s 10 subtests passed [10:41:21.897] 326/400 postgresql:subscription / subscription/030_origin OK 13.62s 13 subtests passed [10:41:22.165] 327/400 postgresql:subscription / subscription/027_nosuperuser OK 16.95s 19 subtests passed [10:41:24.750] 328/400 postgresql:subscription / subscription/032_subscribe_use_index OK 13.86s 15 subtests passed [10:41:26.778] 329/400 postgresql:subscription / subscription/031_column_list OK 17.35s 36 subtests passed [10:41:27.184] 330/400 postgresql:subscription / subscription/035_conflicts OK 12.49s 29 subtests passed [10:41:27.949] 331/400 postgresql:subscription / subscription/036_sequences OK 8.19s 9 subtests passed [10:41:28.899] 332/400 postgresql:brin / brin/01_workitems OK 4.15s 4 subtests passed [10:41:29.145] 333/400 postgresql:subscription / subscription/034_temporal OK 14.74s 37 subtests passed [10:41:30.689] 334/400 postgresql:brin / brin/02_wal_consistency OK 3.91s 2 subtests passed [10:41:30.824] 335/400 postgresql:commit_ts / commit_ts/001_base OK 3.64s 2 subtests passed [10:41:31.257] 336/400 postgresql:subscription / subscription/037_except OK 10.60s 17 subtests passed [10:41:31.565] 337/400 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 9.67s 4 subtests passed [10:41:32.188] 338/400 postgresql:commit_ts / commit_ts/002_standby OK 4.24s 4 subtests passed [10:41:33.781] 339/400 postgresql:commit_ts / commit_ts/004_restart OK 4.63s 16 subtests passed [10:41:34.417] 340/400 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.73s 4 subtests passed [10:41:34.471] 341/400 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.57s 4 subtests passed [10:41:34.590] 342/400 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.77s 23 subtests passed [10:41:35.638] 343/400 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.45s 7 subtests passed [10:41:35.725] 344/400 postgresql:oauth_validator / oauth_validator/002_client OK 4.16s 20 subtests passed [10:41:38.298] 345/400 postgresql:test_aio / test_aio/002_io_workers OK 3.88s 22 subtests passed [10:41:39.825] 346/400 postgresql:test_aio / test_aio/004_read_stream OK 5.23s 31 subtests passed [10:41:39.941] 347/400 postgresql:test_checksums / test_checksums/001_basic OK 4.21s 9 subtests passed [10:41:40.182] 348/400 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 4.54s 2 subtests passed [10:41:41.660] 349/400 postgresql:test_checksums / test_checksums/002_restarts OK 3.36s 5 subtests passed [10:41:41.899] 350/400 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.24s [10:41:42.015] 351/400 postgresql:test_aio / test_aio/003_initdb OK 7.54s 6 subtests passed [10:41:42.171] 352/400 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.27s [10:41:42.288] 353/400 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.27s [10:41:43.121] 354/400 postgresql:test_checksums / test_checksums/005_injection OK 2.94s 3 subtests passed [10:41:44.302] 355/400 postgresql:test_checksums / test_checksums/004_offline OK 4.36s 8 subtests passed [10:41:44.629] 356/400 postgresql:test_checksums / test_checksums/003_standby_restarts OK 4.80s 12 subtests passed [10:41:45.558] 357/400 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 3.27s 2 subtests passed [10:41:45.965] 358/400 postgresql:test_int128 / test_int128/001_test_int128 OK 0.41s 2 subtests passed [10:41:47.820] 359/400 postgresql:test_escape / test_escape/001_test_escape OK 3.52s 1218 subtests passed [10:41:47.978] 360/400 postgresql:subscription / subscription/100_bugs OK 25.81s 17 subtests passed [10:41:47.994] 361/400 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.36s 11 subtests passed [10:41:48.266] 362/400 postgresql:oauth_validator / oauth_validator/001_server OK 17.01s 170 subtests passed [10:41:48.319] 363/400 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.34s 12 subtests passed [10:41:48.341] 364/400 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.35s 2 subtests passed [10:41:48.414] 365/400 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 5.29s 15 subtests passed [10:41:49.811] 366/400 postgresql:test_aio / test_aio/001_aio OK 16.03s 826 subtests passed [10:41:49.944] 367/400 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 3.98s 516 subtests passed [10:41:51.777] 368/400 postgresql:test_misc / test_misc/003_check_guc OK 3.43s 4 subtests passed [10:41:51.815] 369/400 postgresql:test_json_parser / test_json_parser/002_inline OK 3.97s 3712 subtests passed [10:41:51.921] 370/400 postgresql:test_misc / test_misc/002_tablespace OK 3.60s 20 subtests passed [10:41:52.416] 371/400 postgresql:test_misc / test_misc/004_io_direct OK 4.00s 3 subtests passed [10:41:52.645] 372/400 postgresql:test_misc / test_misc/001_constraint_validation OK 4.38s 42 subtests passed [10:41:53.181] 373/400 postgresql:test_misc / test_misc/005_timeouts OK 3.33s 2 subtests passed [10:41:54.441] 374/400 postgresql:test_misc / test_misc/006_signal_autovacuum OK 4.49s 2 subtests passed [10:41:55.005] 375/400 postgresql:test_misc / test_misc/007_catcache_inval OK 3.23s 2 subtests passed [10:41:55.306] 376/400 postgresql:test_misc / test_misc/009_log_temp_files OK 3.38s 11 subtests passed [10:41:55.336] 377/400 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.33s [10:41:55.763] 378/400 postgresql:test_misc / test_misc/008_replslot_single_user OK 3.92s 10 subtests passed [10:41:56.635] 379/400 postgresql:test_misc / test_misc/011_lock_stats OK 3.99s 7 subtests passed [10:41:57.605] 380/400 postgresql:test_misc / test_misc/012_ddlutils OK 4.42s 43 subtests passed [10:41:58.825] 381/400 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 3.52s 2 subtests passed [10:41:58.919] 382/400 postgresql:test_slru / test_slru/001_multixact OK 3.58s 2 subtests passed [10:41:59.160] 383/400 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.33s [10:41:59.293] 384/400 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.37s [10:41:59.487] 385/400 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.33s [10:42:00.260] 386/400 postgresql:test_slru / test_slru/002_multixact_wraparound OK 4.50s 18 subtests passed [10:42:00.362] 387/400 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 7.94s 73 subtests passed [10:42:01.338] 388/400 postgresql:worker_spi / worker_spi/001_worker_spi OK 4.70s 8 subtests passed [10:42:02.279] 389/400 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 2.99s [10:42:02.830] 390/400 postgresql:worker_spi / worker_spi/002_worker_terminate OK 5.22s 11 subtests passed [10:42:04.460] 391/400 postgresql:test_pg_dump / test_pg_dump/001_base OK 10.02s 1044 subtests passed [10:42:05.961] 392/400 postgresql:ssl / ssl/002_scram OK 5.70s 28 subtests passed [10:42:06.200] 393/400 postgresql:ldap / ldap/002_bindpasswd OK 3.37s 3 subtests passed [10:42:06.645] 394/400 postgresql:ssl / ssl/003_sslinfo OK 6.28s 21 subtests passed [10:42:07.761] 395/400 postgresql:test_checksums / test_checksums/009_fpi OK 25.59s 7 subtests passed [10:42:08.451] 396/400 postgresql:icu / icu/010_database OK 2.49s 8 subtests passed [10:42:08.703] 397/400 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 4.23s 26 subtests passed [10:42:09.278] 398/400 postgresql:ssl / ssl/004_sni OK 7.94s 102 subtests passed [10:42:09.389] 399/400 postgresql:ldap / ldap/001_auth OK 7.11s 47 subtests passed [10:42:12.761] 400/400 postgresql:ssl / ssl/001_ssltests OK 13.27s 272 subtests passed [10:42:12.859] [10:42:12.859] Summary of Failures: [10:42:12.859] [10:42:12.859] 20/400 postgresql:regress / regress/regress ERROR 91.18s exit status 1 [10:42:12.859] 28/400 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 95.07s exit status 1 [10:42:12.859] 24/400 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 133.06s exit status 1 [10:42:12.859] 117/400 postgresql:recovery / recovery/027_stream_regress ERROR 111.34s exit status 1 [10:42:12.859] [10:42:12.859] Ok: 386 [10:42:12.859] Expected Fail: 0 [10:42:12.859] Fail: 4 [10:42:12.859] Unexpected Pass: 0 [10:42:12.859] Skipped: 10 [10:42:12.859] Timeout: 0 [10:42:12.859] [10:42:12.859] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [10:42:12.954] [10:42:12.954] Exit status: 4