[10:49:35.815] su postgres <<-EOF [10:49:35.815] set -e [10:49:35.815] ulimit -c unlimited [10:49:35.815] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [10:49:35.815] EOF [10:49:37.053] 1/400 postgresql:setup / tmp_install OK 0.68s [10:49:37.105] 2/400 postgresql:setup / install_test_files OK 0.05s [10:49:38.647] 3/400 postgresql:setup / initdb_cache OK 1.54s [10:49:38.979] 4/400 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.32s 9 subtests passed [10:49:53.258] 5/400 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 14.57s 16 subtests passed [10:50:07.256] 6/400 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 28.58s 13 subtests passed [10:50:11.872] 7/400 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 18.61s 5 subtests passed [10:50:11.983] 8/400 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 33.30s 19 subtests passed [10:50:12.445] 9/400 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 33.47s 3 subtests passed [10:50:23.352] 10/400 postgresql:recovery / recovery/002_archiving OK 11.37s 12 subtests passed [10:50:29.644] 11/400 postgresql:recovery / recovery/003_recovery_targets OK 17.20s 15 subtests passed [10:50:32.604] 12/400 postgresql:recovery / recovery/001_stream_rep OK 20.73s 64 subtests passed [10:50:36.602] 13/400 postgresql:recovery / recovery/004_timeline_switch OK 13.25s 5 subtests passed [10:50:38.585] 14/400 postgresql:recovery / recovery/006_logical_decoding OK 5.98s 20 subtests passed [10:50:40.076] 15/400 postgresql:recovery / recovery/005_replay_delay OK 10.43s 3 subtests passed [10:50:46.349] 16/400 postgresql:recovery / recovery/007_sync_rep OK 9.75s 11 subtests passed [10:50:54.707] 17/400 postgresql:recovery / recovery/010_logical_decoding_timelines OK 8.36s 13 subtests passed [10:50:55.157] 18/400 postgresql:recovery / recovery/008_fsm_truncation OK 16.57s 1 subtests passed [10:50:55.529] 19/400 postgresql:recovery / recovery/009_twophase OK 15.45s 30 subtests passed [10:51:04.246] 20/400 postgresql:recovery / recovery/013_crash_restart OK 9.09s 20 subtests passed [10:51:04.650] 21/400 postgresql:recovery / recovery/014_unlogged_reinit OK 9.12s 23 subtests passed [10:51:05.860] ▶ 22/400 + indexing 5256 ms FAIL [10:51:06.019] 23/400 postgresql:recovery / recovery/012_subtransactions OK 11.31s 12 subtests passed [10:51:10.138] ▶ 24/400 - regression tests in old instance FAIL [10:51:11.241] 25/400 postgresql:recovery / recovery/015_promotion_pages OK 6.99s 1 subtests passed [10:51:11.975] 26/400 postgresql:recovery / recovery/016_min_consistency OK 7.32s 1 subtests passed [10:51:12.036] 22/400 postgresql:regress / regress/regress ERROR 93.38s exit status 1 [10:51:12.036] >>> 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/regress:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu top_builddir=/tmp/cirrus-ci-build/build 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 MALLOC_PERTURB_=62 /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:51:12.036] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [10:51:12.036] stderr: [10:51:12.036] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out [10:51:12.036] # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-05-08 10:45:18.784896005 +0000 [10:51:12.036] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out 2026-05-08 10:51:05.822581874 +0000 [10:51:12.036] # @@ -559,13 +559,14 @@ [10:51:12.036] # ERROR: division by zero [10:51:12.036] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:51:12.036] # where relname like 'idxpart%' order by relname; [10:51:12.036] # - relname | indisvalid [10:51:12.036] # ---------------------+------------ [10:51:12.036] # - idxpart11_expr_idx | f [10:51:12.036] # - idxpart1_expr_idx | f [10:51:12.036] # - idxpart2_expr_idx | t [10:51:12.036] # - idxpart_expr_idx | f [10:51:12.036] # -(4 rows) [10:51:12.036] # + relname | indisvalid [10:51:12.036] # +--------------------------+------------ [10:51:12.036] # + idxpart11_expr_idx | f [10:51:12.036] # + idxpart11_expr_idx_ccaux | f [10:51:12.036] # + idxpart1_expr_idx | f [10:51:12.036] # + idxpart2_expr_idx | t [10:51:12.036] # + idxpart_expr_idx | f [10:51:12.036] # +(5 rows) [10:51:12.036] # [10:51:12.036] # -- attach the indexes; parents stay invalid [10:51:12.036] # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [10:51:12.036] # @@ -573,13 +574,14 @@ [10:51:12.036] # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [10:51:12.036] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:51:12.036] # where relname like 'idxpart%' order by relname; [10:51:12.036] # - relname | indisvalid [10:51:12.036] # ---------------------+------------ [10:51:12.036] # - idxpart11_expr_idx | f [10:51:12.036] # - idxpart1_expr_idx | f [10:51:12.036] # - idxpart2_expr_idx | t [10:51:12.036] # - idxpart_expr_idx | f [10:51:12.036] # -(4 rows) [10:51:12.036] # + relname | indisvalid [10:51:12.036] # +--------------------------+------------ [10:51:12.036] # + idxpart11_expr_idx | f [10:51:12.036] # + idxpart11_expr_idx_ccaux | f [10:51:12.036] # + idxpart1_expr_idx | f [10:51:12.036] # + idxpart2_expr_idx | t [10:51:12.036] # + idxpart_expr_idx | f [10:51:12.036] # +(5 rows) [10:51:12.036] # [10:51:12.036] # -- fix the index on the leaf partition [10:51:12.036] # delete from idxpart11 where b = 0; [10:51:12.036] # @@ -612,24 +614,28 @@ [10:51:12.036] # ERROR: division by zero [10:51:12.036] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:51:12.036] # where relname like 'idxpart%' order by relname; [10:51:12.036] # - relname | indisvalid [10:51:12.036] # --------------------+------------ [10:51:12.036] # - idxpart1_expr_idx | f [10:51:12.036] # - idxpart2_expr_idx | f [10:51:12.036] # - idxpart_expr_idx | f [10:51:12.036] # -(3 rows) [10:51:12.036] # + relname | indisvalid [10:51:12.036] # +-------------------------+------------ [10:51:12.036] # + idxpart1_expr_idx | f [10:51:12.036] # + idxpart1_expr_idx_ccaux | f [10:51:12.036] # + idxpart2_expr_idx | f [10:51:12.036] # + idxpart2_expr_idx_ccaux | f [10:51:12.036] # + idxpart_expr_idx | f [10:51:12.036] # +(5 rows) [10:51:12.036] # [10:51:12.036] # -- attach both; parent stays invalid [10:51:12.036] # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [10:51:12.036] # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [10:51:12.036] # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:51:12.036] # where relname like 'idxpart%' order by relname; [10:51:12.036] # - relname | indisvalid [10:51:12.036] # --------------------+------------ [10:51:12.036] # - idxpart1_expr_idx | f [10:51:12.036] # - idxpart2_expr_idx | f [10:51:12.036] # - idxpart_expr_idx | f [10:51:12.036] # -(3 rows) [10:51:12.036] # + relname | indisvalid [10:51:12.036] # +-------------------------+------------ [10:51:12.036] # + idxpart1_expr_idx | f [10:51:12.036] # (diff output truncated and silencing output for further failing tests...) [10:51:12.036] # 1 of 245 tests failed. [10:51:12.036] # 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:51:12.036] # 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:51:12.036] [10:51:12.036] (test program exited with status code 1) [10:51:12.036] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [10:51:12.036] [10:51:12.990] 27/400 postgresql:recovery / recovery/017_shm OK 6.97s 4 subtests passed [10:51:15.331] ▶ 28/400 - regression tests pass FAIL [10:51:15.472] 28/400 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 96.81s exit status 1 [10:51:15.472] >>> REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu top_builddir=/tmp/cirrus-ci-build/build 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 share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib MALLOC_PERTURB_=28 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 /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:51:15.472] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [10:51:15.472] stderr: [10:51:15.472] # Failed test 'regression tests pass' [10:51:15.472] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 64. [10:51:15.472] # got: '256' [10:51:15.472] # expected: '0' [10:51:15.472] # Looks like you failed 1 test of 1. [10:51:15.472] [10:51:15.472] (test program exited with status code 1) [10:51:15.472] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [10:51:15.472] [10:51:16.993] 29/400 postgresql:recovery / recovery/021_row_visibility OK 4.00s 10 subtests passed [10:51:18.728] 30/400 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 100.02s 50 subtests passed [10:51:18.772] 31/400 postgresql:recovery / recovery/022_crash_temp_files OK 3.30s 11 subtests passed [10:51:20.463] 32/400 postgresql:recovery / recovery/020_archive_status OK 8.42s 19 subtests passed [10:51:20.994] 33/400 postgresql:recovery / recovery/023_pitr_prepared_xact OK 4.00s 1 subtests passed [10:51:23.258] 34/400 postgresql:recovery / recovery/024_archive_recovery OK 4.53s 2 subtests passed [10:51:23.516] 35/400 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 4.74s 1 subtests passed [10:51:30.129] 36/400 postgresql:recovery / recovery/028_pitr_timelines OK 6.87s 3 subtests passed [10:51:30.638] 37/400 postgresql:recovery / recovery/026_overwrite_contrecord OK 10.17s 3 subtests passed [10:51:32.098] 38/400 postgresql:recovery / recovery/029_stats_restart OK 8.58s 44 subtests passed [10:51:32.934] 39/400 postgresql:recovery / recovery/018_wal_optimize OK 21.69s 38 subtests passed [10:51:35.572] 40/400 postgresql:recovery / recovery/019_replslot_limit OK 23.59s 26 subtests passed [10:51:37.866] 41/400 postgresql:recovery / recovery/030_stats_cleanup_replica OK 7.74s 11 subtests passed [10:51:38.286] 42/400 postgresql:recovery / recovery/031_recovery_conflict OK 7.65s 18 subtests passed [10:51:40.575] 43/400 postgresql:recovery / recovery/034_create_database OK 5.00s 2 subtests passed [10:51:41.276] 44/400 postgresql:isolation / isolation/isolation OK 94.02s 128 subtests passed [10:51:42.831] 45/400 postgresql:recovery / recovery/032_relfilenode_reuse OK 10.73s 14 subtests passed [10:51:43.836] 46/400 postgresql:recovery / recovery/036_truncated_dropped OK 5.55s 8 subtests passed [10:51:44.860] 47/400 postgresql:recovery / recovery/037_invalid_database OK 4.28s 10 subtests passed [10:51:49.373] 48/400 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 8.10s 2 subtests passed [10:51:50.816] 49/400 postgresql:recovery / recovery/041_checkpoint_at_promote OK 5.95s 6 subtests passed [10:51:51.020] 50/400 postgresql:recovery / recovery/033_replay_tsp_drops OK 18.08s 3 subtests passed [10:51:55.590] 24/400 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 136.92s exit status 1 [10:51:55.591] >>> REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/bin/pg_upgrade:/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 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 top_builddir=/tmp/cirrus-ci-build/build INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template with_icu=yes MESON_TEST_ITERATION=1 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib MALLOC_PERTURB_=168 TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so /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:51:55.591] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [10:51:55.591] Listing only the last 100 lines from a long log. [10:51:55.591] # ok 25 + point 221 ms [10:51:55.591] # ok 26 + lseg 142 ms [10:51:55.591] # ok 27 + line 130 ms [10:51:55.591] # ... 206 lines omitted ... [10:51:55.591] # ok 219 + partition_merge 3705 ms [10:51:55.591] # ok 220 + partition_split 3527 ms [10:51:55.591] # ok 221 + partition_join 4315 ms [10:51:55.591] # ok 222 + partition_prune 4524 ms [10:51:55.591] # ok 223 + reloptions 438 ms [10:51:55.591] # ok 224 + hash_part 278 ms [10:51:55.591] # not ok 225 + indexing 7064 ms [10:51:55.591] # ok 226 + partition_aggregate 3906 ms [10:51:55.591] # ok 227 + partition_info 692 ms [10:51:55.591] # ok 228 + tuplesort 4789 ms [10:51:55.591] # ok 229 + explain 774 ms [10:51:55.591] # ok 230 + memoize 1488 ms [10:51:55.591] # ok 231 + stats 3880 ms [10:51:55.591] # ok 232 + predicate 948 ms [10:51:55.591] # ok 233 + numa 396 ms [10:51:55.591] # ok 234 + eager_aggregate 2212 ms [10:51:55.591] # ok 235 + graph_table_rls 905 ms [10:51:55.591] # ok 236 + planner_est 281 ms [10:51:55.591] # # parallel group (4 tests): compression_pglz compression compression_lz4 cluster [10:51:55.591] # ok 237 + compression 501 ms [10:51:55.591] # ok 238 + compression_lz4 630 ms [10:51:55.591] # ok 239 + compression_pglz 101 ms [10:51:55.591] # ok 240 + cluster 1271 ms [10:51:55.591] # # parallel group (2 tests): oidjoins event_trigger [10:51:55.591] # ok 241 + oidjoins 821 ms [10:51:55.591] # ok 242 + event_trigger 962 ms [10:51:55.591] # ok 243 - event_trigger_login 79 ms [10:51:55.591] # ok 244 - fast_default 1188 ms [10:51:55.591] # ok 245 - tablespace 3192 ms [10:51:55.591] # 1..245 [10:51:55.591] # -------------- stderr -------------- [10:51:55.591] # # 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:51:55.591] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-05-08 10:45:18.784896005 +0000 [10:51:55.591] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out 2026-05-08 10:51:03.222614282 +0000 [10:51:55.591] # # @@ -559,13 +559,14 @@ [10:51:55.591] # # ERROR: division by zero [10:51:55.591] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:51:55.591] # # where relname like 'idxpart%' order by relname; [10:51:55.591] # # - relname | indisvalid [10:51:55.591] # # ---------------------+------------ [10:51:55.591] # # - idxpart11_expr_idx | f [10:51:55.591] # # - idxpart1_expr_idx | f [10:51:55.591] # # - idxpart2_expr_idx | t [10:51:55.591] # # - idxpart_expr_idx | f [10:51:55.591] # # -(4 rows) [10:51:55.591] # # + relname | indisvalid [10:51:55.591] # # +--------------------------+------------ [10:51:55.591] # # + idxpart11_expr_idx | f [10:51:55.591] # # + idxpart11_expr_idx_ccaux | f [10:51:55.591] # # + idxpart1_expr_idx | f [10:51:55.591] # # + idxpart2_expr_idx | t [10:51:55.591] # # + idxpart_expr_idx | f [10:51:55.591] # # +(5 rows) [10:51:55.591] # # [10:51:55.591] # # -- attach the indexes; parents stay invalid [10:51:55.591] # # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [10:51:55.591] # # @@ -573,13 +574,14 @@ [10:51:55.591] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [10:51:55.591] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:51:55.591] # # where relname like 'idxpart%' order by relname; [10:51:55.591] # # - relname | indisvalid [10:51:55.591] # ... 24 lines omitted ... [10:51:55.591] # # - idxpart2_expr_idx | f [10:51:55.591] # # - idxpart_expr_idx | f [10:51:55.591] # # -(3 rows) [10:51:55.591] # # + relname | indisvalid [10:51:55.591] # # +-------------------------+------------ [10:51:55.591] # # + idxpart1_expr_idx | f [10:51:55.591] # # + idxpart1_expr_idx_ccaux | f [10:51:55.591] # # + idxpart2_expr_idx | f [10:51:55.591] # # + idxpart2_expr_idx_ccaux | f [10:51:55.591] # # + idxpart_expr_idx | f [10:51:55.591] # # +(5 rows) [10:51:55.591] # # [10:51:55.591] # # -- attach both; parent stays invalid [10:51:55.591] # # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [10:51:55.591] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [10:51:55.591] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:51:55.591] # # where relname like 'idxpart%' order by relname; [10:51:55.591] # # - relname | indisvalid [10:51:55.591] # # --------------------+------------ [10:51:55.591] # # - idxpart1_expr_idx | f [10:51:55.591] # # - idxpart2_expr_idx | f [10:51:55.591] # # - idxpart_expr_idx | f [10:51:55.591] # # -(3 rows) [10:51:55.591] # # + relname | indisvalid [10:51:55.591] # # +-------------------------+------------ [10:51:55.591] # # + idxpart1_expr_idx | f [10:51:55.591] # # (diff output truncated and silencing output for further failing tests...) [10:51:55.591] # # 1 of 245 tests failed. [10:51:55.591] # # 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:51:55.591] # # 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:51:55.591] # ------------------------------------ [10:51:55.591] # Looks like you failed 1 test of 20. [10:51:55.591] [10:51:55.591] (test program exited with status code 1) [10:51:55.591] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [10:51:55.591] [10:51:56.953] 51/400 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 5.93s 1 subtests passed [10:51:57.396] 52/400 postgresql:recovery / recovery/039_end_of_wal OK 14.56s 14 subtests passed [10:51:58.005] 53/400 postgresql:recovery / recovery/043_no_contrecord_switch OK 7.19s 1 subtests passed [10:51:58.298] 54/400 postgresql:recovery / recovery/042_low_level_backup OK 8.92s 4 subtests passed [10:52:04.246] 55/400 postgresql:recovery / recovery/045_archive_restartpoint OK 8.65s 1 subtests passed [10:52:04.576] 56/400 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 6.57s 3 subtests passed [10:52:05.002] 57/400 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 7.60s 1 subtests passed [10:52:07.455] 58/400 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 10.50s 2 subtests passed [10:52:08.117] 59/400 postgresql:recovery / recovery/050_redo_segment_missing OK 3.87s 2 subtests passed [10:52:08.305] 60/400 postgresql:recovery / recovery/035_standby_logical_decoding OK 30.44s 89 subtests passed [10:52:08.412] 61/400 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 3.41s 4 subtests passed [10:52:09.715] 62/400 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 25.88s 38 subtests passed [10:52:12.309] 63/400 postgresql:plperl / plperl/regress OK 4.00s 14 subtests passed [10:52:12.775] 64/400 postgresql:plpgsql / plpgsql/regress OK 4.66s 13 subtests passed [10:52:13.546] 65/400 postgresql:pltcl / pltcl/regress OK 3.83s 8 subtests passed [10:52:13.959] 66/400 postgresql:plpython / plpython/regress OK 5.55s 23 subtests passed [10:52:15.774] 67/400 postgresql:kerberos / kerberos/001_auth OK 8.32s 142 subtests passed [10:52:15.965] 68/400 postgresql:auto_explain / auto_explain/regress OK 3.19s 2 subtests passed [10:52:16.452] 69/400 postgresql:basic_archive / basic_archive/regress OK 2.90s 1 subtests passed [10:52:17.198] 70/400 postgresql:bloom / bloom/regress OK 3.24s 1 subtests passed [10:52:18.039] 71/400 postgresql:recovery / recovery/051_effective_wal_level OK 13.46s 31 subtests passed [10:52:18.984] 72/400 postgresql:bool_plperl / bool_plperl/regress OK 3.21s 2 subtests passed [10:52:22.068] 73/400 postgresql:btree_gin / btree_gin/regress OK 6.10s 30 subtests passed [10:52:22.278] 74/400 postgresql:citext / citext/regress OK 5.08s 3 subtests passed [10:52:22.718] 75/400 postgresql:btree_gist / btree_gist/regress OK 6.26s 32 subtests passed [10:52:22.838] 76/400 postgresql:cube / cube/regress OK 4.80s 2 subtests passed [10:52:23.516] 77/400 postgresql:dblink / dblink/regress OK 4.53s 1 subtests passed [10:52:25.457] 78/400 postgresql:dict_xsyn / dict_xsyn/regress OK 3.18s 1 subtests passed [10:52:25.700] 79/400 postgresql:dict_int / dict_int/regress OK 3.63s 1 subtests passed [10:52:26.259] 80/400 postgresql:file_fdw / file_fdw/regress OK 3.42s 1 subtests passed [10:52:26.366] 81/400 postgresql:earthdistance / earthdistance/regress OK 3.65s 1 subtests passed [10:52:27.270] 82/400 postgresql:amcheck / amcheck/regress OK 14.96s 4 subtests passed [10:52:27.448] 83/400 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 3.93s 2 subtests passed [10:52:30.300] 84/400 postgresql:hstore_plperl / hstore_plperl/regress OK 4.60s 3 subtests passed [10:52:30.816] 85/400 postgresql:hstore_plpython / hstore_plpython/regress OK 4.56s 1 subtests passed [10:52:31.565] 86/400 postgresql:jsonb_plperl / jsonb_plperl/regress OK 4.12s 2 subtests passed [10:52:31.776] 87/400 postgresql:isn / isn/regress OK 4.50s 1 subtests passed [10:52:32.660] 88/400 postgresql:hstore / hstore/regress OK 7.20s 2 subtests passed [10:52:33.241] 89/400 postgresql:jsonb_plpython / jsonb_plpython/regress OK 2.94s 1 subtests passed [10:52:33.967] 90/400 postgresql:lo / lo/regress OK 3.15s 1 subtests passed [10:52:34.469] 91/400 postgresql:recovery / recovery/049_wait_for_lsn OK 36.17s 57 subtests passed [10:52:35.292] 92/400 postgresql:ltree_plpython / ltree_plpython/regress OK 3.51s 1 subtests passed [10:52:36.518] 93/400 postgresql:passwordcheck / passwordcheck/regress OK 3.28s 1 subtests passed [10:52:37.880] 94/400 postgresql:ltree / ltree/regress OK 6.31s 1 subtests passed [10:52:38.772] 95/400 postgresql:pageinspect / pageinspect/regress OK 6.11s 8 subtests passed [10:52:39.183] 96/400 postgresql:pg_freespacemap / pg_freespacemap/regress OK 3.89s 1 subtests passed [10:52:40.185] 97/400 postgresql:pg_buffercache / pg_buffercache/regress OK 6.22s 2 subtests passed [10:52:41.179] 98/400 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 4.66s 1 subtests passed [10:52:41.420] 99/400 postgresql:pg_overexplain / pg_overexplain/regress OK 3.54s 1 subtests passed [10:52:42.708] 100/400 postgresql:pgcrypto / pgcrypto/regress OK 8.24s 25 subtests passed [10:52:43.115] 101/400 postgresql:pg_prewarm / pg_prewarm/regress OK 3.93s 1 subtests passed [10:52:43.666] 102/400 postgresql:intarray / intarray/regress OK 17.30s 1 subtests passed [10:52:43.712] 103/400 postgresql:pgrowlocks / pgrowlocks/isolation OK 3.53s 1 subtests passed [10:52:45.282] 104/400 postgresql:pgstattuple / pgstattuple/regress OK 2.57s 1 subtests passed [10:52:45.680] 105/400 postgresql:pg_stat_statements / pg_stat_statements/regress OK 4.26s 16 subtests passed [10:52:46.744] 106/400 postgresql:pg_visibility / pg_visibility/regress OK 3.03s 1 subtests passed [10:52:47.004] 107/400 postgresql:pg_surgery / pg_surgery/regress OK 3.89s 1 subtests passed [10:52:47.372] 108/400 postgresql:pg_stash_advice / pg_stash_advice/regress OK 6.19s 2 subtests passed [10:52:47.968] 109/400 postgresql:pg_walinspect / pg_walinspect/regress OK 2.68s 2 subtests passed [10:52:49.364] 110/400 postgresql:pg_trgm / pg_trgm/regress OK 5.70s 4 subtests passed [10:52:50.005] 111/400 postgresql:seg / seg/regress OK 3.00s 3 subtests passed [10:52:50.312] 112/400 postgresql:postgres_fdw / postgres_fdw/isolation OK 3.57s 1 subtests passed [10:52:50.429] 113/400 postgresql:spi / spi/regress OK 3.06s 2 subtests passed [10:52:51.268] 114/400 postgresql:tablefunc / tablefunc/regress OK 3.30s 1 subtests passed [10:52:51.547] ▶ 115/400 - regression tests pass FAIL [10:52:51.751] 116/400 postgresql:pg_plan_advice / pg_plan_advice/regress OK 12.98s 9 subtests passed [10:52:52.456] 117/400 postgresql:tcn / tcn/isolation OK 3.09s 1 subtests passed [10:52:53.400] 118/400 postgresql:tsm_system_rows / tsm_system_rows/regress OK 2.97s 1 subtests passed [10:52:54.223] 119/400 postgresql:tsm_system_time / tsm_system_time/regress OK 2.95s 1 subtests passed [10:52:54.477] 120/400 postgresql:unaccent / unaccent/regress OK 2.72s 1 subtests passed [10:52:55.587] 121/400 postgresql:uuid-ossp / uuid-ossp/regress OK 3.13s 1 subtests passed [10:52:55.936] 122/400 postgresql:xml2 / xml2/regress OK 2.53s 1 subtests passed [10:52:56.445] 123/400 postgresql:test_decoding / test_decoding/isolation OK 6.13s 14 subtests passed [10:52:57.160] 124/400 postgresql:brin / brin/isolation OK 2.94s 1 subtests passed [10:52:57.327] 125/400 postgresql:commit_ts / commit_ts/regress OK 2.84s 1 subtests passed [10:52:59.080] 126/400 postgresql:dummy_index_am / dummy_index_am/regress OK 3.14s 1 subtests passed [10:52:59.137] 127/400 postgresql:postgres_fdw / postgres_fdw/regress OK 13.46s 2 subtests passed [10:52:59.332] 128/400 postgresql:delay_execution / delay_execution/isolation OK 3.74s 2 subtests passed [10:52:59.417] 129/400 postgresql:dummy_seclabel / dummy_seclabel/regress OK 2.97s 1 subtests passed [10:53:00.832] 130/400 postgresql:index / index/isolation OK 3.50s 1 subtests passed [10:53:01.397] 131/400 postgresql:gin / gin/regress OK 4.24s 1 subtests passed [10:53:02.608] 132/400 postgresql:injection_points / injection_points/regress OK 3.53s 4 subtests passed [10:53:02.705] 133/400 postgresql:plsample / plsample/regress OK 3.29s 1 subtests passed [10:53:02.782] 134/400 postgresql:test_decoding / test_decoding/regress OK 12.78s 20 subtests passed [10:53:03.773] 135/400 postgresql:spgist_name_ops / spgist_name_ops/regress OK 2.94s 1 subtests passed [10:53:04.647] 136/400 postgresql:test_binaryheap / test_binaryheap/regress OK 3.25s 1 subtests passed [10:53:05.358] 137/400 postgresql:test_bitmapset / test_bitmapset/regress OK 2.75s 1 subtests passed [10:53:05.580] 138/400 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 2.80s 1 subtests passed [10:53:05.696] 139/400 postgresql:test_bloomfilter / test_bloomfilter/regress OK 2.99s 1 subtests passed [10:53:06.557] 140/400 postgresql:test_cplusplusext / test_cplusplusext/regress OK 2.78s 1 subtests passed [10:53:07.321] 141/400 postgresql:test_custom_types / test_custom_types/regress OK 2.67s 1 subtests passed [10:53:07.402] 142/400 postgresql:injection_points / injection_points/isolation OK 8.26s 6 subtests passed [10:53:07.857] 143/400 postgresql:test_dsm_registry / test_dsm_registry/regress OK 2.16s 1 subtests passed [10:53:08.709] 144/400 postgresql:nbtree / nbtree/regress OK 9.38s 2 subtests passed [10:53:09.292] 145/400 postgresql:test_dsa / test_dsa/regress OK 3.71s 1 subtests passed [10:53:09.784] 146/400 postgresql:test_extensions / test_extensions/regress OK 3.23s 2 subtests passed [10:53:10.027] 147/400 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 4.67s 22 subtests passed [10:53:10.396] 148/400 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 3.07s 1 subtests passed [10:53:11.140] 149/400 postgresql:test_lfind / test_lfind/regress OK 3.28s 1 subtests passed [10:53:11.618] 150/400 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 2.91s 1 subtests passed [10:53:12.700] 151/400 postgresql:test_oat_hooks / test_oat_hooks/regress OK 3.41s 2 subtests passed [10:53:12.933] 152/400 postgresql:test_pg_dump / test_pg_dump/regress OK 2.90s 1 subtests passed [10:53:13.193] 153/400 postgresql:test_parser / test_parser/regress OK 3.41s 1 subtests passed [10:53:13.691] 154/400 postgresql:test_radixtree / test_radixtree/regress OK 2.55s 1 subtests passed [10:53:13.800] 155/400 postgresql:test_predtest / test_predtest/regress OK 3.40s 1 subtests passed [10:53:14.564] 156/400 postgresql:test_rbtree / test_rbtree/regress OK 2.94s 1 subtests passed [10:53:15.940] 157/400 postgresql:test_resowner / test_resowner/regress OK 3.01s 1 subtests passed [10:53:16.520] 158/400 postgresql:test_regex / test_regex/regress OK 3.82s 2 subtests passed [10:53:16.600] 159/400 postgresql:test_saslprep / test_saslprep/regress OK 2.90s 1 subtests passed [10:53:16.699] 160/400 postgresql:test_rls_hooks / test_rls_hooks/regress OK 3.50s 1 subtests passed [10:53:17.144] 161/400 postgresql:test_integerset / test_integerset/regress OK 9.74s 1 subtests passed [10:53:17.448] 115/400 postgresql:recovery / recovery/027_stream_regress ERROR 116.45s exit status 1 [10:53:17.448] >>> REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu 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 top_builddir=/tmp/cirrus-ci-build/build INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 enable_injection_points=yes PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib MALLOC_PERTURB_=176 /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:53:17.448] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [10:53:17.448] Listing only the last 100 lines from a long log. [10:53:17.448] # ok 25 + point 329 ms [10:53:17.448] # ok 26 + lseg 129 ms [10:53:17.448] # ok 27 + line 158 ms [10:53:17.448] # ... 206 lines omitted ... [10:53:17.448] # ok 219 + partition_merge 5745 ms [10:53:17.448] # ok 220 + partition_split 6829 ms [10:53:17.448] # ok 221 + partition_join 7347 ms [10:53:17.448] # ok 222 + partition_prune 7556 ms [10:53:17.448] # ok 223 + reloptions 479 ms [10:53:17.448] # ok 224 + hash_part 276 ms [10:53:17.448] # not ok 225 + indexing 10005 ms [10:53:17.448] # ok 226 + partition_aggregate 4044 ms [10:53:17.448] # ok 227 + partition_info 1078 ms [10:53:17.448] # ok 228 + tuplesort 3959 ms [10:53:17.448] # ok 229 + explain 628 ms [10:53:17.448] # ok 230 + memoize 3704 ms [10:53:17.448] # ok 231 + stats 6485 ms [10:53:17.448] # ok 232 + predicate 714 ms [10:53:17.448] # ok 233 + numa 188 ms [10:53:17.448] # ok 234 + eager_aggregate 2160 ms [10:53:17.448] # ok 235 + graph_table_rls 991 ms [10:53:17.448] # ok 236 + planner_est 208 ms [10:53:17.448] # # parallel group (4 tests): compression_pglz compression_lz4 compression cluster [10:53:17.448] # ok 237 + compression 907 ms [10:53:17.448] # ok 238 + compression_lz4 618 ms [10:53:17.448] # ok 239 + compression_pglz 51 ms [10:53:17.448] # ok 240 + cluster 1413 ms [10:53:17.448] # # parallel group (2 tests): oidjoins event_trigger [10:53:17.448] # ok 241 + oidjoins 1866 ms [10:53:17.448] # ok 242 + event_trigger 2123 ms [10:53:17.448] # ok 243 - event_trigger_login 125 ms [10:53:17.448] # ok 244 - fast_default 622 ms [10:53:17.448] # ok 245 - tablespace 2502 ms [10:53:17.448] # 1..245 [10:53:17.448] # -------------- stderr -------------- [10:53:17.448] # # 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:53:17.448] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-05-08 10:45:18.784896005 +0000 [10:53:17.448] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out 2026-05-08 10:52:44.593647409 +0000 [10:53:17.448] # # @@ -559,13 +559,14 @@ [10:53:17.448] # # ERROR: division by zero [10:53:17.448] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:53:17.448] # # where relname like 'idxpart%' order by relname; [10:53:17.448] # # - relname | indisvalid [10:53:17.448] # # ---------------------+------------ [10:53:17.448] # # - idxpart11_expr_idx | f [10:53:17.448] # # - idxpart1_expr_idx | f [10:53:17.448] # # - idxpart2_expr_idx | t [10:53:17.448] # # - idxpart_expr_idx | f [10:53:17.448] # # -(4 rows) [10:53:17.448] # # + relname | indisvalid [10:53:17.448] # # +--------------------------+------------ [10:53:17.448] # # + idxpart11_expr_idx | f [10:53:17.448] # # + idxpart11_expr_idx_ccaux | f [10:53:17.448] # # + idxpart1_expr_idx | f [10:53:17.448] # # + idxpart2_expr_idx | t [10:53:17.448] # # + idxpart_expr_idx | f [10:53:17.448] # # +(5 rows) [10:53:17.448] # # [10:53:17.448] # # -- attach the indexes; parents stay invalid [10:53:17.448] # # alter index idxpart1_expr_idx attach partition idxpart11_expr_idx; [10:53:17.448] # # @@ -573,13 +574,14 @@ [10:53:17.448] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [10:53:17.448] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:53:17.448] # # where relname like 'idxpart%' order by relname; [10:53:17.448] # # - relname | indisvalid [10:53:17.448] # ... 24 lines omitted ... [10:53:17.448] # # - idxpart2_expr_idx | f [10:53:17.448] # # - idxpart_expr_idx | f [10:53:17.448] # # -(3 rows) [10:53:17.448] # # + relname | indisvalid [10:53:17.448] # # +-------------------------+------------ [10:53:17.448] # # + idxpart1_expr_idx | f [10:53:17.448] # # + idxpart1_expr_idx_ccaux | f [10:53:17.448] # # + idxpart2_expr_idx | f [10:53:17.448] # # + idxpart2_expr_idx_ccaux | f [10:53:17.448] # # + idxpart_expr_idx | f [10:53:17.448] # # +(5 rows) [10:53:17.448] # # [10:53:17.448] # # -- attach both; parent stays invalid [10:53:17.448] # # alter index idxpart_expr_idx attach partition idxpart1_expr_idx; [10:53:17.448] # # alter index idxpart_expr_idx attach partition idxpart2_expr_idx; [10:53:17.448] # # select relname, indisvalid from pg_class join pg_index on indexrelid = oid [10:53:17.448] # # where relname like 'idxpart%' order by relname; [10:53:17.448] # # - relname | indisvalid [10:53:17.448] # # --------------------+------------ [10:53:17.448] # # - idxpart1_expr_idx | f [10:53:17.448] # # - idxpart2_expr_idx | f [10:53:17.448] # # - idxpart_expr_idx | f [10:53:17.448] # # -(3 rows) [10:53:17.448] # # + relname | indisvalid [10:53:17.448] # # +-------------------------+------------ [10:53:17.448] # # + idxpart1_expr_idx | f [10:53:17.448] # # (diff output truncated and silencing output for further failing tests...) [10:53:17.448] # # 1 of 245 tests failed. [10:53:17.448] # # 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:53:17.448] # # 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:53:17.448] # ------------------------------------ [10:53:17.448] # Looks like you failed 1 test of 11. [10:53:17.448] [10:53:17.448] (test program exited with status code 1) [10:53:17.448] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [10:53:17.448] [10:53:17.778] 162/400 postgresql:test_slru / test_slru/regress OK 3.21s 1 subtests passed [10:53:17.801] 163/400 postgresql:libpq / libpq/002_api OK 0.35s 1 subtests passed [10:53:18.634] 164/400 postgresql:libpq / libpq/001_uri OK 1.49s 63 subtests passed [10:53:19.328] 165/400 postgresql:test_tidstore / test_tidstore/regress OK 3.39s 1 subtests passed [10:53:19.573] 166/400 postgresql:test_shm_mq / test_shm_mq/regress OK 5.77s 1 subtests passed [10:53:19.644] 167/400 postgresql:typcache / typcache/regress OK 3.12s 1 subtests passed [10:53:19.805] 168/400 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.23s 55 subtests passed [10:53:20.196] 169/400 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.39s 9 subtests passed [10:53:20.443] 170/400 postgresql:unsafe_tests / unsafe_tests/regress OK 3.84s 4 subtests passed [10:53:24.766] 171/400 postgresql:ecpg / ecpg/ecpg OK 8.07s 67 subtests passed [10:53:25.992] 172/400 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 5.79s 107 subtests passed [10:53:26.421] 173/400 postgresql:libpq / libpq/006_service OK 7.09s 47 subtests passed [10:53:28.673] 174/400 postgresql:libpq / libpq/003_load_balance_host_list OK 10.89s 127 subtests passed [10:53:28.936] 175/400 postgresql:libpq / libpq/004_load_balance_dns OK 11.13s 125 subtests passed [10:53:28.988] 176/400 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.31s 51 subtests passed [10:53:30.588] 177/400 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.82s 32 subtests passed [10:53:31.527] 178/400 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 5.53s 10 subtests passed [10:53:35.224] 179/400 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 6.23s 3 subtests passed [10:53:35.413] 180/400 postgresql:libpq / libpq/005_negotiate_encryption OK 16.78s 249 subtests passed [10:53:35.972] 181/400 postgresql:pg_checksums / pg_checksums/001_basic OK 0.55s 9 subtests passed [10:53:41.936] 182/400 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 11.35s 43 subtests passed [10:53:42.278] 183/400 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.34s 13 subtests passed [10:53:42.625] 184/400 postgresql:pg_amcheck / pg_amcheck/003_check OK 22.18s 75 subtests passed [10:53:44.601] 185/400 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 13.07s 27 subtests passed [10:53:46.244] 186/400 postgresql:pg_checksums / pg_checksums/002_actions OK 10.27s 66 subtests passed [10:53:48.632] 187/400 postgresql:pg_amcheck / pg_amcheck/006_cic OK 22.21s 12 subtests passed [10:53:51.111] 188/400 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 6.51s 11 subtests passed [10:53:51.143] 189/400 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 8.52s 7 subtests passed [10:53:53.072] 190/400 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.44s 4 subtests passed [10:53:54.561] 191/400 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 12.28s 6 subtests passed [10:53:54.662] 192/400 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 3.55s 3 subtests passed [10:53:54.695] 193/400 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 8.45s 22 subtests passed [10:53:54.758] 194/400 postgresql:initdb / initdb/001_initdb OK 35.11s 57 subtests passed [10:53:54.964] 195/400 postgresql:pg_config / pg_config/001_pg_config OK 0.27s 21 subtests passed [10:53:56.142] 196/400 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.07s 4 subtests passed [10:53:56.964] 197/400 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.20s 18 subtests passed [10:53:57.786] 198/400 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.64s 2 subtests passed [10:53:58.472] 199/400 postgresql:pg_ctl / pg_ctl/001_start_stop OK 3.51s 25 subtests passed [10:53:58.547] 200/400 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 3.89s 5 subtests passed [10:53:58.652] 201/400 postgresql:pg_ctl / pg_ctl/002_status OK 2.51s 3 subtests passed [10:53:59.923] 202/400 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 30.99s 200 subtests passed [10:53:59.962] 203/400 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.40s 4 subtests passed [10:54:00.192] 204/400 postgresql:pg_dump / pg_dump/001_basic OK 1.72s 135 subtests passed [10:54:00.476] 205/400 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 25.25s 60 subtests passed [10:54:01.383] 206/400 postgresql:pg_ctl / pg_ctl/003_promote OK 4.42s 12 subtests passed [10:54:02.361] 207/400 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 3.71s 3 subtests passed [10:54:02.772] 208/400 postgresql:pg_ctl / pg_ctl/004_logrotate OK 4.99s 14 subtests passed [10:54:04.487] 209/400 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.56s 4 subtests passed [10:54:06.004] 210/400 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 3.23s 9 subtests passed [10:54:06.866] 211/400 postgresql:pg_resetwal / pg_resetwal/001_basic OK 4.50s 83 subtests passed [10:54:07.028] 212/400 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 6.83s 98 subtests passed [10:54:10.733] 213/400 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 10.77s 108 subtests passed [10:54:14.822] 214/400 postgresql:pg_dump / pg_dump/010_dump_connstr OK 13.44s 13 subtests passed [10:54:15.060] 215/400 postgresql:pg_rewind / pg_rewind/006_options OK 0.23s 13 subtests passed [10:54:15.163] 216/400 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 4.43s 1 subtests passed [10:54:16.126] 217/400 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 9.26s 6 subtests passed [10:54:16.231] 218/400 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 9.20s 10 subtests passed [10:54:18.545] 219/400 postgresql:pg_rewind / pg_rewind/002_databases OK 12.54s 12 subtests passed [10:54:20.496] 220/400 postgresql:pg_rewind / pg_rewind/009_growing_files OK 4.37s 3 subtests passed [10:54:20.757] 221/400 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.26s 13 subtests passed [10:54:21.043] 222/400 postgresql:pg_rewind / pg_rewind/007_standby_source OK 5.98s 7 subtests passed [10:54:21.299] 223/400 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 6.13s 3 subtests passed [10:54:21.341] 224/400 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.29s 17 subtests passed [10:54:22.455] 225/400 postgresql:pg_rewind / pg_rewind/001_basic OK 17.97s 57 subtests passed [10:54:22.866] 226/400 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.32s 12 subtests passed [10:54:23.652] 227/400 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 0.78s 60 subtests passed [10:54:23.943] 228/400 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 7.71s 1 subtests passed [10:54:24.085] 229/400 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.33s 18 subtests passed [10:54:26.466] 230/400 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 4.01s 32 subtests passed [10:54:27.434] 231/400 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.78s 5 subtests passed [10:54:28.601] 232/400 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 7.30s 38 subtests passed [10:54:28.638] 233/400 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 4.69s 11 subtests passed [10:54:31.792] 234/400 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 7.70s 18 subtests passed [10:54:31.848] 235/400 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.21s 5 subtests passed [10:54:32.124] 236/400 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.33s 11 subtests passed [10:54:32.959] 237/400 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 6.49s 10 subtests passed [10:54:33.416] 238/400 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 12.07s 92 subtests passed [10:54:34.418] 239/400 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.46s 207 subtests passed [10:54:34.811] 240/400 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 7.38s 21 subtests passed [10:54:35.730] 241/400 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 3.88s 7 subtests passed [10:54:39.009] 242/400 postgresql:psql / psql/020_cancel OK 4.20s 2 subtests passed [10:54:39.401] 243/400 postgresql:psql / psql/010_tab_completion OK 4.98s 89 subtests passed [10:54:39.411] 244/400 postgresql:psql / psql/001_basic OK 5.99s 126 subtests passed [10:54:39.501] 245/400 postgresql:psql / psql/030_pager OK 3.77s 4 subtests passed [10:54:42.215] 246/400 postgresql:pg_dump / pg_dump/002_pg_dump OK 43.65s 12122 subtests passed [10:54:42.464] 247/400 postgresql:scripts / scripts/010_clusterdb OK 3.45s 16 subtests passed [10:54:43.002] 248/400 postgresql:scripts / scripts/040_createuser OK 3.50s 37 subtests passed [10:54:43.347] 249/400 postgresql:scripts / scripts/011_clusterdb_all OK 3.94s 7 subtests passed [10:54:44.444] 250/400 postgresql:pg_waldump / pg_waldump/001_basic OK 15.84s 212 subtests passed [10:54:45.970] 251/400 postgresql:scripts / scripts/070_dropuser OK 3.50s 13 subtests passed [10:54:46.732] 252/400 postgresql:scripts / scripts/050_dropdb OK 4.32s 16 subtests passed [10:54:46.901] 253/400 postgresql:scripts / scripts/080_pg_isready OK 3.90s 11 subtests passed [10:54:48.740] 254/400 postgresql:scripts / scripts/091_reindexdb_all OK 4.29s 13 subtests passed [10:54:48.829] 255/400 postgresql:scripts / scripts/020_createdb OK 9.41s 64 subtests passed [10:54:49.135] 256/400 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.30s 27 subtests passed [10:54:49.386] 257/400 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.25s 4 subtests passed [10:54:49.912] 258/400 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.53s 39 subtests passed [10:54:50.473] 259/400 postgresql:scripts / scripts/101_vacuumdb_all OK 3.74s 5 subtests passed [10:54:50.579] 260/400 postgresql:pgbench / pgbench/001_pgbench_with_server OK 18.45s 474 subtests passed [10:54:50.844] 261/400 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 50.37s 60 subtests passed [10:54:50.972] 262/400 postgresql:scripts / scripts/090_reindexdb OK 7.62s 64 subtests passed [10:54:53.747] 263/400 postgresql:scripts / scripts/102_vacuumdb_stages OK 6.85s 4 subtests passed [10:54:54.267] 264/400 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.42s 6 subtests passed [10:54:54.595] 265/400 postgresql:amcheck / amcheck/002_cic OK 4.12s 4 subtests passed [10:54:54.670] 266/400 postgresql:scripts / scripts/100_vacuumdb OK 8.70s 113 subtests passed [10:54:54.821] 267/400 postgresql:scripts / scripts/200_connstr OK 6.08s 3 subtests passed [10:54:54.830] 268/400 postgresql:amcheck / amcheck/003_cic_2pc OK 4.25s 7 subtests passed [10:54:55.148] 269/400 postgresql:oid2name / oid2name/001_basic OK 0.32s 9 subtests passed [10:54:55.624] 270/400 postgresql:amcheck / amcheck/005_pitr OK 4.65s 3 subtests passed [10:54:58.005] 271/400 postgresql:auto_explain / auto_explain/001_auto_explain OK 3.74s 22 subtests passed [10:54:58.496] 272/400 postgresql:pg_prewarm / pg_prewarm/001_basic OK 3.35s 11 subtests passed [10:54:59.554] 273/400 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 3.93s 6 subtests passed [10:54:59.595] 274/400 postgresql:amcheck / amcheck/006_verify_gin OK 5.85s 6 subtests passed [10:55:00.935] 275/400 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 6.26s 16 subtests passed [10:55:01.421] 276/400 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 3.41s 3 subtests passed [10:55:01.735] 277/400 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.31s [10:55:02.998] 278/400 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.50s 2 subtests passed [10:55:03.342] 279/400 postgresql:vacuumlo / vacuumlo/001_basic OK 0.34s 9 subtests passed [10:55:03.446] 280/400 postgresql:dblink / dblink/001_auth_scram OK 8.62s 12 subtests passed [10:55:03.698] 281/400 postgresql:amcheck / amcheck/001_verify_heapam OK 13.78s 272 subtests passed [10:55:03.740] 282/400 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 4.18s 3 subtests passed [10:55:06.387] 283/400 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.65s 6 subtests passed [10:55:06.687] 284/400 postgresql:authentication / authentication/005_sspi SKIP 0.30s [10:55:06.727] 285/400 postgresql:authentication / authentication/004_file_inclusion OK 2.99s 2 subtests passed [10:55:07.149] 286/400 postgresql:authentication / authentication/002_saslprep OK 3.70s 20 subtests passed [10:55:07.204] 287/400 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 6.27s 4 subtests passed [10:55:07.576] 288/400 postgresql:postmaster / postmaster/001_basic OK 0.43s 9 subtests passed [10:55:07.941] 289/400 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 8.34s 7 subtests passed [10:55:08.204] 290/400 postgresql:authentication / authentication/003_peer OK 4.50s 53 subtests passed [10:55:10.114] 291/400 postgresql:authentication / authentication/006_login_trigger OK 3.43s 32 subtests passed [10:55:10.200] 292/400 postgresql:authentication / authentication/007_pre_auth OK 3.47s 2 subtests passed [10:55:10.904] 293/400 postgresql:postmaster / postmaster/002_connection_limits OK 3.70s 30 subtests passed [10:55:11.101] 294/400 postgresql:postmaster / postmaster/003_start_stop OK 3.52s 25 subtests passed [10:55:11.166] 295/400 postgresql:authentication / authentication/001_password OK 7.82s 207 subtests passed [10:55:16.268] 296/400 postgresql:subscription / subscription/002_types OK 8.06s 4 subtests passed [10:55:16.826] 297/400 postgresql:subscription / subscription/003_constraints OK 6.71s 6 subtests passed [10:55:17.553] 298/400 postgresql:subscription / subscription/005_encoding OK 6.65s 1 subtests passed [10:55:17.852] 299/400 postgresql:bloom / bloom/001_wal OK 23.26s 31 subtests passed [10:55:18.346] 300/400 postgresql:subscription / subscription/006_rewrite OK 7.24s 2 subtests passed [10:55:19.041] 301/400 postgresql:subscription / subscription/004_sync OK 8.84s 9 subtests passed [10:55:20.016] 302/400 postgresql:subscription / subscription/007_ddl OK 8.85s 8 subtests passed [10:55:22.490] 303/400 postgresql:subscription / subscription/001_rep_changes OK 14.55s 38 subtests passed [10:55:23.812] 304/400 postgresql:subscription / subscription/009_matviews OK 6.98s 1 subtests passed [10:55:23.887] 305/400 postgresql:subscription / subscription/008_diff_schema OK 7.62s 5 subtests passed [10:55:25.104] 306/400 postgresql:subscription / subscription/012_collation OK 6.76s 2 subtests passed [10:55:27.524] 307/400 postgresql:subscription / subscription/011_generated OK 9.67s 11 subtests passed [10:55:27.685] 308/400 postgresql:subscription / subscription/010_truncate OK 10.13s 14 subtests passed [10:55:29.558] 309/400 postgresql:subscription / subscription/014_binary OK 9.54s 8 subtests passed [10:55:31.157] 310/400 postgresql:subscription / subscription/016_stream_subxact OK 7.34s 3 subtests passed [10:55:31.267] 311/400 postgresql:subscription / subscription/017_stream_ddl OK 7.37s 3 subtests passed [10:55:34.476] 312/400 postgresql:subscription / subscription/020_messages OK 6.79s 5 subtests passed [10:55:34.772] 313/400 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 7.25s 2 subtests passed [10:55:35.096] 314/400 postgresql:subscription / subscription/018_stream_subxact_abort OK 9.99s 9 subtests passed [10:55:40.351] 315/400 postgresql:subscription / subscription/015_stream OK 17.86s 10 subtests passed [10:55:41.208] 316/400 postgresql:subscription / subscription/013_partition OK 22.16s 74 subtests passed [10:55:42.429] 317/400 postgresql:subscription / subscription/024_add_drop_pub OK 7.95s 4 subtests passed [10:55:43.004] 318/400 postgresql:subscription / subscription/021_twophase OK 13.44s 31 subtests passed [10:55:43.396] 319/400 postgresql:subscription / subscription/025_rep_changes_for_schema OK 8.62s 13 subtests passed [10:55:45.881] 320/400 postgresql:subscription / subscription/023_twophase_stream OK 14.61s 34 subtests passed [10:55:47.011] 321/400 postgresql:subscription / subscription/022_twophase_cascade OK 15.85s 41 subtests passed [10:55:48.819] 322/400 postgresql:subscription / subscription/026_stats OK 13.72s 13 subtests passed [10:55:50.164] 323/400 postgresql:subscription / subscription/029_on_error OK 7.73s 5 subtests passed [10:55:54.824] 324/400 postgresql:subscription / subscription/028_row_filter OK 13.61s 26 subtests passed [10:55:56.071] 325/400 postgresql:subscription / subscription/033_run_as_table_owner OK 9.06s 10 subtests passed [10:55:56.372] 326/400 postgresql:subscription / subscription/030_origin OK 13.37s 13 subtests passed [10:55:57.429] 327/400 postgresql:subscription / subscription/027_nosuperuser OK 17.08s 19 subtests passed [10:55:59.577] 328/400 postgresql:subscription / subscription/032_subscribe_use_index OK 13.69s 15 subtests passed [10:56:01.862] 329/400 postgresql:subscription / subscription/031_column_list OK 18.46s 36 subtests passed [10:56:02.757] 330/400 postgresql:subscription / subscription/034_temporal OK 13.94s 37 subtests passed [10:56:03.178] 331/400 postgresql:subscription / subscription/036_sequences OK 8.35s 9 subtests passed [10:56:03.500] 332/400 postgresql:subscription / subscription/035_conflicts OK 13.33s 29 subtests passed [10:56:03.842] 333/400 postgresql:brin / brin/01_workitems OK 4.26s 4 subtests passed [10:56:06.099] 334/400 postgresql:brin / brin/02_wal_consistency OK 4.24s 2 subtests passed [10:56:06.344] 335/400 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 9.97s 4 subtests passed [10:56:06.774] 336/400 postgresql:subscription / subscription/037_except OK 10.70s 17 subtests passed [10:56:07.124] 337/400 postgresql:commit_ts / commit_ts/001_base OK 4.37s 2 subtests passed [10:56:07.443] 338/400 postgresql:commit_ts / commit_ts/002_standby OK 4.26s 4 subtests passed [10:56:08.500] 339/400 postgresql:commit_ts / commit_ts/004_restart OK 4.66s 16 subtests passed [10:56:09.060] 340/400 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.56s 4 subtests passed [10:56:09.512] 341/400 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.17s 23 subtests passed [10:56:09.599] 342/400 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.50s 4 subtests passed [10:56:11.124] 343/400 postgresql:oauth_validator / oauth_validator/002_client OK 4.00s 20 subtests passed [10:56:11.191] 344/400 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.75s 7 subtests passed [10:56:12.876] 345/400 postgresql:test_aio / test_aio/002_io_workers OK 3.81s 22 subtests passed [10:56:14.884] 346/400 postgresql:test_aio / test_aio/004_read_stream OK 5.28s 31 subtests passed [10:56:15.499] 347/400 postgresql:test_checksums / test_checksums/001_basic OK 4.30s 9 subtests passed [10:56:16.386] 348/400 postgresql:test_checksums / test_checksums/002_restarts OK 3.51s 5 subtests passed [10:56:16.508] 349/400 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 5.38s 2 subtests passed [10:56:16.723] 350/400 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.21s [10:56:16.964] 351/400 postgresql:test_aio / test_aio/003_initdb OK 7.45s 6 subtests passed [10:56:17.039] 352/400 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.31s [10:56:17.268] 353/400 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.30s [10:56:19.310] 354/400 postgresql:test_checksums / test_checksums/004_offline OK 3.81s 8 subtests passed [10:56:19.853] 355/400 postgresql:test_checksums / test_checksums/005_injection OK 3.47s 3 subtests passed [10:56:20.577] 356/400 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 3.31s 2 subtests passed [10:56:21.203] 357/400 postgresql:test_checksums / test_checksums/003_standby_restarts OK 6.32s 24 subtests passed [10:56:21.577] 358/400 postgresql:test_int128 / test_int128/001_test_int128 OK 0.37s 2 subtests passed [10:56:23.331] 359/400 postgresql:subscription / subscription/100_bugs OK 25.90s 17 subtests passed [10:56:23.405] 360/400 postgresql:test_escape / test_escape/001_test_escape OK 3.55s 1218 subtests passed [10:56:23.654] 361/400 postgresql:oauth_validator / oauth_validator/001_server OK 16.88s 170 subtests passed [10:56:23.760] 362/400 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.32s 12 subtests passed [10:56:23.899] 363/400 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.24s 2 subtests passed [10:56:24.082] 364/400 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.50s 11 subtests passed [10:56:24.379] 365/400 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 5.07s 15 subtests passed [10:56:24.665] 366/400 postgresql:test_aio / test_aio/001_aio OK 16.16s 826 subtests passed [10:56:25.357] 367/400 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 3.78s 516 subtests passed [10:56:27.257] 368/400 postgresql:test_misc / test_misc/003_check_guc OK 3.17s 4 subtests passed [10:56:27.533] 369/400 postgresql:test_json_parser / test_json_parser/002_inline OK 4.20s 3712 subtests passed [10:56:27.960] 370/400 postgresql:test_misc / test_misc/002_tablespace OK 4.06s 20 subtests passed [10:56:28.361] 371/400 postgresql:test_misc / test_misc/001_constraint_validation OK 4.60s 42 subtests passed [10:56:28.373] 372/400 postgresql:test_misc / test_misc/004_io_direct OK 3.99s 3 subtests passed [10:56:28.463] 373/400 postgresql:test_misc / test_misc/005_timeouts OK 3.76s 2 subtests passed [10:56:29.084] 374/400 postgresql:test_misc / test_misc/006_signal_autovacuum OK 3.72s 2 subtests passed [10:56:30.688] 375/400 postgresql:test_misc / test_misc/007_catcache_inval OK 3.43s 2 subtests passed [10:56:30.931] 376/400 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.24s [10:56:31.581] 377/400 postgresql:test_misc / test_misc/009_log_temp_files OK 3.62s 11 subtests passed [10:56:31.601] 378/400 postgresql:test_misc / test_misc/008_replslot_single_user OK 4.03s 10 subtests passed [10:56:32.513] 379/400 postgresql:test_misc / test_misc/011_lock_stats OK 4.14s 7 subtests passed [10:56:33.041] 380/400 postgresql:test_misc / test_misc/012_ddlutils OK 4.58s 43 subtests passed [10:56:34.346] 381/400 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 3.41s 2 subtests passed [10:56:34.682] 382/400 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.34s [10:56:35.012] 383/400 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.33s [10:56:35.288] 384/400 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.27s [10:56:35.522] 385/400 postgresql:test_slru / test_slru/001_multixact OK 3.94s 2 subtests passed [10:56:36.112] 386/400 postgresql:test_slru / test_slru/002_multixact_wraparound OK 4.50s 18 subtests passed [10:56:36.307] 387/400 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 7.94s 73 subtests passed [10:56:38.004] 388/400 postgresql:worker_spi / worker_spi/001_worker_spi OK 5.49s 8 subtests passed [10:56:38.221] 389/400 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 2.93s [10:56:38.516] 390/400 postgresql:worker_spi / worker_spi/002_worker_terminate OK 5.47s 11 subtests passed [10:56:39.379] 391/400 postgresql:test_pg_dump / test_pg_dump/001_base OK 10.29s 1044 subtests passed [10:56:41.131] 392/400 postgresql:ssl / ssl/002_scram OK 5.02s 28 subtests passed [10:56:41.993] 393/400 postgresql:ssl / ssl/003_sslinfo OK 5.68s 21 subtests passed [10:56:42.329] 394/400 postgresql:ldap / ldap/002_bindpasswd OK 3.81s 3 subtests passed [10:56:42.512] 395/400 postgresql:test_checksums / test_checksums/009_fpi OK 25.47s 7 subtests passed [10:56:43.774] 396/400 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 4.38s 26 subtests passed [10:56:43.819] 397/400 postgresql:icu / icu/010_database OK 2.69s 8 subtests passed [10:56:45.138] 398/400 postgresql:ldap / ldap/001_auth OK 6.92s 47 subtests passed [10:56:45.634] 399/400 postgresql:ssl / ssl/004_sni OK 7.63s 102 subtests passed [10:56:48.487] 400/400 postgresql:ssl / ssl/001_ssltests OK 12.96s 272 subtests passed [10:56:48.586] [10:56:48.586] Summary of Failures: [10:56:48.586] [10:56:48.586] 22/400 postgresql:regress / regress/regress ERROR 93.38s exit status 1 [10:56:48.586] 28/400 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 96.81s exit status 1 [10:56:48.586] 24/400 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 136.92s exit status 1 [10:56:48.586] 115/400 postgresql:recovery / recovery/027_stream_regress ERROR 116.45s exit status 1 [10:56:48.586] [10:56:48.586] Ok: 386 [10:56:48.586] Expected Fail: 0 [10:56:48.586] Fail: 4 [10:56:48.586] Unexpected Pass: 0 [10:56:48.586] Skipped: 10 [10:56:48.586] Timeout: 0 [10:56:48.586] [10:56:48.586] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [10:56:48.681] [10:56:48.681] Exit status: 4