[06:16:11.527] su postgres <<-EOF [06:16:11.527] set -e [06:16:11.527] ulimit -c unlimited [06:16:11.527] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [06:16:11.527] EOF [06:16:12.542] 1/398 postgresql:setup / tmp_install OK 0.67s [06:16:12.591] 2/398 postgresql:setup / install_test_files OK 0.05s [06:16:14.007] 3/398 postgresql:setup / initdb_cache OK 1.41s [06:16:14.297] 4/398 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.27s 9 subtests passed [06:16:28.387] 5/398 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 14.33s 16 subtests passed [06:16:39.278] ▶ 6/398 + for_portion_of 1664 ms FAIL [06:16:44.701] 7/398 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 30.67s 13 subtests passed [06:16:45.577] 8/398 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 17.19s 5 subtests passed [06:16:47.807] 9/398 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 33.51s 3 subtests passed [06:16:48.537] 10/398 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 34.50s 19 subtests passed [06:16:58.129] 11/398 postgresql:recovery / recovery/002_archiving OK 10.32s 12 subtests passed [06:17:03.465] 12/398 postgresql:recovery / recovery/003_recovery_targets OK 14.93s 15 subtests passed [06:17:05.724] 13/398 postgresql:recovery / recovery/001_stream_rep OK 20.15s 64 subtests passed [06:17:11.478] 14/398 postgresql:recovery / recovery/004_timeline_switch OK 13.35s 5 subtests passed [06:17:12.338] 15/398 postgresql:recovery / recovery/006_logical_decoding OK 6.61s 20 subtests passed [06:17:13.586] 16/398 postgresql:recovery / recovery/005_replay_delay OK 10.12s 3 subtests passed [06:17:21.080] 17/398 postgresql:recovery / recovery/007_sync_rep OK 9.60s 11 subtests passed [06:17:29.721] 18/398 postgresql:recovery / recovery/009_twophase OK 16.13s 30 subtests passed [06:17:30.610] 19/398 postgresql:recovery / recovery/008_fsm_truncation OK 18.27s 1 subtests passed [06:17:31.040] 20/398 postgresql:recovery / recovery/010_logical_decoding_timelines OK 9.96s 13 subtests passed [06:17:38.358] 21/398 postgresql:recovery / recovery/014_unlogged_reinit OK 7.32s 23 subtests passed [06:17:38.885] 22/398 postgresql:recovery / recovery/013_crash_restart OK 8.27s 20 subtests passed [06:17:40.814] 6/398 postgresql:regress / regress/regress ERROR 86.80s exit status 1 [06:17:40.815] >>> MESON_TEST_ITERATION=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template 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 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 MALLOC_PERTURB_=254 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 [06:17:40.815] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [06:17:40.815] stderr: [06:17:40.815] # 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 [06:17:40.815] # --- /tmp/cirrus-ci-build/src/test/regress/expected/for_portion_of.out 2026-04-11 06:13:02.992756361 +0000 [06:17:40.815] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/for_portion_of.out 2026-04-11 06:16:31.816249881 +0000 [06:17:40.815] # @@ -1099,8 +1099,6 @@ [06:17:40.815] # FOR PORTION OF valid_at FROM '2000-01-01' TO '2001-01-11' [06:17:40.815] # SET name = 'one^3' [06:17:40.815] # WHERE id = 1; [06:17:40.815] # -ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [06:17:40.815] # -DETAIL: Failing row contains (1, [2000-01-01,2001-01-11), one^3). [06:17:40.815] # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [06:17:40.815] # -- test inserts violating CHECK constraints [06:17:40.815] # ALTER TABLE for_portion_of_test2 [06:17:40.815] # @@ -1115,12 +1113,13 @@ [06:17:40.815] # SELECT * FROM for_portion_of_test2 WHERE id = 1 ORDER BY valid_at; [06:17:40.815] # id | valid_at | name [06:17:40.815] # ----+-------------------------+------- [06:17:40.815] # - 1 | [2000-01-01,2010-01-01) | one [06:17:40.815] # + 1 | [2000-01-01,2001-01-11) | one^3 [06:17:40.815] # + 1 | [2001-01-11,2010-01-01) | one [06:17:40.815] # 1 | [2010-01-01,2010-01-05) | one^1 [06:17:40.815] # 1 | [2010-01-05,2010-01-07) | one [06:17:40.815] # 1 | [2010-01-07,2010-01-09) | one^2 [06:17:40.815] # 1 | [2010-01-09,2020-01-01) | one [06:17:40.815] # -(5 rows) [06:17:40.815] # +(6 rows) [06:17:40.815] # [06:17:40.815] # -- DELETE works: [06:17:40.815] # DELETE FROM for_portion_of_test2 [06:17:40.815] # @@ -1222,8 +1221,6 @@ [06:17:40.815] # FOR PORTION OF valid_at ('{[2000-01-01,2001-01-11)}') [06:17:40.815] # SET name = 'one^3' [06:17:40.815] # WHERE id = 1; [06:17:40.815] # -ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [06:17:40.815] # -DETAIL: Failing row contains (1, {[2000-01-01,2001-01-11)}, one^3). [06:17:40.815] # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [06:17:40.815] # -- test inserts violating CHECK constraints [06:17:40.815] # ALTER TABLE for_portion_of_test2 [06:17:40.815] # @@ -1233,14 +1230,15 @@ [06:17:40.815] # SET name = 'one^3' [06:17:40.815] # WHERE id = 1; [06:17:40.815] # ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [06:17:40.815] # -DETAIL: Failing row contains (1, {[2000-01-01,2001-01-01),[2002-02-02,2010-01-07),[2010-01-09,202..., one). [06:17:40.815] # +DETAIL: Failing row contains (1, {[2002-02-02,2010-01-07),[2010-01-09,2020-01-01)}, one). [06:17:40.815] # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [06:17:40.815] # SELECT * FROM for_portion_of_test2 WHERE id = 1 ORDER BY valid_at; [06:17:40.815] # id | valid_at | name [06:17:40.815] # ----+---------------------------------------------------+------- [06:17:40.815] # - 1 | {[2000-01-01,2010-01-07),[2010-01-09,2020-01-01)} | one [06:17:40.815] # + 1 | {[2000-01-01,2001-01-11)} | one^3 [06:17:40.815] # + 1 | {[2001-01-11,2010-01-07),[2010-01-09,2020-01-01)} | one [06:17:40.815] # 1 | {[2010-01-07,2010-01-09)} | one^2 [06:17:40.815] # -(2 rows) [06:17:40.815] # +(3 rows) [06:17:40.815] # [06:17:40.815] # -- DELETE works: [06:17:40.815] # DELETE FROM for_portion_of_test2 [06:17:40.815] # 1 of 247 tests failed. [06:17:40.815] # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.diffs". [06:17:40.815] # 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". [06:17:40.815] [06:17:40.815] (test program exited with status code 1) [06:17:40.815] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [06:17:40.815] [06:17:41.408] 23/398 postgresql:recovery / recovery/012_subtransactions OK 11.69s 12 subtests passed [06:17:43.832] ▶ 24/398 - regression tests in old instance FAIL [06:17:45.161] 25/398 postgresql:recovery / recovery/015_promotion_pages OK 6.80s 1 subtests passed [06:17:45.797] 26/398 postgresql:recovery / recovery/016_min_consistency OK 6.91s 1 subtests passed [06:17:46.309] 27/398 postgresql:recovery / recovery/017_shm OK 5.49s 4 subtests passed [06:17:47.974] ▶ 28/398 - regression tests pass FAIL [06:17:48.118] 28/398 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 94.10s exit status 1 [06:17:48.118] >>> MESON_TEST_ITERATION=1 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 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MALLOC_PERTURB_=99 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 top_builddir=/tmp/cirrus-ci-build/build 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 [06:17:48.118] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [06:17:48.118] stderr: [06:17:48.118] # Failed test 'regression tests pass' [06:17:48.118] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 63. [06:17:48.118] # got: '256' [06:17:48.118] # expected: '0' [06:17:48.118] # Looks like you failed 1 test of 1. [06:17:48.118] [06:17:48.118] (test program exited with status code 1) [06:17:48.118] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [06:17:48.118] [06:17:50.300] 29/398 postgresql:recovery / recovery/021_row_visibility OK 3.99s 10 subtests passed [06:17:50.481] 30/398 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 96.42s 50 subtests passed [06:17:51.656] 31/398 postgresql:recovery / recovery/022_crash_temp_files OK 3.54s 11 subtests passed [06:17:52.961] 32/398 postgresql:recovery / recovery/020_archive_status OK 7.16s 19 subtests passed [06:17:54.169] 33/398 postgresql:recovery / recovery/023_pitr_prepared_xact OK 3.87s 1 subtests passed [06:17:54.854] 34/398 postgresql:recovery / recovery/024_archive_recovery OK 4.37s 2 subtests passed [06:17:56.526] 35/398 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 4.87s 1 subtests passed [06:18:01.126] 36/398 postgresql:recovery / recovery/028_pitr_timelines OK 6.27s 3 subtests passed [06:18:02.537] 37/398 postgresql:recovery / recovery/026_overwrite_contrecord OK 9.57s 3 subtests passed [06:18:03.854] 38/398 postgresql:recovery / recovery/018_wal_optimize OK 22.44s 38 subtests passed [06:18:04.778] 39/398 postgresql:recovery / recovery/029_stats_restart OK 8.25s 44 subtests passed [06:18:08.104] 40/398 postgresql:recovery / recovery/019_replslot_limit OK 22.94s 26 subtests passed [06:18:08.944] 41/398 postgresql:recovery / recovery/030_stats_cleanup_replica OK 7.82s 11 subtests passed [06:18:10.787] 42/398 postgresql:recovery / recovery/031_recovery_conflict OK 8.25s 18 subtests passed [06:18:12.759] 43/398 postgresql:recovery / recovery/034_create_database OK 4.65s 2 subtests passed [06:18:14.343] 44/398 postgresql:recovery / recovery/032_relfilenode_reuse OK 10.49s 14 subtests passed [06:18:15.684] 45/398 postgresql:recovery / recovery/036_truncated_dropped OK 4.89s 8 subtests passed [06:18:16.462] 46/398 postgresql:isolation / isolation/isolation OK 91.76s 128 subtests passed [06:18:17.365] 47/398 postgresql:recovery / recovery/037_invalid_database OK 4.60s 10 subtests passed [06:18:21.637] 48/398 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 7.29s 2 subtests passed [06:18:22.252] 49/398 postgresql:recovery / recovery/033_replay_tsp_drops OK 17.47s 3 subtests passed [06:18:23.008] 50/398 postgresql:recovery / recovery/041_checkpoint_at_promote OK 5.64s 6 subtests passed [06:18:27.818] 24/398 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 133.79s exit status 1 [06:18:27.821] >>> MESON_TEST_ITERATION=1 MALLOC_PERTURB_=81 with_icu=yes share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/bin/pg_upgrade:/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress top_builddir=/tmp/cirrus-ci-build/build 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 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 [06:18:27.821] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [06:18:27.821] Listing only the last 100 lines from a long log. [06:18:27.821] # ok 23 + md5 134 ms [06:18:27.821] # ok 24 + numerology 325 ms [06:18:27.821] # ok 25 + point 319 ms [06:18:27.821] # ok 26 + lseg 130 ms [06:18:27.821] # ok 27 + line 185 ms [06:18:27.821] # ... 208 lines omitted ... [06:18:27.821] # ok 221 + partition_split 3627 ms [06:18:27.821] # ok 222 + partition_join 4329 ms [06:18:27.821] # ok 223 + partition_prune 4361 ms [06:18:27.821] # ok 224 + reloptions 394 ms [06:18:27.821] # ok 225 + hash_part 211 ms [06:18:27.821] # ok 226 + indexing 5115 ms [06:18:27.821] # ok 227 + partition_aggregate 3983 ms [06:18:27.821] # ok 228 + partition_info 602 ms [06:18:27.821] # ok 229 + tuplesort 4562 ms [06:18:27.821] # ok 230 + explain 727 ms [06:18:27.821] # ok 231 + compression 1137 ms [06:18:27.821] # ok 232 + compression_lz4 1097 ms [06:18:27.821] # ok 233 + memoize 1414 ms [06:18:27.821] # ok 234 + stats 3899 ms [06:18:27.821] # ok 235 + predicate 756 ms [06:18:27.821] # ok 236 + numa 314 ms [06:18:27.821] # ok 237 + eager_aggregate 2062 ms [06:18:27.821] # ok 238 + graph_table_rls 812 ms [06:18:27.821] # ok 239 + planner_est 169 ms [06:18:27.821] # # parallel group (2 tests): oidjoins event_trigger [06:18:27.821] # ok 240 + oidjoins 764 ms [06:18:27.821] # ok 241 + event_trigger 864 ms [06:18:27.821] # # parallel group (3 tests): tablespace_ddl role_ddl database_ddl [06:18:27.821] # ok 242 + role_ddl 475 ms [06:18:27.821] # ok 243 + tablespace_ddl 53 ms [06:18:27.821] # ok 244 + database_ddl 493 ms [06:18:27.821] # ok 245 - event_trigger_login 258 ms [06:18:27.821] # ok 246 - fast_default 922 ms [06:18:27.821] # ok 247 - tablespace 2994 ms [06:18:27.821] # 1..247 [06:18:27.821] # -------------- stderr -------------- [06:18:27.821] # # 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 [06:18:27.821] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/for_portion_of.out 2026-04-11 06:13:02.992756361 +0000 [06:18:27.821] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/for_portion_of.out 2026-04-11 06:16:30.872268296 +0000 [06:18:27.821] # # @@ -1099,8 +1099,6 @@ [06:18:27.821] # # FOR PORTION OF valid_at FROM '2000-01-01' TO '2001-01-11' [06:18:27.821] # # SET name = 'one^3' [06:18:27.821] # # WHERE id = 1; [06:18:27.821] # # -ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [06:18:27.821] # # -DETAIL: Failing row contains (1, [2000-01-01,2001-01-11), one^3). [06:18:27.821] # # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [06:18:27.821] # # -- test inserts violating CHECK constraints [06:18:27.821] # # ALTER TABLE for_portion_of_test2 [06:18:27.821] # # @@ -1115,12 +1113,13 @@ [06:18:27.821] # # SELECT * FROM for_portion_of_test2 WHERE id = 1 ORDER BY valid_at; [06:18:27.821] # # id | valid_at | name [06:18:27.821] # # ----+-------------------------+------- [06:18:27.821] # # - 1 | [2000-01-01,2010-01-01) | one [06:18:27.821] # # + 1 | [2000-01-01,2001-01-11) | one^3 [06:18:27.821] # # + 1 | [2001-01-11,2010-01-01) | one [06:18:27.821] # # 1 | [2010-01-01,2010-01-05) | one^1 [06:18:27.821] # # 1 | [2010-01-05,2010-01-07) | one [06:18:27.821] # # 1 | [2010-01-07,2010-01-09) | one^2 [06:18:27.821] # # 1 | [2010-01-09,2020-01-01) | one [06:18:27.821] # # -(5 rows) [06:18:27.821] # # +(6 rows) [06:18:27.821] # # [06:18:27.821] # # -- DELETE works: [06:18:27.821] # # DELETE FROM for_portion_of_test2 [06:18:27.821] # # @@ -1222,8 +1221,6 @@ [06:18:27.821] # # FOR PORTION OF valid_at ('{[2000-01-01,2001-01-11)}') [06:18:27.821] # # SET name = 'one^3' [06:18:27.821] # # WHERE id = 1; [06:18:27.821] # # -ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [06:18:27.821] # # -DETAIL: Failing row contains (1, {[2000-01-01,2001-01-11)}, one^3). [06:18:27.821] # # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [06:18:27.821] # # -- test inserts violating CHECK constraints [06:18:27.821] # # ALTER TABLE for_portion_of_test2 [06:18:27.821] # # @@ -1233,14 +1230,15 @@ [06:18:27.821] # # SET name = 'one^3' [06:18:27.821] # # WHERE id = 1; [06:18:27.821] # # ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [06:18:27.821] # # -DETAIL: Failing row contains (1, {[2000-01-01,2001-01-01),[2002-02-02,2010-01-07),[2010-01-09,202..., one). [06:18:27.821] # # +DETAIL: Failing row contains (1, {[2002-02-02,2010-01-07),[2010-01-09,2020-01-01)}, one). [06:18:27.821] # # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [06:18:27.821] # # SELECT * FROM for_portion_of_test2 WHERE id = 1 ORDER BY valid_at; [06:18:27.821] # # id | valid_at | name [06:18:27.821] # # ----+---------------------------------------------------+------- [06:18:27.821] # # - 1 | {[2000-01-01,2010-01-07),[2010-01-09,2020-01-01)} | one [06:18:27.821] # # + 1 | {[2000-01-01,2001-01-11)} | one^3 [06:18:27.821] # # + 1 | {[2001-01-11,2010-01-07),[2010-01-09,2020-01-01)} | one [06:18:27.821] # # 1 | {[2010-01-07,2010-01-09)} | one^2 [06:18:27.821] # # -(2 rows) [06:18:27.821] # # +(3 rows) [06:18:27.821] # # [06:18:27.821] # # -- DELETE works: [06:18:27.821] # # DELETE FROM for_portion_of_test2 [06:18:27.821] # # 1 of 247 tests failed. [06:18:27.821] # # 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". [06:18:27.821] # # 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". [06:18:27.821] # ------------------------------------ [06:18:27.821] # Looks like you failed 1 test of 20. [06:18:27.821] [06:18:27.821] (test program exited with status code 1) [06:18:27.821] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [06:18:27.821] [06:18:29.105] 51/398 postgresql:recovery / recovery/042_low_level_backup OK 7.47s 4 subtests passed [06:18:29.120] 52/398 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 6.11s 1 subtests passed [06:18:30.221] 53/398 postgresql:recovery / recovery/039_end_of_wal OK 14.54s 14 subtests passed [06:18:30.934] 54/398 postgresql:recovery / recovery/043_no_contrecord_switch OK 8.68s 1 subtests passed [06:18:36.076] 55/398 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 5.85s 3 subtests passed [06:18:36.514] 56/398 postgresql:recovery / recovery/045_archive_restartpoint OK 8.69s 1 subtests passed [06:18:36.900] 57/398 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 7.78s 1 subtests passed [06:18:38.414] 58/398 postgresql:recovery / recovery/035_standby_logical_decoding OK 29.47s 89 subtests passed [06:18:39.778] 59/398 postgresql:recovery / recovery/050_redo_segment_missing OK 3.70s 2 subtests passed [06:18:40.014] 60/398 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 10.91s 2 subtests passed [06:18:40.441] 61/398 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 3.54s 4 subtests passed [06:18:41.977] 62/398 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 25.51s 38 subtests passed [06:18:43.950] 63/398 postgresql:plperl / plperl/regress OK 3.93s 14 subtests passed [06:18:44.973] 64/398 postgresql:plpgsql / plpgsql/regress OK 5.19s 13 subtests passed [06:18:45.467] 65/398 postgresql:plpython / plpython/regress OK 5.02s 23 subtests passed [06:18:45.721] 66/398 postgresql:pltcl / pltcl/regress OK 3.74s 8 subtests passed [06:18:47.165] 67/398 postgresql:kerberos / kerberos/001_auth OK 8.75s 142 subtests passed [06:18:47.351] 68/398 postgresql:recovery / recovery/049_wait_for_lsn OK 16.42s 33 subtests passed [06:18:48.136] 69/398 postgresql:auto_explain / auto_explain/regress OK 3.16s 2 subtests passed [06:18:48.598] 70/398 postgresql:basic_archive / basic_archive/regress OK 3.13s 1 subtests passed [06:18:48.614] 71/398 postgresql:bloom / bloom/regress OK 2.89s 1 subtests passed [06:18:50.348] 72/398 postgresql:recovery / recovery/051_effective_wal_level OK 13.83s 31 subtests passed [06:18:50.414] 73/398 postgresql:bool_plperl / bool_plperl/regress OK 3.25s 2 subtests passed [06:18:52.626] 74/398 postgresql:cube / cube/regress OK 4.01s 2 subtests passed [06:18:52.711] 75/398 postgresql:btree_gin / btree_gin/regress OK 5.36s 30 subtests passed [06:18:53.939] 76/398 postgresql:citext / citext/regress OK 5.34s 3 subtests passed [06:18:54.401] 77/398 postgresql:btree_gist / btree_gist/regress OK 6.26s 32 subtests passed [06:18:54.489] 78/398 postgresql:dict_int / dict_int/regress OK 4.07s 1 subtests passed [06:18:54.750] 79/398 postgresql:dblink / dblink/regress OK 4.40s 1 subtests passed [06:18:56.426] 80/398 postgresql:dict_xsyn / dict_xsyn/regress OK 3.80s 1 subtests passed [06:18:56.773] 81/398 postgresql:earthdistance / earthdistance/regress OK 4.06s 1 subtests passed [06:18:57.302] 82/398 postgresql:file_fdw / file_fdw/regress OK 3.36s 1 subtests passed [06:18:57.530] 83/398 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 3.13s 2 subtests passed [06:18:58.105] 84/398 postgresql:hstore_plperl / hstore_plperl/regress OK 3.35s 3 subtests passed [06:18:58.312] 85/398 postgresql:amcheck / amcheck/regress OK 14.36s 4 subtests passed [06:19:00.325] 86/398 postgresql:hstore / hstore/regress OK 5.83s 2 subtests passed [06:19:00.506] 87/398 postgresql:hstore_plpython / hstore_plpython/regress OK 4.08s 1 subtests passed [06:19:01.722] 88/398 postgresql:jsonb_plperl / jsonb_plperl/regress OK 4.19s 2 subtests passed [06:19:02.441] 89/398 postgresql:isn / isn/regress OK 5.14s 1 subtests passed [06:19:03.158] 90/398 postgresql:jsonb_plpython / jsonb_plpython/regress OK 5.05s 1 subtests passed [06:19:03.594] 91/398 postgresql:lo / lo/regress OK 5.28s 1 subtests passed [06:19:05.279] 92/398 postgresql:ltree_plpython / ltree_plpython/regress OK 4.77s 1 subtests passed [06:19:05.345] 93/398 postgresql:ltree / ltree/regress OK 5.02s 1 subtests passed [06:19:05.953] 94/398 postgresql:passwordcheck / passwordcheck/regress OK 3.51s 1 subtests passed [06:19:06.508] 95/398 postgresql:pageinspect / pageinspect/regress OK 4.78s 8 subtests passed [06:19:06.536] 96/398 postgresql:pg_buffercache / pg_buffercache/regress OK 3.38s 2 subtests passed [06:19:08.396] 97/398 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 3.05s 1 subtests passed [06:19:08.794] 98/398 postgresql:pg_freespacemap / pg_freespacemap/regress OK 3.51s 1 subtests passed [06:19:08.995] 99/398 postgresql:pgcrypto / pgcrypto/regress OK 5.40s 25 subtests passed [06:19:09.030] 100/398 postgresql:pg_overexplain / pg_overexplain/regress OK 3.08s 1 subtests passed [06:19:10.273] 101/398 postgresql:pg_prewarm / pg_prewarm/regress OK 3.74s 1 subtests passed [06:19:12.773] 102/398 postgresql:intarray / intarray/regress OK 16.00s 1 subtests passed [06:19:14.059] 103/398 postgresql:pgrowlocks / pgrowlocks/isolation OK 5.66s 1 subtests passed [06:19:14.287] 104/398 postgresql:pgstattuple / pgstattuple/regress OK 5.25s 1 subtests passed [06:19:15.344] 105/398 postgresql:pg_surgery / pg_surgery/regress OK 5.07s 1 subtests passed [06:19:15.455] 106/398 postgresql:pg_stat_statements / pg_stat_statements/regress OK 6.46s 16 subtests passed [06:19:16.721] 107/398 postgresql:pg_stash_advice / pg_stash_advice/regress OK 7.93s 2 subtests passed [06:19:17.800] 108/398 postgresql:pg_walinspect / pg_walinspect/regress OK 3.51s 2 subtests passed [06:19:18.290] 109/398 postgresql:pg_visibility / pg_visibility/regress OK 4.23s 1 subtests passed [06:19:18.434] 110/398 postgresql:postgres_fdw / postgres_fdw/isolation OK 2.98s 1 subtests passed [06:19:19.244] 111/398 postgresql:pg_trgm / pg_trgm/regress OK 6.47s 4 subtests passed [06:19:19.819] 112/398 postgresql:seg / seg/regress OK 3.10s 3 subtests passed [06:19:20.612] 113/398 postgresql:pg_plan_advice / pg_plan_advice/regress OK 14.10s 9 subtests passed [06:19:21.358] 114/398 postgresql:tablefunc / tablefunc/regress OK 3.07s 1 subtests passed [06:19:21.689] 115/398 postgresql:tcn / tcn/isolation OK 3.25s 1 subtests passed [06:19:21.724] 116/398 postgresql:spi / spi/regress OK 3.92s 2 subtests passed [06:19:23.267] ▶ 117/398 - regression tests pass FAIL [06:19:23.534] 118/398 postgresql:tsm_system_rows / tsm_system_rows/regress OK 2.92s 1 subtests passed [06:19:24.525] 119/398 postgresql:tsm_system_time / tsm_system_time/regress OK 3.17s 1 subtests passed [06:19:24.614] 120/398 postgresql:unaccent / unaccent/regress OK 2.93s 1 subtests passed [06:19:24.656] 121/398 postgresql:uuid-ossp / uuid-ossp/regress OK 2.93s 1 subtests passed [06:19:25.960] 122/398 postgresql:test_decoding / test_decoding/isolation OK 6.14s 14 subtests passed [06:19:26.021] 123/398 postgresql:xml2 / xml2/regress OK 2.48s 1 subtests passed [06:19:27.477] 124/398 postgresql:brin / brin/isolation OK 2.95s 1 subtests passed [06:19:27.711] 125/398 postgresql:commit_ts / commit_ts/regress OK 3.10s 1 subtests passed [06:19:28.446] 126/398 postgresql:delay_execution / delay_execution/isolation OK 3.79s 2 subtests passed [06:19:28.868] 127/398 postgresql:dummy_seclabel / dummy_seclabel/regress OK 2.85s 1 subtests passed [06:19:29.181] 128/398 postgresql:dummy_index_am / dummy_index_am/regress OK 3.22s 1 subtests passed [06:19:31.009] 129/398 postgresql:index / index/isolation OK 3.30s 1 subtests passed [06:19:31.113] 130/398 postgresql:postgres_fdw / postgres_fdw/regress OK 15.77s 2 subtests passed [06:19:31.346] 131/398 postgresql:gin / gin/regress OK 3.87s 1 subtests passed [06:19:31.656] 132/398 postgresql:injection_points / injection_points/regress OK 3.21s 4 subtests passed [06:19:32.174] 133/398 postgresql:test_decoding / test_decoding/regress OK 12.93s 19 subtests passed [06:19:33.995] 134/398 postgresql:plsample / plsample/regress OK 2.98s 1 subtests passed [06:19:34.122] 135/398 postgresql:test_binaryheap / test_binaryheap/regress OK 2.77s 1 subtests passed [06:19:34.146] 136/398 postgresql:spgist_name_ops / spgist_name_ops/regress OK 3.03s 1 subtests passed [06:19:34.406] 137/398 postgresql:test_bitmapset / test_bitmapset/regress OK 2.75s 1 subtests passed [06:19:35.606] 138/398 postgresql:test_bloomfilter / test_bloomfilter/regress OK 3.43s 1 subtests passed [06:19:35.848] 139/398 postgresql:injection_points / injection_points/isolation OK 6.98s 6 subtests passed [06:19:36.786] 140/398 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 2.79s 1 subtests passed [06:19:36.995] 141/398 postgresql:test_cplusplusext / test_cplusplusext/regress OK 2.87s 1 subtests passed [06:19:37.445] 142/398 postgresql:test_custom_types / test_custom_types/regress OK 3.30s 1 subtests passed [06:19:38.072] 143/398 postgresql:nbtree / nbtree/regress OK 8.89s 2 subtests passed [06:19:38.348] 144/398 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 3.94s 22 subtests passed [06:19:38.862] 145/398 postgresql:test_dsa / test_dsa/regress OK 3.25s 1 subtests passed [06:19:38.930] 146/398 postgresql:test_dsm_registry / test_dsm_registry/regress OK 3.08s 1 subtests passed [06:19:39.755] 147/398 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 2.76s 1 subtests passed [06:19:39.865] 148/398 postgresql:test_extensions / test_extensions/regress OK 3.08s 2 subtests passed [06:19:40.917] 149/398 postgresql:test_lfind / test_lfind/regress OK 2.84s 1 subtests passed [06:19:41.326] 150/398 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 2.98s 1 subtests passed [06:19:41.574] 151/398 postgresql:test_parser / test_parser/regress OK 2.64s 1 subtests passed [06:19:42.335] 152/398 postgresql:test_oat_hooks / test_oat_hooks/regress OK 3.47s 2 subtests passed [06:19:42.845] 153/398 postgresql:test_pg_dump / test_pg_dump/regress OK 3.09s 1 subtests passed [06:19:42.983] 154/398 postgresql:test_predtest / test_predtest/regress OK 3.12s 1 subtests passed [06:19:44.298] 155/398 postgresql:test_radixtree / test_radixtree/regress OK 3.38s 1 subtests passed [06:19:44.398] 156/398 postgresql:test_rbtree / test_rbtree/regress OK 3.07s 1 subtests passed [06:19:45.077] 157/398 postgresql:test_resowner / test_resowner/regress OK 2.74s 1 subtests passed [06:19:45.781] 158/398 postgresql:test_regex / test_regex/regress OK 4.21s 2 subtests passed [06:19:45.854] 159/398 postgresql:test_saslprep / test_saslprep/regress OK 2.87s 1 subtests passed [06:19:45.950] 160/398 postgresql:test_rls_hooks / test_rls_hooks/regress OK 3.10s 1 subtests passed [06:19:47.454] 161/398 postgresql:test_slru / test_slru/regress OK 3.05s 1 subtests passed [06:19:47.844] 162/398 postgresql:test_integerset / test_integerset/regress OK 10.40s 1 subtests passed [06:19:48.187] 163/398 postgresql:libpq / libpq/002_api OK 0.34s 1 subtests passed [06:19:48.350] 164/398 postgresql:typcache / typcache/regress OK 2.57s 1 subtests passed [06:19:48.498] 117/398 postgresql:recovery / recovery/027_stream_regress ERROR 114.33s exit status 1 [06:19:48.499] >>> MESON_TEST_ITERATION=1 enable_injection_points=yes share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=3 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template 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 top_builddir=/tmp/cirrus-ci-build/build REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/test/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 [06:19:48.499] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [06:19:48.499] Listing only the last 100 lines from a long log. [06:19:48.499] # ok 23 + md5 75 ms [06:19:48.499] # ok 24 + numerology 336 ms [06:19:48.499] # ok 25 + point 139 ms [06:19:48.499] # ok 26 + lseg 109 ms [06:19:48.499] # ok 27 + line 143 ms [06:19:48.499] # ... 208 lines omitted ... [06:19:48.499] # ok 221 + partition_split 6563 ms [06:19:48.499] # ok 222 + partition_join 7238 ms [06:19:48.499] # ok 223 + partition_prune 7673 ms [06:19:48.499] # ok 224 + reloptions 424 ms [06:19:48.499] # ok 225 + hash_part 414 ms [06:19:48.499] # ok 226 + indexing 8740 ms [06:19:48.499] # ok 227 + partition_aggregate 4518 ms [06:19:48.499] # ok 228 + partition_info 1038 ms [06:19:48.499] # ok 229 + tuplesort 4116 ms [06:19:48.499] # ok 230 + explain 840 ms [06:19:48.499] # ok 231 + compression 1661 ms [06:19:48.499] # ok 232 + compression_lz4 1284 ms [06:19:48.499] # ok 233 + memoize 3953 ms [06:19:48.499] # ok 234 + stats 6183 ms [06:19:48.499] # ok 235 + predicate 704 ms [06:19:48.499] # ok 236 + numa 167 ms [06:19:48.499] # ok 237 + eager_aggregate 2101 ms [06:19:48.499] # ok 238 + graph_table_rls 983 ms [06:19:48.499] # ok 239 + planner_est 166 ms [06:19:48.499] # # parallel group (2 tests): oidjoins event_trigger [06:19:48.499] # ok 240 + oidjoins 1871 ms [06:19:48.499] # ok 241 + event_trigger 2085 ms [06:19:48.499] # # parallel group (3 tests): tablespace_ddl database_ddl role_ddl [06:19:48.499] # ok 242 + role_ddl 360 ms [06:19:48.499] # ok 243 + tablespace_ddl 70 ms [06:19:48.499] # ok 244 + database_ddl 302 ms [06:19:48.499] # ok 245 - event_trigger_login 158 ms [06:19:48.499] # ok 246 - fast_default 595 ms [06:19:48.499] # ok 247 - tablespace 2399 ms [06:19:48.499] # 1..247 [06:19:48.499] # -------------- stderr -------------- [06:19:48.499] # # 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 [06:19:48.499] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/for_portion_of.out 2026-04-11 06:13:02.992756361 +0000 [06:19:48.499] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/for_portion_of.out 2026-04-11 06:18:10.027821109 +0000 [06:19:48.499] # # @@ -1099,8 +1099,6 @@ [06:19:48.499] # # FOR PORTION OF valid_at FROM '2000-01-01' TO '2001-01-11' [06:19:48.499] # # SET name = 'one^3' [06:19:48.499] # # WHERE id = 1; [06:19:48.499] # # -ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [06:19:48.499] # # -DETAIL: Failing row contains (1, [2000-01-01,2001-01-11), one^3). [06:19:48.499] # # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [06:19:48.499] # # -- test inserts violating CHECK constraints [06:19:48.499] # # ALTER TABLE for_portion_of_test2 [06:19:48.499] # # @@ -1115,12 +1113,13 @@ [06:19:48.499] # # SELECT * FROM for_portion_of_test2 WHERE id = 1 ORDER BY valid_at; [06:19:48.499] # # id | valid_at | name [06:19:48.499] # # ----+-------------------------+------- [06:19:48.499] # # - 1 | [2000-01-01,2010-01-01) | one [06:19:48.499] # # + 1 | [2000-01-01,2001-01-11) | one^3 [06:19:48.499] # # + 1 | [2001-01-11,2010-01-01) | one [06:19:48.499] # # 1 | [2010-01-01,2010-01-05) | one^1 [06:19:48.499] # # 1 | [2010-01-05,2010-01-07) | one [06:19:48.499] # # 1 | [2010-01-07,2010-01-09) | one^2 [06:19:48.499] # # 1 | [2010-01-09,2020-01-01) | one [06:19:48.499] # # -(5 rows) [06:19:48.499] # # +(6 rows) [06:19:48.499] # # [06:19:48.499] # # -- DELETE works: [06:19:48.499] # # DELETE FROM for_portion_of_test2 [06:19:48.499] # # @@ -1222,8 +1221,6 @@ [06:19:48.499] # # FOR PORTION OF valid_at ('{[2000-01-01,2001-01-11)}') [06:19:48.499] # # SET name = 'one^3' [06:19:48.499] # # WHERE id = 1; [06:19:48.499] # # -ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [06:19:48.499] # # -DETAIL: Failing row contains (1, {[2000-01-01,2001-01-11)}, one^3). [06:19:48.499] # # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [06:19:48.499] # # -- test inserts violating CHECK constraints [06:19:48.499] # # ALTER TABLE for_portion_of_test2 [06:19:48.499] # # @@ -1233,14 +1230,15 @@ [06:19:48.499] # # SET name = 'one^3' [06:19:48.499] # # WHERE id = 1; [06:19:48.499] # # ERROR: new row for relation "for_portion_of_test2" violates check constraint "fpo2_check" [06:19:48.499] # # -DETAIL: Failing row contains (1, {[2000-01-01,2001-01-01),[2002-02-02,2010-01-07),[2010-01-09,202..., one). [06:19:48.499] # # +DETAIL: Failing row contains (1, {[2002-02-02,2010-01-07),[2010-01-09,2020-01-01)}, one). [06:19:48.499] # # ALTER TABLE for_portion_of_test2 DROP CONSTRAINT fpo2_check; [06:19:48.499] # # SELECT * FROM for_portion_of_test2 WHERE id = 1 ORDER BY valid_at; [06:19:48.499] # # id | valid_at | name [06:19:48.499] # # ----+---------------------------------------------------+------- [06:19:48.499] # # - 1 | {[2000-01-01,2010-01-07),[2010-01-09,2020-01-01)} | one [06:19:48.499] # # + 1 | {[2000-01-01,2001-01-11)} | one^3 [06:19:48.499] # # + 1 | {[2001-01-11,2010-01-07),[2010-01-09,2020-01-01)} | one [06:19:48.499] # # 1 | {[2010-01-07,2010-01-09)} | one^2 [06:19:48.499] # # -(2 rows) [06:19:48.499] # # +(3 rows) [06:19:48.499] # # [06:19:48.499] # # -- DELETE works: [06:19:48.499] # # DELETE FROM for_portion_of_test2 [06:19:48.499] # # 1 of 247 tests failed. [06:19:48.499] # # 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". [06:19:48.499] # # 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". [06:19:48.499] # ------------------------------------ [06:19:48.499] # Looks like you failed 1 test of 11. [06:19:48.499] [06:19:48.499] (test program exited with status code 1) [06:19:48.499] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [06:19:48.499] [06:19:48.840] 165/398 postgresql:test_tidstore / test_tidstore/regress OK 3.76s 1 subtests passed [06:19:48.986] 166/398 postgresql:libpq / libpq/001_uri OK 1.53s 63 subtests passed [06:19:49.326] 167/398 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.34s 55 subtests passed [06:19:49.962] 168/398 postgresql:unsafe_tests / unsafe_tests/regress OK 4.11s 4 subtests passed [06:19:50.321] 169/398 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.36s 9 subtests passed [06:19:50.474] 170/398 postgresql:test_shm_mq / test_shm_mq/regress OK 6.18s 1 subtests passed [06:19:53.942] 171/398 postgresql:ecpg / ecpg/ecpg OK 7.99s 66 subtests passed [06:19:55.430] 172/398 postgresql:libpq / libpq/006_service OK 6.59s 47 subtests passed [06:19:56.179] 173/398 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 5.86s 107 subtests passed [06:19:56.630] 174/398 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.44s 51 subtests passed [06:19:58.458] 175/398 postgresql:libpq / libpq/003_load_balance_host_list OK 10.27s 127 subtests passed [06:19:59.260] 176/398 postgresql:libpq / libpq/004_load_balance_dns OK 10.91s 125 subtests passed [06:19:59.708] 177/398 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.76s 32 subtests passed [06:20:00.514] 178/398 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 5.08s 10 subtests passed [06:20:01.969] 179/398 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 3.51s 3 subtests passed [06:20:02.291] 180/398 postgresql:pg_checksums / pg_checksums/001_basic OK 0.32s 9 subtests passed [06:20:02.598] 181/398 postgresql:libpq / libpq/005_negotiate_encryption OK 14.10s 249 subtests passed [06:20:03.028] 182/398 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.42s 13 subtests passed [06:20:04.639] 183/398 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 5.38s 43 subtests passed [06:20:06.087] 184/398 postgresql:pg_amcheck / pg_amcheck/003_check OK 15.61s 75 subtests passed [06:20:07.897] 185/398 postgresql:pg_checksums / pg_checksums/002_actions OK 5.60s 66 subtests passed [06:20:09.246] 186/398 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 9.53s 27 subtests passed [06:20:09.504] 187/398 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 4.86s 7 subtests passed [06:20:09.581] 188/398 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 3.49s 11 subtests passed [06:20:10.864] 189/398 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 7.83s 6 subtests passed [06:20:13.114] 190/398 postgresql:initdb / initdb/001_initdb OK 23.79s 57 subtests passed [06:20:13.453] 191/398 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.21s 4 subtests passed [06:20:13.906] 192/398 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 4.40s 3 subtests passed [06:20:14.152] 193/398 postgresql:pg_config / pg_config/001_pg_config OK 0.24s 21 subtests passed [06:20:14.334] 194/398 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.47s 4 subtests passed [06:20:14.908] 195/398 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 7.01s 22 subtests passed [06:20:16.124] 196/398 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.54s 2 subtests passed [06:20:16.377] 197/398 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.22s 18 subtests passed [06:20:17.222] 198/398 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 3.77s 5 subtests passed [06:20:17.768] 199/398 postgresql:pg_ctl / pg_ctl/002_status OK 2.86s 3 subtests passed [06:20:17.857] 200/398 postgresql:pg_ctl / pg_ctl/001_start_stop OK 3.52s 25 subtests passed [06:20:18.077] 201/398 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 21.45s 200 subtests passed [06:20:18.535] 202/398 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 18.02s 60 subtests passed [06:20:18.590] 203/398 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.47s 4 subtests passed [06:20:18.780] 204/398 postgresql:pg_dump / pg_dump/001_basic OK 1.56s 135 subtests passed [06:20:20.438] 205/398 postgresql:pg_ctl / pg_ctl/003_promote OK 4.31s 12 subtests passed [06:20:21.481] 206/398 postgresql:pg_ctl / pg_ctl/004_logrotate OK 5.10s 14 subtests passed [06:20:21.518] 207/398 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 3.66s 3 subtests passed [06:20:22.417] 208/398 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.34s 4 subtests passed [06:20:24.702] 209/398 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 3.18s 9 subtests passed [06:20:25.403] 210/398 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 6.81s 98 subtests passed [06:20:25.984] 211/398 postgresql:pg_resetwal / pg_resetwal/001_basic OK 4.50s 83 subtests passed [06:20:27.578] 212/398 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 9.04s 108 subtests passed [06:20:31.813] 213/398 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 4.23s 1 subtests passed [06:20:32.147] 214/398 postgresql:pg_rewind / pg_rewind/006_options OK 0.33s 13 subtests passed [06:20:34.471] 215/398 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 9.07s 6 subtests passed [06:20:34.798] 216/398 postgresql:pg_dump / pg_dump/010_dump_connstr OK 14.36s 13 subtests passed [06:20:35.533] 217/398 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 9.55s 10 subtests passed [06:20:37.247] 218/398 postgresql:pg_rewind / pg_rewind/002_databases OK 12.54s 12 subtests passed [06:20:38.512] 219/398 postgresql:pg_rewind / pg_rewind/007_standby_source OK 6.36s 7 subtests passed [06:20:38.803] 220/398 postgresql:pg_rewind / pg_rewind/009_growing_files OK 4.00s 3 subtests passed [06:20:38.862] 221/398 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.35s 13 subtests passed [06:20:39.218] 222/398 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.35s 17 subtests passed [06:20:40.037] 223/398 postgresql:pg_rewind / pg_rewind/001_basic OK 17.62s 57 subtests passed [06:20:41.592] 224/398 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 7.12s 3 subtests passed [06:20:41.759] 225/398 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.51s 12 subtests passed [06:20:42.195] 226/398 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.39s 18 subtests passed [06:20:42.682] 227/398 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 0.92s 60 subtests passed [06:20:43.210] 228/398 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 7.67s 1 subtests passed [06:20:45.564] 229/398 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 3.97s 32 subtests passed [06:20:45.829] 230/398 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.63s 5 subtests passed [06:20:46.360] 231/398 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 7.14s 38 subtests passed [06:20:47.570] 232/398 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 4.89s 11 subtests passed [06:20:50.392] 233/398 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 2.82s 5 subtests passed [06:20:50.582] 234/398 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 7.37s 18 subtests passed [06:20:50.699] 235/398 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.31s 11 subtests passed [06:20:51.743] 236/398 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 6.17s 10 subtests passed [06:20:52.785] 237/398 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 12.75s 92 subtests passed [06:20:53.085] 238/398 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 7.25s 21 subtests passed [06:20:53.258] 239/398 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.51s 207 subtests passed [06:20:54.274] 240/398 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 3.69s 7 subtests passed [06:20:57.809] 241/398 postgresql:psql / psql/030_pager OK 3.53s 4 subtests passed [06:20:57.823] 242/398 postgresql:psql / psql/020_cancel OK 4.56s 2 subtests passed [06:20:57.931] 243/398 postgresql:psql / psql/010_tab_completion OK 4.84s 89 subtests passed [06:20:58.475] 244/398 postgresql:psql / psql/001_basic OK 5.69s 126 subtests passed [06:21:01.175] 245/398 postgresql:pg_dump / pg_dump/002_pg_dump OK 43.39s 12122 subtests passed [06:21:01.418] 246/398 postgresql:scripts / scripts/010_clusterdb OK 3.61s 16 subtests passed [06:21:01.608] 247/398 postgresql:scripts / scripts/011_clusterdb_all OK 3.78s 7 subtests passed [06:21:02.250] 248/398 postgresql:scripts / scripts/040_createuser OK 3.77s 37 subtests passed [06:21:03.238] 249/398 postgresql:pg_waldump / pg_waldump/001_basic OK 16.88s 212 subtests passed [06:21:04.846] 250/398 postgresql:scripts / scripts/070_dropuser OK 3.43s 13 subtests passed [06:21:05.038] 251/398 postgresql:scripts / scripts/050_dropdb OK 3.63s 16 subtests passed [06:21:05.097] 252/398 postgresql:scripts / scripts/080_pg_isready OK 3.49s 11 subtests passed [06:21:07.281] 253/398 postgresql:scripts / scripts/020_createdb OK 9.35s 64 subtests passed [06:21:07.785] 254/398 postgresql:scripts / scripts/091_reindexdb_all OK 4.54s 13 subtests passed [06:21:08.146] 255/398 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.36s 27 subtests passed [06:21:08.397] 256/398 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.25s 4 subtests passed [06:21:08.716] 257/398 postgresql:pgbench / pgbench/001_pgbench_with_server OK 18.02s 474 subtests passed [06:21:08.743] 258/398 postgresql:scripts / scripts/090_reindexdb OK 6.49s 64 subtests passed [06:21:08.761] 259/398 postgresql:scripts / scripts/101_vacuumdb_all OK 3.72s 5 subtests passed [06:21:08.982] 260/398 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.58s 39 subtests passed [06:21:09.299] 261/398 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 50.52s 60 subtests passed [06:21:11.535] 262/398 postgresql:scripts / scripts/102_vacuumdb_stages OK 6.44s 4 subtests passed [06:21:12.430] 263/398 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.45s 6 subtests passed [06:21:12.532] 264/398 postgresql:amcheck / amcheck/002_cic OK 3.78s 4 subtests passed [06:21:12.995] 265/398 postgresql:amcheck / amcheck/003_cic_2pc OK 4.23s 7 subtests passed [06:21:13.671] 266/398 postgresql:scripts / scripts/100_vacuumdb OK 8.82s 113 subtests passed [06:21:13.690] 267/398 postgresql:scripts / scripts/200_connstr OK 6.41s 3 subtests passed [06:21:14.034] 268/398 postgresql:amcheck / amcheck/005_pitr OK 4.73s 3 subtests passed [06:21:14.058] 269/398 postgresql:oid2name / oid2name/001_basic OK 0.37s 9 subtests passed [06:21:15.890] 270/398 postgresql:auto_explain / auto_explain/001_auto_explain OK 3.46s 22 subtests passed [06:21:17.460] 271/398 postgresql:amcheck / amcheck/006_verify_gin OK 5.92s 6 subtests passed [06:21:17.673] 272/398 postgresql:pg_prewarm / pg_prewarm/001_basic OK 3.64s 11 subtests passed [06:21:18.232] 273/398 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 5.24s 16 subtests passed [06:21:18.299] 274/398 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 4.24s 6 subtests passed [06:21:19.659] 275/398 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 3.77s 3 subtests passed [06:21:19.992] 276/398 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.33s [06:21:21.654] 277/398 postgresql:amcheck / amcheck/001_verify_heapam OK 12.93s 272 subtests passed [06:21:21.780] 278/398 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 4.11s 3 subtests passed [06:21:21.921] 279/398 postgresql:vacuumlo / vacuumlo/001_basic OK 0.26s 9 subtests passed [06:21:22.223] 280/398 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.76s 2 subtests passed [06:21:22.659] 281/398 postgresql:dblink / dblink/001_auth_scram OK 8.99s 12 subtests passed [06:21:24.372] 282/398 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.38s 6 subtests passed [06:21:24.628] 283/398 postgresql:authentication / authentication/005_sspi SKIP 0.25s [06:21:24.778] 284/398 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 6.48s 4 subtests passed [06:21:25.645] 285/398 postgresql:authentication / authentication/002_saslprep OK 3.72s 20 subtests passed [06:21:25.926] 286/398 postgresql:authentication / authentication/004_file_inclusion OK 3.27s 2 subtests passed [06:21:26.023] 287/398 postgresql:postmaster / postmaster/001_basic OK 0.38s 9 subtests passed [06:21:26.408] 288/398 postgresql:authentication / authentication/003_peer OK 4.18s 53 subtests passed [06:21:26.786] 289/398 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 8.55s 7 subtests passed [06:21:27.894] 290/398 postgresql:authentication / authentication/007_pre_auth OK 3.11s 2 subtests passed [06:21:27.947] 291/398 postgresql:authentication / authentication/006_login_trigger OK 3.32s 32 subtests passed [06:21:29.365] 292/398 postgresql:postmaster / postmaster/003_start_stop OK 3.34s 25 subtests passed [06:21:29.609] 293/398 postgresql:postmaster / postmaster/002_connection_limits OK 3.68s 30 subtests passed [06:21:29.745] 294/398 postgresql:authentication / authentication/001_password OK 7.96s 207 subtests passed [06:21:34.826] 295/398 postgresql:bloom / bloom/001_wal OK 22.29s 31 subtests passed [06:21:35.186] 296/398 postgresql:subscription / subscription/003_constraints OK 7.29s 6 subtests passed [06:21:35.494] 297/398 postgresql:subscription / subscription/002_types OK 8.71s 4 subtests passed [06:21:35.863] 298/398 postgresql:subscription / subscription/005_encoding OK 6.50s 1 subtests passed [06:21:36.134] 299/398 postgresql:subscription / subscription/006_rewrite OK 6.52s 2 subtests passed [06:21:36.349] 300/398 postgresql:subscription / subscription/004_sync OK 8.40s 9 subtests passed [06:21:38.386] 301/398 postgresql:subscription / subscription/007_ddl OK 8.64s 8 subtests passed [06:21:40.852] 302/398 postgresql:subscription / subscription/009_matviews OK 5.67s 1 subtests passed [06:21:42.179] 303/398 postgresql:subscription / subscription/008_diff_schema OK 7.35s 5 subtests passed [06:21:42.325] 304/398 postgresql:subscription / subscription/001_rep_changes OK 15.91s 38 subtests passed [06:21:43.113] 305/398 postgresql:subscription / subscription/012_collation OK 6.98s 2 subtests passed [06:21:45.547] 306/398 postgresql:subscription / subscription/010_truncate OK 10.05s 14 subtests passed [06:21:45.810] 307/398 postgresql:subscription / subscription/011_generated OK 9.95s 11 subtests passed [06:21:47.783] 308/398 postgresql:subscription / subscription/014_binary OK 9.40s 8 subtests passed [06:21:49.469] 309/398 postgresql:subscription / subscription/017_stream_ddl OK 7.14s 3 subtests passed [06:21:49.871] 310/398 postgresql:subscription / subscription/016_stream_subxact OK 7.69s 3 subtests passed [06:21:52.322] 311/398 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 6.77s 2 subtests passed [06:21:52.688] 312/398 postgresql:subscription / subscription/020_messages OK 6.88s 5 subtests passed [06:21:53.534] 313/398 postgresql:subscription / subscription/018_stream_subxact_abort OK 10.42s 9 subtests passed [06:21:57.695] 314/398 postgresql:subscription / subscription/013_partition OK 21.34s 74 subtests passed [06:21:58.196] 315/398 postgresql:subscription / subscription/015_stream OK 17.34s 10 subtests passed [06:22:00.186] 316/398 postgresql:subscription / subscription/024_add_drop_pub OK 7.86s 4 subtests passed [06:22:00.602] 317/398 postgresql:subscription / subscription/021_twophase OK 12.82s 31 subtests passed [06:22:01.976] 318/398 postgresql:subscription / subscription/025_rep_changes_for_schema OK 9.29s 13 subtests passed [06:22:04.644] 319/398 postgresql:subscription / subscription/023_twophase_stream OK 14.77s 34 subtests passed [06:22:04.887] 320/398 postgresql:subscription / subscription/022_twophase_cascade OK 15.42s 41 subtests passed [06:22:06.804] 321/398 postgresql:subscription / subscription/026_stats OK 13.27s 13 subtests passed [06:22:07.146] 322/398 postgresql:subscription / subscription/029_on_error OK 6.96s 5 subtests passed [06:22:11.017] 323/398 postgresql:subscription / subscription/028_row_filter OK 12.82s 26 subtests passed [06:22:13.043] 324/398 postgresql:subscription / subscription/030_origin OK 12.44s 13 subtests passed [06:22:13.800] 325/398 postgresql:subscription / subscription/033_run_as_table_owner OK 8.91s 10 subtests passed [06:22:14.446] 326/398 postgresql:subscription / subscription/027_nosuperuser OK 16.75s 19 subtests passed [06:22:18.198] 327/398 postgresql:subscription / subscription/032_subscribe_use_index OK 13.55s 15 subtests passed [06:22:18.601] 328/398 postgresql:subscription / subscription/031_column_list OK 16.62s 36 subtests passed [06:22:18.746] 329/398 postgresql:subscription / subscription/036_sequences OK 7.73s 9 subtests passed [06:22:19.976] 330/398 postgresql:subscription / subscription/035_conflicts OK 12.83s 29 subtests passed [06:22:20.090] 331/398 postgresql:subscription / subscription/034_temporal OK 13.29s 37 subtests passed [06:22:22.345] 332/398 postgresql:brin / brin/01_workitems OK 4.15s 4 subtests passed [06:22:22.731] 333/398 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 8.93s 4 subtests passed [06:22:22.870] 334/398 postgresql:subscription / subscription/037_except OK 9.83s 17 subtests passed [06:22:22.930] 335/398 postgresql:commit_ts / commit_ts/001_base OK 4.18s 2 subtests passed [06:22:22.980] 336/398 postgresql:brin / brin/02_wal_consistency OK 4.38s 2 subtests passed [06:22:23.993] 337/398 postgresql:commit_ts / commit_ts/002_standby OK 4.02s 4 subtests passed [06:22:25.054] 338/398 postgresql:commit_ts / commit_ts/003_standby_2 OK 4.96s 4 subtests passed [06:22:26.047] 339/398 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.18s 23 subtests passed [06:22:26.469] 340/398 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.74s 4 subtests passed [06:22:26.857] 341/398 postgresql:commit_ts / commit_ts/004_restart OK 4.51s 16 subtests passed [06:22:27.240] 342/398 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.25s 7 subtests passed [06:22:27.277] 343/398 postgresql:oauth_validator / oauth_validator/002_client OK 4.29s 20 subtests passed [06:22:29.809] 344/398 postgresql:test_aio / test_aio/002_io_workers OK 3.76s 22 subtests passed [06:22:31.212] 345/398 postgresql:test_checksums / test_checksums/001_basic OK 3.93s 9 subtests passed [06:22:31.665] 346/398 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 4.42s 2 subtests passed [06:22:31.930] 347/398 postgresql:test_aio / test_aio/004_read_stream OK 5.07s 31 subtests passed [06:22:33.025] 348/398 postgresql:test_checksums / test_checksums/002_restarts OK 3.21s 5 subtests passed [06:22:33.316] 349/398 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.29s [06:22:33.477] 350/398 postgresql:test_aio / test_aio/003_initdb OK 7.01s 6 subtests passed [06:22:33.549] 351/398 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.23s [06:22:33.697] 352/398 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.22s [06:22:34.994] 353/398 postgresql:test_checksums / test_checksums/005_injection OK 3.06s 3 subtests passed [06:22:35.658] 354/398 postgresql:test_checksums / test_checksums/003_standby_restarts OK 4.44s 12 subtests passed [06:22:35.818] 355/398 postgresql:test_checksums / test_checksums/004_offline OK 4.15s 8 subtests passed [06:22:36.507] 356/398 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 2.81s 2 subtests passed [06:22:36.986] 357/398 postgresql:test_int128 / test_int128/001_test_int128 OK 0.48s 2 subtests passed [06:22:38.876] 358/398 postgresql:test_escape / test_escape/001_test_escape OK 3.22s 1218 subtests passed [06:22:39.114] 359/398 postgresql:subscription / subscription/100_bugs OK 24.67s 17 subtests passed [06:22:39.129] 360/398 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.31s 11 subtests passed [06:22:39.382] 361/398 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.25s 2 subtests passed [06:22:39.407] 362/398 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.29s 12 subtests passed [06:22:40.040] 363/398 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 5.05s 15 subtests passed [06:22:40.063] 364/398 postgresql:oauth_validator / oauth_validator/001_server OK 17.13s 170 subtests passed [06:22:40.216] 365/398 postgresql:test_aio / test_aio/001_aio OK 15.16s 826 subtests passed [06:22:40.515] 366/398 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 3.53s 516 subtests passed [06:22:42.564] 367/398 postgresql:test_json_parser / test_json_parser/002_inline OK 3.67s 3712 subtests passed [06:22:42.859] 368/398 postgresql:test_misc / test_misc/003_check_guc OK 2.82s 4 subtests passed [06:22:42.917] 369/398 postgresql:test_misc / test_misc/002_tablespace OK 3.51s 20 subtests passed [06:22:43.609] 370/398 postgresql:test_misc / test_misc/001_constraint_validation OK 4.23s 42 subtests passed [06:22:43.953] 371/398 postgresql:test_misc / test_misc/005_timeouts OK 3.70s 2 subtests passed [06:22:44.086] 372/398 postgresql:test_misc / test_misc/004_io_direct OK 4.02s 3 subtests passed [06:22:44.535] 373/398 postgresql:test_misc / test_misc/006_signal_autovacuum OK 4.02s 2 subtests passed [06:22:44.857] 374/398 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.32s [06:22:45.526] 375/398 postgresql:test_misc / test_misc/007_catcache_inval OK 2.91s 2 subtests passed [06:22:46.513] 376/398 postgresql:test_misc / test_misc/009_log_temp_files OK 3.59s 11 subtests passed [06:22:46.732] 377/398 postgresql:test_misc / test_misc/008_replslot_single_user OK 3.87s 10 subtests passed [06:22:47.947] 378/398 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 3.09s 2 subtests passed [06:22:48.900] 379/398 postgresql:test_slru / test_slru/001_multixact OK 3.37s 2 subtests passed [06:22:49.138] 380/398 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.24s [06:22:49.374] 381/398 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.23s [06:22:49.637] 382/398 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.26s [06:22:50.326] 383/398 postgresql:test_slru / test_slru/002_multixact_wraparound OK 3.81s 18 subtests passed [06:22:51.107] 384/398 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 7.50s 73 subtests passed [06:22:51.308] 385/398 postgresql:worker_spi / worker_spi/001_worker_spi OK 4.57s 8 subtests passed [06:22:51.997] 386/398 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 2.36s [06:22:52.372] 387/398 postgresql:worker_spi / worker_spi/002_worker_terminate OK 4.42s 11 subtests passed [06:22:53.148] 388/398 postgresql:test_pg_dump / test_pg_dump/001_base OK 9.06s 1044 subtests passed [06:22:55.772] 389/398 postgresql:ssl / ssl/002_scram OK 4.66s 28 subtests passed [06:22:56.141] 390/398 postgresql:ldap / ldap/002_bindpasswd OK 2.97s 3 subtests passed [06:22:56.350] 391/398 postgresql:ssl / ssl/003_sslinfo OK 5.04s 21 subtests passed [06:22:56.684] 392/398 postgresql:test_checksums / test_checksums/009_fpi OK 23.13s 7 subtests passed [06:22:57.707] 393/398 postgresql:test_misc / test_misc/011_lock_stats OK 13.75s 7 subtests passed [06:22:58.385] 394/398 postgresql:icu / icu/010_database OK 2.24s 8 subtests passed [06:22:58.530] 395/398 postgresql:ldap / ldap/001_auth OK 6.16s 47 subtests passed [06:22:59.087] 396/398 postgresql:ssl / ssl/004_sni OK 7.09s 102 subtests passed [06:22:59.105] 397/398 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 3.33s 26 subtests passed [06:23:01.916] 398/398 postgresql:ssl / ssl/001_ssltests OK 11.59s 272 subtests passed [06:23:02.011] [06:23:02.011] Summary of Failures: [06:23:02.011] [06:23:02.011] 6/398 postgresql:regress / regress/regress ERROR 86.80s exit status 1 [06:23:02.011] 28/398 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 94.10s exit status 1 [06:23:02.011] 24/398 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 133.79s exit status 1 [06:23:02.011] 117/398 postgresql:recovery / recovery/027_stream_regress ERROR 114.33s exit status 1 [06:23:02.011] [06:23:02.011] Ok: 384 [06:23:02.011] Expected Fail: 0 [06:23:02.011] Fail: 4 [06:23:02.011] Unexpected Pass: 0 [06:23:02.011] Skipped: 10 [06:23:02.011] Timeout: 0 [06:23:02.011] [06:23:02.011] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [06:23:02.083] [06:23:02.083] Exit status: 4