[10:34:29.694] su postgres <<-EOF [10:34:29.694] set -e [10:34:29.694] ulimit -c unlimited [10:34:29.694] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [10:34:29.694] EOF [10:34:30.753] 1/392 postgresql:setup / tmp_install OK 0.69s [10:34:30.807] 2/392 postgresql:setup / install_test_files OK 0.05s [10:34:32.326] 3/392 postgresql:setup / initdb_cache OK 1.52s [10:34:32.713] 4/392 postgresql:pg_upgrade / pg_upgrade/001_basic OK 0.37s 9 subtests passed [10:34:48.499] 5/392 postgresql:pg_upgrade / pg_upgrade/005_char_signedness OK 16.12s 16 subtests passed [10:34:57.905] ▶ 6/392 + constraints 5189 ms FAIL [10:34:57.927] ▶ 6/392 + inherit 7222 ms FAIL [10:35:03.173] 7/392 postgresql:pg_upgrade / pg_upgrade/003_logical_slots OK 30.81s 13 subtests passed [10:35:07.048] 8/392 postgresql:pg_upgrade / pg_upgrade/008_extension_control_path OK 18.55s 5 subtests passed [10:35:07.406] 9/392 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion OK 34.69s 3 subtests passed [10:35:07.791] 10/392 postgresql:pg_upgrade / pg_upgrade/004_subscription OK 35.42s 19 subtests passed [10:35:18.790] 11/392 postgresql:recovery / recovery/002_archiving OK 11.38s 12 subtests passed [10:35:25.989] 12/392 postgresql:recovery / recovery/003_recovery_targets OK 18.20s 15 subtests passed [10:35:28.791] 13/392 postgresql:recovery / recovery/001_stream_rep OK 21.74s 64 subtests passed [10:35:33.323] 14/392 postgresql:recovery / recovery/004_timeline_switch OK 14.53s 5 subtests passed [10:35:35.530] 15/392 postgresql:recovery / recovery/006_logical_decoding OK 6.74s 20 subtests passed [10:35:37.608] 16/392 postgresql:recovery / recovery/005_replay_delay OK 11.62s 3 subtests passed [10:35:43.382] 17/392 postgresql:recovery / recovery/007_sync_rep OK 10.06s 11 subtests passed [10:35:52.698] 18/392 postgresql:recovery / recovery/008_fsm_truncation OK 17.17s 1 subtests passed [10:35:52.790] 19/392 postgresql:recovery / recovery/010_logical_decoding_timelines OK 9.41s 13 subtests passed [10:35:53.807] 20/392 postgresql:recovery / recovery/009_twophase OK 16.20s 30 subtests passed [10:36:02.928] 21/392 postgresql:recovery / recovery/013_crash_restart OK 10.14s 20 subtests passed [10:36:03.556] 22/392 postgresql:recovery / recovery/014_unlogged_reinit OK 9.75s 23 subtests passed [10:36:05.619] 23/392 postgresql:recovery / recovery/012_subtransactions OK 12.92s 12 subtests passed [10:36:05.966] ▶ 24/392 - regression tests in old instance FAIL [10:36:08.633] 25/392 postgresql:recovery / recovery/015_promotion_pages OK 5.70s 1 subtests passed [10:36:09.537] 6/392 postgresql:regress / regress/regress ERROR 97.20s exit status 1 [10:36:09.537] >>> MALLOC_PERTURB_=75 LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template 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 MESON_TEST_ITERATION=1 top_builddir=/tmp/cirrus-ci-build/build REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress /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 40058 [10:36:09.537] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [10:36:09.537] stderr: [10:36:09.537] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/constraints.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/constraints.out [10:36:09.537] # --- /tmp/cirrus-ci-build/src/test/regress/expected/constraints.out 2026-04-04 10:32:19.043040162 +0000 [10:36:09.537] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/constraints.out 2026-04-04 10:34:53.848468355 +0000 [10:36:09.537] # @@ -1127,8 +1127,10 @@ [10:36:09.537] # INSERT INTO ne_nn_tbl VALUES (NULL); -- ok [10:36:09.537] # ALTER TABLE ne_nn_tbl ALTER CONSTRAINT nn ENFORCED; -- error [10:36:09.537] # ERROR: cannot alter enforceability of constraint "nn" of relation "ne_nn_tbl" [10:36:09.537] # +HINT: Only foreign key and check constraints can change enforceability. [10:36:09.537] # ALTER TABLE ne_nn_tbl ALTER CONSTRAINT nn NOT ENFORCED; -- error [10:36:09.537] # ERROR: cannot alter enforceability of constraint "nn" of relation "ne_nn_tbl" [10:36:09.537] # +HINT: Only foreign key and check constraints can change enforceability. [10:36:09.537] # ALTER TABLE ne_nn_tbl VALIDATE CONSTRAINT nn; -- error [10:36:09.537] # ERROR: cannot validate NOT ENFORCED constraint [10:36:09.537] # ALTER TABLE ne_nn_tbl ADD CONSTRAINT nn_enforced1 NOT NULL x NOT ENFORCED; -- error [10:36:09.537] # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/inherit.out [10:36:09.537] # --- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out 2026-04-04 10:32:19.075050615 +0000 [10:36:09.537] # +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/inherit.out 2026-04-04 10:34:55.892614350 +0000 [10:36:09.537] # @@ -1580,8 +1580,9 @@ [10:36:09.537] # f1 | integer | | not null | | plain | | [10:36:09.537] # Not-null constraints: [10:36:09.537] # "p1_nn_a_nn" NOT NULL "f1" (inherited) [10:36:09.537] # -Inherits: p1_nn, [10:36:09.537] # - p1_nn_c1 [10:36:09.537] # +Inherits: [10:36:09.537] # + p1_nn [10:36:09.537] # + p1_nn_c1 [10:36:09.537] # [10:36:09.537] # create table p1_nn_c4(f1 int not null not enforced) inherits(p1_nn, p1_nn_c1); -- error, parent (p1_nn_c1) have enforced [10:36:09.537] # NOTICE: merging multiple inherited definitions of column "f1" [10:36:09.537] # 2 of 244 tests failed. [10:36:09.537] # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.diffs". [10:36:09.537] # A copy of the test summary that you see above is saved in the file "/tmp/cirrus-ci-build/build/testrun/regress/regress/regression.out". [10:36:09.537] [10:36:09.537] (test program exited with status code 1) [10:36:09.537] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [10:36:09.537] [10:36:11.000] 26/392 postgresql:recovery / recovery/016_min_consistency OK 7.44s 1 subtests passed [10:36:12.741] 27/392 postgresql:recovery / recovery/017_shm OK 7.12s 4 subtests passed [10:36:15.800] ▶ 28/392 - regression tests pass FAIL [10:36:15.944] 29/392 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes OK 103.55s 50 subtests passed [10:36:15.958] 28/392 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 103.62s exit status 1 [10:36:15.960] >>> LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MALLOC_PERTURB_=22 share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib MESON_TEST_ITERATION=1 top_builddir=/tmp/cirrus-ci-build/build REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/test/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 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress /usr/bin/python3 /tmp/cirrus-ci-build/build/../src/tools/testwrap --basedir /tmp/cirrus-ci-build/build --srcdir /tmp/cirrus-ci-build/src/test/modules/test_plan_advice --pg-test-extra '' --testgroup test_plan_advice --testname 001_replan_regress -- /usr/bin/perl -I /tmp/cirrus-ci-build/src/test/perl -I /tmp/cirrus-ci-build/src/test/modules/test_plan_advice /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl [10:36:15.960] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [10:36:15.960] stderr: [10:36:15.960] # Failed test 'regression tests pass' [10:36:15.960] # at /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/t/001_replan_regress.pl line 63. [10:36:15.960] # got: '256' [10:36:15.960] # expected: '0' [10:36:15.960] # Looks like you failed 1 test of 1. [10:36:15.960] [10:36:15.960] (test program exited with status code 1) [10:36:15.960] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [10:36:15.960] [10:36:17.121] 30/392 postgresql:recovery / recovery/021_row_visibility OK 4.38s 10 subtests passed [10:36:19.435] 31/392 postgresql:recovery / recovery/020_archive_status OK 8.43s 19 subtests passed [10:36:19.808] 32/392 postgresql:recovery / recovery/022_crash_temp_files OK 3.86s 11 subtests passed [10:36:19.947] 33/392 postgresql:recovery / recovery/023_pitr_prepared_xact OK 3.98s 1 subtests passed [10:36:21.743] 34/392 postgresql:recovery / recovery/024_archive_recovery OK 4.62s 2 subtests passed [10:36:25.003] 35/392 postgresql:recovery / recovery/025_stuck_on_old_timeline OK 5.57s 1 subtests passed [10:36:27.711] 36/392 postgresql:recovery / recovery/028_pitr_timelines OK 5.97s 3 subtests passed [10:36:29.265] 37/392 postgresql:recovery / recovery/026_overwrite_contrecord OK 9.46s 3 subtests passed [10:36:32.331] 38/392 postgresql:recovery / recovery/018_wal_optimize OK 23.70s 38 subtests passed [10:36:34.387] 39/392 postgresql:recovery / recovery/029_stats_restart OK 9.38s 44 subtests passed [10:36:34.451] 40/392 postgresql:recovery / recovery/019_replslot_limit OK 24.91s 26 subtests passed [10:36:36.264] 41/392 postgresql:recovery / recovery/030_stats_cleanup_replica OK 8.55s 11 subtests passed [10:36:37.933] 42/392 postgresql:recovery / recovery/031_recovery_conflict OK 8.67s 18 subtests passed [10:36:39.832] 43/392 postgresql:recovery / recovery/034_create_database OK 5.38s 2 subtests passed [10:36:40.728] 44/392 postgresql:isolation / isolation/isolation OK 97.55s 127 subtests passed [10:36:43.412] 45/392 postgresql:recovery / recovery/032_relfilenode_reuse OK 11.08s 14 subtests passed [10:36:43.916] 46/392 postgresql:recovery / recovery/037_invalid_database OK 4.08s 10 subtests passed [10:36:44.574] 47/392 postgresql:recovery / recovery/036_truncated_dropped OK 6.64s 8 subtests passed [10:36:48.880] 48/392 postgresql:recovery / recovery/038_save_logical_slots_shutdown OK 8.15s 2 subtests passed [10:36:51.191] 49/392 postgresql:recovery / recovery/041_checkpoint_at_promote OK 6.62s 6 subtests passed [10:36:52.011] 50/392 postgresql:recovery / recovery/033_replay_tsp_drops OK 17.62s 3 subtests passed [10:36:55.765] 24/392 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 143.41s exit status 1 [10:36:55.765] >>> 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 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template MALLOC_PERTURB_=143 share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/bin/pg_upgrade:/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin with_icu=yes MESON_TEST_ITERATION=1 TEST_EXT_LIB=/tmp/cirrus-ci-build/build/src/bin/pg_upgrade/test_ext.so top_builddir=/tmp/cirrus-ci-build/build REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress /usr/bin/python3 /tmp/cirrus-ci-build/build/../src/tools/testwrap --basedir /tmp/cirrus-ci-build/build --srcdir /tmp/cirrus-ci-build/src/bin/pg_upgrade --pg-test-extra '' --testgroup pg_upgrade --testname 002_pg_upgrade -- /usr/bin/perl -I /tmp/cirrus-ci-build/src/test/perl -I /tmp/cirrus-ci-build/src/bin/pg_upgrade /tmp/cirrus-ci-build/src/bin/pg_upgrade/t/002_pg_upgrade.pl [10:36:55.765] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [10:36:55.765] Listing only the last 100 lines from a long log. [10:36:55.765] # /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --dlpath=/tmp/cirrus-ci-build/build/src/test/regress --bindir= --host=/tmp/2xYsWqruhf --port=10202 --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 [10:36:55.765] # -------------- stdout -------------- [10:36:55.765] # # using postmaster on /tmp/2xYsWqruhf, port 10202 [10:36:55.765] # ok 1 - test_setup 1033 ms [10:36:55.765] # # parallel group (20 tests): varchar char int2 pg_lsn int4 name oid text txid money boolean float4 regproc int8 float8 bit enum uuid numeric rangetypes [10:36:55.765] # ok 2 + boolean 265 ms [10:36:55.765] # ok 3 + char 158 ms [10:36:55.765] # ok 4 + name 206 ms [10:36:55.765] # ok 5 + varchar 123 ms [10:36:55.765] # ok 6 + text 223 ms [10:36:55.765] # ok 7 + int2 193 ms [10:36:55.765] # ok 8 + int4 196 ms [10:36:55.765] # ok 9 + int8 285 ms [10:36:55.765] # ok 10 + oid 208 ms [10:36:55.765] # ok 11 + float4 254 ms [10:36:55.765] # ok 12 + float8 339 ms [10:36:55.765] # ok 13 + bit 421 ms [10:36:55.765] # ok 14 + numeric 2365 ms [10:36:55.765] # ok 15 + txid 226 ms [10:36:55.765] # ok 16 + uuid 505 ms [10:36:55.765] # ok 17 + enum 438 ms [10:36:55.765] # ok 18 + money 242 ms [10:36:55.765] # ok 19 + rangetypes 2566 ms [10:36:55.765] # ok 20 + pg_lsn 189 ms [10:36:55.765] # ok 21 + regproc 272 ms [10:36:55.765] # # parallel group (20 tests): lseg md5 line path circle timetz point time macaddr macaddr8 numerology inet date interval timestamp strings polygon timestamptz box multirangetypes [10:36:55.765] # ok 22 + strings 1018 ms [10:36:55.765] # ok 23 + md5 114 ms [10:36:55.765] # ok 24 + numerology 327 ms [10:36:55.765] # ok 25 + point 219 ms [10:36:55.765] # ok 26 + lseg 99 ms [10:36:55.765] # ok 27 + line 145 ms [10:36:55.765] # ... 204 lines omitted ... [10:36:55.765] # ok 218 + with 1546 ms [10:36:55.765] # ok 219 + xml 3196 ms [10:36:55.765] # # parallel group (20 tests): planner_est hash_part numa reloptions explain partition_info predicate graph_table_rls compression_lz4 compression memoize eager_aggregate partition_merge stats partition_aggregate partition_split tuplesort partition_prune partition_join indexing [10:36:55.765] # ok 220 + partition_merge 4510 ms [10:36:55.765] # ok 221 + partition_split 5223 ms [10:36:55.765] # ok 222 + partition_join 6867 ms [10:36:55.765] # ok 223 + partition_prune 6743 ms [10:36:55.765] # ok 224 + reloptions 625 ms [10:36:55.765] # ok 225 + hash_part 424 ms [10:36:55.765] # ok 226 + indexing 8461 ms [10:36:55.765] # ok 227 + partition_aggregate 5150 ms [10:36:55.765] # ok 228 + partition_info 1023 ms [10:36:55.765] # ok 229 + tuplesort 5998 ms [10:36:55.765] # ok 230 + explain 921 ms [10:36:55.765] # ok 231 + compression 1628 ms [10:36:55.765] # ok 232 + compression_lz4 1471 ms [10:36:55.765] # ok 233 + memoize 1782 ms [10:36:55.765] # ok 234 + stats 5118 ms [10:36:55.765] # ok 235 + predicate 989 ms [10:36:55.765] # ok 236 + numa 417 ms [10:36:55.765] # ok 237 + eager_aggregate 2558 ms [10:36:55.765] # ok 238 + graph_table_rls 1224 ms [10:36:55.765] # ok 239 + planner_est 341 ms [10:36:55.765] # # parallel group (2 tests): oidjoins event_trigger [10:36:55.765] # ok 240 + oidjoins 822 ms [10:36:55.765] # ok 241 + event_trigger 992 ms [10:36:55.765] # ok 242 - event_trigger_login 76 ms [10:36:55.765] # ok 243 - fast_default 477 ms [10:36:55.765] # ok 244 - tablespace 1779 ms [10:36:55.765] # 1..244 [10:36:55.765] # -------------- stderr -------------- [10:36:55.765] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/constraints.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/constraints.out [10:36:55.765] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/constraints.out 2026-04-04 10:32:19.043040162 +0000 [10:36:55.765] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/constraints.out 2026-04-04 10:34:54.452511419 +0000 [10:36:55.765] # # @@ -1127,8 +1127,10 @@ [10:36:55.765] # # INSERT INTO ne_nn_tbl VALUES (NULL); -- ok [10:36:55.765] # # ALTER TABLE ne_nn_tbl ALTER CONSTRAINT nn ENFORCED; -- error [10:36:55.765] # # ERROR: cannot alter enforceability of constraint "nn" of relation "ne_nn_tbl" [10:36:55.765] # # +HINT: Only foreign key and check constraints can change enforceability. [10:36:55.765] # # ALTER TABLE ne_nn_tbl ALTER CONSTRAINT nn NOT ENFORCED; -- error [10:36:55.765] # # ERROR: cannot alter enforceability of constraint "nn" of relation "ne_nn_tbl" [10:36:55.765] # # +HINT: Only foreign key and check constraints can change enforceability. [10:36:55.765] # # ALTER TABLE ne_nn_tbl VALIDATE CONSTRAINT nn; -- error [10:36:55.765] # # ERROR: cannot validate NOT ENFORCED constraint [10:36:55.765] # # ALTER TABLE ne_nn_tbl ADD CONSTRAINT nn_enforced1 NOT NULL x NOT ENFORCED; -- error [10:36:55.765] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/inherit.out [10:36:55.765] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out 2026-04-04 10:32:19.075050615 +0000 [10:36:55.765] # # +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/inherit.out 2026-04-04 10:34:56.180634995 +0000 [10:36:55.765] # # @@ -1580,8 +1580,9 @@ [10:36:55.765] # # f1 | integer | | not null | | plain | | [10:36:55.765] # # Not-null constraints: [10:36:55.765] # # "p1_nn_a_nn" NOT NULL "f1" (inherited) [10:36:55.765] # # -Inherits: p1_nn, [10:36:55.765] # # - p1_nn_c1 [10:36:55.765] # # +Inherits: [10:36:55.765] # # + p1_nn [10:36:55.765] # # + p1_nn_c1 [10:36:55.765] # # [10:36:55.765] # # create table p1_nn_c4(f1 int not null not enforced) inherits(p1_nn, p1_nn_c1); -- error, parent (p1_nn_c1) have enforced [10:36:55.765] # # NOTICE: merging multiple inherited definitions of column "f1" [10:36:55.765] # # 2 of 244 tests failed. [10:36:55.765] # # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/regression.diffs". [10:36:55.765] # # A copy of the test summary that you see above is saved in the file "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/regression.out". [10:36:55.765] # ------------------------------------ [10:36:55.765] # Looks like you failed 1 test of 20. [10:36:55.765] [10:36:55.765] (test program exited with status code 1) [10:36:55.766] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [10:36:55.766] [10:36:56.200] 51/392 postgresql:recovery / recovery/042_low_level_backup OK 7.32s 4 subtests passed [10:36:58.566] 52/392 postgresql:recovery / recovery/039_end_of_wal OK 15.15s 14 subtests passed [10:36:58.579] 53/392 postgresql:recovery / recovery/044_invalidate_inactive_slots OK 6.57s 1 subtests passed [10:36:59.758] 54/392 postgresql:recovery / recovery/043_no_contrecord_switch OK 8.57s 1 subtests passed [10:37:04.887] 55/392 postgresql:recovery / recovery/048_vacuum_horizon_floor OK 6.30s 3 subtests passed [10:37:06.319] 56/392 postgresql:recovery / recovery/045_archive_restartpoint OK 10.55s 1 subtests passed [10:37:06.394] 57/392 postgresql:recovery / recovery/047_checkpoint_physical_slot OK 7.83s 1 subtests passed [10:37:07.019] 58/392 postgresql:recovery / recovery/046_checkpoint_logical_slot OK 10.82s 2 subtests passed [10:37:09.079] 59/392 postgresql:recovery / recovery/035_standby_logical_decoding OK 32.81s 89 subtests passed [10:37:09.610] 60/392 postgresql:recovery / recovery/050_redo_segment_missing OK 4.72s 2 subtests passed [10:37:09.831] 61/392 postgresql:recovery / recovery/052_checkpoint_segment_missing OK 3.43s 4 subtests passed [10:37:11.066] 62/392 postgresql:recovery / recovery/040_standby_failover_slots_sync OK 27.15s 38 subtests passed [10:37:14.068] 63/392 postgresql:plpgsql / plpgsql/regress OK 4.99s 13 subtests passed [10:37:14.543] 64/392 postgresql:plperl / plperl/regress OK 4.93s 14 subtests passed [10:37:15.587] 65/392 postgresql:pltcl / pltcl/regress OK 4.52s 8 subtests passed [10:37:15.624] 66/392 postgresql:plpython / plpython/regress OK 5.79s 23 subtests passed [10:37:16.680] 67/392 postgresql:recovery / recovery/049_wait_for_lsn OK 16.92s 33 subtests passed [10:37:16.742] 68/392 postgresql:kerberos / kerberos/001_auth OK 9.72s 142 subtests passed [10:37:17.862] 69/392 postgresql:auto_explain / auto_explain/regress OK 3.32s 1 subtests passed [10:37:18.787] 70/392 postgresql:basic_archive / basic_archive/regress OK 3.20s 1 subtests passed [10:37:18.817] 71/392 postgresql:bloom / bloom/regress OK 3.19s 1 subtests passed [10:37:20.043] 72/392 postgresql:bool_plperl / bool_plperl/regress OK 3.36s 2 subtests passed [10:37:20.580] 73/392 postgresql:recovery / recovery/051_effective_wal_level OK 14.26s 31 subtests passed [10:37:22.603] 74/392 postgresql:btree_gin / btree_gin/regress OK 5.86s 30 subtests passed [10:37:23.578] 75/392 postgresql:cube / cube/regress OK 4.76s 2 subtests passed [10:37:23.637] 76/392 postgresql:citext / citext/regress OK 4.85s 3 subtests passed [10:37:25.073] 77/392 postgresql:dblink / dblink/regress OK 5.03s 1 subtests passed [10:37:25.343] 78/392 postgresql:btree_gist / btree_gist/regress OK 7.48s 32 subtests passed [10:37:25.450] 79/392 postgresql:dict_int / dict_int/regress OK 4.87s 1 subtests passed [10:37:26.114] 80/392 postgresql:dict_xsyn / dict_xsyn/regress OK 3.51s 1 subtests passed [10:37:26.579] 81/392 postgresql:file_fdw / file_fdw/regress OK 2.94s 1 subtests passed [10:37:27.665] 82/392 postgresql:earthdistance / earthdistance/regress OK 4.09s 1 subtests passed [10:37:28.409] 83/392 postgresql:fuzzystrmatch / fuzzystrmatch/regress OK 3.33s 2 subtests passed [10:37:29.414] 84/392 postgresql:hstore_plperl / hstore_plperl/regress OK 3.96s 3 subtests passed [10:37:29.917] 85/392 postgresql:hstore_plpython / hstore_plpython/regress OK 3.80s 1 subtests passed [10:37:30.301] 86/392 postgresql:amcheck / amcheck/regress OK 16.23s 4 subtests passed [10:37:32.747] 87/392 postgresql:jsonb_plperl / jsonb_plperl/regress OK 4.34s 2 subtests passed [10:37:33.001] 88/392 postgresql:hstore / hstore/regress OK 7.66s 2 subtests passed [10:37:33.057] 89/392 postgresql:isn / isn/regress OK 5.39s 1 subtests passed [10:37:34.416] 90/392 postgresql:jsonb_plpython / jsonb_plpython/regress OK 5.00s 1 subtests passed [10:37:34.849] 91/392 postgresql:lo / lo/regress OK 4.93s 1 subtests passed [10:37:36.083] 92/392 postgresql:passwordcheck / passwordcheck/regress OK 3.02s 1 subtests passed [10:37:36.258] 93/392 postgresql:ltree / ltree/regress OK 5.96s 1 subtests passed [10:37:36.283] 94/392 postgresql:ltree_plpython / ltree_plpython/regress OK 3.53s 1 subtests passed [10:37:37.339] 95/392 postgresql:pageinspect / pageinspect/regress OK 4.34s 8 subtests passed [10:37:38.077] 96/392 postgresql:pg_buffercache / pg_buffercache/regress OK 3.66s 2 subtests passed [10:37:39.485] 97/392 postgresql:pg_overexplain / pg_overexplain/regress OK 3.20s 1 subtests passed [10:37:39.901] 98/392 postgresql:pg_freespacemap / pg_freespacemap/regress OK 3.82s 1 subtests passed [10:37:40.517] 99/392 postgresql:pg_logicalinspect / pg_logicalinspect/isolation OK 4.26s 1 subtests passed [10:37:41.489] 100/392 postgresql:pgcrypto / pgcrypto/regress OK 6.64s 25 subtests passed [10:37:42.632] 101/392 postgresql:pg_prewarm / pg_prewarm/regress OK 4.55s 1 subtests passed [10:37:45.401] 102/392 postgresql:pgrowlocks / pgrowlocks/isolation OK 5.91s 1 subtests passed [10:37:45.635] 103/392 postgresql:pgstattuple / pgstattuple/regress OK 5.12s 1 subtests passed [10:37:46.447] 104/392 postgresql:intarray / intarray/regress OK 19.87s 1 subtests passed [10:37:46.468] 105/392 postgresql:pg_stat_statements / pg_stat_statements/regress OK 6.56s 16 subtests passed [10:37:46.487] 106/392 postgresql:pg_surgery / pg_surgery/regress OK 5.00s 1 subtests passed [10:37:48.776] 107/392 postgresql:pg_visibility / pg_visibility/regress OK 3.37s 1 subtests passed [10:37:49.611] 108/392 postgresql:pg_walinspect / pg_walinspect/regress OK 3.97s 2 subtests passed [10:37:49.847] 109/392 postgresql:seg / seg/regress OK 3.36s 3 subtests passed [10:37:50.228] 110/392 postgresql:postgres_fdw / postgres_fdw/isolation OK 3.76s 1 subtests passed [10:37:50.531] 111/392 postgresql:pg_trgm / pg_trgm/regress OK 7.90s 4 subtests passed [10:37:51.194] 112/392 postgresql:pg_plan_advice / pg_plan_advice/regress OK 13.85s 9 subtests passed [10:37:52.249] 113/392 postgresql:spi / spi/regress OK 3.47s 2 subtests passed [10:37:53.026] 114/392 postgresql:tablefunc / tablefunc/regress OK 3.41s 1 subtests passed [10:37:53.085] 115/392 postgresql:tcn / tcn/isolation OK 3.24s 1 subtests passed [10:37:53.230] ▶ 116/392 - regression tests pass FAIL [10:37:53.820] 117/392 postgresql:tsm_system_rows / tsm_system_rows/regress OK 2.62s 1 subtests passed [10:37:55.199] 118/392 postgresql:tsm_system_time / tsm_system_time/regress OK 2.95s 1 subtests passed [10:37:55.626] 119/392 postgresql:unaccent / unaccent/regress OK 2.60s 1 subtests passed [10:37:56.150] 120/392 postgresql:uuid-ossp / uuid-ossp/regress OK 3.06s 1 subtests passed [10:37:56.821] 121/392 postgresql:xml2 / xml2/regress OK 3.00s 1 subtests passed [10:37:57.499] 122/392 postgresql:test_decoding / test_decoding/isolation OK 6.97s 14 subtests passed [10:37:58.655] 123/392 postgresql:brin / brin/isolation OK 3.45s 1 subtests passed [10:37:58.666] 124/392 postgresql:commit_ts / commit_ts/regress OK 3.04s 1 subtests passed [10:37:59.658] 125/392 postgresql:delay_execution / delay_execution/isolation OK 3.51s 2 subtests passed [10:37:59.926] 126/392 postgresql:dummy_index_am / dummy_index_am/regress OK 3.10s 1 subtests passed [10:38:00.848] 127/392 postgresql:dummy_seclabel / dummy_seclabel/regress OK 3.35s 1 subtests passed [10:38:01.833] 128/392 postgresql:postgres_fdw / postgres_fdw/regress OK 15.38s 2 subtests passed [10:38:02.434] 129/392 postgresql:index / index/isolation OK 3.77s 1 subtests passed [10:38:02.661] 130/392 postgresql:gin / gin/regress OK 4.00s 1 subtests passed [10:38:03.097] 131/392 postgresql:injection_points / injection_points/regress OK 3.44s 4 subtests passed [10:38:03.434] 132/392 postgresql:test_decoding / test_decoding/regress OK 13.20s 19 subtests passed [10:38:05.168] 133/392 postgresql:plsample / plsample/regress OK 3.33s 1 subtests passed [10:38:05.587] 134/392 postgresql:test_binaryheap / test_binaryheap/regress OK 2.92s 1 subtests passed [10:38:05.707] 135/392 postgresql:spgist_name_ops / spgist_name_ops/regress OK 3.27s 1 subtests passed [10:38:05.988] 136/392 postgresql:test_bloomfilter / test_bloomfilter/regress OK 2.55s 1 subtests passed [10:38:06.416] 137/392 postgresql:test_bitmapset / test_bitmapset/regress OK 3.32s 1 subtests passed [10:38:06.639] 138/392 postgresql:injection_points / injection_points/isolation OK 6.71s 4 subtests passed [10:38:08.383] 139/392 postgresql:test_copy_callbacks / test_copy_callbacks/regress OK 3.21s 1 subtests passed [10:38:08.720] 140/392 postgresql:test_custom_types / test_custom_types/regress OK 3.01s 1 subtests passed [10:38:09.101] 141/392 postgresql:test_cplusplusext / test_cplusplusext/regress OK 3.51s 1 subtests passed [10:38:09.772] 142/392 postgresql:test_dsa / test_dsa/regress OK 3.35s 1 subtests passed [10:38:09.976] 143/392 postgresql:test_dsm_registry / test_dsm_registry/regress OK 3.34s 1 subtests passed [10:38:10.272] 144/392 postgresql:test_ddl_deparse / test_ddl_deparse/regress OK 4.28s 22 subtests passed [10:38:11.010] 145/392 postgresql:nbtree / nbtree/regress OK 10.16s 2 subtests passed [10:38:11.815] 146/392 postgresql:test_extensions / test_extensions/regress OK 3.43s 2 subtests passed [10:38:12.123] 147/392 postgresql:test_ginpostinglist / test_ginpostinglist/regress OK 3.40s 1 subtests passed [10:38:12.758] 148/392 postgresql:test_lfind / test_lfind/regress OK 2.98s 1 subtests passed [10:38:13.258] 149/392 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress OK 3.28s 1 subtests passed [10:38:13.861] 150/392 postgresql:test_parser / test_parser/regress OK 2.85s 1 subtests passed [10:38:13.907] 151/392 postgresql:test_oat_hooks / test_oat_hooks/regress OK 3.63s 2 subtests passed [10:38:14.767] 152/392 postgresql:test_pg_dump / test_pg_dump/regress OK 2.95s 1 subtests passed [10:38:15.155] 153/392 postgresql:test_predtest / test_predtest/regress OK 3.03s 1 subtests passed [10:38:15.909] 154/392 postgresql:test_rbtree / test_rbtree/regress OK 2.65s 1 subtests passed [10:38:16.035] 155/392 postgresql:test_radixtree / test_radixtree/regress OK 3.28s 1 subtests passed [10:38:17.008] 156/392 postgresql:test_resowner / test_resowner/regress OK 3.10s 1 subtests passed [10:38:17.411] 157/392 postgresql:test_regex / test_regex/regress OK 3.55s 2 subtests passed [10:38:17.962] 158/392 postgresql:test_saslprep / test_saslprep/regress OK 2.81s 1 subtests passed [10:38:18.359] 159/392 postgresql:test_rls_hooks / test_rls_hooks/regress OK 3.59s 1 subtests passed [10:38:18.799] 160/392 postgresql:test_slru / test_slru/regress OK 2.76s 1 subtests passed [10:38:19.774] 161/392 postgresql:libpq / libpq/001_uri OK 0.97s 63 subtests passed [10:38:19.941] 162/392 postgresql:libpq / libpq/002_api OK 0.17s 1 subtests passed [10:38:20.349] 163/392 postgresql:test_tidstore / test_tidstore/regress OK 3.34s 1 subtests passed [10:38:20.781] 164/392 postgresql:test_integerset / test_integerset/regress OK 11.68s 1 subtests passed [10:38:21.407] 165/392 postgresql:typcache / typcache/regress OK 4.00s 1 subtests passed [10:38:21.913] 116/392 postgresql:recovery / recovery/027_stream_regress ERROR 121.96s exit status 1 [10:38:21.914] >>> LD_LIBRARY_PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/lib/x86_64-linux-gnu INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib enable_injection_points=yes MESON_TEST_ITERATION=1 MALLOC_PERTURB_=221 top_builddir=/tmp/cirrus-ci-build/build REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/test/recovery:/tmp/cirrus-ci-build/build/src/test/recovery/test:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress /usr/bin/python3 /tmp/cirrus-ci-build/build/../src/tools/testwrap --basedir /tmp/cirrus-ci-build/build --srcdir /tmp/cirrus-ci-build/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 027_stream_regress -- /usr/bin/perl -I /tmp/cirrus-ci-build/src/test/perl -I /tmp/cirrus-ci-build/src/test/recovery /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl [10:38:21.914] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [10:38:21.914] Listing only the last 100 lines from a long log. [10:38:21.914] # /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --dlpath=/tmp/cirrus-ci-build/build/src/test/regress --bindir= --host=/tmp/hC84a65_3c --port=12211 --schedule=../regress/parallel_schedule --max-concurrent-tests=20 --inputdir=../regress --outputdir=/tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data [10:38:21.914] # -------------- stdout -------------- [10:38:21.914] # # using postmaster on /tmp/hC84a65_3c, port 12211 [10:38:21.914] # ok 1 - test_setup 871 ms [10:38:21.914] # # parallel group (20 tests): char varchar name int2 oid text txid boolean int4 pg_lsn money float4 regproc int8 float8 uuid enum bit numeric rangetypes [10:38:21.914] # ok 2 + boolean 253 ms [10:38:21.914] # ok 3 + char 146 ms [10:38:21.914] # ok 4 + name 199 ms [10:38:21.914] # ok 5 + varchar 159 ms [10:38:21.914] # ok 6 + text 214 ms [10:38:21.914] # ok 7 + int2 208 ms [10:38:21.914] # ok 8 + int4 251 ms [10:38:21.914] # ok 9 + int8 366 ms [10:38:21.914] # ok 10 + oid 207 ms [10:38:21.914] # ok 11 + float4 305 ms [10:38:21.914] # ok 12 + float8 358 ms [10:38:21.914] # ok 13 + bit 584 ms [10:38:21.914] # ok 14 + numeric 1385 ms [10:38:21.914] # ok 15 + txid 200 ms [10:38:21.914] # ok 16 + uuid 372 ms [10:38:21.914] # ok 17 + enum 544 ms [10:38:21.914] # ok 18 + money 271 ms [10:38:21.914] # ok 19 + rangetypes 1716 ms [10:38:21.914] # ok 20 + pg_lsn 222 ms [10:38:21.914] # ok 21 + regproc 314 ms [10:38:21.914] # # parallel group (20 tests): md5 path line circle time macaddr lseg timetz point numerology macaddr8 date inet interval timestamptz timestamp strings box polygon multirangetypes [10:38:21.914] # ok 22 + strings 888 ms [10:38:21.914] # ok 23 + md5 112 ms [10:38:21.914] # ok 24 + numerology 404 ms [10:38:21.914] # ok 25 + point 329 ms [10:38:21.914] # ok 26 + lseg 311 ms [10:38:21.914] # ok 27 + line 158 ms [10:38:21.914] # ... 204 lines omitted ... [10:38:21.914] # ok 218 + with 1713 ms [10:38:21.914] # ok 219 + xml 2921 ms [10:38:21.914] # # parallel group (20 tests): numa planner_est hash_part reloptions predicate explain graph_table_rls partition_info compression_lz4 compression eager_aggregate tuplesort memoize partition_aggregate partition_merge stats partition_split partition_join partition_prune indexing [10:38:21.914] # ok 220 + partition_merge 6016 ms [10:38:21.914] # ok 221 + partition_split 7573 ms [10:38:21.914] # ok 222 + partition_join 8096 ms [10:38:21.914] # ok 223 + partition_prune 8324 ms [10:38:21.914] # ok 224 + reloptions 490 ms [10:38:21.914] # ok 225 + hash_part 331 ms [10:38:21.914] # ok 226 + indexing 8973 ms [10:38:21.914] # ok 227 + partition_aggregate 4788 ms [10:38:21.914] # ok 228 + partition_info 1362 ms [10:38:21.914] # ok 229 + tuplesort 3977 ms [10:38:21.914] # ok 230 + explain 779 ms [10:38:21.914] # ok 231 + compression 1825 ms [10:38:21.914] # ok 232 + compression_lz4 1400 ms [10:38:21.914] # ok 233 + memoize 4271 ms [10:38:21.914] # ok 234 + stats 6833 ms [10:38:21.914] # ok 235 + predicate 737 ms [10:38:21.914] # ok 236 + numa 188 ms [10:38:21.914] # ok 237 + eager_aggregate 2177 ms [10:38:21.914] # ok 238 + graph_table_rls 909 ms [10:38:21.914] # ok 239 + planner_est 228 ms [10:38:21.914] # # parallel group (2 tests): oidjoins event_trigger [10:38:21.914] # ok 240 + oidjoins 1681 ms [10:38:21.914] # ok 241 + event_trigger 1877 ms [10:38:21.914] # ok 242 - event_trigger_login 105 ms [10:38:21.914] # ok 243 - fast_default 740 ms [10:38:21.914] # ok 244 - tablespace 2421 ms [10:38:21.914] # 1..244 [10:38:21.914] # -------------- stderr -------------- [10:38:21.914] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/constraints.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/constraints.out [10:38:21.914] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/constraints.out 2026-04-04 10:32:19.043040162 +0000 [10:38:21.914] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/constraints.out 2026-04-04 10:36:40.643092735 +0000 [10:38:21.914] # # @@ -1127,8 +1127,10 @@ [10:38:21.914] # # INSERT INTO ne_nn_tbl VALUES (NULL); -- ok [10:38:21.914] # # ALTER TABLE ne_nn_tbl ALTER CONSTRAINT nn ENFORCED; -- error [10:38:21.914] # # ERROR: cannot alter enforceability of constraint "nn" of relation "ne_nn_tbl" [10:38:21.914] # # +HINT: Only foreign key and check constraints can change enforceability. [10:38:21.914] # # ALTER TABLE ne_nn_tbl ALTER CONSTRAINT nn NOT ENFORCED; -- error [10:38:21.914] # # ERROR: cannot alter enforceability of constraint "nn" of relation "ne_nn_tbl" [10:38:21.914] # # +HINT: Only foreign key and check constraints can change enforceability. [10:38:21.914] # # ALTER TABLE ne_nn_tbl VALIDATE CONSTRAINT nn; -- error [10:38:21.914] # # ERROR: cannot validate NOT ENFORCED constraint [10:38:21.914] # # ALTER TABLE ne_nn_tbl ADD CONSTRAINT nn_enforced1 NOT NULL x NOT ENFORCED; -- error [10:38:21.914] # # diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/inherit.out [10:38:21.914] # # --- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out 2026-04-04 10:32:19.075050615 +0000 [10:38:21.914] # # +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/inherit.out 2026-04-04 10:36:42.383126983 +0000 [10:38:21.914] # # @@ -1580,8 +1580,9 @@ [10:38:21.914] # # f1 | integer | | not null | | plain | | [10:38:21.914] # # Not-null constraints: [10:38:21.914] # # "p1_nn_a_nn" NOT NULL "f1" (inherited) [10:38:21.914] # # -Inherits: p1_nn, [10:38:21.914] # # - p1_nn_c1 [10:38:21.914] # # +Inherits: [10:38:21.914] # # + p1_nn [10:38:21.914] # # + p1_nn_c1 [10:38:21.914] # # [10:38:21.914] # # create table p1_nn_c4(f1 int not null not enforced) inherits(p1_nn, p1_nn_c1); -- error, parent (p1_nn_c1) have enforced [10:38:21.914] # # NOTICE: merging multiple inherited definitions of column "f1" [10:38:21.914] # # 2 of 244 tests failed. [10:38:21.914] # # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/regression.diffs". [10:38:21.914] # # A copy of the test summary that you see above is saved in the file "/tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/regression.out". [10:38:21.914] # ------------------------------------ [10:38:21.914] # Looks like you failed 1 test of 11. [10:38:21.914] [10:38:21.914] (test program exited with status code 1) [10:38:21.915] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [10:38:21.915] [10:38:22.005] 166/392 postgresql:unsafe_tests / unsafe_tests/regress OK 4.04s 4 subtests passed [10:38:22.083] 167/392 postgresql:test_shm_mq / test_shm_mq/regress OK 6.17s 1 subtests passed [10:38:22.179] 168/392 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.26s 55 subtests passed [10:38:22.407] 169/392 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.32s 9 subtests passed [10:38:27.180] 170/392 postgresql:ecpg / ecpg/ecpg OK 8.82s 66 subtests passed [10:38:27.726] 171/392 postgresql:pg_amcheck / pg_amcheck/002_nonesuch OK 5.55s 107 subtests passed [10:38:28.287] 172/392 postgresql:libpq / libpq/006_service OK 6.88s 47 subtests passed [10:38:28.707] 173/392 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.42s 51 subtests passed [10:38:30.643] 174/392 postgresql:libpq / libpq/003_load_balance_host_list OK 10.70s 127 subtests passed [10:38:32.150] 175/392 postgresql:libpq / libpq/004_load_balance_dns OK 11.80s 125 subtests passed [10:38:32.499] 176/392 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam OK 5.32s 32 subtests passed [10:38:32.595] 177/392 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage OK 4.87s 10 subtests passed [10:38:33.720] 178/392 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace OK 3.08s 3 subtests passed [10:38:34.010] 179/392 postgresql:pg_checksums / pg_checksums/001_basic OK 0.29s 9 subtests passed [10:38:35.217] 180/392 postgresql:libpq / libpq/005_negotiate_encryption OK 14.43s 249 subtests passed [10:38:35.610] 181/392 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 0.39s 13 subtests passed [10:38:37.902] 182/392 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal OK 5.75s 43 subtests passed [10:38:38.223] 183/392 postgresql:pg_amcheck / pg_amcheck/003_check OK 15.81s 75 subtests passed [10:38:39.370] 184/392 postgresql:pg_checksums / pg_checksums/002_actions OK 5.36s 66 subtests passed [10:38:41.343] 185/392 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical OK 8.84s 27 subtests passed [10:38:42.315] 186/392 postgresql:pg_combinebackup / pg_combinebackup/004_manifest OK 4.09s 11 subtests passed [10:38:42.965] 187/392 postgresql:pg_combinebackup / pg_combinebackup/003_timeline OK 5.06s 7 subtests passed [10:38:44.197] 188/392 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups OK 8.59s 6 subtests passed [10:38:45.792] 189/392 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy OK 4.45s 4 subtests passed [10:38:46.139] 190/392 postgresql:pg_combinebackup / pg_combinebackup/005_integrity OK 6.77s 22 subtests passed [10:38:46.405] 191/392 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal OK 4.09s 3 subtests passed [10:38:46.641] 192/392 postgresql:pg_config / pg_config/001_pg_config OK 0.23s 21 subtests passed [10:38:47.547] 193/392 postgresql:initdb / initdb/001_initdb OK 25.54s 57 subtests passed [10:38:47.579] 194/392 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file OK 3.38s 4 subtests passed [10:38:48.973] 195/392 postgresql:pg_controldata / pg_controldata/001_pg_controldata OK 2.33s 18 subtests passed [10:38:49.566] 196/392 postgresql:pg_combinebackup / pg_combinebackup/008_promote OK 6.60s 2 subtests passed [10:38:50.030] 197/392 postgresql:pg_ctl / pg_ctl/002_status OK 2.45s 3 subtests passed [10:38:50.071] 198/392 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup OK 21.36s 200 subtests passed [10:38:50.092] 199/392 postgresql:pg_combinebackup / pg_combinebackup/011_ib_truncation OK 3.95s 5 subtests passed [10:38:51.145] 200/392 postgresql:pg_ctl / pg_ctl/001_start_stop OK 3.60s 25 subtests passed [10:38:51.269] 201/392 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink OK 5.48s 4 subtests passed [10:38:51.774] 202/392 postgresql:pg_dump / pg_dump/001_basic OK 1.74s 135 subtests passed [10:38:52.391] 203/392 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber OK 19.79s 60 subtests passed [10:38:53.431] 204/392 postgresql:pg_dump / pg_dump/003_pg_dump_with_server OK 3.34s 3 subtests passed [10:38:53.560] 205/392 postgresql:pg_ctl / pg_ctl/003_promote OK 4.59s 12 subtests passed [10:38:54.554] 206/392 postgresql:pg_ctl / pg_ctl/004_logrotate OK 4.98s 14 subtests passed [10:38:55.880] 207/392 postgresql:pg_dump / pg_dump/004_pg_dump_parallel OK 4.73s 4 subtests passed [10:38:57.539] 208/392 postgresql:pg_resetwal / pg_resetwal/002_corrupted OK 2.98s 9 subtests passed [10:38:57.664] 209/392 postgresql:pg_resetwal / pg_resetwal/001_basic OK 4.10s 83 subtests passed [10:38:59.124] 210/392 postgresql:pg_dump / pg_dump/006_pg_dump_compress OK 7.35s 98 subtests passed [10:39:01.768] 211/392 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile OK 10.50s 108 subtests passed [10:39:03.625] ▶ 212/392 - clean: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:04.285] ▶ 212/392 - clean_if_exists: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:05.819] ▶ 212/392 - createdb: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:06.214] 213/392 postgresql:pg_rewind / pg_rewind/005_same_timeline OK 4.44s 1 subtests passed [10:39:06.572] 214/392 postgresql:pg_rewind / pg_rewind/006_options OK 0.36s 13 subtests passed [10:39:06.629] 215/392 postgresql:pg_dump / pg_dump/010_dump_connstr OK 13.20s 13 subtests passed [10:39:06.863] ▶ 212/392 - defaults: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:07.700] 216/392 postgresql:pg_rewind / pg_rewind/003_extrafiles OK 10.03s 6 subtests passed [10:39:07.746] ▶ 212/392 - defaults_custom_format: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:08.600] ▶ 212/392 - defaults_dir_format: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:08.980] 217/392 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink OK 9.85s 10 subtests passed [10:39:09.928] ▶ 212/392 - defaults_parallel: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:10.835] 218/392 postgresql:pg_rewind / pg_rewind/002_databases OK 13.29s 12 subtests passed [10:39:11.050] ▶ 212/392 - defaults_tar_format: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:12.120] 219/392 postgresql:pg_rewind / pg_rewind/009_growing_files OK 4.42s 3 subtests passed [10:39:12.209] ▶ 212/392 - exclude_measurement: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:12.347] 220/392 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.23s 13 subtests passed [10:39:12.579] 221/392 postgresql:pg_rewind / pg_rewind/007_standby_source OK 6.00s 7 subtests passed [10:39:12.894] 222/392 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.31s 17 subtests passed [10:39:13.025] ▶ 212/392 - exclude_measurement_data: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:13.504] 223/392 postgresql:pg_rewind / pg_rewind/008_min_recovery_point OK 6.87s 3 subtests passed [10:39:13.644] ▶ 212/392 - exclude_test_table: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:13.707] 224/392 postgresql:pg_test_timing / pg_test_timing/001_basic OK 1.36s 18 subtests passed [10:39:14.150] 225/392 postgresql:pg_rewind / pg_rewind/001_basic OK 18.27s 57 subtests passed [10:39:14.413] ▶ 212/392 - exclude_test_table_data: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:15.133] 226/392 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 0.98s 60 subtests passed [10:39:15.529] 227/392 postgresql:pg_rewind / pg_rewind/011_wal_copy OK 4.69s 12 subtests passed [10:39:16.426] 228/392 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals OK 7.45s 1 subtests passed [10:39:16.448] ▶ 212/392 - no_large_objects: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:17.491] ▶ 212/392 - no_owner: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:18.028] 229/392 postgresql:pg_verifybackup / pg_verifybackup/004_options OK 4.32s 32 subtests passed [10:39:18.437] ▶ 212/392 - no_policies: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:18.917] 230/392 postgresql:pg_verifybackup / pg_verifybackup/006_encoding OK 3.78s 5 subtests passed [10:39:19.375] ▶ 212/392 - no_policies_restore: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:19.953] 231/392 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm OK 7.06s 38 subtests passed [10:39:20.083] 232/392 postgresql:pg_verifybackup / pg_verifybackup/007_wal OK 4.55s 11 subtests passed [10:39:20.190] ▶ 212/392 - no_privs: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:21.421] ▶ 212/392 - no_statistics: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:21.951] ▶ 212/392 - no_subscriptions: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:22.833] ▶ 212/392 - no_subscriptions_restore: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:23.504] 233/392 postgresql:pg_verifybackup / pg_verifybackup/008_untar OK 7.08s 18 subtests passed [10:39:23.577] ▶ 212/392 - no_table_access_method: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:23.756] 234/392 postgresql:pg_waldump / pg_waldump/002_save_fullpage OK 3.67s 5 subtests passed [10:39:23.815] 235/392 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.31s 11 subtests passed [10:39:24.233] 236/392 postgresql:pg_verifybackup / pg_verifybackup/009_extract OK 6.20s 10 subtests passed [10:39:24.470] ▶ 212/392 - no_toast_compression: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:25.669] 237/392 postgresql:pgbench / pgbench/002_pgbench_no_server OK 1.43s 207 subtests passed [10:39:25.817] ▶ 212/392 - only_dump_test_schema: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:26.323] 238/392 postgresql:pg_verifybackup / pg_verifybackup/003_corruption OK 12.82s 92 subtests passed [10:39:26.526] 239/392 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar OK 7.61s 21 subtests passed [10:39:27.751] 240/392 postgresql:pg_walsummary / pg_walsummary/002_blocks OK 3.99s 7 subtests passed [10:39:29.080] ▶ 212/392 - pg_dumpall_dbprivs: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:30.602] 241/392 postgresql:psql / psql/010_tab_completion OK 4.28s 89 subtests passed [10:39:30.941] 242/392 postgresql:psql / psql/020_cancel OK 4.41s 2 subtests passed [10:39:31.031] ▶ 212/392 - pg_dumpall_exclude: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:31.507] 243/392 postgresql:psql / psql/030_pager OK 3.75s 4 subtests passed [10:39:31.760] 244/392 postgresql:psql / psql/001_basic OK 6.09s 126 subtests passed [10:39:33.540] ▶ 212/392 - schema_only: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:34.063] 245/392 postgresql:scripts / scripts/010_clusterdb OK 3.46s 16 subtests passed [10:39:34.947] 246/392 postgresql:scripts / scripts/011_clusterdb_all OK 4.00s 7 subtests passed [10:39:35.343] ▶ 212/392 - section_pre_data: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:35.419] 247/392 postgresql:scripts / scripts/040_createuser OK 3.66s 37 subtests passed [10:39:36.255] 248/392 postgresql:pg_waldump / pg_waldump/001_basic OK 16.30s 212 subtests passed [10:39:36.574] ▶ 212/392 - test_schema_plus_large_objects: should dump CONSTRAINT NOT NULL NOT ENFORCED FAIL [10:39:37.047] 212/392 postgresql:pg_dump / pg_dump/002_pg_dump ERROR 46.97s exit status 28 [10:39:37.065] >>> PATH=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin:/tmp/cirrus-ci-build/build/src/bin/pg_dump:/tmp/cirrus-ci-build/build/src/bin/pg_dump/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 INITDB_TEMPLATE=/tmp/cirrus-ci-build/build/tmp_install/initdb-template ZSTD=/usr/bin/zstd share_contrib_dir=/tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/share/contrib with_icu=yes MESON_TEST_ITERATION=1 MALLOC_PERTURB_=3 LZ4=/usr/bin/lz4 top_builddir=/tmp/cirrus-ci-build/build REGRESS_SHLIB=/tmp/cirrus-ci-build/build/src/test/regress/regress.so MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 GZIP_PROGRAM=/usr/bin/gzip PG_REGRESS=/tmp/cirrus-ci-build/build/src/test/regress/pg_regress /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_dump --pg-test-extra '' --testgroup pg_dump --testname 002_pg_dump -- /usr/bin/perl -I /tmp/cirrus-ci-build/src/test/perl -I /tmp/cirrus-ci-build/src/bin/pg_dump /tmp/cirrus-ci-build/src/bin/pg_dump/t/002_pg_dump.pl [10:39:37.065] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [10:39:37.065] Listing only the last 100 lines from a long log. [10:39:37.065] # 'version', '190000'::integer, [10:39:37.065] # 'schemaname', 'dump_test', [10:39:37.065] # 'relname', 'regress_pg_dump_matview_am_2', [10:39:37.065] # 'relpages', '0'::integer, [10:39:37.065] # 'reltuples', '-1'::real, [10:39:37.065] # 'relallvisible', '0'::integer, [10:39:37.065] # 'relallfrozen', '0'::integer [10:39:37.065] # ); [10:39:37.065] # [10:39:37.065] # [10:39:37.065] # -- [10:39:37.065] # -- Statistics for Name: test_table_generated_pkey; Type: STATISTICS DATA; Schema: dump_test; Owner: - [10:39:37.065] # -- [10:39:37.065] # [10:39:37.065] # SELECT * FROM pg_catalog.pg_restore_relation_stats( [10:39:37.065] # 'version', '190000'::integer, [10:39:37.065] # 'schemaname', 'dump_test', [10:39:37.065] # 'relname', 'test_table_generated_pkey', [10:39:37.065] # 'relpages', '1'::integer, [10:39:37.065] # 'reltuples', '0'::real, [10:39:37.065] # 'relallvisible', '0'::integer, [10:39:37.065] # 'relallfrozen', '0'::integer [10:39:37.065] # ); [10:39:37.065] # [10:39:37.065] # [10:39:37.065] # -- [10:39:37.065] # -- Statistics for Name: test_table_identity_pkey; Type: STATISTICS DATA; Schema: dump_test; Owner: - [10:39:37.065] # -- [10:39:37.065] # [10:39:37.065] # SELECT * FROM pg_catalog.pg_restore_relation_stats( [10:39:37.065] # 'version', '190000'::integer, [10:39:37.065] # 'schemaname', 'dump_test', [10:39:37.065] # 'relname', 'test_table_identity_pkey', [10:39:37.065] # 'relpages', '1'::integer, [10:39:37.065] # 'reltuples', '0'::real, [10:39:37.065] # 'relallvisible', '0'::integer, [10:39:37.065] # 'relallfrozen', '0'::integer [10:39:37.065] # ); [10:39:37.065] # [10:39:37.065] # [10:39:37.065] # -- [10:39:37.065] # -- Statistics for Name: test_table_pkey; Type: STATISTICS DATA; Schema: dump_test; Owner: - [10:39:37.065] # -- [10:39:37.065] # [10:39:37.065] # SELECT * FROM pg_catalog.pg_restore_relation_stats( [10:39:37.065] # 'version', '190000'::integer, [10:39:37.065] # 'schemaname', 'dump_test', [10:39:37.065] # 'relname', 'test_table_pkey', [10:39:37.065] # 'relpages', '1'::integer, [10:39:37.065] # 'reltuples', '0'::real, [10:39:37.065] # 'relallvisible', '0'::integer, [10:39:37.065] # 'relallfrozen', '0'::integer [10:39:37.065] # ); [10:39:37.065] # [10:39:37.065] # [10:39:37.065] # -- [10:39:37.065] # -- Statistics for Name: test_table_tpk_pkey; Type: STATISTICS DATA; Schema: dump_test; Owner: - [10:39:37.065] # -- [10:39:37.065] # [10:39:37.065] # SELECT * FROM pg_catalog.pg_restore_relation_stats( [10:39:37.065] # 'version', '190000'::integer, [10:39:37.065] # 'schemaname', 'dump_test', [10:39:37.065] # 'relname', 'test_table_tpk_pkey', [10:39:37.065] # 'relpages', '1'::integer, [10:39:37.065] # 'reltuples', '0'::real, [10:39:37.065] # 'relallvisible', '0'::integer, [10:39:37.065] # 'relallfrozen', '0'::integer [10:39:37.065] # ); [10:39:37.065] # [10:39:37.065] # [10:39:37.065] # -- [10:39:37.065] # -- Statistics for Name: test_table_tuq_uq; Type: STATISTICS DATA; Schema: dump_test; Owner: - [10:39:37.065] # -- [10:39:37.065] # [10:39:37.065] # SELECT * FROM pg_catalog.pg_restore_relation_stats( [10:39:37.065] # 'version', '190000'::integer, [10:39:37.065] # 'schemaname', 'dump_test', [10:39:37.065] # 'relname', 'test_table_tuq_uq', [10:39:37.065] # 'relpages', '1'::integer, [10:39:37.065] # 'reltuples', '0'::real, [10:39:37.065] # 'relallvisible', '0'::integer, [10:39:37.065] # 'relallfrozen', '0'::integer [10:39:37.065] # ); [10:39:37.065] # [10:39:37.065] # [10:39:37.065] # -- [10:39:37.065] # -- PostgreSQL database dump complete [10:39:37.065] # -- [10:39:37.065] # [10:39:37.065] # \unrestrict DRHtjSvcvPJHEtPcjXx1LOqidMwXjaOK3JDxma92febTgt0UoU4q0rN6gTjliHs [10:39:37.065] # [10:39:37.065] # ' [10:39:37.065] # doesn't match '(?^mx:^ [10:39:37.065] # CREATE\ TABLE\ dump_test\.test_table_nn0\ \(\n [10:39:37.065] # \s+col1\ integer\ CONSTRAINT\ nn\ NOT\ NULL\ col1\ NOT\ ENFORCED\)$ [10:39:37.065] # )' [10:39:37.065] # Review test_schema_plus_large_objects results in /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_dump/data/tmp_test_aB_i [10:39:37.065] # Looks like you failed 28 tests of 12167. [10:39:37.065] [10:39:37.065] (test program exited with status code 28) [10:39:37.065] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [10:39:37.065] [10:39:38.348] 249/392 postgresql:scripts / scripts/050_dropdb OK 4.28s 16 subtests passed [10:39:38.755] 250/392 postgresql:scripts / scripts/080_pg_isready OK 3.33s 11 subtests passed [10:39:38.774] 251/392 postgresql:scripts / scripts/070_dropuser OK 3.83s 13 subtests passed [10:39:41.609] 252/392 postgresql:scripts / scripts/020_createdb OK 10.10s 64 subtests passed [10:39:42.058] 253/392 postgresql:scripts / scripts/091_reindexdb_all OK 4.43s 13 subtests passed [10:39:42.430] 254/392 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.37s 27 subtests passed [10:39:42.799] 255/392 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.37s 4 subtests passed [10:39:42.820] 256/392 postgresql:pgbench / pgbench/001_pgbench_with_server OK 19.00s 474 subtests passed [10:39:42.884] 257/392 postgresql:scripts / scripts/101_vacuumdb_all OK 4.13s 5 subtests passed [10:39:43.082] 258/392 postgresql:scripts / scripts/090_reindexdb OK 6.82s 64 subtests passed [10:39:43.319] 259/392 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 0.52s 39 subtests passed [10:39:45.600] 260/392 postgresql:scripts / scripts/102_vacuumdb_stages OK 6.82s 4 subtests passed [10:39:46.079] 261/392 postgresql:pg_dump / pg_dump/007_pg_dumpall OK 53.69s 60 subtests passed [10:39:47.269] 262/392 postgresql:amcheck / amcheck/004_verify_nbtree_unique OK 3.95s 6 subtests passed [10:39:47.329] 263/392 postgresql:amcheck / amcheck/002_cic OK 4.44s 4 subtests passed [10:39:47.421] 264/392 postgresql:scripts / scripts/100_vacuumdb OK 9.07s 113 subtests passed [10:39:47.513] 265/392 postgresql:amcheck / amcheck/003_cic_2pc OK 4.43s 7 subtests passed [10:39:47.938] 266/392 postgresql:scripts / scripts/200_connstr OK 6.33s 3 subtests passed [10:39:48.257] 267/392 postgresql:oid2name / oid2name/001_basic OK 0.32s 9 subtests passed [10:39:50.057] 268/392 postgresql:amcheck / amcheck/005_pitr OK 4.46s 3 subtests passed [10:39:51.230] 269/392 postgresql:auto_explain / auto_explain/001_auto_explain OK 3.96s 20 subtests passed [10:39:51.842] 270/392 postgresql:pg_prewarm / pg_prewarm/001_basic OK 3.58s 11 subtests passed [10:39:52.341] 271/392 postgresql:amcheck / amcheck/006_verify_gin OK 6.26s 6 subtests passed [10:39:53.391] 272/392 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic OK 5.97s 16 subtests passed [10:39:54.075] 273/392 postgresql:pg_stat_statements / pg_stat_statements/010_restart OK 4.02s 3 subtests passed [10:39:54.374] 274/392 postgresql:sepgsql / sepgsql/001_sepgsql SKIP 0.30s [10:39:56.203] 275/392 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction OK 4.97s 2 subtests passed [10:39:56.231] 276/392 postgresql:dblink / dblink/001_auth_scram OK 8.72s 12 subtests passed [10:39:56.315] 277/392 postgresql:pg_visibility / pg_visibility/002_corrupt_vm OK 4.47s 3 subtests passed [10:39:56.499] 278/392 postgresql:vacuumlo / vacuumlo/001_basic OK 0.29s 9 subtests passed [10:39:56.516] 279/392 postgresql:amcheck / amcheck/001_verify_heapam OK 13.69s 272 subtests passed [10:39:58.823] 280/392 postgresql:test_decoding / test_decoding/001_repl_stats OK 4.44s 6 subtests passed [10:39:59.135] 281/392 postgresql:authentication / authentication/005_sspi SKIP 0.31s [10:39:59.905] 282/392 postgresql:authentication / authentication/002_saslprep OK 3.59s 20 subtests passed [10:39:59.927] 283/392 postgresql:authentication / authentication/004_file_inclusion OK 3.41s 2 subtests passed [10:40:00.240] 284/392 postgresql:postmaster / postmaster/001_basic OK 0.31s 9 subtests passed [10:40:00.333] 285/392 postgresql:postgres_fdw / postgres_fdw/010_subscription OK 6.94s 4 subtests passed [10:40:00.959] 286/392 postgresql:postgres_fdw / postgres_fdw/001_auth_scram OK 8.62s 7 subtests passed [10:40:01.237] 287/392 postgresql:authentication / authentication/003_peer OK 4.74s 53 subtests passed [10:40:02.558] 288/392 postgresql:authentication / authentication/006_login_trigger OK 3.42s 32 subtests passed [10:40:03.376] 289/392 postgresql:authentication / authentication/007_pre_auth OK 3.46s 2 subtests passed [10:40:03.752] 290/392 postgresql:postmaster / postmaster/003_start_stop OK 3.42s 25 subtests passed [10:40:04.063] 291/392 postgresql:postmaster / postmaster/002_connection_limits OK 3.82s 30 subtests passed [10:40:04.239] 292/392 postgresql:authentication / authentication/001_password OK 8.01s 207 subtests passed [10:40:10.106] 293/392 postgresql:subscription / subscription/003_constraints OK 7.55s 6 subtests passed [10:40:10.313] 294/392 postgresql:subscription / subscription/005_encoding OK 6.56s 1 subtests passed [10:40:10.602] 295/392 postgresql:subscription / subscription/006_rewrite OK 6.54s 2 subtests passed [10:40:10.747] 296/392 postgresql:subscription / subscription/002_types OK 9.51s 4 subtests passed [10:40:11.771] 297/392 postgresql:bloom / bloom/001_wal OK 24.44s 31 subtests passed [10:40:11.825] 298/392 postgresql:subscription / subscription/004_sync OK 8.45s 9 subtests passed [10:40:13.327] 299/392 postgresql:subscription / subscription/007_ddl OK 9.09s 8 subtests passed [10:40:16.155] 300/392 postgresql:subscription / subscription/001_rep_changes OK 15.19s 38 subtests passed [10:40:16.766] 301/392 postgresql:subscription / subscription/009_matviews OK 6.45s 1 subtests passed [10:40:18.424] 302/392 postgresql:subscription / subscription/008_diff_schema OK 8.32s 5 subtests passed [10:40:19.138] 303/392 postgresql:subscription / subscription/012_collation OK 7.37s 2 subtests passed [10:40:20.929] 304/392 postgresql:subscription / subscription/011_generated OK 10.18s 11 subtests passed [10:40:21.351] 305/392 postgresql:subscription / subscription/010_truncate OK 10.75s 14 subtests passed [10:40:23.082] 306/392 postgresql:subscription / subscription/014_binary OK 9.75s 8 subtests passed [10:40:23.857] 307/392 postgresql:subscription / subscription/016_stream_subxact OK 7.09s 3 subtests passed [10:40:25.503] 308/392 postgresql:subscription / subscription/017_stream_ddl OK 7.08s 3 subtests passed [10:40:28.067] 309/392 postgresql:subscription / subscription/019_stream_subxact_ddl_abort OK 7.14s 2 subtests passed [10:40:28.665] 310/392 postgresql:subscription / subscription/020_messages OK 7.31s 5 subtests passed [10:40:29.061] 311/392 postgresql:subscription / subscription/018_stream_subxact_abort OK 9.92s 9 subtests passed [10:40:34.267] 312/392 postgresql:subscription / subscription/015_stream OK 18.11s 10 subtests passed [10:40:34.278] 313/392 postgresql:subscription / subscription/013_partition OK 22.45s 74 subtests passed [10:40:36.582] 314/392 postgresql:subscription / subscription/024_add_drop_pub OK 8.51s 4 subtests passed [10:40:37.838] 315/392 postgresql:subscription / subscription/021_twophase OK 14.75s 31 subtests passed [10:40:38.012] 316/392 postgresql:subscription / subscription/025_rep_changes_for_schema OK 9.34s 13 subtests passed [10:40:39.767] 317/392 postgresql:subscription / subscription/023_twophase_stream OK 14.26s 34 subtests passed [10:40:40.334] 318/392 postgresql:subscription / subscription/022_twophase_cascade OK 16.48s 41 subtests passed [10:40:42.395] 319/392 postgresql:subscription / subscription/026_stats OK 13.33s 13 subtests passed [10:40:44.363] 320/392 postgresql:subscription / subscription/029_on_error OK 7.78s 5 subtests passed [10:40:48.288] 321/392 postgresql:subscription / subscription/028_row_filter OK 14.01s 26 subtests passed [10:40:49.439] 322/392 postgresql:subscription / subscription/033_run_as_table_owner OK 9.10s 10 subtests passed [10:40:51.069] 323/392 postgresql:subscription / subscription/030_origin OK 13.23s 13 subtests passed [10:40:51.474] 324/392 postgresql:subscription / subscription/027_nosuperuser OK 17.20s 19 subtests passed [10:40:53.606] 325/392 postgresql:subscription / subscription/032_subscribe_use_index OK 13.84s 15 subtests passed [10:40:55.895] 326/392 postgresql:subscription / subscription/031_column_list OK 17.88s 36 subtests passed [10:40:55.931] 327/392 postgresql:brin / brin/01_workitems OK 4.46s 4 subtests passed [10:40:56.120] 328/392 postgresql:subscription / subscription/034_temporal OK 13.72s 37 subtests passed [10:40:56.708] 329/392 postgresql:subscription / subscription/036_sequences OK 8.42s 9 subtests passed [10:40:57.900] 330/392 postgresql:brin / brin/02_wal_consistency OK 4.29s 2 subtests passed [10:40:59.016] 331/392 postgresql:subscription / subscription/035_conflicts OK 14.65s 29 subtests passed [10:40:59.891] 332/392 postgresql:subscription / subscription/037_except OK 10.45s 17 subtests passed [10:41:00.323] 333/392 postgresql:commit_ts / commit_ts/001_base OK 4.43s 2 subtests passed [10:41:00.640] 334/392 postgresql:commit_ts / commit_ts/002_standby OK 4.71s 4 subtests passed [10:41:01.359] 335/392 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd OK 3.46s 4 subtests passed [10:41:01.478] 336/392 postgresql:commit_ts / commit_ts/004_restart OK 4.77s 16 subtests passed [10:41:01.577] 337/392 postgresql:commit_ts / commit_ts/003_standby_2 OK 5.46s 4 subtests passed [10:41:02.186] 338/392 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline OK 3.17s 23 subtests passed [10:41:04.310] 339/392 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc OK 3.67s 7 subtests passed [10:41:04.821] 340/392 postgresql:oauth_validator / oauth_validator/002_client OK 4.50s 20 subtests passed [10:41:05.875] 341/392 postgresql:test_aio / test_aio/002_io_workers OK 4.40s 22 subtests passed [10:41:07.231] 342/392 postgresql:test_aio / test_aio/004_read_stream OK 5.04s 31 subtests passed [10:41:08.099] 343/392 postgresql:test_checksums / test_checksums/001_basic OK 3.79s 9 subtests passed [10:41:08.500] 344/392 postgresql:test_checksums / test_checksums/002_restarts OK 3.67s 5 subtests passed [10:41:08.809] 345/392 postgresql:test_checksums / test_checksums/006_pgbench_single SKIP 0.31s [10:41:09.085] 346/392 postgresql:test_checksums / test_checksums/007_pgbench_standby SKIP 0.27s [10:41:09.355] 347/392 postgresql:test_checksums / test_checksums/008_pitr SKIP 0.27s [10:41:09.385] 348/392 postgresql:test_aio / test_aio/003_initdb OK 7.81s 6 subtests passed [10:41:10.335] 349/392 postgresql:test_checksums / test_checksums/003_standby_restarts OK 4.46s 12 subtests passed [10:41:11.099] 350/392 postgresql:test_checksums / test_checksums/005_injection OK 3.00s 3 subtests passed [10:41:11.257] 351/392 postgresql:test_checksums / test_checksums/004_offline OK 4.02s 8 subtests passed [10:41:12.375] 352/392 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic OK 2.98s 2 subtests passed [10:41:12.876] 353/392 postgresql:test_int128 / test_int128/001_test_int128 OK 0.50s 2 subtests passed [10:41:14.565] 354/392 postgresql:test_escape / test_escape/001_test_escape OK 3.46s 1235 subtests passed [10:41:14.872] 355/392 postgresql:test_extensions / test_extensions/001_extension_control_path OK 3.61s 11 subtests passed [10:41:14.915] 356/392 postgresql:test_custom_stats / test_custom_stats/001_custom_stats OK 4.58s 15 subtests passed [10:41:15.130] 357/392 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.21s 2 subtests passed [10:41:15.146] 358/392 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.27s 12 subtests passed [10:41:16.086] 359/392 postgresql:oauth_validator / oauth_validator/001_server OK 16.19s 150 subtests passed [10:41:16.727] 360/392 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 3.85s 516 subtests passed [10:41:17.204] 361/392 postgresql:subscription / subscription/100_bugs OK 26.13s 17 subtests passed [10:41:18.100] 362/392 postgresql:test_aio / test_aio/001_aio OK 16.74s 826 subtests passed [10:41:18.398] 363/392 postgresql:test_json_parser / test_json_parser/002_inline OK 3.81s 3712 subtests passed [10:41:19.343] 364/392 postgresql:test_misc / test_misc/002_tablespace OK 4.19s 20 subtests passed [10:41:19.375] 365/392 postgresql:test_misc / test_misc/003_check_guc OK 3.29s 4 subtests passed [10:41:19.428] 366/392 postgresql:test_misc / test_misc/001_constraint_validation OK 4.30s 42 subtests passed [10:41:20.706] 367/392 postgresql:test_misc / test_misc/004_io_direct OK 3.98s 3 subtests passed [10:41:20.851] 368/392 postgresql:test_misc / test_misc/005_timeouts OK 3.65s 2 subtests passed [10:41:21.147] 369/392 postgresql:test_saslprep / test_saslprep/001_saslprep_ranges SKIP 0.29s [10:41:21.743] 370/392 postgresql:test_misc / test_misc/007_catcache_inval OK 3.30s 2 subtests passed [10:41:22.800] 371/392 postgresql:test_misc / test_misc/006_signal_autovacuum OK 4.66s 2 subtests passed [10:41:23.187] 372/392 postgresql:test_misc / test_misc/008_replslot_single_user OK 3.84s 10 subtests passed [10:41:23.236] 373/392 postgresql:test_misc / test_misc/009_log_temp_files OK 3.86s 11 subtests passed [10:41:23.452] 374/392 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.21s [10:41:23.697] 375/392 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.24s [10:41:23.981] 376/392 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.28s [10:41:24.928] 377/392 postgresql:test_slru / test_slru/001_multixact OK 3.78s 2 subtests passed [10:41:26.137] 378/392 postgresql:test_slru / test_slru/002_multixact_wraparound OK 4.39s 18 subtests passed [10:41:26.992] 379/392 postgresql:test_misc / test_misc/010_index_concurrently_upsert OK 7.56s 73 subtests passed [10:41:27.009] 380/392 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze SKIP 3.03s [10:41:27.887] 381/392 postgresql:worker_spi / worker_spi/001_worker_spi OK 5.09s 8 subtests passed [10:41:29.105] 382/392 postgresql:worker_spi / worker_spi/002_worker_terminate OK 5.92s 11 subtests passed [10:41:30.831] 383/392 postgresql:test_pg_dump / test_pg_dump/001_base OK 10.12s 1044 subtests passed [10:41:31.460] 384/392 postgresql:ssl / ssl/002_scram OK 5.32s 28 subtests passed [10:41:32.635] 385/392 postgresql:ssl / ssl/003_sslinfo OK 5.64s 21 subtests passed [10:41:32.835] 386/392 postgresql:ldap / ldap/002_bindpasswd OK 3.73s 3 subtests passed [10:41:33.201] 387/392 postgresql:test_checksums / test_checksums/009_fpi OK 23.84s 7 subtests passed [10:41:34.206] 388/392 postgresql:icu / icu/010_database OK 2.74s 8 subtests passed [10:41:34.871] 389/392 postgresql:ldap / ldap/003_ldap_connection_param_lookup OK 4.02s 26 subtests passed [10:41:34.952] 390/392 postgresql:ldap / ldap/001_auth OK 7.06s 47 subtests passed [10:41:35.278] 391/392 postgresql:ssl / ssl/004_sni OK 8.27s 102 subtests passed [10:41:38.036] 392/392 postgresql:ssl / ssl/001_ssltests OK 13.11s 272 subtests passed [10:41:38.145] [10:41:38.145] Summary of Failures: [10:41:38.145] [10:41:38.145] 6/392 postgresql:regress / regress/regress ERROR 97.20s exit status 1 [10:41:38.145] 28/392 postgresql:test_plan_advice / test_plan_advice/001_replan_regress ERROR 103.62s exit status 1 [10:41:38.145] 24/392 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 143.41s exit status 1 [10:41:38.145] 116/392 postgresql:recovery / recovery/027_stream_regress ERROR 121.96s exit status 1 [10:41:38.145] 212/392 postgresql:pg_dump / pg_dump/002_pg_dump ERROR 46.97s exit status 28 [10:41:38.145] [10:41:38.145] Ok: 377 [10:41:38.145] Expected Fail: 0 [10:41:38.145] Fail: 5 [10:41:38.145] Unexpected Pass: 0 [10:41:38.145] Skipped: 10 [10:41:38.145] Timeout: 0 [10:41:38.145] [10:41:38.145] Full log written to /tmp/cirrus-ci-build/build/meson-logs/testlog.txt [10:41:38.238] [10:41:38.238] Exit status: 5