[07:14:31.973] su postgres <<-EOF [07:14:31.973] set -e [07:14:31.973] ulimit -c unlimited [07:14:31.973] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [07:14:31.973] EOF [07:14:33.294] 1/399 postgresql:setup / tmp_install OK 0.72s [07:14:33.350] 2/399 postgresql:setup / install_test_files OK 0.05s [07:14:34.974] 3/399 postgresql:setup / initdb_cache OK 1.62s [07:14:35.241] 4/399 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.24s 9 subtests passed [07:14:49.769] 5/399 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 14.74s 16 subtests passed [07:15:02.418] ▶ 6/399 + for_portion_of 2047 ms FAIL [07:15:08.173] 7/399 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 33.17s 13 subtests passed [07:15:09.872] 8/399 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 20.10s 5 subtests passed [07:15:10.711] 9/399 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 35.69s 19 subtests passed [07:15:13.439] 10/399 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 38.20s 3 subtests passed [07:15:22.534] 11/399 postgresql:recovery / recovery/002_archiving OK 11.82s 12 subtests passed [07:15:31.259] 12/399 postgresql:recovery / recovery/003_recovery_targets OK 17.82s 15 subtests passed [07:15:31.935] 13/399 postgresql:recovery / recovery/001_stream_rep OK 22.06s 64 subtests passed [07:15:37.679] 14/399 postgresql:recovery / recovery/004_timeline_switch OK 15.14s 5 subtests passed [07:15:38.271] 15/399 postgresql:recovery / recovery/006_logical_decoding OK 6.33s 20 subtests passed [07:15:41.179] 16/399 postgresql:recovery / recovery/005_replay_delay OK 9.92s 3 subtests passed [07:15:47.911] 17/399 postgresql:recovery / recovery/007_sync_rep OK 10.23s 11 subtests passed [07:15:54.336] 18/399 postgresql:recovery / recovery/008_fsm_truncation OK 16.06s 1 subtests passed [07:15:56.443] 19/399 postgresql:recovery / recovery/010_logical_decoding_timelines OK 8.53s 13 subtests passed [07:15:58.352] 20/399 postgresql:recovery / recovery/009_twophase OK 17.17s 30 subtests passed [07:16:07.078] 21/399 postgresql:recovery / recovery/013_crash_restart OK 10.63s 20 subtests passed [07:16:07.179] 22/399 postgresql:recovery / recovery/014_unlogged_reinit OK 8.83s 23 subtests passed [07:16:07.275] 23/399 postgresql:recovery / recovery/012_subtransactions OK 12.94s 12 subtests passed [07:16:13.832] 6/399 postgresql:regress / regress/regress ERROR 98.85s exit status 1 [07:16:13.833] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=192 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MESON_TEST_ITERATION=1 top_builddir=/tmp/cirrus-ci-build/build 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 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so /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 [07:16:13.833] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [07:16:13.833] stderr: [07:16:13.833] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/for_portion_of.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/for_portion_of.out [07:16:13.833] # --- /tmp/cirrus-ci-build/src/test/regress/expected/for_portion_of.out 2026-05-05 07:11:09.594871958 +0000 [07:16:13.833] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/for_portion_of.out 2026-05-05 07:14:54.676257881 +0000 [07:16:13.833] # @@ -1099,8 +1099,6 @@ [07:16:13.833] # FOR PORTION OF valid_at FROM '2000-01-01' TO '2001-01-11' [07:16:13.833] # SET name = 'one^3' [07:16:13.833] # WHERE id = 1; [07:16:13.833] # -ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [07:16:13.833] # -DETAIL: Failing row contains (1, [2000-01-01,2001-01-11), one^3). [07:16:13.833] # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [07:16:13.833] # -- test inserts violating CHECK constraints [07:16:13.833] # ALTER TABLE for_portion_of_test2 [07:16:13.833] # @@ -1115,12 +1113,13 @@ [07:16:13.833] # SELECT * FROM for_portion_of_test2 WHERE id = 1 ORDER BY valid_at; [07:16:13.833] # id | valid_at | name [07:16:13.833] # ----+-------------------------+------- [07:16:13.833] # - 1 | [2000-01-01,2010-01-01) | one [07:16:13.833] # + 1 | [2000-01-01,2001-01-11) | one^3 [07:16:13.833] # + 1 | [2001-01-11,2010-01-01) | one [07:16:13.833] # 1 | [2010-01-01,2010-01-05) | one^1 [07:16:13.833] # 1 | [2010-01-05,2010-01-07) | one [07:16:13.833] # 1 | [2010-01-07,2010-01-09) | one^2 [07:16:13.833] # 1 | [2010-01-09,2020-01-01) | one [07:16:13.833] # -(5 rows) [07:16:13.833] # +(6 rows) [07:16:13.833] # [07:16:13.833] # -- DELETE works: [07:16:13.833] # DELETE FROM for_portion_of_test2 [07:16:13.833] # @@ -1222,8 +1221,6 @@ [07:16:13.833] # FOR PORTION OF valid_at ('{[2000-01-01,2001-01-11)}') [07:16:13.833] # SET name = 'one^3' [07:16:13.833] # WHERE id = 1; [07:16:13.833] # -ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [07:16:13.833] # -DETAIL: Failing row contains (1, {[2000-01-01,2001-01-11)}, one^3). [07:16:13.833] # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [07:16:13.833] # -- test inserts violating CHECK constraints [07:16:13.833] # ALTER TABLE for_portion_of_test2 [07:16:13.833] # @@ -1233,14 +1230,15 @@ [07:16:13.833] # SET name = 'one^3' [07:16:13.833] # WHERE id = 1; [07:16:13.833] # ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [07:16:13.833] # -DETAIL: Failing row contains (1, {[2000-01-01,2001-01-01),[2002-02-02,2010-01-07),[2010-01-09,202..., one). [07:16:13.833] # +DETAIL: Failing row contains (1, {[2002-02-02,2010-01-07),[2010-01-09,2020-01-01)}, one). [07:16:13.833] # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [07:16:13.833] # SELECT * FROM for_portion_of_test2 WHERE id = 1 ORDER BY valid_at; [07:16:13.833] # id | valid_at | name [07:16:13.833] # ----+---------------------------------------------------+------- [07:16:13.833] # - 1 | {[2000-01-01,2010-01-07),[2010-01-09,2020-01-01)} | one [07:16:13.833] # + 1 | {[2000-01-01,2001-01-11)} | one^3 [07:16:13.833] # + 1 | {[2001-01-11,2010-01-07),[2010-01-09,2020-01-01)} | one [07:16:13.833] # 1 | {[2010-01-07,2010-01-09)} | one^2 [07:16:13.833] # -(2 rows) [07:16:13.833] # +(3 rows) [07:16:13.833] # [07:16:13.833] # -- DELETE works: [07:16:13.833] # DELETE FROM for_portion_of_test2 [07:16:13.833] # 1 of 245 tests failed. [07:16:13.833] # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.diffs". [07:16:13.833] # 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". [07:16:13.833] [07:16:13.833] (test program exited with status code 1) [07:16:13.833] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [07:16:13.833] [07:16:13.940] 24/399 postgresql:recovery / recovery/017_shm OK 6.66s 4 subtests passed [07:16:14.111] ▶ 25/399 - regression tests in old instance FAIL [07:16:14.806] 26/399 postgresql:recovery / recovery/015_promotion_pages OK 7.73s 1 subtests passed [07:16:14.891] 27/399 postgresql:recovery / recovery/016_min_consistency OK 7.71s 1 subtests passed [07:16:19.065] ▶ 28/399 - regression tests pass FAIL [07:16:19.309] 28/399 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 104.32s exit status 1 [07:16:19.309] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MESON_TEST_ITERATION=1 top_builddir=/tmp/cirrus-ci-build/build MALLOC_PERTURB_=177 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 share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so /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 [07:16:19.309] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [07:16:19.309] stderr: [07:16:19.309] # Failed test 'regression tests pass' [07:16:19.309] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 64. [07:16:19.309] # got: '256' [07:16:19.309] # expected: '0' [07:16:19.309] # Looks like you failed 1 test of 1. [07:16:19.309] [07:16:19.309] (test program exited with status code 1) [07:16:19.309] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [07:16:19.309] [07:16:19.476] 29/399 postgresql:recovery / recovery/021_row_visibility OK 4.58s 10 subtests passed [07:16:20.373] 30/399 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 105.34s 50 subtests passed [07:16:22.914] 31/399 postgresql:recovery / recovery/020_archive_status OK 8.11s 19 subtests passed [07:16:23.163] 32/399 postgresql:recovery / recovery/022_crash_temp_files OK 3.85s 11 subtests passed [07:16:23.526] 33/399 postgresql:recovery / recovery/023_pitr_prepared_xact OK 4.05s 1 subtests passed [07:16:24.935] 34/399 postgresql:recovery / recovery/024_archive_recovery OK 4.56s 2 subtests passed [07:16:28.101] 35/399 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 5.18s 1 subtests passed [07:16:31.742] 36/399 postgresql:recovery / recovery/028_pitr_timelines OK 6.81s 3 subtests passed [07:16:33.330] 37/399 postgresql:recovery / recovery/026_overwrite_contrecord OK 10.16s 3 subtests passed [07:16:36.526] 38/399 postgresql:recovery / recovery/018_wal_optimize OK 22.69s 38 subtests passed [07:16:37.312] 39/399 postgresql:recovery / recovery/029_stats_restart OK 9.21s 44 subtests passed [07:16:37.673] 40/399 postgresql:recovery / recovery/019_replslot_limit OK 23.73s 26 subtests passed [07:16:40.798] 41/399 postgresql:recovery / recovery/030_stats_cleanup_replica OK 9.06s 11 subtests passed [07:16:41.326] 42/399 postgresql:recovery / recovery/031_recovery_conflict OK 8.00s 18 subtests passed [07:16:42.417] 43/399 postgresql:recovery / recovery/034_create_database OK 4.74s 2 subtests passed [07:16:46.654] 44/399 postgresql:isolation / isolation/isolation OK 98.48s 128 subtests passed [07:16:46.863] 45/399 postgresql:recovery / recovery/037_invalid_database OK 4.44s 10 subtests passed [07:16:47.539] 46/399 postgresql:recovery / recovery/036_truncated_dropped OK 6.21s 8 subtests passed [07:16:47.707] 47/399 postgresql:recovery / recovery/032_relfilenode_reuse OK 11.18s 14 subtests passed [07:16:54.069] 48/399 postgresql:recovery / recovery/041_checkpoint_at_promote OK 6.36s 6 subtests passed [07:16:55.695] 49/399 postgresql:recovery / recovery/033_replay_tsp_drops OK 18.38s 3 subtests passed [07:16:55.747] 50/399 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 9.09s 2 subtests passed [07:16:57.997] 25/399 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 143.00s exit status 1 [07:16:57.997] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template with_icu=yes MESON_TEST_ITERATION=1 top_builddir=/tmp/cirrus-ci-build/build MALLOC_PERTURB_=72 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 TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.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 [07:16:57.997] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [07:16:57.997] Listing only the last 100 lines from a long log. [07:16:57.997] # ok 23 + md5 183 ms [07:16:57.997] # ok 24 + numerology 345 ms [07:16:57.997] # ok 25 + point 257 ms [07:16:57.997] # ok 26 + lseg 180 ms [07:16:57.997] # ok 27 + line 226 ms [07:16:57.997] # ... 206 lines omitted ... [07:16:57.997] # ok 219 + partition_merge 3840 ms [07:16:57.997] # ok 220 + partition_split 4287 ms [07:16:57.997] # ok 221 + partition_join 5438 ms [07:16:57.997] # ok 222 + partition_prune 5381 ms [07:16:57.997] # ok 223 + reloptions 531 ms [07:16:57.997] # ok 224 + hash_part 329 ms [07:16:57.997] # ok 225 + indexing 6152 ms [07:16:57.997] # ok 226 + partition_aggregate 4139 ms [07:16:57.997] # ok 227 + partition_info 678 ms [07:16:57.997] # ok 228 + tuplesort 5263 ms [07:16:57.997] # ok 229 + explain 663 ms [07:16:57.997] # ok 230 + memoize 1765 ms [07:16:57.997] # ok 231 + stats 4649 ms [07:16:57.997] # ok 232 + predicate 757 ms [07:16:57.997] # ok 233 + numa 363 ms [07:16:57.997] # ok 234 + eager_aggregate 2599 ms [07:16:57.997] # ok 235 + graph_table_rls 940 ms [07:16:57.997] # ok 236 + planner_est 252 ms [07:16:57.997] # # parallel group (4 tests): compression_pglz compression compression_lz4 cluster [07:16:57.997] # ok 237 + compression 399 ms [07:16:57.997] # ok 238 + compression_lz4 450 ms [07:16:57.997] # ok 239 + compression_pglz 54 ms [07:16:57.997] # ok 240 + cluster 1048 ms [07:16:57.997] # # parallel group (2 tests): oidjoins event_trigger [07:16:57.997] # ok 241 + oidjoins 1503 ms [07:16:57.997] # ok 242 + event_trigger 1776 ms [07:16:57.997] # ok 243 - event_trigger_login 188 ms [07:16:57.997] # ok 244 - fast_default 1126 ms [07:16:57.997] # ok 245 - tablespace 2184 ms [07:16:57.997] # 1..245 [07:16:57.997] # -------------- stderr -------------- [07:16:57.997] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/for_portion_of.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/for_portion_of.out [07:16:57.997] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/for_portion_of.out 2026-05-05 07:11:09.594871958 +0000 [07:16:57.997] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/for_portion_of.out 2026-05-05 07:14:54.484260627 +0000 [07:16:57.997] # # @@ -1099,8 +1099,6 @@ [07:16:57.997] # # FOR PORTION OF valid_at FROM '2000-01-01' TO '2001-01-11' [07:16:57.997] # # SET name = 'one^3' [07:16:57.997] # # WHERE id = 1; [07:16:57.997] # # -ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [07:16:57.997] # # -DETAIL: Failing row contains (1, [2000-01-01,2001-01-11), one^3). [07:16:57.997] # # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [07:16:57.997] # # -- test inserts violating CHECK constraints [07:16:57.997] # # ALTER TABLE for_portion_of_test2 [07:16:57.997] # # @@ -1115,12 +1113,13 @@ [07:16:57.997] # # SELECT * FROM for_portion_of_test2 WHERE id = 1 ORDER BY valid_at; [07:16:57.997] # # id | valid_at | name [07:16:57.997] # # ----+-------------------------+------- [07:16:57.997] # # - 1 | [2000-01-01,2010-01-01) | one [07:16:57.997] # # + 1 | [2000-01-01,2001-01-11) | one^3 [07:16:57.997] # # + 1 | [2001-01-11,2010-01-01) | one [07:16:57.997] # # 1 | [2010-01-01,2010-01-05) | one^1 [07:16:57.997] # # 1 | [2010-01-05,2010-01-07) | one [07:16:57.997] # # 1 | [2010-01-07,2010-01-09) | one^2 [07:16:57.997] # # 1 | [2010-01-09,2020-01-01) | one [07:16:57.997] # # -(5 rows) [07:16:57.997] # # +(6 rows) [07:16:57.997] # # [07:16:57.997] # # -- DELETE works: [07:16:57.997] # # DELETE FROM for_portion_of_test2 [07:16:57.997] # # @@ -1222,8 +1221,6 @@ [07:16:57.997] # # FOR PORTION OF valid_at ('{[2000-01-01,2001-01-11)}') [07:16:57.997] # # SET name = 'one^3' [07:16:57.997] # # WHERE id = 1; [07:16:57.997] # # -ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [07:16:57.997] # # -DETAIL: Failing row contains (1, {[2000-01-01,2001-01-11)}, one^3). [07:16:57.997] # # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [07:16:57.997] # # -- test inserts violating CHECK constraints [07:16:57.997] # # ALTER TABLE for_portion_of_test2 [07:16:57.997] # # @@ -1233,14 +1230,15 @@ [07:16:57.997] # # SET name = 'one^3' [07:16:57.997] # # WHERE id = 1; [07:16:57.997] # # ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [07:16:57.997] # # -DETAIL: Failing row contains (1, {[2000-01-01,2001-01-01),[2002-02-02,2010-01-07),[2010-01-09,202..., one). [07:16:57.997] # # +DETAIL: Failing row contains (1, {[2002-02-02,2010-01-07),[2010-01-09,2020-01-01)}, one). [07:16:57.997] # # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [07:16:57.997] # # SELECT * FROM for_portion_of_test2 WHERE id = 1 ORDER BY valid_at; [07:16:57.997] # # id | valid_at | name [07:16:57.997] # # ----+---------------------------------------------------+------- [07:16:57.997] # # - 1 | {[2000-01-01,2010-01-07),[2010-01-09,2020-01-01)} | one [07:16:57.997] # # + 1 | {[2000-01-01,2001-01-11)} | one^3 [07:16:57.997] # # + 1 | {[2001-01-11,2010-01-07),[2010-01-09,2020-01-01)} | one [07:16:57.997] # # 1 | {[2010-01-07,2010-01-09)} | one^2 [07:16:57.997] # # -(2 rows) [07:16:57.997] # # +(3 rows) [07:16:57.997] # # [07:16:57.997] # # -- DELETE works: [07:16:57.997] # # DELETE FROM for_portion_of_test2 [07:16:57.997] # # 1 of 245 tests failed. [07:16:57.997] # # 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". [07:16:57.997] # # 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". [07:16:57.997] # ------------------------------------ [07:16:57.997] # Looks like you failed 1 test of 20. [07:16:57.997] [07:16:57.997] (test program exited with status code 1) [07:16:57.997] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [07:16:57.997] [07:17:01.406] 51/399 postgresql:recovery / recovery/039_end_of_wal OK 14.54s 14 subtests passed [07:17:02.208] 52/399 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 6.46s 1 subtests passed [07:17:02.784] 53/399 postgresql:recovery / recovery/042_low_level_backup OK 8.72s 4 subtests passed [07:17:04.347] 54/399 postgresql:recovery / recovery/043_no_contrecord_switch OK 8.65s 1 subtests passed [07:17:08.246] 55/399 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 5.46s 3 subtests passed [07:17:08.462] 56/399 postgresql:recovery / recovery/045_archive_restartpoint OK 10.46s 1 subtests passed [07:17:10.145] 57/399 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 7.94s 1 subtests passed [07:17:12.371] 58/399 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 10.96s 2 subtests passed [07:17:12.703] 59/399 postgresql:recovery / recovery/035_standby_logical_decoding OK 31.90s 89 subtests passed [07:17:13.131] 60/399 postgresql:recovery / recovery/050_redo_segment_missing OK 4.88s 2 subtests passed [07:17:13.872] 61/399 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 3.73s 4 subtests passed [07:17:14.975] 62/399 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 27.43s 38 subtests passed [07:17:17.859] 63/399 postgresql:plperl / plperl/regress OK 4.73s 14 subtests passed [07:17:18.226] 64/399 postgresql:plpgsql / plpgsql/regress OK 5.52s 13 subtests passed [07:17:18.981] 65/399 postgresql:pltcl / pltcl/regress OK 4.00s 8 subtests passed [07:17:19.486] 66/399 postgresql:plpython / plpython/regress OK 5.61s 23 subtests passed [07:17:21.288] 67/399 postgresql:auto_explain / auto_explain/regress OK 3.06s 2 subtests passed [07:17:21.582] 68/399 postgresql:kerberos / kerberos/001_auth OK 9.21s 142 subtests passed [07:17:22.047] 69/399 postgresql:recovery / recovery/051_effective_wal_level OK 13.58s 31 subtests passed [07:17:22.656] 70/399 postgresql:basic_archive / basic_archive/regress OK 3.67s 1 subtests passed [07:17:22.727] 71/399 postgresql:bloom / bloom/regress OK 3.24s 1 subtests passed [07:17:25.134] 72/399 postgresql:bool_plperl / bool_plperl/regress OK 3.84s 2 subtests passed [07:17:27.452] 73/399 postgresql:citext / citext/regress OK 4.80s 3 subtests passed [07:17:28.148] 74/399 postgresql:cube / cube/regress OK 5.42s 2 subtests passed [07:17:28.272] 75/399 postgresql:btree_gin / btree_gin/regress OK 6.69s 30 subtests passed [07:17:29.427] 76/399 postgresql:dblink / dblink/regress OK 4.29s 1 subtests passed [07:17:29.803] 77/399 postgresql:btree_gist / btree_gist/regress OK 7.75s 32 subtests passed [07:17:30.523] 78/399 postgresql:dict_int / dict_int/regress OK 3.07s 1 subtests passed [07:17:31.319] 79/399 postgresql:dict_xsyn / dict_xsyn/regress OK 3.17s 1 subtests passed [07:17:32.540] 80/399 postgresql:earthdistance / earthdistance/regress OK 4.27s 1 subtests passed [07:17:34.233] 81/399 postgresql:file_fdw / file_fdw/regress OK 4.81s 1 subtests passed [07:17:34.461] 82/399 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 4.66s 2 subtests passed [07:17:35.303] 83/399 postgresql:amcheck / amcheck/regress OK 17.44s 4 subtests passed [07:17:36.551] 84/399 postgresql:hstore_plperl / hstore_plperl/regress OK 5.23s 3 subtests passed [07:17:36.967] 85/399 postgresql:hstore_plpython / hstore_plpython/regress OK 4.42s 1 subtests passed [07:17:38.060] 86/399 postgresql:isn / isn/regress OK 3.60s 1 subtests passed [07:17:38.562] 87/399 postgresql:hstore / hstore/regress OK 8.04s 2 subtests passed [07:17:38.809] 88/399 postgresql:jsonb_plperl / jsonb_plperl/regress OK 3.50s 2 subtests passed [07:17:39.996] 89/399 postgresql:jsonb_plpython / jsonb_plpython/regress OK 3.44s 1 subtests passed [07:17:40.007] 90/399 postgresql:lo / lo/regress OK 3.04s 1 subtests passed [07:17:41.489] 91/399 postgresql:ltree_plpython / ltree_plpython/regress OK 2.92s 1 subtests passed [07:17:44.222] 92/399 postgresql:ltree / ltree/regress OK 6.16s 1 subtests passed [07:17:44.616] 93/399 postgresql:recovery / recovery/049_wait_for_lsn OK 40.27s 53 subtests passed [07:17:45.076] 94/399 postgresql:passwordcheck / passwordcheck/regress OK 5.08s 1 subtests passed [07:17:45.536] 95/399 postgresql:pageinspect / pageinspect/regress OK 6.73s 8 subtests passed [07:17:46.468] 96/399 postgresql:pg_buffercache / pg_buffercache/regress OK 6.46s 2 subtests passed [07:17:48.845] 97/399 postgresql:pg_freespacemap / pg_freespacemap/regress OK 4.62s 1 subtests passed [07:17:49.091] 98/399 postgresql:pg_overexplain / pg_overexplain/regress OK 4.01s 1 subtests passed [07:17:49.373] 99/399 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 4.76s 1 subtests passed [07:17:50.033] 100/399 postgresql:pgcrypto / pgcrypto/regress OK 8.54s 25 subtests passed [07:17:50.271] 101/399 postgresql:intarray / intarray/regress OK 16.04s 1 subtests passed [07:17:50.547] 102/399 postgresql:pg_prewarm / pg_prewarm/regress OK 4.08s 1 subtests passed [07:17:52.643] 103/399 postgresql:pgrowlocks / pgrowlocks/isolation OK 3.80s 1 subtests passed [07:17:53.344] 104/399 postgresql:pg_surgery / pg_surgery/regress OK 3.07s 1 subtests passed [07:17:53.910] 105/399 postgresql:pgstattuple / pgstattuple/regress OK 3.88s 1 subtests passed [07:17:54.064] 106/399 postgresql:pg_stash_advice / pg_stash_advice/regress OK 4.97s 2 subtests passed [07:17:54.122] 107/399 postgresql:pg_stat_statements / pg_stat_statements/regress OK 4.75s 16 subtests passed [07:17:56.164] 108/399 postgresql:pg_visibility / pg_visibility/regress OK 3.52s 1 subtests passed [07:17:56.471] 109/399 postgresql:pg_walinspect / pg_walinspect/regress OK 3.13s 2 subtests passed [07:17:57.403] 110/399 postgresql:pg_trgm / pg_trgm/regress OK 6.85s 4 subtests passed [07:17:57.478] 111/399 postgresql:postgres_fdw / postgres_fdw/isolation OK 3.41s 1 subtests passed [07:17:57.733] 112/399 postgresql:seg / seg/regress OK 3.61s 3 subtests passed [07:17:58.041] 113/399 postgresql:pg_plan_advice / pg_plan_advice/regress OK 12.50s 9 subtests passed [07:17:59.314] 114/399 postgresql:tablefunc / tablefunc/regress OK 2.84s 1 subtests passed [07:17:59.559] 115/399 postgresql:spi / spi/regress OK 3.39s 2 subtests passed [07:18:00.068] ▶ 116/399 - regression tests pass FAIL [07:18:00.771] 117/399 postgresql:tsm_system_rows / tsm_system_rows/regress OK 2.73s 1 subtests passed [07:18:01.011] 118/399 postgresql:tcn / tcn/isolation OK 3.61s 1 subtests passed [07:18:02.259] 119/399 postgresql:tsm_system_time / tsm_system_time/regress OK 2.94s 1 subtests passed [07:18:02.525] 120/399 postgresql:unaccent / unaccent/regress OK 2.96s 1 subtests passed [07:18:03.705] 121/399 postgresql:uuid-ossp / uuid-ossp/regress OK 2.93s 1 subtests passed [07:18:03.952] 122/399 postgresql:xml2 / xml2/regress OK 2.94s 1 subtests passed [07:18:04.514] 123/399 postgresql:test_decoding / test_decoding/isolation OK 6.78s 14 subtests passed [07:18:05.142] 124/399 postgresql:commit_ts / commit_ts/regress OK 2.61s 1 subtests passed [07:18:05.551] 125/399 postgresql:brin / brin/isolation OK 3.29s 1 subtests passed [07:18:06.932] 126/399 postgresql:dummy_index_am / dummy_index_am/regress OK 2.98s 1 subtests passed [07:18:07.584] 127/399 postgresql:delay_execution / delay_execution/isolation OK 3.88s 2 subtests passed [07:18:08.096] 128/399 postgresql:dummy_seclabel / dummy_seclabel/regress OK 3.58s 1 subtests passed [07:18:09.109] 129/399 postgresql:index / index/isolation OK 3.56s 1 subtests passed [07:18:09.318] 130/399 postgresql:gin / gin/regress OK 4.18s 1 subtests passed [07:18:09.664] 131/399 postgresql:postgres_fdw / postgres_fdw/regress OK 15.75s 2 subtests passed [07:18:10.607] 132/399 postgresql:injection_points / injection_points/regress OK 3.67s 4 subtests passed [07:18:11.088] 133/399 postgresql:test_decoding / test_decoding/regress OK 13.61s 20 subtests passed [07:18:12.487] 134/399 postgresql:plsample / plsample/regress OK 3.38s 1 subtests passed [07:18:12.547] 135/399 postgresql:test_binaryheap / test_binaryheap/regress OK 2.88s 1 subtests passed [07:18:12.743] 136/399 postgresql:spgist_name_ops / spgist_name_ops/regress OK 3.42s 1 subtests passed [07:18:14.114] 137/399 postgresql:test_bitmapset / test_bitmapset/regress OK 3.51s 1 subtests passed [07:18:14.253] 138/399 postgresql:test_bloomfilter / test_bloomfilter/regress OK 3.16s 1 subtests passed [07:18:14.843] 139/399 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 2.35s 1 subtests passed [07:18:15.827] 140/399 postgresql:test_cplusplusext / test_cplusplusext/regress OK 3.28s 1 subtests passed [07:18:15.967] 141/399 postgresql:injection_points / injection_points/isolation OK 8.38s 6 subtests passed [07:18:15.993] 142/399 postgresql:test_custom_types / test_custom_types/regress OK 3.25s 1 subtests passed [07:18:17.559] 143/399 postgresql:test_dsa / test_dsa/regress OK 3.30s 1 subtests passed [07:18:17.611] 144/399 postgresql:test_dsm_registry / test_dsm_registry/regress OK 2.77s 1 subtests passed [07:18:18.379] 145/399 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 4.26s 22 subtests passed [07:18:18.971] 146/399 postgresql:nbtree / nbtree/regress OK 10.87s 2 subtests passed [07:18:19.823] 147/399 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 3.86s 1 subtests passed [07:18:19.836] 148/399 postgresql:test_extensions / test_extensions/regress OK 4.00s 2 subtests passed [07:18:20.235] 149/399 postgresql:test_lfind / test_lfind/regress OK 2.67s 1 subtests passed [07:18:20.876] 150/399 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 3.26s 1 subtests passed [07:18:21.023] 151/399 postgresql:test_oat_hooks / test_oat_hooks/regress OK 2.64s 2 subtests passed [07:18:22.597] 152/399 postgresql:test_parser / test_parser/regress OK 3.62s 1 subtests passed [07:18:23.143] 153/399 postgresql:test_predtest / test_predtest/regress OK 3.30s 1 subtests passed [07:18:23.487] 154/399 postgresql:test_pg_dump / test_pg_dump/regress OK 3.66s 1 subtests passed [07:18:23.795] 155/399 postgresql:test_radixtree / test_radixtree/regress OK 3.56s 1 subtests passed [07:18:23.928] 156/399 postgresql:test_rbtree / test_rbtree/regress OK 3.05s 1 subtests passed [07:18:25.772] 157/399 postgresql:test_regex / test_regex/regress OK 4.75s 2 subtests passed [07:18:26.193] 158/399 postgresql:test_resowner / test_resowner/regress OK 3.59s 1 subtests passed [07:18:26.571] 159/399 postgresql:test_rls_hooks / test_rls_hooks/regress OK 3.43s 1 subtests passed [07:18:26.622] 160/399 postgresql:test_saslprep / test_saslprep/regress OK 3.13s 1 subtests passed [07:18:27.141] 161/399 postgresql:test_integerset / test_integerset/regress OK 11.15s 1 subtests passed [07:18:27.483] 162/399 postgresql:test_slru / test_slru/regress OK 3.55s 1 subtests passed [07:18:27.539] 116/399 postgresql:recovery / recovery/027_stream_regress ERROR 124.01s exit status 1 [07:18:27.540] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=164 enable_injection_points=yes PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 top_builddir=/tmp/cirrus-ci-build/build REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib 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 /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 [07:18:27.540] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [07:18:27.540] Listing only the last 100 lines from a long log. [07:18:27.540] # ok 23 + md5 108 ms [07:18:27.540] # ok 24 + numerology 368 ms [07:18:27.540] # ok 25 + point 264 ms [07:18:27.540] # ok 26 + lseg 107 ms [07:18:27.540] # ok 27 + line 138 ms [07:18:27.540] # ... 206 lines omitted ... [07:18:27.540] # ok 219 + partition_merge 5923 ms [07:18:27.540] # ok 220 + partition_split 7286 ms [07:18:27.540] # ok 221 + partition_join 7456 ms [07:18:27.540] # ok 222 + partition_prune 8103 ms [07:18:27.540] # ok 223 + reloptions 273 ms [07:18:27.540] # ok 224 + hash_part 304 ms [07:18:27.540] # ok 225 + indexing 10407 ms [07:18:27.540] # ok 226 + partition_aggregate 4852 ms [07:18:27.540] # ok 227 + partition_info 1221 ms [07:18:27.540] # ok 228 + tuplesort 3966 ms [07:18:27.540] # ok 229 + explain 828 ms [07:18:27.540] # ok 230 + memoize 3745 ms [07:18:27.540] # ok 231 + stats 6449 ms [07:18:27.540] # ok 232 + predicate 721 ms [07:18:27.540] # ok 233 + numa 135 ms [07:18:27.540] # ok 234 + eager_aggregate 2324 ms [07:18:27.540] # ok 235 + graph_table_rls 1084 ms [07:18:27.540] # ok 236 + planner_est 134 ms [07:18:27.540] # # parallel group (4 tests): compression_pglz compression compression_lz4 cluster [07:18:27.540] # ok 237 + compression 587 ms [07:18:27.540] # ok 238 + compression_lz4 648 ms [07:18:27.540] # ok 239 + compression_pglz 70 ms [07:18:27.540] # ok 240 + cluster 1423 ms [07:18:27.540] # # parallel group (2 tests): oidjoins event_trigger [07:18:27.540] # ok 241 + oidjoins 2077 ms [07:18:27.540] # ok 242 + event_trigger 2259 ms [07:18:27.540] # ok 243 - event_trigger_login 130 ms [07:18:27.540] # ok 244 - fast_default 652 ms [07:18:27.540] # ok 245 - tablespace 3741 ms [07:18:27.540] # 1..245 [07:18:27.540] # -------------- stderr -------------- [07:18:27.540] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/for_portion_of.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/for_portion_of.out [07:18:27.540] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/for_portion_of.out 2026-05-05 07:11:09.594871958 +0000 [07:18:27.540] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/for_portion_of.out 2026-05-05 07:16:41.812140645 +0000 [07:18:27.540] # # @@ -1099,8 +1099,6 @@ [07:18:27.540] # # FOR PORTION OF valid_at FROM '2000-01-01' TO '2001-01-11' [07:18:27.540] # # SET name = 'one^3' [07:18:27.540] # # WHERE id = 1; [07:18:27.540] # # -ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [07:18:27.540] # # -DETAIL: Failing row contains (1, [2000-01-01,2001-01-11), one^3). [07:18:27.540] # # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [07:18:27.540] # # -- test inserts violating CHECK constraints [07:18:27.540] # # ALTER TABLE for_portion_of_test2 [07:18:27.540] # # @@ -1115,12 +1113,13 @@ [07:18:27.540] # # SELECT * FROM for_portion_of_test2 WHERE id = 1 ORDER BY valid_at; [07:18:27.540] # # id | valid_at | name [07:18:27.540] # # ----+-------------------------+------- [07:18:27.540] # # - 1 | [2000-01-01,2010-01-01) | one [07:18:27.540] # # + 1 | [2000-01-01,2001-01-11) | one^3 [07:18:27.540] # # + 1 | [2001-01-11,2010-01-01) | one [07:18:27.540] # # 1 | [2010-01-01,2010-01-05) | one^1 [07:18:27.540] # # 1 | [2010-01-05,2010-01-07) | one [07:18:27.540] # # 1 | [2010-01-07,2010-01-09) | one^2 [07:18:27.540] # # 1 | [2010-01-09,2020-01-01) | one [07:18:27.540] # # -(5 rows) [07:18:27.540] # # +(6 rows) [07:18:27.540] # # [07:18:27.540] # # -- DELETE works: [07:18:27.540] # # DELETE FROM for_portion_of_test2 [07:18:27.540] # # @@ -1222,8 +1221,6 @@ [07:18:27.540] # # FOR PORTION OF valid_at ('{[2000-01-01,2001-01-11)}') [07:18:27.540] # # SET name = 'one^3' [07:18:27.540] # # WHERE id = 1; [07:18:27.540] # # -ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [07:18:27.540] # # -DETAIL: Failing row contains (1, {[2000-01-01,2001-01-11)}, one^3). [07:18:27.540] # # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [07:18:27.540] # # -- test inserts violating CHECK constraints [07:18:27.540] # # ALTER TABLE for_portion_of_test2 [07:18:27.540] # # @@ -1233,14 +1230,15 @@ [07:18:27.540] # # SET name = 'one^3' [07:18:27.540] # # WHERE id = 1; [07:18:27.540] # # ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [07:18:27.540] # # -DETAIL: Failing row contains (1, {[2000-01-01,2001-01-01),[2002-02-02,2010-01-07),[2010-01-09,202..., one). [07:18:27.540] # # +DETAIL: Failing row contains (1, {[2002-02-02,2010-01-07),[2010-01-09,2020-01-01)}, one). [07:18:27.540] # # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [07:18:27.540] # # SELECT * FROM for_portion_of_test2 WHERE id = 1 ORDER BY valid_at; [07:18:27.540] # # id | valid_at | name [07:18:27.540] # # ----+---------------------------------------------------+------- [07:18:27.540] # # - 1 | {[2000-01-01,2010-01-07),[2010-01-09,2020-01-01)} | one [07:18:27.540] # # + 1 | {[2000-01-01,2001-01-11)} | one^3 [07:18:27.540] # # + 1 | {[2001-01-11,2010-01-07),[2010-01-09,2020-01-01)} | one [07:18:27.540] # # 1 | {[2010-01-07,2010-01-09)} | one^2 [07:18:27.540] # # -(2 rows) [07:18:27.540] # # +(3 rows) [07:18:27.540] # # [07:18:27.540] # # -- DELETE works: [07:18:27.540] # # DELETE FROM for_portion_of_test2 [07:18:27.540] # # 1 of 245 tests failed. [07:18:27.540] # # 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". [07:18:27.540] # # 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". [07:18:27.540] # ------------------------------------ [07:18:27.540] # Looks like you failed 1 test of 11. [07:18:27.540] [07:18:27.540] (test program exited with status code 1) [07:18:27.540] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [07:18:27.540] [07:18:27.783] 163/399 postgresql:libpq / libpq/002_api OK 0.30s 1 subtests passed [07:18:28.397] 164/399 postgresql:libpq / libpq/001_uri OK 1.25s 63 subtests passed [07:18:29.863] 165/399 postgresql:test_tidstore / test_tidstore/regress OK 4.09s 1 subtests passed [07:18:29.891] 166/399 postgresql:typcache / typcache/regress OK 3.70s 1 subtests passed [07:18:30.184] 167/399 postgresql:test_shm_mq / test_shm_mq/regress OK 6.39s 1 subtests passed [07:18:30.209] 168/399 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.32s 55 subtests passed [07:18:30.575] 169/399 postgresql:unsafe_tests / unsafe_tests/regress OK 4.00s 4 subtests passed [07:18:30.615] 170/399 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.40s 9 subtests passed [07:18:35.772] 171/399 postgresql:ecpg / ecpg/ecpg OK 9.15s 67 subtests passed [07:18:36.910] 172/399 postgresql:libpq / libpq/006_service OK 7.05s 47 subtests passed [07:18:37.128] 173/399 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 6.55s 107 subtests passed [07:18:37.608] 174/399 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.48s 51 subtests passed [07:18:39.448] 175/399 postgresql:libpq / libpq/004_load_balance_dns OK 11.66s 125 subtests passed [07:18:39.555] 176/399 postgresql:libpq / libpq/003_load_balance_host_list OK 12.01s 127 subtests passed [07:18:41.811] 177/399 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 6.04s 32 subtests passed [07:18:42.391] 178/399 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 5.48s 10 subtests passed [07:18:43.022] 179/399 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 3.57s 3 subtests passed [07:18:43.283] 180/399 postgresql:pg_checksums / pg_checksums/001_basic OK 0.26s 9 subtests passed [07:18:43.981] 181/399 postgresql:libpq / libpq/005_negotiate_encryption OK 15.58s 249 subtests passed [07:18:44.359] 182/399 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.37s 13 subtests passed [07:18:45.253] 183/399 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 5.69s 43 subtests passed [07:18:46.880] 184/399 postgresql:pg_amcheck / pg_amcheck/003_check OK 16.26s 75 subtests passed [07:18:49.295] 185/399 postgresql:pg_checksums / pg_checksums/002_actions OK 6.01s 66 subtests passed [07:18:50.506] 186/399 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 5.25s 7 subtests passed [07:18:50.896] 187/399 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 4.01s 11 subtests passed [07:18:51.776] 188/399 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 9.96s 27 subtests passed [07:18:52.642] 189/399 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 8.28s 6 subtests passed [07:18:54.678] 190/399 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 3.78s 3 subtests passed [07:18:55.368] 191/399 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.86s 4 subtests passed [07:18:55.945] 192/399 postgresql:initdb / initdb/001_initdb OK 25.76s 57 subtests passed [07:18:56.116] 193/399 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.47s 4 subtests passed [07:18:56.252] 194/399 postgresql:pg_config / pg_config/001_pg_config OK 0.31s 21 subtests passed [07:18:56.463] 195/399 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 7.17s 22 subtests passed [07:18:58.469] 196/399 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.35s 18 subtests passed [07:18:58.640] 197/399 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.86s 2 subtests passed [07:18:59.041] 198/399 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 3.67s 5 subtests passed [07:18:59.129] 199/399 postgresql:pg_ctl / pg_ctl/002_status OK 2.66s 3 subtests passed [07:18:59.660] 200/399 postgresql:pg_ctl / pg_ctl/001_start_stop OK 3.41s 25 subtests passed [07:18:59.893] 201/399 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 22.28s 200 subtests passed [07:19:00.248] 202/399 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.57s 4 subtests passed [07:19:01.005] 203/399 postgresql:pg_dump / pg_dump/001_basic OK 1.96s 135 subtests passed [07:19:02.471] 204/399 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 20.08s 60 subtests passed [07:19:03.095] 205/399 postgresql:pg_ctl / pg_ctl/003_promote OK 4.62s 12 subtests passed [07:19:03.235] 206/399 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 3.57s 3 subtests passed [07:19:03.895] 207/399 postgresql:pg_ctl / pg_ctl/004_logrotate OK 5.25s 14 subtests passed [07:19:04.347] 208/399 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.45s 4 subtests passed [07:19:06.798] 209/399 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 2.90s 9 subtests passed [07:19:07.845] 210/399 postgresql:pg_resetwal / pg_resetwal/001_basic OK 4.61s 83 subtests passed [07:19:08.628] 211/399 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 7.62s 98 subtests passed [07:19:11.518] 212/399 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 11.27s 108 subtests passed [07:19:16.080] 213/399 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 4.56s 1 subtests passed [07:19:16.309] 214/399 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 8.46s 6 subtests passed [07:19:16.432] 215/399 postgresql:pg_rewind / pg_rewind/006_options OK 0.35s 13 subtests passed [07:19:17.501] 216/399 postgresql:pg_dump / pg_dump/010_dump_connstr OK 14.40s 13 subtests passed [07:19:18.598] 217/399 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 9.97s 10 subtests passed [07:19:20.778] 218/399 postgresql:pg_rewind / pg_rewind/002_databases OK 13.98s 12 subtests passed [07:19:22.428] 219/399 postgresql:pg_rewind / pg_rewind/009_growing_files OK 4.93s 3 subtests passed [07:19:22.464] 220/399 postgresql:pg_rewind / pg_rewind/007_standby_source OK 6.15s 7 subtests passed [07:19:22.750] 221/399 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.32s 13 subtests passed [07:19:23.043] 222/399 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 6.61s 3 subtests passed [07:19:23.132] 223/399 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.38s 17 subtests passed [07:19:23.289] 224/399 postgresql:pg_rewind / pg_rewind/001_basic OK 18.94s 57 subtests passed [07:19:25.249] 225/399 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.47s 12 subtests passed [07:19:25.807] 226/399 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.34s 18 subtests passed [07:19:26.211] 227/399 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 0.96s 60 subtests passed [07:19:26.423] 228/399 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 7.82s 1 subtests passed [07:19:27.018] 229/399 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 3.73s 32 subtests passed [07:19:29.603] 230/399 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.79s 5 subtests passed [07:19:31.189] 231/399 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 8.15s 38 subtests passed [07:19:31.654] 232/399 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 5.44s 11 subtests passed [07:19:33.259] 233/399 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 6.24s 10 subtests passed [07:19:33.629] 234/399 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.37s 11 subtests passed [07:19:33.737] 235/399 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 7.31s 18 subtests passed [07:19:34.939] 236/399 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.28s 5 subtests passed [07:19:36.377] 237/399 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.44s 207 subtests passed [07:19:36.587] 238/399 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 13.45s 92 subtests passed [07:19:37.741] 239/399 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 8.14s 21 subtests passed [07:19:38.070] 240/399 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 4.44s 7 subtests passed [07:19:41.545] 241/399 postgresql:psql / psql/010_tab_completion OK 4.96s 89 subtests passed [07:19:41.727] 242/399 postgresql:psql / psql/020_cancel OK 3.98s 2 subtests passed [07:19:41.987] 243/399 postgresql:psql / psql/030_pager OK 3.92s 4 subtests passed [07:19:43.323] 244/399 postgresql:psql / psql/001_basic OK 6.94s 126 subtests passed [07:19:45.210] 245/399 postgresql:scripts / scripts/010_clusterdb OK 3.66s 16 subtests passed [07:19:45.876] 246/399 postgresql:scripts / scripts/011_clusterdb_all OK 4.15s 7 subtests passed [07:19:47.397] 247/399 postgresql:scripts / scripts/040_createuser OK 4.07s 37 subtests passed [07:19:48.222] 248/399 postgresql:pg_dump / pg_dump/002_pg_dump OK 49.07s 12122 subtests passed [07:19:48.485] 249/399 postgresql:pg_waldump / pg_waldump/001_basic OK 17.29s 212 subtests passed [07:19:49.261] 250/399 postgresql:scripts / scripts/050_dropdb OK 4.05s 16 subtests passed [07:19:49.416] 251/399 postgresql:scripts / scripts/070_dropuser OK 3.54s 13 subtests passed [07:19:51.004] 252/399 postgresql:scripts / scripts/080_pg_isready OK 3.61s 11 subtests passed [07:19:51.615] 253/399 postgresql:scripts / scripts/020_createdb OK 9.63s 64 subtests passed [07:19:52.443] 254/399 postgresql:pgbench / pgbench/001_pgbench_with_server OK 18.70s 474 subtests passed [07:19:52.805] 255/399 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.35s 27 subtests passed [07:19:53.119] 256/399 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.31s 4 subtests passed [07:19:53.229] 257/399 postgresql:scripts / scripts/091_reindexdb_all OK 4.73s 13 subtests passed [07:19:53.506] 258/399 postgresql:scripts / scripts/101_vacuumdb_all OK 4.09s 5 subtests passed [07:19:53.731] 259/399 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.61s 39 subtests passed [07:19:55.935] 260/399 postgresql:scripts / scripts/090_reindexdb OK 7.46s 64 subtests passed [07:19:56.258] 261/399 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 53.79s 60 subtests passed [07:19:57.394] 262/399 postgresql:amcheck / amcheck/002_cic OK 3.89s 4 subtests passed [07:19:57.502] 263/399 postgresql:scripts / scripts/102_vacuumdb_stages OK 6.50s 4 subtests passed [07:19:58.082] 264/399 postgresql:scripts / scripts/200_connstr OK 6.46s 3 subtests passed [07:19:58.617] 265/399 postgresql:amcheck / amcheck/003_cic_2pc OK 4.88s 7 subtests passed [07:19:58.739] 266/399 postgresql:scripts / scripts/100_vacuumdb OK 9.48s 113 subtests passed [07:20:00.480] 267/399 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 4.54s 6 subtests passed [07:20:00.844] 268/399 postgresql:oid2name / oid2name/001_basic OK 0.36s 9 subtests passed [07:20:01.041] 269/399 postgresql:auto_explain / auto_explain/001_auto_explain OK 3.54s 22 subtests passed [07:20:01.128] 270/399 postgresql:amcheck / amcheck/005_pitr OK 4.87s 3 subtests passed [07:20:03.425] 271/399 postgresql:amcheck / amcheck/006_verify_gin OK 6.03s 6 subtests passed [07:20:04.529] 272/399 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 5.91s 16 subtests passed [07:20:04.841] 273/399 postgresql:pg_prewarm / pg_prewarm/001_basic OK 4.00s 11 subtests passed [07:20:05.149] 274/399 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 4.02s 3 subtests passed [07:20:05.511] 275/399 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 4.47s 6 subtests passed [07:20:05.885] 276/399 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.37s [07:20:07.631] 277/399 postgresql:amcheck / amcheck/001_verify_heapam OK 14.40s 272 subtests passed [07:20:07.898] 278/399 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.46s 2 subtests passed [07:20:07.935] 279/399 postgresql:vacuumlo / vacuumlo/001_basic OK 0.30s 9 subtests passed [07:20:08.103] 280/399 postgresql:dblink / dblink/001_auth_scram OK 9.36s 12 subtests passed [07:20:09.011] 281/399 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 4.48s 3 subtests passed [07:20:10.676] 282/399 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.79s 6 subtests passed [07:20:11.022] 283/399 postgresql:authentication / authentication/005_sspi SKIP 0.34s [07:20:12.123] 284/399 postgresql:authentication / authentication/002_saslprep OK 4.19s 20 subtests passed [07:20:12.181] 285/399 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 7.03s 4 subtests passed [07:20:12.595] 286/399 postgresql:authentication / authentication/003_peer OK 4.49s 53 subtests passed [07:20:12.617] 287/399 postgresql:postmaster / postmaster/001_basic OK 0.43s 9 subtests passed [07:20:13.027] 288/399 postgresql:authentication / authentication/004_file_inclusion OK 4.01s 2 subtests passed [07:20:13.138] 289/399 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 8.30s 7 subtests passed [07:20:14.542] 290/399 postgresql:authentication / authentication/006_login_trigger OK 3.52s 32 subtests passed [07:20:15.122] 291/399 postgresql:authentication / authentication/007_pre_auth OK 3.00s 2 subtests passed [07:20:16.404] 292/399 postgresql:authentication / authentication/001_password OK 8.50s 207 subtests passed [07:20:16.461] 293/399 postgresql:postmaster / postmaster/003_start_stop OK 3.84s 25 subtests passed [07:20:16.818] 294/399 postgresql:postmaster / postmaster/002_connection_limits OK 4.22s 30 subtests passed [07:20:21.267] 295/399 postgresql:subscription / subscription/002_types OK 8.13s 4 subtests passed [07:20:22.607] 296/399 postgresql:subscription / subscription/003_constraints OK 8.06s 6 subtests passed [07:20:22.724] 297/399 postgresql:bloom / bloom/001_wal OK 24.64s 31 subtests passed [07:20:23.255] 298/399 postgresql:subscription / subscription/006_rewrite OK 6.79s 2 subtests passed [07:20:23.306] 299/399 postgresql:subscription / subscription/005_encoding OK 6.90s 1 subtests passed [07:20:24.241] 300/399 postgresql:subscription / subscription/004_sync OK 9.12s 9 subtests passed [07:20:26.114] 301/399 postgresql:subscription / subscription/007_ddl OK 9.29s 8 subtests passed [07:20:28.732] 302/399 postgresql:subscription / subscription/009_matviews OK 6.12s 1 subtests passed [07:20:28.978] 303/399 postgresql:subscription / subscription/008_diff_schema OK 7.71s 5 subtests passed [07:20:30.321] 304/399 postgresql:subscription / subscription/012_collation OK 7.01s 2 subtests passed [07:20:30.611] 305/399 postgresql:subscription / subscription/001_rep_changes OK 17.58s 38 subtests passed [07:20:33.092] 306/399 postgresql:subscription / subscription/010_truncate OK 10.37s 14 subtests passed [07:20:33.315] 307/399 postgresql:subscription / subscription/011_generated OK 10.06s 11 subtests passed [07:20:36.050] 308/399 postgresql:subscription / subscription/016_stream_subxact OK 7.07s 3 subtests passed [07:20:36.351] 309/399 postgresql:subscription / subscription/014_binary OK 10.24s 8 subtests passed [07:20:37.951] 310/399 postgresql:subscription / subscription/017_stream_ddl OK 7.63s 3 subtests passed [07:20:39.726] 311/399 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 6.63s 2 subtests passed [07:20:40.223] 312/399 postgresql:subscription / subscription/020_messages OK 6.91s 5 subtests passed [07:20:41.665] 313/399 postgresql:subscription / subscription/018_stream_subxact_abort OK 11.05s 9 subtests passed [07:20:47.073] 314/399 postgresql:subscription / subscription/015_stream OK 18.34s 10 subtests passed [07:20:47.809] 315/399 postgresql:subscription / subscription/013_partition OK 23.57s 74 subtests passed [07:20:48.528] 316/399 postgresql:subscription / subscription/024_add_drop_pub OK 8.80s 4 subtests passed [07:20:50.258] 317/399 postgresql:subscription / subscription/021_twophase OK 14.21s 31 subtests passed [07:20:50.304] 318/399 postgresql:subscription / subscription/025_rep_changes_for_schema OK 10.08s 13 subtests passed [07:20:52.347] 319/399 postgresql:subscription / subscription/022_twophase_cascade OK 15.99s 41 subtests passed [07:20:52.787] 320/399 postgresql:subscription / subscription/023_twophase_stream OK 14.83s 34 subtests passed [07:20:55.749] 321/399 postgresql:subscription / subscription/026_stats OK 14.08s 13 subtests passed [07:20:56.911] 322/399 postgresql:subscription / subscription/029_on_error OK 8.38s 5 subtests passed [07:21:02.528] 323/399 postgresql:subscription / subscription/033_run_as_table_owner OK 9.74s 10 subtests passed [07:21:02.816] 324/399 postgresql:subscription / subscription/028_row_filter OK 15.00s 26 subtests passed [07:21:04.132] 325/399 postgresql:subscription / subscription/030_origin OK 13.87s 13 subtests passed [07:21:05.883] 326/399 postgresql:subscription / subscription/027_nosuperuser OK 18.81s 19 subtests passed [07:21:07.760] 327/399 postgresql:subscription / subscription/032_subscribe_use_index OK 15.41s 15 subtests passed [07:21:10.171] 328/399 postgresql:subscription / subscription/031_column_list OK 19.87s 36 subtests passed [07:21:10.755] 329/399 postgresql:subscription / subscription/035_conflicts OK 13.84s 29 subtests passed [07:21:10.984] 330/399 postgresql:subscription / subscription/034_temporal OK 15.23s 37 subtests passed [07:21:12.100] 331/399 postgresql:subscription / subscription/036_sequences OK 9.57s 9 subtests passed [07:21:12.370] 332/399 postgresql:brin / brin/01_workitems OK 4.61s 4 subtests passed [07:21:14.191] 333/399 postgresql:subscription / subscription/037_except OK 11.37s 17 subtests passed [07:21:14.519] 334/399 postgresql:brin / brin/02_wal_consistency OK 4.35s 2 subtests passed [07:21:14.939] 335/399 postgresql:commit_ts / commit_ts/001_base OK 4.18s 2 subtests passed [07:21:15.026] 336/399 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 10.89s 4 subtests passed [07:21:15.841] 337/399 postgresql:commit_ts / commit_ts/002_standby OK 4.86s 4 subtests passed [07:21:17.523] 338/399 postgresql:commit_ts / commit_ts/004_restart OK 5.15s 16 subtests passed [07:21:17.939] 339/399 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.83s 4 subtests passed [07:21:18.278] 340/399 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 4.09s 4 subtests passed [07:21:18.378] 341/399 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.86s 23 subtests passed [07:21:19.736] 342/399 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.89s 7 subtests passed [07:21:19.806] 343/399 postgresql:oauth_validator / oauth_validator/002_client OK 4.78s 20 subtests passed [07:21:22.105] 344/399 postgresql:test_aio / test_aio/002_io_workers OK 4.17s 22 subtests passed [07:21:24.235] 345/399 postgresql:test_aio / test_aio/004_read_stream OK 5.86s 31 subtests passed [07:21:24.567] 346/399 postgresql:test_checksums / test_checksums/001_basic OK 4.76s 9 subtests passed [07:21:24.611] 347/399 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 4.87s 2 subtests passed [07:21:25.740] 348/399 postgresql:test_checksums / test_checksums/002_restarts OK 3.63s 5 subtests passed [07:21:26.058] 349/399 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.32s [07:21:26.302] 350/399 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.24s [07:21:26.470] 351/399 postgresql:test_aio / test_aio/003_initdb OK 8.19s 6 subtests passed [07:21:26.551] 352/399 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.25s [07:21:28.146] 353/399 postgresql:test_checksums / test_checksums/005_injection OK 3.53s 3 subtests passed [07:21:29.113] 354/399 postgresql:test_checksums / test_checksums/004_offline OK 4.55s 8 subtests passed [07:21:29.351] 355/399 postgresql:test_checksums / test_checksums/003_standby_restarts OK 5.11s 12 subtests passed [07:21:30.331] 356/399 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 3.78s 2 subtests passed [07:21:30.843] 357/399 postgresql:test_int128 / test_int128/001_test_int128 OK 0.51s 2 subtests passed [07:21:32.608] 358/399 postgresql:test_escape / test_escape/001_test_escape OK 3.49s 1218 subtests passed [07:21:32.749] 359/399 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.39s 11 subtests passed [07:21:33.154] 360/399 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.40s 12 subtests passed [07:21:33.304] 361/399 postgresql:oauth_validator / oauth_validator/001_server OK 18.36s 170 subtests passed [07:21:33.415] 362/399 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.26s 2 subtests passed [07:21:33.812] 363/399 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 5.66s 15 subtests passed [07:21:34.205] 364/399 postgresql:subscription / subscription/100_bugs OK 28.32s 17 subtests passed [07:21:34.345] 365/399 postgresql:test_aio / test_aio/001_aio OK 16.82s 826 subtests passed [07:21:35.154] 366/399 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 4.31s 516 subtests passed [07:21:36.725] 367/399 postgresql:test_json_parser / test_json_parser/002_inline OK 4.09s 3712 subtests passed [07:21:36.788] 368/399 postgresql:test_misc / test_misc/003_check_guc OK 2.97s 4 subtests passed [07:21:37.671] 369/399 postgresql:test_misc / test_misc/002_tablespace OK 4.25s 20 subtests passed [07:21:38.175] 370/399 postgresql:test_misc / test_misc/004_io_direct OK 3.97s 3 subtests passed [07:21:38.278] 371/399 postgresql:test_misc / test_misc/005_timeouts OK 3.88s 2 subtests passed [07:21:38.543] 372/399 postgresql:test_misc / test_misc/001_constraint_validation OK 5.23s 42 subtests passed [07:21:39.002] 373/399 postgresql:test_misc / test_misc/006_signal_autovacuum OK 3.84s 2 subtests passed [07:21:40.685] 374/399 postgresql:test_misc / test_misc/009_log_temp_files OK 3.01s 11 subtests passed [07:21:40.874] 375/399 postgresql:test_misc / test_misc/008_replslot_single_user OK 4.08s 10 subtests passed [07:21:40.991] 376/399 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.30s [07:21:41.004] 377/399 postgresql:test_misc / test_misc/007_catcache_inval OK 4.23s 2 subtests passed [07:21:43.119] 378/399 postgresql:test_misc / test_misc/011_lock_stats OK 4.84s 7 subtests passed [07:21:43.628] 379/399 postgresql:test_misc / test_misc/012_ddlutils OK 5.08s 43 subtests passed [07:21:44.343] 380/399 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 3.47s 2 subtests passed [07:21:44.706] 381/399 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.36s [07:21:45.071] 382/399 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.36s [07:21:45.141] 383/399 postgresql:test_slru / test_slru/001_multixact OK 4.15s 2 subtests passed [07:21:45.395] 384/399 postgresql:test_slru / test_slru/002_multixact_wraparound OK 4.39s 18 subtests passed [07:21:45.432] 385/399 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.36s [07:21:46.994] 386/399 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 8.81s 73 subtests passed [07:21:48.127] 387/399 postgresql:worker_spi / worker_spi/001_worker_spi OK 5.00s 8 subtests passed [07:21:48.547] 388/399 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 3.40s [07:21:49.146] 389/399 postgresql:worker_spi / worker_spi/002_worker_terminate OK 5.52s 11 subtests passed [07:21:49.294] 390/399 postgresql:test_pg_dump / test_pg_dump/001_base OK 10.29s 1044 subtests passed [07:21:51.507] 391/399 postgresql:ssl / ssl/002_scram OK 6.07s 28 subtests passed [07:21:53.010] 392/399 postgresql:ssl / ssl/003_sslinfo OK 6.02s 21 subtests passed [07:21:53.273] 393/399 postgresql:ldap / ldap/002_bindpasswd OK 4.13s 3 subtests passed [07:21:53.470] 394/399 postgresql:test_checksums / test_checksums/009_fpi OK 27.00s 7 subtests passed [07:21:54.552] 395/399 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 5.23s 26 subtests passed [07:21:54.553] 396/399 postgresql:icu / icu/010_database OK 3.04s 8 subtests passed [07:21:55.806] 397/399 postgresql:ldap / ldap/001_auth OK 7.26s 47 subtests passed [07:21:56.298] 398/399 postgresql:ssl / ssl/004_sni OK 8.17s 102 subtests passed [07:21:59.163] 399/399 postgresql:ssl / ssl/001_ssltests OK 13.77s 272 subtests passed [07:21:59.269] [07:21:59.269] Summary of Failures: [07:21:59.269] [07:21:59.269] 6/399 postgresql:regress / regress/regress ERROR 98.85s exit status 1 [07:21:59.269] 28/399 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 104.32s exit status 1 [07:21:59.269] 25/399 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 143.00s exit status 1 [07:21:59.269] 116/399 postgresql:recovery / recovery/027_stream_regress ERROR 124.01s exit status 1 [07:21:59.269] [07:21:59.269] Ok: 385 [07:21:59.269] Expected Fail: 0 [07:21:59.269] Fail: 4 [07:21:59.269] Unexpected Pass: 0 [07:21:59.269] Skipped: 10 [07:21:59.269] Timeout: 0 [07:21:59.269] [07:21:59.269] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [07:21:59.385] [07:21:59.385] Exit status: 4