[21:59:54.209] su postgres <<-EOF [21:59:54.209] set -e [21:59:54.209] ulimit -c unlimited [21:59:54.209] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [21:59:54.209] EOF [21:59:55.258] 1/398 postgresql:setup / tmp_install OK 0.69s [21:59:55.311] 2/398 postgresql:setup / install_test_files OK 0.05s [21:59:56.818] 3/398 postgresql:setup / initdb_cache OK 1.51s [21:59:57.152] 4/398 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.31s 9 subtests passed [22:00:13.835] 5/398 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 16.95s 16 subtests passed [22:00:24.598] ▶ 6/398 + triggers 10095 ms FAIL [22:00:29.243] 7/398 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 32.38s 13 subtests passed [22:00:32.704] 8/398 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 18.87s 5 subtests passed [22:00:33.952] 9/398 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 37.08s 19 subtests passed [22:00:37.653] 10/398 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 40.50s 3 subtests passed [22:00:45.160] 11/398 postgresql:recovery / recovery/002_archiving OK 11.21s 12 subtests passed [22:00:53.566] 12/398 postgresql:recovery / recovery/001_stream_rep OK 20.86s 64 subtests passed [22:00:53.752] 13/398 postgresql:recovery / recovery/003_recovery_targets OK 16.10s 15 subtests passed [22:00:57.927] 14/398 postgresql:recovery / recovery/004_timeline_switch OK 12.77s 5 subtests passed [22:01:00.013] 15/398 postgresql:recovery / recovery/006_logical_decoding OK 6.26s 20 subtests passed [22:01:03.744] 16/398 postgresql:recovery / recovery/005_replay_delay OK 10.18s 3 subtests passed [22:01:06.984] 17/398 postgresql:recovery / recovery/007_sync_rep OK 9.06s 11 subtests passed [22:01:15.452] 18/398 postgresql:recovery / recovery/010_logical_decoding_timelines OK 8.47s 13 subtests passed [22:01:16.486] 19/398 postgresql:recovery / recovery/008_fsm_truncation OK 16.47s 1 subtests passed [22:01:20.445] 20/398 postgresql:recovery / recovery/009_twophase OK 16.70s 30 subtests passed [22:01:25.562] 21/398 postgresql:recovery / recovery/013_crash_restart OK 9.07s 20 subtests passed [22:01:26.631] 22/398 postgresql:recovery / recovery/012_subtransactions OK 11.18s 12 subtests passed [22:01:27.036] 23/398 postgresql:recovery / recovery/014_unlogged_reinit OK 6.59s 23 subtests passed [22:01:32.455] 6/398 postgresql:regress / regress/regress ERROR 95.62s exit status 1 [22:01:32.456] >>> REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress 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 top_builddir=/tmp/cirrus-ci-build/build LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=253 /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 [22:01:32.456] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [22:01:32.456] stderr: [22:01:32.456] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out [22:01:32.456] # --- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out 2026-04-21 21:57:52.387995851 +0000 [22:01:32.456] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out 2026-04-21 22:00:24.525715206 +0000 [22:01:32.456] # @@ -250,7 +250,8 @@ [22:01:32.456] # --------+---------+-----------+----------+---------+---------+--------------+------------- [22:01:32.456] # a | integer | | | | plain | | [22:01:32.456] # Partition key: RANGE (a) [22:01:32.456] # -Partitions: test_tbl1p1 FOR VALUES FROM (0) TO (1000) [22:01:32.456] # +Partitions: [22:01:32.456] # + test_tbl1p1 FOR VALUES FROM (0) TO (1000) [22:01:32.456] # [22:01:32.456] # DROP TABLE test_tbl1; [22:01:32.456] # -- [22:01:32.456] # 1 of 248 tests failed. [22:01:32.456] # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.diffs". [22:01:32.456] # 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". [22:01:32.456] [22:01:32.456] (test program exited with status code 1) [22:01:32.456] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [22:01:32.456] [22:01:32.691] 24/398 postgresql:recovery / recovery/015_promotion_pages OK 7.13s 1 subtests passed [22:01:33.230] ▶ 25/398 - regression tests in old instance FAIL [22:01:33.919] 26/398 postgresql:recovery / recovery/016_min_consistency OK 7.29s 1 subtests passed [22:01:34.365] 27/398 postgresql:recovery / recovery/017_shm OK 7.33s 4 subtests passed [22:01:36.955] ▶ 28/398 - regression tests pass FAIL [22:01:37.094] 28/398 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 100.25s exit status 1 [22:01:37.094] >>> MALLOC_PERTURB_=233 REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress top_builddir=/tmp/cirrus-ci-build/build LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/test/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 /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 [22:01:37.094] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [22:01:37.094] stderr: [22:01:37.094] # Failed test 'regression tests pass' [22:01:37.094] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 64. [22:01:37.094] # got: '256' [22:01:37.094] # expected: '0' [22:01:37.094] # Looks like you failed 1 test of 1. [22:01:37.094] [22:01:37.094] (test program exited with status code 1) [22:01:37.094] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [22:01:37.094] [22:01:37.779] 29/398 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 100.89s 50 subtests passed [22:01:38.285] 30/398 postgresql:recovery / recovery/021_row_visibility OK 3.92s 10 subtests passed [22:01:40.536] 31/398 postgresql:recovery / recovery/022_crash_temp_files OK 3.44s 11 subtests passed [22:01:41.477] 32/398 postgresql:recovery / recovery/020_archive_status OK 7.56s 19 subtests passed [22:01:41.627] 33/398 postgresql:recovery / recovery/023_pitr_prepared_xact OK 3.85s 1 subtests passed [22:01:42.451] 34/398 postgresql:recovery / recovery/024_archive_recovery OK 4.16s 2 subtests passed [22:01:45.100] 35/398 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 4.56s 1 subtests passed [22:01:48.353] 36/398 postgresql:recovery / recovery/028_pitr_timelines OK 5.90s 3 subtests passed [22:01:51.321] 37/398 postgresql:recovery / recovery/026_overwrite_contrecord OK 9.84s 3 subtests passed [22:01:53.196] 38/398 postgresql:recovery / recovery/018_wal_optimize OK 20.74s 38 subtests passed [22:01:54.010] 39/398 postgresql:recovery / recovery/029_stats_restart OK 8.91s 44 subtests passed [22:01:54.583] 40/398 postgresql:recovery / recovery/019_replslot_limit OK 21.89s 26 subtests passed [22:01:56.192] 41/398 postgresql:recovery / recovery/030_stats_cleanup_replica OK 7.83s 11 subtests passed [22:01:59.232] 42/398 postgresql:recovery / recovery/031_recovery_conflict OK 7.91s 18 subtests passed [22:01:59.254] 43/398 postgresql:recovery / recovery/034_create_database OK 4.67s 2 subtests passed [22:02:02.368] 44/398 postgresql:isolation / isolation/isolation OK 93.12s 128 subtests passed [22:02:02.988] 45/398 postgresql:recovery / recovery/037_invalid_database OK 3.73s 10 subtests passed [22:02:03.446] 46/398 postgresql:recovery / recovery/032_relfilenode_reuse OK 10.25s 14 subtests passed [22:02:05.392] 47/398 postgresql:recovery / recovery/036_truncated_dropped OK 6.16s 8 subtests passed [22:02:10.000] 48/398 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 7.63s 2 subtests passed [22:02:10.563] 49/398 postgresql:recovery / recovery/041_checkpoint_at_promote OK 5.17s 6 subtests passed [22:02:11.874] 50/398 postgresql:recovery / recovery/033_replay_tsp_drops OK 17.86s 3 subtests passed [22:02:14.263] 25/398 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 137.41s exit status 1 [22:02:14.263] >>> REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so MESON_TEST_ITERATION=1 with_icu=yes PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress 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 MALLOC_PERTURB_=161 top_builddir=/tmp/cirrus-ci-build/build MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade:/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib /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 [22:02:14.263] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [22:02:14.263] stderr: [22:02:14.263] # Failed test 'regression tests in old instance' [22:02:14.263] # at /tmp/cirrus-ci-build/src/bin/pg_upgrade/t/002_pg_upgrade.pl line 286. [22:02:14.263] # ---------- command failed ---------- [22:02:14.263] # /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --dlpath=/tmp/cirrus-ci-build/build/src/test/regress --bindir= --host=/tmp/_JUyThQJKG --port=17308 --schedule=/tmp/cirrus-ci-build/src/test/regress/parallel_schedule --max-concurrent-tests=20 --inputdir=/tmp/cirrus-ci-build/src/test/regress --outputdir=/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data [22:02:14.263] # -------------- stdout -------------- [22:02:14.263] # # using postmaster on /tmp/_JUyThQJKG, port 17308 [22:02:14.263] # ok 1 - test_setup 1319 ms [22:02:14.263] # # parallel group (20 tests): varchar oid char name int2 int4 pg_lsn txid text boolean float4 money regproc bit int8 float8 enum uuid numeric rangetypes [22:02:14.263] # ok 2 + boolean 357 ms [22:02:14.263] # ok 3 + char 215 ms [22:02:14.263] # ok 4 + name 220 ms [22:02:14.263] # ok 5 + varchar 212 ms [22:02:14.263] # ok 6 + text 285 ms [22:02:14.263] # ok 7 + int2 238 ms [22:02:14.263] # ok 8 + int4 257 ms [22:02:14.263] # ok 9 + int8 485 ms [22:02:14.263] # ok 10 + oid 211 ms [22:02:14.263] # ok 11 + float4 348 ms [22:02:14.263] # ok 12 + float8 486 ms [22:02:14.263] # ok 13 + bit 443 ms [22:02:14.263] # ok 14 + numeric 1845 ms [22:02:14.263] # ok 15 + txid 267 ms [22:02:14.263] # ok 16 + uuid 526 ms [22:02:14.263] # ok 17 + enum 506 ms [22:02:14.263] # ok 18 + money 357 ms [22:02:14.263] # ok 19 + rangetypes 2580 ms [22:02:14.263] # ok 20 + pg_lsn 247 ms [22:02:14.263] # ok 21 + regproc 377 ms [22:02:14.263] # # parallel group (20 tests): md5 circle lseg line path timetz point time macaddr numerology date macaddr8 inet timestamp interval strings timestamptz polygon box multirangetypes [22:02:14.263] # ok 22 + strings 1075 ms [22:02:14.263] # ok 23 + md5 161 ms [22:02:14.263] # ok 24 + numerology 532 ms [22:02:14.263] # ok 25 + point 370 ms [22:02:14.263] # ok 26 + lseg 261 ms [22:02:14.263] # ok 27 + line 311 ms [22:02:14.263] # ... 210 lines omitted ... [22:02:14.263] # ok 223 + reloptions 359 ms [22:02:14.263] # ok 224 + hash_part 231 ms [22:02:14.263] # ok 225 + indexing 4665 ms [22:02:14.263] # ok 226 + partition_aggregate 3611 ms [22:02:14.263] # ok 227 + partition_info 605 ms [22:02:14.263] # ok 228 + tuplesort 3671 ms [22:02:14.263] # ok 229 + explain 518 ms [22:02:14.263] # ok 230 + memoize 1197 ms [22:02:14.263] # ok 231 + stats 2891 ms [22:02:14.263] # ok 232 + predicate 557 ms [22:02:14.263] # ok 233 + numa 295 ms [22:02:14.263] # ok 234 + eager_aggregate 1699 ms [22:02:14.263] # ok 235 + graph_table_rls 741 ms [22:02:14.263] # ok 236 + planner_est 207 ms [22:02:14.263] # # parallel group (4 tests): compression_pglz compression_lz4 compression cluster [22:02:14.263] # ok 237 + compression 872 ms [22:02:14.263] # ok 238 + compression_lz4 784 ms [22:02:14.263] # ok 239 + compression_pglz 122 ms [22:02:14.263] # ok 240 + cluster 2002 ms [22:02:14.263] # # parallel group (2 tests): oidjoins event_trigger [22:02:14.263] # ok 241 + oidjoins 1258 ms [22:02:14.263] # ok 242 + event_trigger 1458 ms [22:02:14.263] # # parallel group (3 tests): tablespace_ddl database_ddl role_ddl [22:02:14.263] # ok 243 + role_ddl 368 ms [22:02:14.263] # ok 244 + tablespace_ddl 92 ms [22:02:14.263] # ok 245 + database_ddl 365 ms [22:02:14.263] # ok 246 - event_trigger_login 119 ms [22:02:14.263] # ok 247 - fast_default 486 ms [22:02:14.263] # ok 248 - tablespace 1242 ms [22:02:14.263] # 1..248 [22:02:14.263] # -------------- stderr -------------- [22:02:14.263] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out [22:02:14.263] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out 2026-04-21 21:57:52.387995851 +0000 [22:02:14.263] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out 2026-04-21 22:00:27.693711738 +0000 [22:02:14.263] # # @@ -250,7 +250,8 @@ [22:02:14.263] # # --------+---------+-----------+----------+---------+---------+--------------+------------- [22:02:14.263] # # a | integer | | | | plain | | [22:02:14.263] # # Partition key: RANGE (a) [22:02:14.263] # # -Partitions: test_tbl1p1 FOR VALUES FROM (0) TO (1000) [22:02:14.263] # # +Partitions: [22:02:14.263] # # + test_tbl1p1 FOR VALUES FROM (0) TO (1000) [22:02:14.263] # # [22:02:14.263] # # DROP TABLE test_tbl1; [22:02:14.263] # # -- [22:02:14.263] # # 1 of 248 tests failed. [22:02:14.263] # # 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". [22:02:14.263] # # 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". [22:02:14.263] # ------------------------------------ [22:02:14.263] # Looks like you failed 1 test of 20. [22:02:14.263] [22:02:14.263] (test program exited with status code 1) [22:02:14.263] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [22:02:14.263] [22:02:16.565] 51/398 postgresql:recovery / recovery/039_end_of_wal OK 13.58s 14 subtests passed [22:02:16.727] 52/398 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 4.85s 1 subtests passed [22:02:17.852] 53/398 postgresql:recovery / recovery/043_no_contrecord_switch OK 7.28s 1 subtests passed [22:02:18.056] 54/398 postgresql:recovery / recovery/042_low_level_backup OK 8.06s 4 subtests passed [22:02:22.736] 55/398 postgresql:recovery / recovery/045_archive_restartpoint OK 8.47s 1 subtests passed [22:02:23.537] 56/398 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 5.68s 3 subtests passed [22:02:23.932] 57/398 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 7.20s 1 subtests passed [22:02:26.232] 58/398 postgresql:recovery / recovery/035_standby_logical_decoding OK 30.04s 89 subtests passed [22:02:26.256] 59/398 postgresql:recovery / recovery/050_redo_segment_missing OK 3.52s 2 subtests passed [22:02:26.745] 60/398 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 10.18s 2 subtests passed [22:02:26.953] 61/398 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 3.02s 4 subtests passed [22:02:28.806] 62/398 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 25.36s 38 subtests passed [22:02:30.406] 63/398 postgresql:plperl / plperl/regress OK 3.66s 14 subtests passed [22:02:30.810] 64/398 postgresql:plpgsql / plpgsql/regress OK 4.55s 13 subtests passed [22:02:31.974] 65/398 postgresql:plpython / plpython/regress OK 5.02s 23 subtests passed [22:02:32.329] 66/398 postgresql:pltcl / pltcl/regress OK 3.52s 8 subtests passed [22:02:33.792] 67/398 postgresql:auto_explain / auto_explain/regress OK 2.98s 2 subtests passed [22:02:34.092] 68/398 postgresql:kerberos / kerberos/001_auth OK 7.86s 142 subtests passed [22:02:35.037] 69/398 postgresql:basic_archive / basic_archive/regress OK 3.06s 1 subtests passed [22:02:35.278] 70/398 postgresql:bloom / bloom/regress OK 2.95s 1 subtests passed [22:02:35.489] 71/398 postgresql:recovery / recovery/049_wait_for_lsn OK 17.43s 35 subtests passed [22:02:37.378] 72/398 postgresql:recovery / recovery/051_effective_wal_level OK 13.84s 31 subtests passed [22:02:37.985] 73/398 postgresql:bool_plperl / bool_plperl/regress OK 4.19s 2 subtests passed [22:02:39.940] 74/398 postgresql:citext / citext/regress OK 4.66s 3 subtests passed [22:02:39.962] 75/398 postgresql:cube / cube/regress OK 4.47s 2 subtests passed [22:02:40.130] 76/398 postgresql:btree_gin / btree_gin/regress OK 6.03s 30 subtests passed [22:02:40.651] 77/398 postgresql:dict_int / dict_int/regress OK 2.66s 1 subtests passed [22:02:41.038] 78/398 postgresql:dblink / dblink/regress OK 3.66s 1 subtests passed [22:02:41.160] 79/398 postgresql:btree_gist / btree_gist/regress OK 6.12s 32 subtests passed [22:02:43.212] 80/398 postgresql:dict_xsyn / dict_xsyn/regress OK 3.27s 1 subtests passed [22:02:44.391] 81/398 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 3.74s 2 subtests passed [22:02:44.566] 82/398 postgresql:file_fdw / file_fdw/regress OK 4.44s 1 subtests passed [22:02:45.266] 83/398 postgresql:earthdistance / earthdistance/regress OK 5.30s 1 subtests passed [22:02:46.581] 84/398 postgresql:hstore_plperl / hstore_plperl/regress OK 5.42s 3 subtests passed [22:02:46.706] 85/398 postgresql:amcheck / amcheck/regress OK 16.30s 4 subtests passed [22:02:47.374] 86/398 postgresql:hstore_plpython / hstore_plpython/regress OK 4.16s 1 subtests passed [22:02:48.379] 87/398 postgresql:isn / isn/regress OK 3.81s 1 subtests passed [22:02:48.389] 88/398 postgresql:jsonb_plperl / jsonb_plperl/regress OK 3.12s 2 subtests passed [22:02:48.610] 89/398 postgresql:hstore / hstore/regress OK 7.57s 2 subtests passed [22:02:49.061] 90/398 postgresql:jsonb_plpython / jsonb_plpython/regress OK 2.48s 1 subtests passed [22:02:49.700] 91/398 postgresql:lo / lo/regress OK 2.99s 1 subtests passed [22:02:51.065] 92/398 postgresql:passwordcheck / passwordcheck/regress OK 2.45s 1 subtests passed [22:02:51.958] 93/398 postgresql:ltree_plpython / ltree_plpython/regress OK 3.58s 1 subtests passed [22:02:52.411] 94/398 postgresql:ltree / ltree/regress OK 5.04s 1 subtests passed [22:02:53.776] 95/398 postgresql:pageinspect / pageinspect/regress OK 5.39s 8 subtests passed [22:02:54.090] 96/398 postgresql:pg_buffercache / pg_buffercache/regress OK 5.03s 2 subtests passed [22:02:55.981] 97/398 postgresql:pg_freespacemap / pg_freespacemap/regress OK 4.92s 1 subtests passed [22:02:56.605] 98/398 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 4.65s 1 subtests passed [22:02:56.784] 99/398 postgresql:pgcrypto / pgcrypto/regress OK 7.08s 25 subtests passed [22:02:57.041] 100/398 postgresql:pg_overexplain / pg_overexplain/regress OK 4.63s 1 subtests passed [22:02:58.624] 101/398 postgresql:pg_prewarm / pg_prewarm/regress OK 4.53s 1 subtests passed [22:02:59.180] 102/398 postgresql:pgrowlocks / pgrowlocks/isolation OK 3.20s 1 subtests passed [22:02:59.752] 103/398 postgresql:intarray / intarray/regress OK 15.36s 1 subtests passed [22:03:00.636] 104/398 postgresql:pgstattuple / pgstattuple/regress OK 3.59s 1 subtests passed [22:03:01.697] 105/398 postgresql:pg_stat_statements / pg_stat_statements/regress OK 4.91s 16 subtests passed [22:03:01.992] 106/398 postgresql:pg_surgery / pg_surgery/regress OK 3.37s 1 subtests passed [22:03:02.383] 107/398 postgresql:pg_stash_advice / pg_stash_advice/regress OK 5.78s 2 subtests passed [22:03:02.580] 108/398 postgresql:pg_visibility / pg_visibility/regress OK 2.83s 1 subtests passed [22:03:04.202] 109/398 postgresql:pg_walinspect / pg_walinspect/regress OK 3.56s 2 subtests passed [22:03:05.169] 110/398 postgresql:postgres_fdw / postgres_fdw/isolation OK 3.18s 1 subtests passed [22:03:05.231] 111/398 postgresql:pg_trgm / pg_trgm/regress OK 6.05s 4 subtests passed [22:03:05.564] 112/398 postgresql:pg_plan_advice / pg_plan_advice/regress OK 11.79s 9 subtests passed [22:03:05.615] 113/398 postgresql:spi / spi/regress OK 3.03s 2 subtests passed [22:03:05.935] 114/398 postgresql:seg / seg/regress OK 3.55s 3 subtests passed [22:03:07.062] 115/398 postgresql:tablefunc / tablefunc/regress OK 2.86s 1 subtests passed [22:03:07.719] ▶ 116/398 - regression tests pass FAIL [22:03:08.309] 117/398 postgresql:tsm_system_rows / tsm_system_rows/regress OK 2.69s 1 subtests passed [22:03:08.537] 118/398 postgresql:tcn / tcn/isolation OK 3.37s 1 subtests passed [22:03:08.781] 119/398 postgresql:tsm_system_time / tsm_system_time/regress OK 2.85s 1 subtests passed [22:03:09.902] 120/398 postgresql:unaccent / unaccent/regress OK 2.84s 1 subtests passed [22:03:11.329] 121/398 postgresql:xml2 / xml2/regress OK 2.79s 1 subtests passed [22:03:11.495] 122/398 postgresql:uuid-ossp / uuid-ossp/regress OK 3.19s 1 subtests passed [22:03:11.939] 123/398 postgresql:brin / brin/isolation OK 3.16s 1 subtests passed [22:03:12.303] 124/398 postgresql:test_decoding / test_decoding/isolation OK 6.74s 14 subtests passed [22:03:12.865] 125/398 postgresql:commit_ts / commit_ts/regress OK 2.96s 1 subtests passed [22:03:14.087] 126/398 postgresql:dummy_index_am / dummy_index_am/regress OK 2.59s 1 subtests passed [22:03:14.882] 127/398 postgresql:dummy_seclabel / dummy_seclabel/regress OK 2.94s 1 subtests passed [22:03:14.999] 128/398 postgresql:delay_execution / delay_execution/isolation OK 3.67s 2 subtests passed [22:03:15.678] 129/398 postgresql:gin / gin/regress OK 3.37s 1 subtests passed [22:03:16.497] 130/398 postgresql:index / index/isolation OK 3.63s 1 subtests passed [22:03:16.813] 131/398 postgresql:injection_points / injection_points/regress OK 2.72s 4 subtests passed [22:03:16.915] 132/398 postgresql:postgres_fdw / postgres_fdw/regress OK 15.22s 2 subtests passed [22:03:17.860] 133/398 postgresql:plsample / plsample/regress OK 2.18s 1 subtests passed [22:03:18.815] 134/398 postgresql:test_decoding / test_decoding/regress OK 13.58s 19 subtests passed [22:03:19.678] 135/398 postgresql:spgist_name_ops / spgist_name_ops/regress OK 3.18s 1 subtests passed [22:03:19.790] 136/398 postgresql:test_bitmapset / test_bitmapset/regress OK 2.87s 1 subtests passed [22:03:19.828] 137/398 postgresql:test_binaryheap / test_binaryheap/regress OK 3.01s 1 subtests passed [22:03:21.109] 138/398 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 2.29s 1 subtests passed [22:03:21.324] 139/398 postgresql:test_bloomfilter / test_bloomfilter/regress OK 3.46s 1 subtests passed [22:03:22.014] 140/398 postgresql:injection_points / injection_points/isolation OK 7.13s 6 subtests passed [22:03:22.760] 141/398 postgresql:test_custom_types / test_custom_types/regress OK 2.97s 1 subtests passed [22:03:22.805] 142/398 postgresql:test_cplusplusext / test_cplusplusext/regress OK 3.13s 1 subtests passed [22:03:23.821] 143/398 postgresql:nbtree / nbtree/regress OK 8.82s 2 subtests passed [22:03:24.003] 144/398 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 4.17s 22 subtests passed [22:03:24.179] 145/398 postgresql:test_dsm_registry / test_dsm_registry/regress OK 2.85s 1 subtests passed [22:03:24.388] 146/398 postgresql:test_dsa / test_dsa/regress OK 3.28s 1 subtests passed [22:03:25.532] 147/398 postgresql:test_extensions / test_extensions/regress OK 3.52s 2 subtests passed [22:03:25.561] 148/398 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 2.80s 1 subtests passed [22:03:26.477] 149/398 postgresql:test_lfind / test_lfind/regress OK 2.65s 1 subtests passed [22:03:26.740] 150/398 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 2.74s 1 subtests passed [22:03:26.934] 151/398 postgresql:test_oat_hooks / test_oat_hooks/regress OK 2.75s 2 subtests passed [22:03:27.053] 152/398 postgresql:test_parser / test_parser/regress OK 2.66s 1 subtests passed [22:03:28.440] 153/398 postgresql:test_predtest / test_predtest/regress OK 2.88s 1 subtests passed [22:03:28.694] 154/398 postgresql:test_pg_dump / test_pg_dump/regress OK 3.16s 1 subtests passed [22:03:29.685] 155/398 postgresql:test_rbtree / test_rbtree/regress OK 2.94s 1 subtests passed [22:03:29.710] 156/398 postgresql:test_radixtree / test_radixtree/regress OK 3.23s 1 subtests passed [22:03:30.125] 157/398 postgresql:test_regex / test_regex/regress OK 3.19s 2 subtests passed [22:03:30.404] 158/398 postgresql:test_resowner / test_resowner/regress OK 3.35s 1 subtests passed [22:03:31.094] 159/398 postgresql:test_saslprep / test_saslprep/regress OK 2.40s 1 subtests passed [22:03:31.404] 160/398 postgresql:test_rls_hooks / test_rls_hooks/regress OK 2.96s 1 subtests passed [22:03:31.972] 161/398 postgresql:test_slru / test_slru/regress OK 2.26s 1 subtests passed [22:03:32.476] 116/398 postgresql:recovery / recovery/027_stream_regress ERROR 110.85s exit status 1 [22:03:32.477] >>> REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress MALLOC_PERTURB_=131 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/recovery:/tmp/cirrus-ci-build/build/src/test/recovery/test:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 enable_injection_points=yes /usr/bin/python3 /tmp/cirrus-ci-build/build/../src/tools/testwrap --basedir /tmp/cirrus-ci-build/build --srcdir /tmp/cirrus-ci-build/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 027_stream_regress -- /usr/bin/perl -I /tmp/cirrus-ci-build/src/test/perl -I /tmp/cirrus-ci-build/src/test/recovery /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl [22:03:32.477] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [22:03:32.477] stderr: [22:03:32.477] # Failed test 'regression tests pass' [22:03:32.477] # at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 74. [22:03:32.477] # ---------- command failed ---------- [22:03:32.477] # /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --dlpath=/tmp/cirrus-ci-build/build/src/test/regress --bindir= --host=/tmp/OUAFiY9rsx --port=31392 --schedule=../regress/parallel_schedule --max-concurrent-tests=20 --inputdir=../regress --outputdir=/tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data [22:03:32.477] # -------------- stdout -------------- [22:03:32.477] # # using postmaster on /tmp/OUAFiY9rsx, port 31392 [22:03:32.477] # ok 1 - test_setup 739 ms [22:03:32.477] # # parallel group (20 tests): char oid varchar pg_lsn name int2 text int4 txid regproc float4 boolean money int8 float8 bit enum uuid numeric rangetypes [22:03:32.477] # ok 2 + boolean 293 ms [22:03:32.477] # ok 3 + char 192 ms [22:03:32.477] # ok 4 + name 210 ms [22:03:32.477] # ok 5 + varchar 203 ms [22:03:32.477] # ok 6 + text 224 ms [22:03:32.477] # ok 7 + int2 218 ms [22:03:32.477] # ok 8 + int4 224 ms [22:03:32.477] # ok 9 + int8 374 ms [22:03:32.477] # ok 10 + oid 193 ms [22:03:32.477] # ok 11 + float4 287 ms [22:03:32.477] # ok 12 + float8 358 ms [22:03:32.477] # ok 13 + bit 423 ms [22:03:32.477] # ok 14 + numeric 1038 ms [22:03:32.477] # ok 15 + txid 204 ms [22:03:32.477] # ok 16 + uuid 496 ms [22:03:32.477] # ok 17 + enum 488 ms [22:03:32.477] # ok 18 + money 281 ms [22:03:32.477] # ok 19 + rangetypes 1473 ms [22:03:32.477] # ok 20 + pg_lsn 182 ms [22:03:32.477] # ok 21 + regproc 253 ms [22:03:32.477] # # parallel group (20 tests): path md5 lseg point line time circle timetz date macaddr macaddr8 numerology inet interval timestamp strings timestamptz polygon multirangetypes box [22:03:32.477] # ok 22 + strings 717 ms [22:03:32.477] # ok 23 + md5 127 ms [22:03:32.477] # ok 24 + numerology 316 ms [22:03:32.477] # ok 25 + point 149 ms [22:03:32.477] # ok 26 + lseg 143 ms [22:03:32.477] # ok 27 + line 157 ms [22:03:32.477] # ... 210 lines omitted ... [22:03:32.477] # ok 223 + reloptions 403 ms [22:03:32.477] # ok 224 + hash_part 276 ms [22:03:32.477] # ok 225 + indexing 8349 ms [22:03:32.477] # ok 226 + partition_aggregate 4515 ms [22:03:32.477] # ok 227 + partition_info 975 ms [22:03:32.477] # ok 228 + tuplesort 4558 ms [22:03:32.477] # ok 229 + explain 557 ms [22:03:32.477] # ok 230 + memoize 3796 ms [22:03:32.477] # ok 231 + stats 5849 ms [22:03:32.477] # ok 232 + predicate 548 ms [22:03:32.477] # ok 233 + numa 151 ms [22:03:32.477] # ok 234 + eager_aggregate 2051 ms [22:03:32.477] # ok 235 + graph_table_rls 816 ms [22:03:32.477] # ok 236 + planner_est 109 ms [22:03:32.477] # # parallel group (4 tests): compression_pglz compression_lz4 compression cluster [22:03:32.477] # ok 237 + compression 699 ms [22:03:32.477] # ok 238 + compression_lz4 622 ms [22:03:32.477] # ok 239 + compression_pglz 53 ms [22:03:32.477] # ok 240 + cluster 1774 ms [22:03:32.477] # # parallel group (2 tests): oidjoins event_trigger [22:03:32.477] # ok 241 + oidjoins 2220 ms [22:03:32.477] # ok 242 + event_trigger 2387 ms [22:03:32.477] # # parallel group (3 tests): tablespace_ddl database_ddl role_ddl [22:03:32.477] # ok 243 + role_ddl 338 ms [22:03:32.477] # ok 244 + tablespace_ddl 78 ms [22:03:32.477] # ok 245 + database_ddl 331 ms [22:03:32.477] # ok 246 - event_trigger_login 183 ms [22:03:32.477] # ok 247 - fast_default 554 ms [22:03:32.477] # ok 248 - tablespace 2808 ms [22:03:32.477] # 1..248 [22:03:32.477] # -------------- stderr -------------- [22:03:32.477] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out [22:03:32.477] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out 2026-04-21 21:57:52.387995851 +0000 [22:03:32.477] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out 2026-04-21 22:02:02.361623901 +0000 [22:03:32.477] # # @@ -250,7 +250,8 @@ [22:03:32.477] # # --------+---------+-----------+----------+---------+---------+--------------+------------- [22:03:32.477] # # a | integer | | | | plain | | [22:03:32.477] # # Partition key: RANGE (a) [22:03:32.477] # # -Partitions: test_tbl1p1 FOR VALUES FROM (0) TO (1000) [22:03:32.477] # # +Partitions: [22:03:32.477] # # + test_tbl1p1 FOR VALUES FROM (0) TO (1000) [22:03:32.477] # # [22:03:32.477] # # DROP TABLE test_tbl1; [22:03:32.477] # # -- [22:03:32.477] # # 1 of 248 tests failed. [22:03:32.477] # # 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". [22:03:32.477] # # 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". [22:03:32.477] # ------------------------------------ [22:03:32.477] # Looks like you failed 1 test of 11. [22:03:32.477] [22:03:32.477] (test program exited with status code 1) [22:03:32.477] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [22:03:32.477] [22:03:32.772] 162/398 postgresql:libpq / libpq/002_api OK 0.29s 1 subtests passed [22:03:33.185] 163/398 postgresql:libpq / libpq/001_uri OK 1.21s 63 subtests passed [22:03:33.328] 164/398 postgresql:typcache / typcache/regress OK 2.92s 1 subtests passed [22:03:33.524] 165/398 postgresql:test_tidstore / test_tidstore/regress OK 3.40s 1 subtests passed [22:03:34.088] 166/398 postgresql:test_integerset / test_integerset/regress OK 11.28s 1 subtests passed [22:03:34.384] 167/398 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.29s 55 subtests passed [22:03:34.964] 168/398 postgresql:unsafe_tests / unsafe_tests/regress OK 3.87s 4 subtests passed [22:03:35.289] 169/398 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.32s 9 subtests passed [22:03:37.664] 170/398 postgresql:test_shm_mq / test_shm_mq/regress OK 7.98s 1 subtests passed [22:03:38.935] 171/398 postgresql:ecpg / ecpg/ecpg OK 7.53s 66 subtests passed [22:03:39.956] 172/398 postgresql:libpq / libpq/006_service OK 6.43s 47 subtests passed [22:03:41.169] 173/398 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 5.88s 107 subtests passed [22:03:41.519] 174/398 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.35s 51 subtests passed [22:03:44.107] 175/398 postgresql:libpq / libpq/003_load_balance_host_list OK 11.33s 127 subtests passed [22:03:44.169] 176/398 postgresql:libpq / libpq/004_load_balance_dns OK 10.98s 125 subtests passed [22:03:44.190] 177/398 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.25s 32 subtests passed [22:03:44.718] 178/398 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 4.76s 10 subtests passed [22:03:47.297] 179/398 postgresql:libpq / libpq/005_negotiate_encryption OK 13.97s 249 subtests passed [22:03:47.504] 180/398 postgresql:pg_checksums / pg_checksums/001_basic OK 0.20s 9 subtests passed [22:03:47.542] 181/398 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 3.43s 3 subtests passed [22:03:47.934] 182/398 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.39s 13 subtests passed [22:03:49.824] 183/398 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 5.65s 43 subtests passed [22:03:52.261] 184/398 postgresql:pg_amcheck / pg_amcheck/003_check OK 14.59s 75 subtests passed [22:03:53.000] 185/398 postgresql:pg_checksums / pg_checksums/002_actions OK 5.49s 66 subtests passed [22:03:53.348] 186/398 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 9.16s 27 subtests passed [22:03:54.752] 187/398 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 4.93s 7 subtests passed [22:03:55.841] 188/398 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 7.91s 6 subtests passed [22:03:56.078] 189/398 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 3.82s 11 subtests passed [22:03:57.352] 190/398 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.00s 4 subtests passed [22:03:58.349] 191/398 postgresql:initdb / initdb/001_initdb OK 23.96s 57 subtests passed [22:03:58.915] 192/398 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 4.16s 3 subtests passed [22:03:59.208] 193/398 postgresql:pg_config / pg_config/001_pg_config OK 0.29s 21 subtests passed [22:03:59.381] 194/398 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.30s 4 subtests passed [22:04:00.084] 195/398 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 7.08s 22 subtests passed [22:04:01.242] 196/398 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.03s 18 subtests passed [22:04:01.929] 197/398 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 20.41s 200 subtests passed [22:04:02.348] 198/398 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.51s 2 subtests passed [22:04:02.355] 199/398 postgresql:pg_ctl / pg_ctl/002_status OK 2.27s 3 subtests passed [22:04:02.366] 200/398 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 4.01s 5 subtests passed [22:04:02.833] 201/398 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.48s 4 subtests passed [22:04:02.941] 202/398 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 18.22s 60 subtests passed [22:04:02.977] 203/398 postgresql:pg_ctl / pg_ctl/001_start_stop OK 3.59s 25 subtests passed [22:04:04.091] 204/398 postgresql:pg_dump / pg_dump/001_basic OK 1.74s 135 subtests passed [22:04:05.473] 205/398 postgresql:pg_ctl / pg_ctl/003_promote OK 4.23s 12 subtests passed [22:04:06.236] 206/398 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 3.87s 3 subtests passed [22:04:06.911] 207/398 postgresql:pg_ctl / pg_ctl/004_logrotate OK 4.98s 14 subtests passed [22:04:07.022] 208/398 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.19s 4 subtests passed [22:04:09.679] 209/398 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 6.70s 98 subtests passed [22:04:10.033] 210/398 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 3.12s 9 subtests passed [22:04:10.612] 211/398 postgresql:pg_resetwal / pg_resetwal/001_basic OK 4.37s 83 subtests passed [22:04:12.558] 212/398 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 9.62s 108 subtests passed [22:04:16.530] 213/398 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 3.97s 1 subtests passed [22:04:16.904] 214/398 postgresql:pg_rewind / pg_rewind/006_options OK 0.37s 13 subtests passed [22:04:18.024] 215/398 postgresql:pg_dump / pg_dump/010_dump_connstr OK 12.55s 13 subtests passed [22:04:18.999] 216/398 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 8.96s 6 subtests passed [22:04:19.304] 217/398 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 8.69s 10 subtests passed [22:04:22.711] 218/398 postgresql:pg_rewind / pg_rewind/007_standby_source OK 5.81s 7 subtests passed [22:04:23.100] 219/398 postgresql:pg_rewind / pg_rewind/002_databases OK 13.42s 12 subtests passed [22:04:23.293] 220/398 postgresql:pg_rewind / pg_rewind/009_growing_files OK 4.29s 3 subtests passed [22:04:23.302] 221/398 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.20s 13 subtests passed [22:04:23.644] 222/398 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.34s 17 subtests passed [22:04:24.183] 223/398 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 6.16s 3 subtests passed [22:04:24.688] 224/398 postgresql:pg_rewind / pg_rewind/001_basic OK 17.66s 57 subtests passed [22:04:26.289] 225/398 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 3.57s 12 subtests passed [22:04:26.622] 226/398 postgresql:pg_test_timing / pg_test_timing/001_basic OK 3.33s 18 subtests passed [22:04:26.788] 227/398 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 7.48s 1 subtests passed [22:04:27.214] 228/398 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 0.92s 60 subtests passed [22:04:28.421] 229/398 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 3.73s 32 subtests passed [22:04:30.066] 230/398 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.44s 5 subtests passed [22:04:31.209] 231/398 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 7.56s 38 subtests passed [22:04:31.311] 232/398 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 4.52s 11 subtests passed [22:04:34.527] 233/398 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.21s 5 subtests passed [22:04:34.653] 234/398 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 7.44s 18 subtests passed [22:04:34.838] 235/398 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 6.42s 10 subtests passed [22:04:34.864] 236/398 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.34s 11 subtests passed [22:04:35.963] 237/398 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 11.78s 92 subtests passed [22:04:36.137] 238/398 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.27s 207 subtests passed [22:04:37.852] 239/398 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 7.78s 21 subtests passed [22:04:38.579] 240/398 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 3.92s 7 subtests passed [22:04:40.048] 241/398 postgresql:psql / psql/010_tab_completion OK 3.90s 89 subtests passed [22:04:40.871] 242/398 postgresql:psql / psql/001_basic OK 4.91s 126 subtests passed [22:04:41.715] 243/398 postgresql:psql / psql/020_cancel OK 3.86s 2 subtests passed [22:04:43.036] 244/398 postgresql:psql / psql/030_pager OK 4.46s 4 subtests passed [22:04:43.606] 245/398 postgresql:scripts / scripts/010_clusterdb OK 3.56s 16 subtests passed [22:04:44.089] 246/398 postgresql:scripts / scripts/011_clusterdb_all OK 3.22s 7 subtests passed [22:04:45.636] 247/398 postgresql:pg_dump / pg_dump/002_pg_dump OK 43.26s 12122 subtests passed [22:04:46.797] 248/398 postgresql:scripts / scripts/040_createuser OK 3.76s 37 subtests passed [22:04:47.266] 249/398 postgresql:scripts / scripts/070_dropuser OK 3.18s 13 subtests passed [22:04:47.671] 250/398 postgresql:scripts / scripts/050_dropdb OK 4.06s 16 subtests passed [22:04:48.066] 251/398 postgresql:pg_waldump / pg_waldump/001_basic OK 16.85s 212 subtests passed [22:04:49.580] 252/398 postgresql:scripts / scripts/080_pg_isready OK 3.64s 11 subtests passed [22:04:50.973] 253/398 postgresql:scripts / scripts/020_createdb OK 9.26s 64 subtests passed [22:04:51.858] 254/398 postgresql:scripts / scripts/091_reindexdb_all OK 4.59s 13 subtests passed [22:04:51.988] 255/398 postgresql:scripts / scripts/101_vacuumdb_all OK 3.92s 5 subtests passed [22:04:52.233] 256/398 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.37s 27 subtests passed [22:04:52.299] 257/398 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.31s 4 subtests passed [22:04:52.816] 258/398 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.58s 39 subtests passed [22:04:52.901] 259/398 postgresql:pgbench / pgbench/001_pgbench_with_server OK 18.06s 474 subtests passed [22:04:53.911] 260/398 postgresql:scripts / scripts/090_reindexdb OK 7.11s 64 subtests passed [22:04:53.946] 261/398 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 49.85s 60 subtests passed [22:04:56.215] 262/398 postgresql:scripts / scripts/102_vacuumdb_stages OK 6.63s 4 subtests passed [22:04:56.436] 263/398 postgresql:scripts / scripts/100_vacuumdb OK 8.76s 113 subtests passed [22:04:56.452] 264/398 postgresql:amcheck / amcheck/002_cic OK 3.64s 4 subtests passed [22:04:56.720] 265/398 postgresql:scripts / scripts/200_connstr OK 5.75s 3 subtests passed [22:04:57.276] 266/398 postgresql:amcheck / amcheck/003_cic_2pc OK 4.37s 7 subtests passed [22:04:57.856] 267/398 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.94s 6 subtests passed [22:04:58.098] 268/398 postgresql:oid2name / oid2name/001_basic OK 0.24s 9 subtests passed [22:04:58.268] 269/398 postgresql:amcheck / amcheck/005_pitr OK 4.32s 3 subtests passed [22:04:59.901] 270/398 postgresql:auto_explain / auto_explain/001_auto_explain OK 3.46s 22 subtests passed [22:05:01.782] 271/398 postgresql:pg_prewarm / pg_prewarm/001_basic OK 3.68s 11 subtests passed [22:05:01.940] 272/398 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 5.21s 16 subtests passed [22:05:02.331] 273/398 postgresql:amcheck / amcheck/006_verify_gin OK 6.11s 6 subtests passed [22:05:02.339] 274/398 postgresql:pg_stash_advice / pg_stash_advice/001_persist OK 4.07s 6 subtests passed [22:05:03.242] 275/398 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 3.34s 3 subtests passed [22:05:03.624] 276/398 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.38s [22:05:05.202] 277/398 postgresql:amcheck / amcheck/001_verify_heapam OK 12.90s 272 subtests passed [22:05:05.516] 278/398 postgresql:vacuumlo / vacuumlo/001_basic OK 0.31s 9 subtests passed [22:05:05.629] 279/398 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 3.69s 3 subtests passed [22:05:06.074] 280/398 postgresql:dblink / dblink/001_auth_scram OK 8.80s 12 subtests passed [22:05:06.148] 281/398 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.36s 2 subtests passed [22:05:07.815] 282/398 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.19s 6 subtests passed [22:05:08.221] 283/398 postgresql:authentication / authentication/005_sspi SKIP 0.41s [22:05:08.942] 284/398 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 6.60s 4 subtests passed [22:05:09.136] 285/398 postgresql:authentication / authentication/002_saslprep OK 3.51s 20 subtests passed [22:05:09.148] 286/398 postgresql:authentication / authentication/004_file_inclusion OK 3.00s 2 subtests passed [22:05:09.592] 287/398 postgresql:postmaster / postmaster/001_basic OK 0.45s 9 subtests passed [22:05:10.262] 288/398 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 7.93s 7 subtests passed [22:05:10.438] 289/398 postgresql:authentication / authentication/003_peer OK 4.36s 53 subtests passed [22:05:11.440] 290/398 postgresql:authentication / authentication/006_login_trigger OK 3.22s 32 subtests passed [22:05:12.100] 291/398 postgresql:authentication / authentication/007_pre_auth OK 3.16s 2 subtests passed [22:05:12.852] 292/398 postgresql:authentication / authentication/001_password OK 7.33s 207 subtests passed [22:05:12.875] 293/398 postgresql:postmaster / postmaster/002_connection_limits OK 3.72s 30 subtests passed [22:05:13.198] 294/398 postgresql:postmaster / postmaster/003_start_stop OK 3.60s 25 subtests passed [22:05:18.254] 295/398 postgresql:subscription / subscription/003_constraints OK 6.81s 6 subtests passed [22:05:18.850] 296/398 postgresql:bloom / bloom/001_wal OK 22.40s 31 subtests passed [22:05:19.205] 297/398 postgresql:subscription / subscription/002_types OK 8.77s 4 subtests passed [22:05:19.220] 298/398 postgresql:subscription / subscription/006_rewrite OK 6.34s 2 subtests passed [22:05:19.339] 299/398 postgresql:subscription / subscription/005_encoding OK 6.48s 1 subtests passed [22:05:20.644] 300/398 postgresql:subscription / subscription/004_sync OK 8.54s 9 subtests passed [22:05:21.621] 301/398 postgresql:subscription / subscription/007_ddl OK 8.42s 8 subtests passed [22:05:24.053] 302/398 postgresql:subscription / subscription/001_rep_changes OK 13.79s 38 subtests passed [22:05:24.800] 303/398 postgresql:subscription / subscription/009_matviews OK 5.95s 1 subtests passed [22:05:25.732] 304/398 postgresql:subscription / subscription/008_diff_schema OK 7.48s 5 subtests passed [22:05:26.204] 305/398 postgresql:subscription / subscription/012_collation OK 6.86s 2 subtests passed [22:05:28.938] 306/398 postgresql:subscription / subscription/010_truncate OK 9.73s 14 subtests passed [22:05:29.216] 307/398 postgresql:subscription / subscription/011_generated OK 9.99s 11 subtests passed [22:05:31.339] 308/398 postgresql:subscription / subscription/014_binary OK 9.72s 8 subtests passed [22:05:32.411] 309/398 postgresql:subscription / subscription/016_stream_subxact OK 7.61s 3 subtests passed [22:05:32.469] 310/398 postgresql:subscription / subscription/017_stream_ddl OK 6.74s 3 subtests passed [22:05:35.713] 311/398 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 6.77s 2 subtests passed [22:05:36.515] 312/398 postgresql:subscription / subscription/020_messages OK 7.30s 5 subtests passed [22:05:36.675] 313/398 postgresql:subscription / subscription/018_stream_subxact_abort OK 10.47s 9 subtests passed [22:05:41.250] 314/398 postgresql:subscription / subscription/013_partition OK 20.60s 74 subtests passed [22:05:41.471] 315/398 postgresql:subscription / subscription/015_stream OK 17.42s 10 subtests passed [22:05:43.858] 316/398 postgresql:subscription / subscription/024_add_drop_pub OK 8.14s 4 subtests passed [22:05:44.085] 317/398 postgresql:subscription / subscription/021_twophase OK 12.74s 31 subtests passed [22:05:44.633] 318/398 postgresql:subscription / subscription/025_rep_changes_for_schema OK 8.12s 13 subtests passed [22:05:46.482] 319/398 postgresql:subscription / subscription/022_twophase_cascade OK 14.07s 41 subtests passed [22:05:46.632] 320/398 postgresql:subscription / subscription/023_twophase_stream OK 14.16s 34 subtests passed [22:05:49.792] 321/398 postgresql:subscription / subscription/026_stats OK 13.12s 13 subtests passed [22:05:50.838] 322/398 postgresql:subscription / subscription/029_on_error OK 6.98s 5 subtests passed [22:05:54.236] 323/398 postgresql:subscription / subscription/028_row_filter OK 12.76s 26 subtests passed [22:05:55.392] 324/398 postgresql:subscription / subscription/033_run_as_table_owner OK 8.76s 10 subtests passed [22:05:57.362] 325/398 postgresql:subscription / subscription/030_origin OK 13.28s 13 subtests passed [22:05:57.700] 326/398 postgresql:subscription / subscription/027_nosuperuser OK 16.45s 19 subtests passed [22:05:59.494] 327/398 postgresql:subscription / subscription/032_subscribe_use_index OK 13.01s 15 subtests passed [22:06:01.740] 328/398 postgresql:subscription / subscription/031_column_list OK 17.11s 36 subtests passed [22:06:02.225] 329/398 postgresql:subscription / subscription/036_sequences OK 7.99s 9 subtests passed [22:06:02.567] 330/398 postgresql:subscription / subscription/034_temporal OK 12.77s 37 subtests passed [22:06:03.396] 331/398 postgresql:brin / brin/01_workitems OK 3.90s 4 subtests passed [22:06:03.460] 332/398 postgresql:subscription / subscription/035_conflicts OK 12.62s 29 subtests passed [22:06:04.868] 333/398 postgresql:subscription / subscription/037_except OK 9.47s 17 subtests passed [22:06:05.811] 334/398 postgresql:brin / brin/02_wal_consistency OK 4.07s 2 subtests passed [22:06:06.242] 335/398 postgresql:commit_ts / commit_ts/001_base OK 4.02s 2 subtests passed [22:06:06.393] 336/398 postgresql:subscription / subscription/038_walsnd_shutdown_timeout OK 9.03s 4 subtests passed [22:06:06.913] 337/398 postgresql:commit_ts / commit_ts/002_standby OK 4.34s 4 subtests passed [22:06:08.160] 338/398 postgresql:commit_ts / commit_ts/004_restart OK 4.70s 16 subtests passed [22:06:08.236] 339/398 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.37s 4 subtests passed [22:06:08.572] 340/398 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.17s 4 subtests passed [22:06:09.075] 341/398 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.26s 23 subtests passed [22:06:10.307] 342/398 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.39s 7 subtests passed [22:06:10.659] 343/398 postgresql:oauth_validator / oauth_validator/002_client OK 4.26s 20 subtests passed [22:06:12.123] 344/398 postgresql:test_aio / test_aio/002_io_workers OK 3.89s 22 subtests passed [22:06:14.368] 345/398 postgresql:test_aio / test_aio/004_read_stream OK 5.29s 31 subtests passed [22:06:14.752] 346/398 postgresql:test_checksums / test_checksums/001_basic OK 4.09s 9 subtests passed [22:06:15.095] 347/398 postgresql:test_autovacuum / test_autovacuum/001_parallel_autovacuum OK 4.78s 2 subtests passed [22:06:15.397] 348/398 postgresql:test_aio / test_aio/003_initdb OK 6.82s 6 subtests passed [22:06:15.465] 349/398 postgresql:test_checksums / test_checksums/002_restarts OK 3.34s 5 subtests passed [22:06:15.606] 350/398 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.21s [22:06:15.700] 351/398 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.23s [22:06:15.863] 352/398 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.26s [22:06:18.084] 353/398 postgresql:test_checksums / test_checksums/005_injection OK 2.99s 3 subtests passed [22:06:18.563] 354/398 postgresql:test_checksums / test_checksums/004_offline OK 3.81s 8 subtests passed [22:06:18.924] 355/398 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 3.06s 2 subtests passed [22:06:18.944] 356/398 postgresql:test_checksums / test_checksums/003_standby_restarts OK 4.57s 12 subtests passed [22:06:19.229] 357/398 postgresql:test_int128 / test_int128/001_test_int128 OK 0.28s 2 subtests passed [22:06:21.930] 358/398 postgresql:test_escape / test_escape/001_test_escape OK 3.36s 1218 subtests passed [22:06:22.580] 359/398 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 4.49s 15 subtests passed [22:06:22.649] 360/398 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.72s 11 subtests passed [22:06:22.815] 361/398 postgresql:subscription / subscription/100_bugs OK 25.11s 17 subtests passed [22:06:22.909] 362/398 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.26s 2 subtests passed [22:06:22.957] 363/398 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.38s 12 subtests passed [22:06:22.970] 364/398 postgresql:oauth_validator / oauth_validator/001_server OK 16.73s 170 subtests passed [22:06:23.061] 365/398 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 3.83s 516 subtests passed [22:06:24.066] 366/398 postgresql:test_aio / test_aio/001_aio OK 15.90s 826 subtests passed [22:06:25.314] 367/398 postgresql:test_json_parser / test_json_parser/002_inline OK 3.37s 3712 subtests passed [22:06:26.307] 368/398 postgresql:test_misc / test_misc/003_check_guc OK 3.35s 4 subtests passed [22:06:26.550] 369/398 postgresql:test_misc / test_misc/002_tablespace OK 3.64s 20 subtests passed [22:06:26.887] 370/398 postgresql:test_misc / test_misc/004_io_direct OK 3.91s 3 subtests passed [22:06:26.950] 371/398 postgresql:test_misc / test_misc/005_timeouts OK 3.89s 2 subtests passed [22:06:27.476] 372/398 postgresql:test_misc / test_misc/001_constraint_validation OK 4.66s 42 subtests passed [22:06:27.818] 373/398 postgresql:test_misc / test_misc/006_signal_autovacuum OK 3.72s 2 subtests passed [22:06:28.097] 374/398 postgresql:test_misc / test_misc/007_catcache_inval OK 2.75s 2 subtests passed [22:06:28.142] 375/398 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.32s [22:06:29.772] 376/398 postgresql:test_misc / test_misc/008_replslot_single_user OK 3.46s 10 subtests passed [22:06:30.425] 377/398 postgresql:test_misc / test_misc/009_log_temp_files OK 3.87s 11 subtests passed [22:06:30.873] 378/398 postgresql:test_misc / test_misc/011_lock_stats OK 3.92s 7 subtests passed [22:06:31.404] 379/398 postgresql:test_shmem / test_shmem/001_late_shmem_alloc OK 3.31s 2 subtests passed [22:06:31.685] 380/398 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.28s [22:06:31.755] 381/398 postgresql:test_slru / test_slru/001_multixact OK 3.61s 2 subtests passed [22:06:31.963] 382/398 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.28s [22:06:32.043] 383/398 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.29s [22:06:33.596] 384/398 postgresql:test_slru / test_slru/002_multixact_wraparound OK 3.82s 18 subtests passed [22:06:34.292] 385/398 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 7.40s 73 subtests passed [22:06:35.068] 386/398 postgresql:worker_spi / worker_spi/001_worker_spi OK 4.64s 8 subtests passed [22:06:35.203] 387/398 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 3.24s [22:06:35.920] 388/398 postgresql:worker_spi / worker_spi/002_worker_terminate OK 5.04s 11 subtests passed [22:06:37.317] 389/398 postgresql:test_pg_dump / test_pg_dump/001_base OK 9.84s 1044 subtests passed [22:06:38.925] 390/398 postgresql:ssl / ssl/002_scram OK 5.33s 28 subtests passed [22:06:39.356] 391/398 postgresql:ldap / ldap/002_bindpasswd OK 3.43s 3 subtests passed [22:06:39.460] 392/398 postgresql:ssl / ssl/003_sslinfo OK 5.17s 21 subtests passed [22:06:40.506] 393/398 postgresql:test_checksums / test_checksums/009_fpi OK 24.81s 7 subtests passed [22:06:41.289] 394/398 postgresql:icu / icu/010_database OK 2.36s 8 subtests passed [22:06:41.325] 395/398 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 4.00s 26 subtests passed [22:06:41.614] 396/398 postgresql:ldap / ldap/001_auth OK 6.41s 47 subtests passed [22:06:42.488] 397/398 postgresql:ssl / ssl/004_sni OK 7.42s 102 subtests passed [22:06:44.603] 398/398 postgresql:ssl / ssl/001_ssltests OK 12.56s 272 subtests passed [22:06:44.696] [22:06:44.696] Summary of Failures: [22:06:44.696] [22:06:44.696] 6/398 postgresql:regress / regress/regress ERROR 95.62s exit status 1 [22:06:44.696] 28/398 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 100.25s exit status 1 [22:06:44.696] 25/398 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 137.41s exit status 1 [22:06:44.696] 116/398 postgresql:recovery / recovery/027_stream_regress ERROR 110.85s exit status 1 [22:06:44.696] [22:06:44.696] Ok: 384 [22:06:44.696] Expected Fail: 0 [22:06:44.696] Fail: 4 [22:06:44.696] Unexpected Pass: 0 [22:06:44.696] Skipped: 10 [22:06:44.696] Timeout: 0 [22:06:44.696] [22:06:44.696] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [22:06:44.764] [22:06:44.764] Exit status: 4